aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-02Bump version: 1.1.0.5-b1ad-dirty → 1.2.01.2.0Pau Espin Pedrol2-1/+7
2018-05-02configure.ac: Use git-version-gen to set VERSIONPau Espin Pedrol2-1/+154
2018-05-02debian/changelog: Set latest release as unstablePau Espin Pedrol1-1/+1
2018-05-02configure.ac: Depend on osmo-release.mkPau Espin Pedrol5-22/+21
2018-04-26Fix CTRL_ATTR_FAMILY_ID attribute sizeHarald Welte1-1/+1
2018-02-16Makefile: Build gtp-{link,tunnel} by default, but don't install themHarald Welte1-2/+2
2017-11-12Tag/Release v1.1.01.1.0Harald Welte6-6/+16
2017-11-12add 'm4' subdirectory to .gitignoreHarald Welte1-0/+1
2017-11-12Use release helper from libosmocoreHarald Welte2-0/+6
2017-11-12gtp_build_payload(): Support absent peer and SGSN addressHarald Welte1-2/+4
2017-11-12Add '--enable-sanitize' from other osmocom projectsHarald Welte2-1/+13
2017-11-12Add contrib/jenkins.sh for jenkins build verificationHarald Welte1-0/+12
2017-11-08Add genl_socket_close() functionHarald Welte4-0/+9
2017-10-30Add Debian packaging informationHarald Welte7-0/+95
2017-03-24Provide declaration for struct in_addrJonas Bonn1-0/+1
2017-03-24Rename netlink attributeJonas Bonn2-5/+5
2017-03-24Add support for SGSN role via IFLA_GTP_ROLEHarald Welte3-3/+12
2017-03-24gtl-link.c: Actually use libgtpnl, don't hand-coded netlink msgHarald Welte1-55/+3
2017-03-24Add support for SGSN role via IFLA_GTP_ROLEHarald Welte3-1/+21
2017-03-17add README.md fileHarald Welte1-0/+51
2016-08-25Fix look-up of GTP tunnel by TEIjunpei yoshino1-1/+1
2016-07-28mark as 1.0.1 after re-licensing and dist-check fixHarald Welte1-1/+1
2016-07-28fix 'make distcheck': Add internal.h to noinst_HEADERSHarald Welte1-0/+2
2016-07-28Re-license the library as LGPLv2-or-laterHarald Welte7-1033/+522
2016-05-10tools: gtp-link: bind to GTP UDP socketsPablo Neira Ayuso1-1/+36
2016-05-10tools: silence compilation warningsPablo Neira Ayuso1-1/+1
2016-05-10tools: gtp-link: rename file now that we support deletion commandPablo Neira Ayuso2-3/+3
2016-05-10tools: gtp-link: allow to delete linksPablo Neira Ayuso1-5/+19
2016-05-10tools: gtp-tunnel: restore option parsingPablo Neira Ayuso1-0/+2
2016-05-10gtp-genl: fix wrong MS addressPablo Neira Ayuso1-5/+10
2016-05-10tools: gtp-tunnel: simplify this by using gtp_list_tunnel()Pablo Neira Ayuso1-81/+3
2016-05-10tools: gtp-tunnel: fix wrong MS addressPablo Neira Ayuso1-2/+2
2016-05-10include: refresh linux header copies in the treePablo Neira Ayuso8-61/+867
2016-05-10gtp: fix missing initialization of netns file descriptorPablo Neira Ayuso1-1/+8
2016-05-08gtp-rtnl: Split TID handling for GTPv0 and GTPv1Andreas Schultz9-89/+172
2016-05-08gtp-rtnl: real_ifname is not long needed, remove itAndreas Schultz3-8/+4
2016-05-08gtp-rtnl: sync GTPA_FLOW nl attribute name from kernel to userspaceAndreas Schultz2-2/+2
2016-05-08gtp-rtnl: and netns supportAndreas Schultz8-2/+24
2014-04-03Add copright headers and license files, list Pablo as authorHarald Welte10-0/+1168
2014-03-21build: link this library to libmnlPablo Neira Ayuso1-0/+1
2014-03-20gtp-rtnl: add gtp_dev_config functionPablo Neira Ayuso3-2/+52
2014-03-20gtp-rtnl: refactor common rtnetlink socket initialization codePablo Neira Ayuso1-21/+33
2014-03-20libgtpnl: add flow id supportPablo Neira Ayuso6-11/+27
2014-03-20libgtpnl: tools: gtp-tunnel: display teid in hexadecimalPablo Neira Ayuso1-1/+1
2014-03-20gtp-rtnl: remove debugging message that print netlink messagePablo Neira Ayuso1-3/+0
2014-03-18libgtpnl: tools: fix compilation of gtp-link-addPablo Neira Ayuso1-1/+1
2014-02-24allow to specify the interface name for the GTP devicePablo Neira Ayuso3-9/+20
2014-02-23gtp: create socket from userspace and pass them as configurationPablo Neira Ayuso3-4/+6
2014-02-22gtp-rtnl: add gtp_dev_destroyPablo Neira Ayuso3-0/+22
2014-02-22gtp-rtnl: refactor code to prepare the addition of gtp_dev_destroyPablo Neira Ayuso1-24/+40