1. 5723888 fix support for multiple IPCP in PDP protocol configuration options by Stefan Sperling · 6 years ago
  2. d70ab97 fix unaligned access in build_ipcp_pco() by Stefan Sperling · 6 years ago
  3. 3e0baa6 ggsn: ctrl iface: listen on IP configured by VTY by Pau Espin Pedrol · 6 years ago
  4. 6a2856b ggsn: make sure ipcp_option_hdr and and ipcp_hdr are packed by Philipp Maier · 6 years ago
  5. 0d95ca5 ggsn: fix misinterpreted length field in ipcp_contains_option() by Philipp Maier · 6 years ago
  6. 906c209 ggsn_vty.c: fix: use CONFIG_NODE as parent by default by Vadim Yanitskiy · 6 years ago
  7. 546884d ggsn: don't use gtp_kernel_tunnel_{add,del}() for userspace tun by Harald Welte · 6 years ago
  8. f228639 Move kernel GTP support from ggsn/ to lib/ by Harald Welte · 6 years ago
  9. db0366c ggsn: Don't explicitly use tun_setaddr() API anymore by Harald Welte · 6 years ago
  10. 0757504 fix segfault in case of kernel gtp-u by Harald Welte · 6 years ago
  11. 042a445 use osmo_init_logging2 by Pau Espin Pedrol · 6 years ago
  12. 3e443ca Add talloc context introspection via VTY by Harald Welte · 6 years ago
  13. dddbbaa ggsn.c: cb_tun_ind: Don't drop packets targeting pdp ctx ll addr by Pau Espin Pedrol · 6 years ago
  14. 134855c ggsn.c: cb_tun_ind: log dst addr of packet without pdp ctx by Pau Espin Pedrol · 6 years ago
  15. a4942e6 ggsn.c: cb_tun_ind: Convert ifelse to switch statement by Pau Espin Pedrol · 6 years ago
  16. 4e43ef5 ggsn: Print all addresses on successful pdp ctx creation by Pau Espin Pedrol · 6 years ago
  17. 4ae8d82 ggsn: Parse PCO_IPCP for IPv4v6 pdp ctx by Pau Espin Pedrol · 6 years ago
  18. 0bdd8bf ggsn: Parse PCO_IPCP by Pau Espin Pedrol · 6 years ago
  19. 5b1ef95 ggsn: Validate packet src addr from MS by Pau Espin Pedrol · 6 years ago
  20. 7d54ed4 ggsn: encaps_tun: Avoid forwarding packet if EUA is unassigned, fix crash by Pau Espin Pedrol · 6 years ago
  21. 6f539aa Fix stow-enabled jenkins build failure by Max · 6 years ago
  22. e5a082d ggsn_vty.c: Print ipv6 link-local cmd when writing config to file by Pau Espin Pedrol · 6 years ago
  23. 37c45e3 ggsn: Add 'ipv6 link-local' vty cmd by Pau Espin Pedrol · 6 years ago
  24. bffc3f9 ggsn.c: Improve logging info on link-local ipv6 addr not found by Pau Espin Pedrol · 6 years ago
  25. 2d6a69e Add support for IPv4v6 End User Addresses by Pau Espin Pedrol · 6 years ago
  26. 4f03432 ggsn: Ignore PCO with length 0, don't abort processing by Harald Welte · 6 years ago
  27. bcab7fb ggsn.c: Fix byte order of IPCP IPv4 DNS servers by Harald Welte · 6 years ago
  28. 427699e Log APN and tun names for packets by Max · 6 years ago
  29. 55d639f ggsn.c: Print version of unhandled ip packet by Pau Espin Pedrol · 6 years ago
  30. 840ce8a ggsn_vty: Stop using deprecated API vty_install_default by Pau Espin Pedrol · 7 years ago
  31. fd30bd1 gtp-kernel: Add device nime in pdp_debug() log statements by Harald Welte · 7 years ago
  32. 227034c gtp-kernel: Add function name to pdp_debug() function calls by Harald Welte · 7 years ago
  33. 3dad951 gtp-kernel: Get rid of SYS_ERR where not applicable by Harald Welte · 7 years ago
  34. 3187956 gtp-kernel: proper cleanup in error path by Harald Welte · 7 years ago
  35. 22e1573 gtp-kernel: Make sure repeated calls to gtp_kernel_init() are safe by Harald Welte · 7 years ago
  36. c85e899 gtp-kernel: Avoid global state variable by Harald Welte · 7 years ago
  37. 2fc2bc6 gtp-kernel: Align logging for APN start in kernel-gtp case with that of TUN by Harald Welte · 7 years ago
  38. 0d0e242 gtp-kernel: shut down kernel GTP device in apn_down() by Harald Welte · 7 years ago
  39. 698a233 gtp-kernel: Get rid of hard-coded kernel GTP device name by Harald Welte · 7 years ago
  40. 490782d gtp-kernel: Re-add support for kernel GTP-U acceleration by Harald Welte · 7 years ago
  41. e3c5918 gtp_kernel: Change gtp_kernel_init() function signature by Harald Welte · 7 years ago
  42. e2a1de5 Properly NULL-out blacklist in alloc_ippool_blacklist() by Harald Welte · 7 years ago
  43. f55a039 remove unused argument to alloc_ippool_blacklist() by Harald Welte · 7 years ago
  44. 51127ea sgsnemu: Don't leak FILE handle in proc_read() by Harald Welte · 7 years ago
  45. 859f9b0 ippool: Implement and use blacklist instead of blindly using IPPOOL_NOGATEWAY by Pau Espin Pedrol · 7 years ago
  46. a037e59 tun: Convert tun_ipv6_linklocal_get to be more generic by Pau Espin Pedrol · 7 years ago
  47. 9d9d91b ggsn: Avoid crash on wrong EUA type by Harald Welte · 7 years ago
  48. fdd732b Remove trailing whitespace by Pau Espin Pedrol · 7 years ago
  49. 958256f create_context_ind(): Fix crash on apn not found by Pau Espin Pedrol · 7 years ago
  50. b16c46b create_context_ind(): ignore a non-started default APN by Harald Welte · 7 years ago
  51. ed1ba2c apn_start(): Extend error message when setting IPv6 address fails by Harald Welte · 7 years ago
  52. ed08eb1 apn_stop(): Print tun device name when closing tun device by Harald Welte · 7 years ago
  53. 2e84d2c create_context_ind(): ignore any non-started APNs by Harald Welte · 7 years ago
  54. dd26606 apn_start(): fix clean-up after errors bringing up APN by Harald Welte · 7 years ago
  55. 6a21527 Move extended PDP logging macro to header by Max · 7 years ago
  56. 93fed3b ggsn: Add per-APN VTY configuration option on G-PDU sequence numbers by Harald Welte · 7 years ago
  57. ff43817 ggsn: Fix double whitespace in writing "ifconfig" lines by Harald Welte · 7 years ago
  58. 3ca419a ggsn: Fix config file writing of IPv6 DNS settings by Harald Welte · 7 years ago
  59. f85fe97 ICMPv6: Send router advertisement from own link-local address by Harald Welte · 7 years ago
  60. 9814677 ggsn: Add ability to specify local IP addresses for GTP-C and GTP-U by Harald Welte · 7 years ago
  61. 632e843 Rename OpenGGSN to OsmoGGSN by Harald Welte · 7 years ago
  62. e804947 ggsn: Handle SIGTERM like SIGINT and terminate by Harald Welte · 7 years ago
  63. dda21ed Introduce a VTY, factually turning OpenGGSN into an Osmocom program by Harald Welte · 7 years ago
  64. 8a03ea8 libgtp: Remove ctrl_handle from gsn_t, replace with private context by Harald Welte · 7 years ago
  65. 4857f3c lib/ippool: Move ippool_aton() out of ippool_new() by Harald Welte · 7 years ago
  66. 8ffd7fc gtp-kernel: Remove dependency to cmdline.[ch] by Harald Welte · 7 years ago
  67. 0ab62fe ggsn: Fix DNS not sent in PDP context response by Pau Espin Pedrol · 7 years ago
  68. b10ee08 Properly format IMSI before using it in trap by Harald Welte · 7 years ago
  69. 2e48a44 Support setting TUN device IPv6 address + prefix by Harald Welte · 7 years ago
  70. 1ae9877 IPv6: Support PCO for IPv6 DNS addresses by Harald Welte · 7 years ago
  71. d46bcd2 IPv6: Implement IPv6 prefix assignment via ICMPv6 router advertisement by Harald Welte · 7 years ago
  72. d4d6e09 ippool: Extend pool to work with /64 prefixes by Harald Welte · 7 years ago
  73. d1bf1e1 ggsn: Send proper errors in create_context_ind() by Harald Welte · 7 years ago
  74. a0d281d IPv6 support for user IP by Harald Welte · 7 years ago
  75. 63ebccd lib/tun.h: Remove non-endian-safe redefinition of IP header by Harald Welte · 7 years ago
  76. d12eab9 ippool: Add IPv6 support to IP pool implementation by Harald Welte · 7 years ago
  77. d9d8862 Proper fix for "Force Dynamic IP" in Create PDP CTX by Harald Welte · 7 years ago
  78. 3142d8d ctrl: cleanup trap creation by Max · 7 years ago
  79. 875e4dc gtp-kernel: Fix tunnel creation/removal for GTP Version 1 by Harald Welte · 7 years ago
  80. dbd7024 Only send TRAP for defined PDP peer by Max · 8 years ago
  81. 727417d Add control interface by Max · 8 years ago
  82. 395e213 Remove unused function by Max · 8 years ago
  83. 176e895 ggsn: fix compilation error with --disable-gtp-kernel by Pablo Neira Ayuso · 8 years ago
  84. d9d7be3 ggsn: cmdline: no need to specify interface anymore by Pablo Neira Ayuso · 8 years ago
  85. 7b31987 ggsn: gtp-kernel: adapt gtp_dev_create() to its new interface by Pablo Neira Ayuso · 8 years ago
  86. c5fbf9b ggsn: update gpt-kernel logging to libosmocore by Andreas Schultz · 9 years ago
  87. 4b075b6 ggsn: add support for GTP kernel data encapsulation by Pablo Neira Ayuso · 9 years ago
  88. 6ab58b4 ggsn: Move printf to DEBUGP statements in the ggsn as well by Holger Hans Peter Freyther · 9 years ago
  89. 8e7e3ef ggsn: Remove unused dump/logging method by Holger Hans Peter Freyther · 9 years ago
  90. c38bf64 ggsn: Be able to set the log level for the text file by Holger Hans Peter Freyther · 9 years ago
  91. 9c7fd8e logging: Switch to using libosmocore logging for all the code by Holger Hans Peter Freyther · 9 years ago
  92. 9c0ff4f cli: Introduce a logfile command to log errors to a file by Holger Hans Peter Freyther · 10 years ago
  93. 1c4d9e6 cli: Manually patch the generated code to fix compiler warning by Holger Hans Peter Freyther · 10 years ago
  94. 6c0b9c2 cli: Re-generate the cmdline.c/cmdline.h with newer gengetopt by Holger Hans Peter Freyther · 10 years ago
  95. e071e30 build: Remove subdir-objects as it breaks make distclean by Holger Hans Peter Freyther · 12 years ago
  96. bed35df Convert all code to Linux coding style by Harald Welte · 13 years ago
  97. 6fc4240 properly build a library for the content of the lib directory by Harald Welte · 13 years ago
  98. 91384a4 Do not exceed 80 characters per line by Emmanuel Bretelle · 14 years ago
  99. 2a10368 Move common sgsnemu/ggsn files to directory "lib" by Emmanuel Bretelle · 14 years ago
  100. 6852186 Fixed compile warning,exit if cant daemonize by Emmanuel Bretelle · 14 years ago