1. a06b2d3 Bump version: 1.1.0.90-5468-dirty → 1.2.0 by Pau Espin Pedrol · 6 years ago 1.2.0
  2. 546884d ggsn: don't use gtp_kernel_tunnel_{add,del}() for userspace tun by Harald Welte · 6 years ago
  3. f228639 Move kernel GTP support from ggsn/ to lib/ by Harald Welte · 6 years ago
  4. 9eebe15 lib/tun: Remove tun_setaddr() API, as everyone is using tun_addaddr() now by Harald Welte · 6 years ago
  5. 31e1dab sgsnemu: Convert from tun_setaddr() to tun_addaddr() by Harald Welte · 6 years ago
  6. db0366c ggsn: Don't explicitly use tun_setaddr() API anymore by Harald Welte · 6 years ago
  7. 47adad0 lib/netdev.c: Cosmetic changes (coding style / cleanups) by Harald Welte · 6 years ago
  8. c5efb5b lib/tun: split generic network device related stuff to lib/netdev by Harald Welte · 6 years ago
  9. 9a6da45 lib/tun.c: Generalize tun_{set,add}addr*() functions by Harald Welte · 6 years ago
  10. b4c0828 lib/tun.c: generalize tun_*route() to netdev_*route() by Harald Welte · 6 years ago
  11. df3dcac lib/tun.c: Generalize tun_sifflags() to netdev_sifflags by Harald Welte · 6 years ago
  12. 0757504 fix segfault in case of kernel gtp-u by Harald Welte · 6 years ago
  13. 042a445 use osmo_init_logging2 by Pau Espin Pedrol · 6 years ago
  14. a16c750 remove the -f option from osmo-ggsn.service by Stefan Sperling · 6 years ago
  15. 9f98822 jenkins.sh: use --enable-werror configure flag, not CFLAGS by Neels Hofmeyr · 6 years ago
  16. fc8357a configure: add --enable-werror by Neels Hofmeyr · 6 years ago
  17. 3e443ca Add talloc context introspection via VTY by Harald Welte · 6 years ago
  18. 2c10211 build: Remove AC_PROG_CXX, C++ is never used by Martin Hauke · 6 years ago
  19. 5fdda13 sgsnemu: listen param is a host, not an interface by Pau Espin Pedrol · 6 years ago
  20. dbeaa04 sgsnemu: Fix bad ptr during context deallocation by Pau Espin Pedrol · 6 years ago
  21. 7ad4d5e sgsnemu: fix: no outgoing GTP-U in "createif" mode by Viktor Tsymbalyuk · 6 years ago
  22. ab4db10 sgsnemu: created "pinghost" and "createif" modes for mutual exclusion by Viktor Tsymbalyuk · 6 years ago
  23. dddbbaa ggsn.c: cb_tun_ind: Don't drop packets targeting pdp ctx ll addr by Pau Espin Pedrol · 6 years ago
  24. 134855c ggsn.c: cb_tun_ind: log dst addr of packet without pdp ctx by Pau Espin Pedrol · 6 years ago
  25. a4942e6 ggsn.c: cb_tun_ind: Convert ifelse to switch statement by Pau Espin Pedrol · 6 years ago
  26. 4e43ef5 ggsn: Print all addresses on successful pdp ctx creation by Pau Espin Pedrol · 6 years ago
  27. 4ae8d82 ggsn: Parse PCO_IPCP for IPv4v6 pdp ctx by Pau Espin Pedrol · 6 years ago
  28. 0bdd8bf ggsn: Parse PCO_IPCP by Pau Espin Pedrol · 6 years ago
  29. 5b1ef95 ggsn: Validate packet src addr from MS by Pau Espin Pedrol · 6 years ago
  30. 7d54ed4 ggsn: encaps_tun: Avoid forwarding packet if EUA is unassigned, fix crash by Pau Espin Pedrol · 6 years ago
  31. 07730bb gtp/gtp.c: Use uint8_t for version param in static functions by Pau Espin Pedrol · 6 years ago
  32. 7b38af5 gtp/gtp.c: Mark non exported functions as static by Pau Espin Pedrol · 6 years ago
  33. 85ef583 gtp/gtp.c: Remove unused function char2ul_t by Pau Espin Pedrol · 6 years ago
  34. a2a08f7 sgsnemu: sgsnemu stopped after recieving "Request accepted" from ggsn by Viktor Tsymbalyuk · 6 years ago
  35. 282d4e3 gtp.c: gtp_gpdu_ind: Early return to avoid use of uninitialized var by Pau Espin Pedrol · 6 years ago
  36. 42d3250 gtp.c: gtp_gpdu_ind: Convert ifelse to switch statement by Pau Espin Pedrol · 6 years ago
  37. 5aed8de gtp/pdp: Remove unused APIs pdp_ntoeua pdp_euaton by Pau Espin Pedrol · 6 years ago
  38. 5f5fcff gtp/pdp: Fix trailing whitespace by Pau Espin Pedrol · 6 years ago
  39. a884a95 gtp.c: Log unsupported GTP version number by Pau Espin Pedrol · 6 years ago
  40. a4aada0 gtp.c: Determine GTP version from header by Pau Espin Pedrol · 6 years ago
  41. 732131d gtp.c: Fix trailing whitespace by Pau Espin Pedrol · 6 years ago
  42. 36b940d README.md: Remove misleading sentence on sgsnemu by Harald Welte · 6 years ago
  43. e661277 Add GTP message names by Max · 6 years ago
  44. 6f539aa Fix stow-enabled jenkins build failure by Max · 6 years ago
  45. 1c8c626 Enable sanitize for CI tests by Max · 6 years ago
  46. e5a082d ggsn_vty.c: Print ipv6 link-local cmd when writing config to file by Pau Espin Pedrol · 6 years ago
  47. 37c45e3 ggsn: Add 'ipv6 link-local' vty cmd by Pau Espin Pedrol · 6 years ago
  48. f5e40b7 Set tun_addaddr ipv agnostic and add support for ipv6 by Pau Espin Pedrol · 6 years ago
  49. 02e21af tun.c: tun_addaddr: Fix segfault and wrong usage of tun_nlattr by Pau Espin Pedrol · 6 years ago
  50. bffc3f9 ggsn.c: Improve logging info on link-local ipv6 addr not found by Pau Espin Pedrol · 6 years ago
  51. 7c4de07 cosmetic: sgsnemu.c: Fix trailing whitespace by Pau Espin Pedrol · 6 years ago
  52. 077b903 contrib: jenkins.sh: Build libgtpnl as dep when building with gtp kernel support by Pau Espin Pedrol · 6 years ago
  53. 2d6a69e Add support for IPv4v6 End User Addresses by Pau Espin Pedrol · 6 years ago
  54. 4f03432 ggsn: Ignore PCO with length 0, don't abort processing by Harald Welte · 6 years ago
  55. bcab7fb ggsn.c: Fix byte order of IPCP IPv4 DNS servers by Harald Welte · 6 years ago
  56. 427699e Log APN and tun names for packets by Max · 6 years ago
  57. 9c0f4f4 tests: Split ipv6 specific tests into a new test group by Pau Espin Pedrol · 6 years ago
  58. ac51c7e Remove unused empty src/Makefile.in by Pau Espin Pedrol · 6 years ago
  59. 55d639f ggsn.c: Print version of unhandled ip packet by Pau Espin Pedrol · 6 years ago
  60. b9ace14 cosmetic: Reorder tun_addaddr to get rid of decl of tun_setaddr4 by Pau Espin Pedrol · 7 years ago
  61. d9fff0c tun_setaddr6: Fix log typo by Pau Espin Pedrol · 7 years ago
  62. 1d85bea sanitize build: ensure uint16/32 alignment in gtpie_test and in46a_test by Neels Hofmeyr · 7 years ago
  63. f1e44c5 examples: Add secondary ipv6 google DNS to osmo-ggsn.cfg by Pau Espin Pedrol · 7 years ago
  64. bebd75c Merge changes Id4724fe0,I5c619712 by Harald Welte · 7 years ago
  65. 878ece7 add --enable-sanitize config option by Neels Hofmeyr · 7 years ago
  66. a00e792 contrib/jenkins.sh: Enable Werror in C(PP)FLAGS by Pau Espin Pedrol · 7 years ago
  67. 840ce8a ggsn_vty: Stop using deprecated API vty_install_default by Pau Espin Pedrol · 7 years ago
  68. afd76a7 contrib/jenkins.sh: Allow jenkins job to specify if kernel GTP is used by Harald Welte · 7 years ago
  69. fd30bd1 gtp-kernel: Add device nime in pdp_debug() log statements by Harald Welte · 7 years ago
  70. 227034c gtp-kernel: Add function name to pdp_debug() function calls by Harald Welte · 7 years ago
  71. 3dad951 gtp-kernel: Get rid of SYS_ERR where not applicable by Harald Welte · 7 years ago
  72. 3187956 gtp-kernel: proper cleanup in error path by Harald Welte · 7 years ago
  73. 22e1573 gtp-kernel: Make sure repeated calls to gtp_kernel_init() are safe by Harald Welte · 7 years ago
  74. c85e899 gtp-kernel: Avoid global state variable by Harald Welte · 7 years ago
  75. 2fc2bc6 gtp-kernel: Align logging for APN start in kernel-gtp case with that of TUN by Harald Welte · 7 years ago
  76. 0d0e242 gtp-kernel: shut down kernel GTP device in apn_down() by Harald Welte · 7 years ago
  77. 698a233 gtp-kernel: Get rid of hard-coded kernel GTP device name by Harald Welte · 7 years ago
  78. 490782d gtp-kernel: Re-add support for kernel GTP-U acceleration by Harald Welte · 7 years ago
  79. e3c5918 gtp_kernel: Change gtp_kernel_init() function signature by Harald Welte · 7 years ago
  80. e2a1de5 Properly NULL-out blacklist in alloc_ippool_blacklist() by Harald Welte · 7 years ago
  81. 4c7d291 factor out netdev_ip_local_get() from tun_ip_local_get() by Harald Welte · 7 years ago
  82. f55a039 remove unused argument to alloc_ippool_blacklist() by Harald Welte · 7 years ago
  83. fc6676c ippool: Correctly compute size of static pool by Harald Welte · 7 years ago
  84. 1af543f tun: Don't copy 16byte IPv6 address to 'struct in_addr' by Harald Welte · 7 years ago
  85. bd22824 gtp: Explicit OSMO_ASSERT to ensure pdp variable is set by Harald Welte · 7 years ago
  86. a06120d gtp: Fix buffer overflow in imsi_gtp2str() by Harald Welte · 7 years ago
  87. b589e78 sgsnemu: Free strings in error path by Harald Welte · 7 years ago
  88. b11ed0f sgsnemu: Make sure buffer has space for terminating-NUL by Harald Welte · 7 years ago
  89. 9c33210 sgsnemu: Fix format string in printing tun-device name by Harald Welte · 7 years ago
  90. 51127ea sgsnemu: Don't leak FILE handle in proc_read() by Harald Welte · 7 years ago
  91. dabb8b4 fix compiler warnings: return 0 in main(), in 3 tests by Neels Hofmeyr · 7 years ago
  92. ff06917 Tag/Release Version 1.1.0 by Harald Welte · 7 years ago 1.1.0
  93. 7bee06e Debian: include the systemd service file for osmo-ggsn by Harald Welte · 7 years ago
  94. 6c10aa0 Debian: package libgtp debug symbols as libgtp-dbg by Harald Welte · 7 years ago
  95. a4e24f5 Debian: libgtp is libgtp2 for some time, not libgtp1 anymore by Harald Welte · 7 years ago
  96. 29caaab jenkins: use osmo-clean-workspace.sh before and after build by Neels Hofmeyr · 7 years ago
  97. 859f9b0 ippool: Implement and use blacklist instead of blindly using IPPOOL_NOGATEWAY by Pau Espin Pedrol · 7 years ago
  98. a037e59 tun: Convert tun_ipv6_linklocal_get to be more generic by Pau Espin Pedrol · 7 years ago
  99. 2e7b9ff lib/in46a: Introduce in46a_netmasklen API by Pau Espin Pedrol · 7 years ago
  100. 361cb9e lib/ippool: Fix listsize calculated 1 elem too small by Pau Espin Pedrol · 7 years ago