1. 73d28c9 sgsnemu/cmdline.ggo: Remove 'unsigned' which is no longer supported by Harald Welte · 7 years ago
  2. ea70f36 Fix leftovers after rename by Max · 7 years ago
  3. 9814677 ggsn: Add ability to specify local IP addresses for GTP-C and GTP-U by Harald Welte · 7 years ago
  4. b5b02c2 Bump version: 0.94.34-23e4 → 1.0.0 by Harald Welte · 7 years ago 1.0.0
  5. bd60930 libgtp: Bump major LIBVERSION for recent API/ABI breakage by Harald Welte · 7 years ago
  6. 720c939 clarify relationship of OsmoGGSN to OpenGGSN. by Harald Welte · 7 years ago
  7. 4aa22db debian: fix name of config file by Harald Welte · 7 years ago
  8. db08819 debian: Remove no longer existing NEWS file from 'docs' by Harald Welte · 7 years ago
  9. 8fcfe58 debian: Fix debian/copyright syntax by Harald Welte · 7 years ago
  10. ce316f4 Move examples to doc/examples and include them in DIST by Harald Welte · 7 years ago
  11. 59ffc89 remove bogus 'version' script by Harald Welte · 7 years ago
  12. 632e843 Rename OpenGGSN to OsmoGGSN by Harald Welte · 7 years ago
  13. e804947 ggsn: Handle SIGTERM like SIGINT and terminate by Harald Welte · 7 years ago
  14. 3591437 Documentation update: Remove NEWS, README.Solaris, update README.md by Harald Welte · 7 years ago
  15. dda21ed Introduce a VTY, factually turning OpenGGSN into an Osmocom program by Harald Welte · 7 years ago
  16. 2778ae2 lib/tun: Mark internal helper functions 'static' by Harald Welte · 7 years ago
  17. 1b6e8e7 Remove __sun__ code that is unmaintained by Harald Welte · 7 years ago
  18. e257be1 libgtp: Add back-reference to gsn from pdp context by Harald Welte · 7 years ago
  19. 8a03ea8 libgtp: Remove ctrl_handle from gsn_t, replace with private context by Harald Welte · 7 years ago
  20. 9e6dfa0 lib/tun.c: Proper cleanup during tun_new() error paths by Harald Welte · 7 years ago
  21. 4857f3c lib/ippool: Move ippool_aton() out of ippool_new() by Harald Welte · 7 years ago
  22. b513b95 lib/ippool: Add back-pointer from pool member to pool by Harald Welte · 7 years ago
  23. 33520b4 lib/in46_addr: Avoid ASSERT() when in46a_ntop() is called on uninitialized address by Harald Welte · 7 years ago
  24. 7fc8694 lib/in46_addr: Add 'struct in46_prefix' to represent addr + prefix by Harald Welte · 7 years ago
  25. b62983d lib/in46_addr: Add in46a_ntoa() function, similar to inet_ntoa() by Harald Welte · 7 years ago
  26. 881e97e lib/tun: Add 'void *priv' pointer to tun_t by Harald Welte · 7 years ago
  27. c55ece8 lib/tun: Add missing #include to net/if.h for IFNAMSIZ by Harald Welte · 7 years ago
  28. 8ffd7fc gtp-kernel: Remove dependency to cmdline.[ch] by Harald Welte · 7 years ago
  29. e57cbe2 update jenkins.sh to conform with current build environment by Harald Welte · 7 years ago
  30. 0ab62fe ggsn: Fix DNS not sent in PDP context response by Pau Espin Pedrol · 7 years ago
  31. bdc504e Use release helper from libosmocore by Max · 7 years ago
  32. b87da75 Use value string check from osmo-ci by Max · 7 years ago
  33. 14b1b63 libgtp: expand logging by Max · 7 years ago
  34. 367baa3 update debian/changelog to 0.94 + fix pkg-config version by Harald Welte · 7 years ago
  35. 37d5b15 libgtp: Delete PDP context on receiving GTPv1 Error Indication by Harald Welte · 7 years ago
  36. 54d082e libgtp: Add missing mandatory IEs in GTP Error Indication by Harald Welte · 7 years ago
  37. b10ee08 Properly format IMSI before using it in trap by Harald Welte · 7 years ago
  38. 23eea1d Use osmocom-style git-version-gen / .version magic by Harald Welte · 7 years ago
  39. 81bc2ae tun_new(): Fix array overflow in FreeBSD related code by Harald Welte · 7 years ago
  40. ab6d189 replace hand-coded tun_gifindex() with standard POSIX if_nametoindex() by Harald Welte · 7 years ago
  41. 2e48a44 Support setting TUN device IPv6 address + prefix by Harald Welte · 7 years ago
  42. 72a38b5 IPv6: in46_addr: OSMO_ASSERT() in case of unsupported calls by Harald Welte · 7 years ago
  43. 1ae9877 IPv6: Support PCO for IPv6 DNS addresses by Harald Welte · 7 years ago
  44. d46bcd2 IPv6: Implement IPv6 prefix assignment via ICMPv6 router advertisement by Harald Welte · 7 years ago
  45. d4d6e09 ippool: Extend pool to work with /64 prefixes by Harald Welte · 7 years ago
  46. 365f8fa in46_addr: Add new function in46a_prefix_equal() by Harald Welte · 7 years ago
  47. d1bf1e1 ggsn: Send proper errors in create_context_ind() by Harald Welte · 7 years ago
  48. a0d281d IPv6 support for user IP by Harald Welte · 7 years ago
  49. 53165ed ippool_new(): const-ify input arguments by Harald Welte · 7 years ago
  50. 63ebccd lib/tun.h: Remove non-endian-safe redefinition of IP header by Harald Welte · 7 years ago
  51. d12eab9 ippool: Add IPv6 support to IP pool implementation by Harald Welte · 7 years ago
  52. d9d8862 Proper fix for "Force Dynamic IP" in Create PDP CTX by Harald Welte · 7 years ago
  53. 2831887 libgtp: improve error logging and propagation by Max · 7 years ago
  54. 3142d8d ctrl: cleanup trap creation by Max · 7 years ago
  55. a2861a7 contrib: Start openggsn after networking by Daniel Willmann · 7 years ago
  56. 19e19e3 track README.md rename in spec file and debian/docs by Harald Welte · 7 years ago
  57. 93c3b38 Update README with general project information + convert to Markdown by Harald Welte · 7 years ago
  58. bf6de7a Add MAkefile.* to EXTRA_DIST to ensure they end up in tarballs by Harald Welte · 7 years ago
  59. 1fce2ce jenkins: add value_string termination check by Neels Hofmeyr · 7 years ago
  60. a8f71eb Code formatted to be in line with formatting rules. by bjovan · 7 years ago
  61. 8c25b97 Update AUTHORS file to reflect the last 12 years by Harald Welte · 7 years ago
  62. a892177 remove ChangeLog, it hasn't been updated since 2004 by Harald Welte · 7 years ago
  63. 9225bfc update version to 0.93 by Harald Welte · 7 years ago
  64. bf5c0bb gtp.c: Don't print ""Unknown packet flags" error message in get_seq() by Harald Welte · 7 years ago
  65. 875e4dc gtp-kernel: Fix tunnel creation/removal for GTP Version 1 by Harald Welte · 7 years ago
  66. 68d244d abi/debian: Bump ABI version of libgtp after struct size change by Holger Hans Peter Freyther · 7 years ago
  67. 7716860 Integrate Debian packaging changes by Max · 8 years ago
  68. d37b80a gtp.c: Improve debug statements about GTP header flags by Harald Welte · 8 years ago
  69. dbd7024 Only send TRAP for defined PDP peer by Max · 8 years ago
  70. f41f586 gsn_restart file: wrap umask change tightly around file creation by Neels Hofmeyr · 8 years ago
  71. f7611c3 fix gsn_restart file buffer overflow and missing path sep by Neels Hofmeyr · 8 years ago
  72. 38929c9 configure: check for pkg-config presence by Neels Hofmeyr · 8 years ago
  73. ee9d34a build: be robust against install-sh files above the root dir by Neels Hofmeyr · 8 years ago
  74. 727417d Add control interface by Max · 8 years ago
  75. cd93f4f Add .gitreview to simplify gerrit integration by Max · 8 years ago
  76. 395e213 Remove unused function by Max · 8 years ago
  77. 03dbafb Add 'Bearer Control Mode' IE by BJovke · 8 years ago
  78. 86540de gtp/queue/queue_seqdel(): fix element check which was always true by Alexander Couzens · 8 years ago
  79. cc077ae Description: Fix some typos in the man pages and in the binary by Ruben Undheim · 8 years ago
  80. 6bf2f05 debian: Bump the version to ease upgrading from Debian by Holger Hans Peter Freyther · 8 years ago
  81. 0eaa5b8 gtp: fix several compilation warnings by Pablo Neira Ayuso · 8 years ago
  82. 176e895 ggsn: fix compilation error with --disable-gtp-kernel by Pablo Neira Ayuso · 8 years ago
  83. 23d9976 get rid of accidental copy of ggsn.conf by Pablo Neira Ayuso · 8 years ago
  84. 466da99 configure: rename from --enable-gtp-kernel to --enable-gtp-linux by Pablo Neira Ayuso · 8 years ago
  85. 8419e33 examples: ggsn.conf: document gtp-linux toggle by Pablo Neira Ayuso · 8 years ago
  86. d9d7be3 ggsn: cmdline: no need to specify interface anymore by Pablo Neira Ayuso · 8 years ago
  87. 7b31987 ggsn: gtp-kernel: adapt gtp_dev_create() to its new interface by Pablo Neira Ayuso · 8 years ago
  88. f89dc4e queue_new(): fix NULL dereference on allocation failure by Neels Hofmeyr · 8 years ago
  89. b29ff1d jenkins: Add the build script from jenkins here by Holger Hans Peter Freyther · 8 years ago
  90. d997552 gtp: Handle gtpv1 in gtp_update_pdp_conf() correctly by Daniel Willmann · 8 years ago
  91. 05f3ef3 gtp: Make gtp_update_pdp_conf() work for gtp0 and gtp1 connections by Daniel Willmann · 8 years ago
  92. 134a775 gtp: Pass pdp along when calling gtp_req() in gtp_update_context() by Daniel Willmann · 8 years ago
  93. 8ddb680 gtp: Do not leak the restart counter file handle in case of error by Holger Hans Peter Freyther · 8 years ago
  94. 3a9befb gtp: Fix a bunch of compiler warnings when just including gtp.h by Holger Hans Peter Freyther · 8 years ago
  95. c80680a ggsn: fix autotool pkg-config invokation by Andreas Schultz · 9 years ago
  96. c5fbf9b ggsn: update gpt-kernel logging to libosmocore by Andreas Schultz · 9 years ago
  97. 4b075b6 ggsn: add support for GTP kernel data encapsulation by Pablo Neira Ayuso · 9 years ago
  98. 89dcb614 Release 0.92 of the GGSN needed for the gtphub by Holger Hans Peter Freyther · 9 years ago
  99. ac0b4f1 update version to 0.92 by Harald Welte · 9 years ago
  100. 10abfba convert literal APN name to protocol encoded version before use by Andreas Schultz · 9 years ago