1. c80a874 gprs_ns2: unify the handling of **result when bind already present. by Alexander Couzens · 3 years, 5 months ago
  2. 9d28ce5 ns2: Don't start sending NS-RESET until FR DLC is available by Harald Welte · 3 years, 5 months ago
  3. 2cc1d4d frame_relay: Add status call-backs for link + DLC status changes by Harald Welte · 3 years, 5 months ago
  4. 7634607 ns2: Introduce a per-bind stat_item group with backlog length by Harald Welte · 3 years, 5 months ago
  5. bdfb8b9 ns2: Memory allocation failures are ENOMEM, not ENOSPC by Harald Welte · 3 years, 5 months ago
  6. c3aa8f9 ns2: Move to one common/shared ns2_bind_alloc() by Harald Welte · 3 years, 5 months ago
  7. 5e0ef6f ns2: Properly report packet drops in FR code by Harald Welte · 3 years, 5 months ago
  8. d06128d ns2: Work around AF_PACKET socket ENOBUFS problems by Harald Welte · 3 years, 5 months ago
  9. f0073d7 ns2: Log ERROR if we cannot transmit a packet due to ENOBUFS by Harald Welte · 3 years, 5 months ago
  10. 335c550 ns2: Use proper return value from write_queue callback function by Harald Welte · 3 years, 5 months ago
  11. 138b96f gprs_ns2: refactor: ensure all enums have GPRS_NS2_ by Alexander Couzens · 3 years, 5 months ago
  12. 8dfc24c gprs_ns2: drop prefix of all internal exposed function by Alexander Couzens · 3 years, 5 months ago
  13. f294974 ns2: Unify logging context via log macros by Harald Welte · 3 years, 5 months ago
  14. ea37724 gprs_ns2: allow to use free_vc() with NULL by Alexander Couzens · 3 years, 6 months ago
  15. 55bc869 gprs_ns2: add assert on most bind calls by Alexander Couzens · 3 years, 5 months ago
  16. 603f404 gprs_ns2: Give NS-VC FSMs a proper name/identifier by Harald Welte · 3 years, 7 months ago
  17. 509047b gprs_ns2_fr: reduce duplication between gprs_ns2_fr_connect / connect2 by Harald Welte · 3 years, 6 months ago
  18. 222e844 gprs_ns2_fr: fix resource leaks due to early return in set_ifupdown() by Vadim Yanitskiy · 3 years, 6 months ago
  19. 1c8785d gprs_ns2: set transfer cap in NS Status primitive by Alexander Couzens · 3 years, 7 months ago
  20. fdea03b gprs_ns2: fr: check the device state before changing state by Alexander Couzens · 3 years, 6 months ago
  21. 8c33d4a gprs_ns2_fr: setup_device: allow to setup a new dahdi device by Alexander Couzens · 3 years, 6 months ago
  22. b8de188 gprs_ns2_fr: Use OSMO_STRLCPY_ARRAY() where possible by Harald Welte · 3 years, 6 months ago
  23. 7f01b68 gprs_ns2_fr: Avoid stringop-truncation warning by Harald Welte · 3 years, 6 months ago
  24. 5c96f5d gprs_ns2: fr: setup the device to correct FR/LMI settings by Alexander Couzens · 3 years, 7 months ago
  25. 60021a4 gprs_ns2: fr: implement a write queue by Alexander Couzens · 3 years, 7 months ago
  26. 8fef761 fix strncpy bug in gprs_ns2_fr_bind() by Neels Hofmeyr · 3 years, 7 months ago
  27. 475a0ac gprs_ns2_fr.c: compiler error: replace strncpy() with OSMO_STRLCPY_ARRAY() by Neels Hofmeyr · 3 years, 7 months ago
  28. 6f89c77 gprs_ns2: fr: fix crash when frame relay interface doesn't exists by Alexander Couzens · 3 years, 7 months ago
  29. c782cec gprs_ns2: add gprs_ns2_fr_bind_role() to retrieve the fr role by Alexander Couzens · 3 years, 7 months ago
  30. 22c26e0 gprs_ns2: make nsvc argument const by Alexander Couzens · 3 years, 7 months ago
  31. ebcbd72 gprs_ns2: rework gprs_ns2_fr_connect*() by Alexander Couzens · 3 years, 7 months ago
  32. aaa55a6 gprs_ns2: add member name to bind by Alexander Couzens · 3 years, 7 months ago
  33. d923cff gprs_ns2: introduce NS dialects by Alexander Couzens · 3 years, 7 months ago
  34. 5bea72e gprs_ns2_fr: use ETH_P_HDLC instead of ETH_P_ALL by Harald Welte · 3 years, 7 months ago
  35. 41b188b gprs_ns2_fr: guard against race between socket(AF_PACKET) and bind() by Harald Welte · 3 years, 7 months ago
  36. 4ed0f4e gprs_ns2_fr.c: Skip extraneous FIONBIO by Harald Welte · 3 years, 7 months ago
  37. d41800c gb: Import mnl.h iif --enable-libmnl by Pau Espin Pedrol · 3 years, 7 months ago
  38. a59e6db gprs_ns2_fr: remove include <linux/if.h> by Harald Welte · 3 years, 7 months ago
  39. 56f08a3 gprs_ns2_fr: Monitor the kernel net-device link state by Harald Welte · 3 years, 7 months ago
  40. b7fc3a0 gprs_ns2_fr: remove include <linux/if.h> by Alexander Couzens · 3 years, 7 months ago
  41. 96ec84a gprs_ns_vty: Unify display of NSVCI on VTY in 'show ns entities' by Harald Welte · 3 years, 7 months ago
  42. 48bd76c gprs_ns2_fr: Print Frame Relay 'role' in VTY by Harald Welte · 3 years, 7 months ago
  43. b6b82da frame_relay: Fix error path on ioctl() failure by Harald Welte · 3 years, 7 months ago
  44. aac9016 ns2: move link layer type into NSE by Alexander Couzens · 3 years, 7 months ago
  45. 24a14ac ns2: move LL into public api by Alexander Couzens · 3 years, 7 months ago
  46. 841817e ns2: add support for frame relay by Alexander Couzens · 3 years, 7 months ago