1. 7327360 initialize local variable addr in ippool_new() by Stefan Sperling · 6 years ago
  2. e405c2f replace bogus memcpy() call in ippool_newip() by Stefan Sperling · 6 years ago
  3. 411ff3b fix allocation of ippool's hash table by Stefan Sperling · 6 years ago
  4. aee905b check ioctl() call return value in tun_new() by Stefan Sperling · 6 years ago
  5. fb75adf ippool.c: Use "%td" format string for ptrdiff_t by Harald Welte · 6 years ago
  6. 7b9230a sgsnemu: Fix printing of tun device name by Harald Welte · 6 years ago
  7. 5662cb2 osmo-ggsn.cfg: Ensure well-formed config file example by Harald Welte · 6 years ago
  8. e1412d9 libgtp: implement gtp_clear_queues to clear req/resp queue by Alexander Couzens · 6 years ago
  9. d1e2342 Install sample cfg file to /etc/osmocom by Pau Espin Pedrol · 6 years ago
  10. 381b723 Install systemd services with autotools by Pau Espin Pedrol · 6 years ago
  11. ee44b82 debian/rules: Don't overwrite .tarball-version by Harald Welte · 6 years ago
  12. b5f9334 gtp: Add new replacement cb_recovery2 for cb_recovery by Pau Espin Pedrol · 6 years ago
  13. 8e8c7ef gtp: Add new API to avoid freeing pdp contexts during DEL CTX REQ by Pau Espin Pedrol · 6 years ago
  14. 5723888 fix support for multiple IPCP in PDP protocol configuration options by Stefan Sperling · 6 years ago
  15. d70ab97 fix unaligned access in build_ipcp_pco() by Stefan Sperling · 6 years ago
  16. d1bd6fc gtp: Log ignore CTX DEL REQ due to no teardown and only 1 ctx active by Pau Espin Pedrol · 6 years ago
  17. a32e4c4 gtp: Allow recv DEL CTX REQ in sgsn and DEL CTX RSP in ggsn by Pau Espin Pedrol · 6 years ago
  18. 3b84e92 gtp: Log type name of unexpected signalling message by Pau Espin Pedrol · 6 years ago
  19. 3e0baa6 ggsn: ctrl iface: listen on IP configured by VTY by Pau Espin Pedrol · 6 years ago
  20. b673d1c Bump version: 1.2.1.3-6a28 → 1.2.2 by Pau Espin Pedrol · 6 years ago 1.2.2
  21. 6a2856b ggsn: make sure ipcp_option_hdr and and ipcp_hdr are packed by Philipp Maier · 6 years ago
  22. 0d95ca5 ggsn: fix misinterpreted length field in ipcp_contains_option() by Philipp Maier · 6 years ago
  23. 906c209 ggsn_vty.c: fix: use CONFIG_NODE as parent by default by Vadim Yanitskiy · 6 years ago
  24. ac07625 Bump version: 1.2.0.1-36c4 → 1.2.1 by Pau Espin Pedrol · 6 years ago 1.2.1
  25. 36c4fac debian/rules: Fix debian packaging after 1.2.0 release by Pau Espin Pedrol · 6 years ago
  26. a06b2d3 Bump version: 1.1.0.90-5468-dirty → 1.2.0 by Pau Espin Pedrol · 6 years ago 1.2.0
  27. 546884d ggsn: don't use gtp_kernel_tunnel_{add,del}() for userspace tun by Harald Welte · 6 years ago
  28. f228639 Move kernel GTP support from ggsn/ to lib/ by Harald Welte · 6 years ago
  29. 9eebe15 lib/tun: Remove tun_setaddr() API, as everyone is using tun_addaddr() now by Harald Welte · 6 years ago
  30. 31e1dab sgsnemu: Convert from tun_setaddr() to tun_addaddr() by Harald Welte · 6 years ago
  31. db0366c ggsn: Don't explicitly use tun_setaddr() API anymore by Harald Welte · 6 years ago
  32. 47adad0 lib/netdev.c: Cosmetic changes (coding style / cleanups) by Harald Welte · 6 years ago
  33. c5efb5b lib/tun: split generic network device related stuff to lib/netdev by Harald Welte · 6 years ago
  34. 9a6da45 lib/tun.c: Generalize tun_{set,add}addr*() functions by Harald Welte · 6 years ago
  35. b4c0828 lib/tun.c: generalize tun_*route() to netdev_*route() by Harald Welte · 6 years ago
  36. df3dcac lib/tun.c: Generalize tun_sifflags() to netdev_sifflags by Harald Welte · 6 years ago
  37. 0757504 fix segfault in case of kernel gtp-u by Harald Welte · 6 years ago
  38. 042a445 use osmo_init_logging2 by Pau Espin Pedrol · 6 years ago
  39. a16c750 remove the -f option from osmo-ggsn.service by Stefan Sperling · 6 years ago
  40. 9f98822 jenkins.sh: use --enable-werror configure flag, not CFLAGS by Neels Hofmeyr · 6 years ago
  41. fc8357a configure: add --enable-werror by Neels Hofmeyr · 6 years ago
  42. 3e443ca Add talloc context introspection via VTY by Harald Welte · 6 years ago
  43. 2c10211 build: Remove AC_PROG_CXX, C++ is never used by Martin Hauke · 6 years ago
  44. 5fdda13 sgsnemu: listen param is a host, not an interface by Pau Espin Pedrol · 6 years ago
  45. dbeaa04 sgsnemu: Fix bad ptr during context deallocation by Pau Espin Pedrol · 6 years ago
  46. 7ad4d5e sgsnemu: fix: no outgoing GTP-U in "createif" mode by Viktor Tsymbalyuk · 6 years ago
  47. ab4db10 sgsnemu: created "pinghost" and "createif" modes for mutual exclusion by Viktor Tsymbalyuk · 6 years ago
  48. dddbbaa ggsn.c: cb_tun_ind: Don't drop packets targeting pdp ctx ll addr by Pau Espin Pedrol · 6 years ago
  49. 134855c ggsn.c: cb_tun_ind: log dst addr of packet without pdp ctx by Pau Espin Pedrol · 6 years ago
  50. a4942e6 ggsn.c: cb_tun_ind: Convert ifelse to switch statement by Pau Espin Pedrol · 6 years ago
  51. 4e43ef5 ggsn: Print all addresses on successful pdp ctx creation by Pau Espin Pedrol · 6 years ago
  52. 4ae8d82 ggsn: Parse PCO_IPCP for IPv4v6 pdp ctx by Pau Espin Pedrol · 6 years ago
  53. 0bdd8bf ggsn: Parse PCO_IPCP by Pau Espin Pedrol · 6 years ago
  54. 5b1ef95 ggsn: Validate packet src addr from MS by Pau Espin Pedrol · 6 years ago
  55. 7d54ed4 ggsn: encaps_tun: Avoid forwarding packet if EUA is unassigned, fix crash by Pau Espin Pedrol · 6 years ago
  56. 07730bb gtp/gtp.c: Use uint8_t for version param in static functions by Pau Espin Pedrol · 6 years ago
  57. 7b38af5 gtp/gtp.c: Mark non exported functions as static by Pau Espin Pedrol · 6 years ago
  58. 85ef583 gtp/gtp.c: Remove unused function char2ul_t by Pau Espin Pedrol · 6 years ago
  59. a2a08f7 sgsnemu: sgsnemu stopped after recieving "Request accepted" from ggsn by Viktor Tsymbalyuk · 6 years ago
  60. 282d4e3 gtp.c: gtp_gpdu_ind: Early return to avoid use of uninitialized var by Pau Espin Pedrol · 6 years ago
  61. 42d3250 gtp.c: gtp_gpdu_ind: Convert ifelse to switch statement by Pau Espin Pedrol · 6 years ago
  62. 5aed8de gtp/pdp: Remove unused APIs pdp_ntoeua pdp_euaton by Pau Espin Pedrol · 6 years ago
  63. 5f5fcff gtp/pdp: Fix trailing whitespace by Pau Espin Pedrol · 6 years ago
  64. a884a95 gtp.c: Log unsupported GTP version number by Pau Espin Pedrol · 6 years ago
  65. a4aada0 gtp.c: Determine GTP version from header by Pau Espin Pedrol · 6 years ago
  66. 732131d gtp.c: Fix trailing whitespace by Pau Espin Pedrol · 6 years ago
  67. 36b940d README.md: Remove misleading sentence on sgsnemu by Harald Welte · 6 years ago
  68. e661277 Add GTP message names by Max · 6 years ago
  69. 6f539aa Fix stow-enabled jenkins build failure by Max · 6 years ago
  70. 1c8c626 Enable sanitize for CI tests by Max · 7 years ago
  71. e5a082d ggsn_vty.c: Print ipv6 link-local cmd when writing config to file by Pau Espin Pedrol · 7 years ago
  72. 37c45e3 ggsn: Add 'ipv6 link-local' vty cmd by Pau Espin Pedrol · 7 years ago
  73. f5e40b7 Set tun_addaddr ipv agnostic and add support for ipv6 by Pau Espin Pedrol · 7 years ago
  74. 02e21af tun.c: tun_addaddr: Fix segfault and wrong usage of tun_nlattr by Pau Espin Pedrol · 7 years ago
  75. bffc3f9 ggsn.c: Improve logging info on link-local ipv6 addr not found by Pau Espin Pedrol · 7 years ago
  76. 7c4de07 cosmetic: sgsnemu.c: Fix trailing whitespace by Pau Espin Pedrol · 7 years ago
  77. 077b903 contrib: jenkins.sh: Build libgtpnl as dep when building with gtp kernel support by Pau Espin Pedrol · 7 years ago
  78. 2d6a69e Add support for IPv4v6 End User Addresses by Pau Espin Pedrol · 7 years ago
  79. 4f03432 ggsn: Ignore PCO with length 0, don't abort processing by Harald Welte · 7 years ago
  80. bcab7fb ggsn.c: Fix byte order of IPCP IPv4 DNS servers by Harald Welte · 7 years ago
  81. 427699e Log APN and tun names for packets by Max · 7 years ago
  82. 9c0f4f4 tests: Split ipv6 specific tests into a new test group by Pau Espin Pedrol · 7 years ago
  83. ac51c7e Remove unused empty src/Makefile.in by Pau Espin Pedrol · 7 years ago
  84. 55d639f ggsn.c: Print version of unhandled ip packet by Pau Espin Pedrol · 7 years ago
  85. b9ace14 cosmetic: Reorder tun_addaddr to get rid of decl of tun_setaddr4 by Pau Espin Pedrol · 7 years ago
  86. d9fff0c tun_setaddr6: Fix log typo by Pau Espin Pedrol · 7 years ago
  87. 1d85bea sanitize build: ensure uint16/32 alignment in gtpie_test and in46a_test by Neels Hofmeyr · 7 years ago
  88. f1e44c5 examples: Add secondary ipv6 google DNS to osmo-ggsn.cfg by Pau Espin Pedrol · 7 years ago
  89. bebd75c Merge changes Id4724fe0,I5c619712 by Harald Welte · 7 years ago
  90. 878ece7 add --enable-sanitize config option by Neels Hofmeyr · 7 years ago
  91. a00e792 contrib/jenkins.sh: Enable Werror in C(PP)FLAGS by Pau Espin Pedrol · 7 years ago
  92. 840ce8a ggsn_vty: Stop using deprecated API vty_install_default by Pau Espin Pedrol · 7 years ago
  93. afd76a7 contrib/jenkins.sh: Allow jenkins job to specify if kernel GTP is used by Harald Welte · 7 years ago
  94. fd30bd1 gtp-kernel: Add device nime in pdp_debug() log statements by Harald Welte · 7 years ago
  95. 227034c gtp-kernel: Add function name to pdp_debug() function calls by Harald Welte · 7 years ago
  96. 3dad951 gtp-kernel: Get rid of SYS_ERR where not applicable by Harald Welte · 7 years ago
  97. 3187956 gtp-kernel: proper cleanup in error path by Harald Welte · 7 years ago
  98. 22e1573 gtp-kernel: Make sure repeated calls to gtp_kernel_init() are safe by Harald Welte · 7 years ago
  99. c85e899 gtp-kernel: Avoid global state variable by Harald Welte · 7 years ago
  100. 2fc2bc6 gtp-kernel: Align logging for APN start in kernel-gtp case with that of TUN by Harald Welte · 7 years ago