aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtp-rtnl.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-24Add support for SGSN role via IFLA_GTP_ROLEHarald Welte1-0/+2
2017-03-24Add support for SGSN role via IFLA_GTP_ROLEHarald Welte1-1/+13
2016-07-28Re-license the library as LGPLv2-or-laterHarald Welte1-5/+5
2016-05-10include: refresh linux header copies in the treePablo Neira Ayuso1-2/+3
2016-05-08gtp-rtnl: real_ifname is not long needed, remove itAndreas Schultz1-3/+1
2016-05-08gtp-rtnl: and netns supportAndreas Schultz1-1/+3
2014-04-03Add copright headers and license files, list Pablo as authorHarald Welte1-0/+22
2014-03-20gtp-rtnl: add gtp_dev_config functionPablo Neira Ayuso1-2/+48
2014-03-20gtp-rtnl: refactor common rtnetlink socket initialization codePablo Neira Ayuso1-21/+33
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 Ayuso1-0/+18
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-20add libgtpnlPablo Neira Ayuso1-0/+82