aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-04-26Fix CTRL_ATTR_FAMILY_ID attribute sizeHarald Welte1-1/+1
2017-11-12gtp_build_payload(): Support absent peer and SGSN addressHarald Welte1-2/+4
2017-11-08Add genl_socket_close() functionHarald Welte2-0/+7
2017-03-24Rename netlink attributeJonas Bonn1-4/+4
2017-03-24Add support for SGSN role via IFLA_GTP_ROLEHarald Welte2-0/+3
2017-03-24Add support for SGSN role via IFLA_GTP_ROLEHarald Welte1-1/+13
2016-08-25Fix look-up of GTP tunnel by TEIjunpei yoshino1-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 Welte4-20/+20
2016-05-10gtp-genl: fix wrong MS addressPablo Neira Ayuso1-5/+10
2016-05-10include: refresh linux header copies in the treePablo Neira Ayuso2-6/+8
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 Schultz4-11/+71
2016-05-08gtp-rtnl: real_ifname is not long needed, remove itAndreas Schultz1-3/+1
2016-05-08gtp-rtnl: sync GTPA_FLOW nl attribute name from kernel to userspaceAndreas Schultz1-1/+1
2016-05-08gtp-rtnl: and netns supportAndreas Schultz5-1/+20
2014-04-03Add copright headers and license files, list Pablo as authorHarald Welte4-0/+88
2014-03-21build: link this library to libmnlPablo Neira Ayuso1-0/+1
2014-03-20gtp-rtnl: add gtp_dev_config functionPablo Neira Ayuso2-2/+49
2014-03-20gtp-rtnl: refactor common rtnetlink socket initialization codePablo Neira Ayuso1-21/+33
2014-03-20libgtpnl: add flow id supportPablo Neira Ayuso4-11/+24
2014-03-20gtp-rtnl: remove debugging message that print netlink messagePablo Neira Ayuso1-3/+0
2014-02-24allow to specify the interface name for the GTP devicePablo Neira Ayuso1-5/+8
2014-02-23gtp: create socket from userspace and pass them as configurationPablo Neira Ayuso1-2/+3
2014-02-22gtp-rtnl: add gtp_dev_destroyPablo Neira Ayuso2-0/+21
2014-02-22gtp-rtnl: refactor code to prepare the addition of gtp_dev_destroyPablo Neira Ayuso1-24/+40
2014-02-22gtp-rtnl: fix leak in struct mnl_socket on error in gtp_dev_create()Pablo Neira Ayuso1-5/+7
2014-02-22gtp-genl: fix compilation warningPablo Neira Ayuso1-1/+1
2014-02-22add struct gtp_tunnel and adapt functions to use itPablo Neira Ayuso5-32/+115
2014-02-20add libgtpnlPablo Neira Ayuso6-0/+435