Release v1.9.0 on 2023-09-12.
  1. 8f026bf ns2: Count transmitted/dropped in each layer implementation by Pau Espin Pedrol · 1 year, 2 months ago
  2. 5c7eaa6 gprs_ns2_fr: use osmo_netdev to monitor and operate network device by Pau Espin Pedrol · 1 year, 5 months ago
  3. 73984a8 doc: correct typo in ticket reference by Max · 1 year, 8 months ago
  4. 1f666e8 frame_relay, gprs_ns2_fr: Fix log messages, remove unused struct by Daniel Willmann · 2 years, 8 months ago
  5. a6096ad gprs_ns2: fix check of MTU changes for frame relay by Alexander Couzens · 3 years ago
  6. d794806 gprs_ns2: rework id strings of nsvcs by Alexander Couzens · 3 years, 1 month ago
  7. 7b894a7 Use new stat item/ctr getter APIs by Pau Espin Pedrol · 3 years, 1 month ago
  8. 75b6188 gprs_ns2: always use the same method to print NSVCs by Alexander Couzens · 3 years, 3 months ago
  9. 3de1cb0 gprs_ns2_fr: pass MTU changes to the NSE by Alexander Couzens · 3 years, 4 months ago
  10. 4f1128f gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSE by Alexander Couzens · 3 years, 5 months ago
  11. 855155c ns2_fr: Fix heap-use-after-free in error recovery path by Harald Welte · 3 years, 5 months ago
  12. ce6e4b7 ns2_fr: Fix null pointer deref in error path by Harald Welte · 3 years, 5 months ago
  13. 9811f49 ns2: Don't try to add packets to the backlog on real errors by Harald Welte · 3 years, 5 months ago
  14. 6972aed ns2: improve backlog handling on interface up/down by Harald Welte · 3 years, 5 months ago
  15. 9374061 ns2: Don't queue Q.933 LMI messages; only store most recent ones by Harald Welte · 3 years, 5 months ago
  16. 24d9e80 gprs_ns2_fr: free_bind(): first do the NULL check before using members by Alexander Couzens · 3 years, 5 months ago
  17. c80a874 gprs_ns2: unify the handling of **result when bind already present. by Alexander Couzens · 3 years, 5 months ago
  18. 9d28ce5 ns2: Don't start sending NS-RESET until FR DLC is available by Harald Welte · 3 years, 5 months ago
  19. 2cc1d4d frame_relay: Add status call-backs for link + DLC status changes by Harald Welte · 3 years, 5 months ago
  20. 7634607 ns2: Introduce a per-bind stat_item group with backlog length by Harald Welte · 3 years, 5 months ago
  21. bdfb8b9 ns2: Memory allocation failures are ENOMEM, not ENOSPC by Harald Welte · 3 years, 5 months ago
  22. c3aa8f9 ns2: Move to one common/shared ns2_bind_alloc() by Harald Welte · 3 years, 5 months ago
  23. 5e0ef6f ns2: Properly report packet drops in FR code by Harald Welte · 3 years, 5 months ago
  24. d06128d ns2: Work around AF_PACKET socket ENOBUFS problems by Harald Welte · 3 years, 5 months ago
  25. f0073d7 ns2: Log ERROR if we cannot transmit a packet due to ENOBUFS by Harald Welte · 3 years, 5 months ago
  26. 335c550 ns2: Use proper return value from write_queue callback function by Harald Welte · 3 years, 5 months ago
  27. 138b96f gprs_ns2: refactor: ensure all enums have GPRS_NS2_ by Alexander Couzens · 3 years, 5 months ago
  28. 8dfc24c gprs_ns2: drop prefix of all internal exposed function by Alexander Couzens · 3 years, 5 months ago
  29. f294974 ns2: Unify logging context via log macros by Harald Welte · 3 years, 5 months ago
  30. ea37724 gprs_ns2: allow to use free_vc() with NULL by Alexander Couzens · 3 years, 5 months ago
  31. 55bc869 gprs_ns2: add assert on most bind calls by Alexander Couzens · 3 years, 5 months ago
  32. 603f404 gprs_ns2: Give NS-VC FSMs a proper name/identifier by Harald Welte · 3 years, 7 months ago
  33. 509047b gprs_ns2_fr: reduce duplication between gprs_ns2_fr_connect / connect2 by Harald Welte · 3 years, 5 months ago
  34. 222e844 gprs_ns2_fr: fix resource leaks due to early return in set_ifupdown() by Vadim Yanitskiy · 3 years, 6 months ago
  35. 1c8785d gprs_ns2: set transfer cap in NS Status primitive by Alexander Couzens · 3 years, 6 months ago
  36. fdea03b gprs_ns2: fr: check the device state before changing state by Alexander Couzens · 3 years, 6 months ago
  37. 8c33d4a gprs_ns2_fr: setup_device: allow to setup a new dahdi device by Alexander Couzens · 3 years, 6 months ago
  38. b8de188 gprs_ns2_fr: Use OSMO_STRLCPY_ARRAY() where possible by Harald Welte · 3 years, 6 months ago
  39. 7f01b68 gprs_ns2_fr: Avoid stringop-truncation warning by Harald Welte · 3 years, 6 months ago
  40. 5c96f5d gprs_ns2: fr: setup the device to correct FR/LMI settings by Alexander Couzens · 3 years, 6 months ago
  41. 60021a4 gprs_ns2: fr: implement a write queue by Alexander Couzens · 3 years, 6 months ago
  42. 8fef761 fix strncpy bug in gprs_ns2_fr_bind() by Neels Hofmeyr · 3 years, 6 months ago
  43. 475a0ac gprs_ns2_fr.c: compiler error: replace strncpy() with OSMO_STRLCPY_ARRAY() by Neels Hofmeyr · 3 years, 6 months ago
  44. 6f89c77 gprs_ns2: fr: fix crash when frame relay interface doesn't exists by Alexander Couzens · 3 years, 6 months ago
  45. c782cec gprs_ns2: add gprs_ns2_fr_bind_role() to retrieve the fr role by Alexander Couzens · 3 years, 7 months ago
  46. 22c26e0 gprs_ns2: make nsvc argument const by Alexander Couzens · 3 years, 7 months ago
  47. ebcbd72 gprs_ns2: rework gprs_ns2_fr_connect*() by Alexander Couzens · 3 years, 7 months ago
  48. aaa55a6 gprs_ns2: add member name to bind by Alexander Couzens · 3 years, 7 months ago
  49. d923cff gprs_ns2: introduce NS dialects by Alexander Couzens · 3 years, 7 months ago
  50. 5bea72e gprs_ns2_fr: use ETH_P_HDLC instead of ETH_P_ALL by Harald Welte · 3 years, 7 months ago
  51. 41b188b gprs_ns2_fr: guard against race between socket(AF_PACKET) and bind() by Harald Welte · 3 years, 7 months ago
  52. 4ed0f4e gprs_ns2_fr.c: Skip extraneous FIONBIO by Harald Welte · 3 years, 7 months ago
  53. d41800c gb: Import mnl.h iif --enable-libmnl by Pau Espin Pedrol · 3 years, 7 months ago
  54. a59e6db gprs_ns2_fr: remove include <linux/if.h> by Harald Welte · 3 years, 7 months ago
  55. 56f08a3 gprs_ns2_fr: Monitor the kernel net-device link state by Harald Welte · 3 years, 7 months ago
  56. b7fc3a0 gprs_ns2_fr: remove include <linux/if.h> by Alexander Couzens · 3 years, 7 months ago
  57. 96ec84a gprs_ns_vty: Unify display of NSVCI on VTY in 'show ns entities' by Harald Welte · 3 years, 7 months ago
  58. 48bd76c gprs_ns2_fr: Print Frame Relay 'role' in VTY by Harald Welte · 3 years, 7 months ago
  59. b6b82da frame_relay: Fix error path on ioctl() failure by Harald Welte · 3 years, 7 months ago
  60. aac9016 ns2: move link layer type into NSE by Alexander Couzens · 3 years, 7 months ago
  61. 24a14ac ns2: move LL into public api by Alexander Couzens · 3 years, 7 months ago
  62. 841817e ns2: add support for frame relay by Alexander Couzens · 3 years, 7 months ago