summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-17gtp: add some debug instrumentationHEADmasterAndreas Schultz1-0/+6
2015-11-16gtp: fix the order of error cases in gtp_encap_enableAndreas Schultz1-2/+2
2015-11-16gtp: convert the global gtp_instance_list to a per netns listAndreas Schultz1-8/+58
2015-11-16gtp: remove genl_register_family_with_ops for Linux < 3.13Andreas Schultz1-15/+10
2015-11-16gtp: remove unused local variableAndreas Schultz1-2/+1
2015-11-07gtp: update for Linux > 4.2+, set NO_QUEUE flag on gtp deviceAndreas Schultz1-0/+2
2015-11-07gtp: update for Linux > 4.1+, genlmsg_end return should be ignoredAndreas Schultz1-1/+2
2015-11-07gtp: update for Linux > 4.1+, __ip_select_ident arguments have changedAndreas Schultz1-1/+1
2015-11-07gtp: remove per cpu stats compat ifdef for Linux < 3.13Andreas Schultz1-4/+0
2015-11-07gtp: remove genl_ops compat ifdef for Linux < 3.13Andreas Schultz1-4/+0
2015-11-07build: update Makefile for simpler out of tree buildsAndreas Schultz1-5/+12
2014-04-03Add copright headers and license files, list Pablo as authorHarald Welte11-0/+1169
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-20gtp: set flow ID for PDP context created throught GTPv0Pablo Neira Ayuso2-5/+25
2014-03-20libgtpnl: tools: gtp-tunnel: display teid in hexadecimalPablo Neira Ayuso1-1/+1
2014-03-20gtp: add attribute validation for GTPA_TIDPablo Neira Ayuso1-1/+2
2014-03-20gtp: fix hashing of GTPv0 entries in the forwarding basePablo Neira Ayuso1-5/+12
2014-03-20gtp-rtnl: remove debugging message that print netlink messagePablo Neira Ayuso1-3/+0
2014-03-19gtp: use proper netdev_dbg dynamic debugging infrastructurePablo Neira Ayuso1-43/+42
2014-03-19gtp: implement gtp_genl_tunnel_getPablo Neira Ayuso1-28/+80
2014-03-18gtp: fix incorrect UDP header length fieldPablo Neira Ayuso1-2/+4
2014-03-18gtp: fix wrong handling of option header fields in GTPv1Pablo Neira Ayuso1-13/+8
2014-03-18libgtpnl: tools: fix compilation of gtp-link-addPablo Neira Ayuso1-1/+1
2014-03-18gtp: fix wrong stripping of UDP and GTP headersPablo Neira Ayuso1-31/+27
2014-02-24gtp: remove leftover workqueuePablo Neira Ayuso1-6/+0
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 Ayuso5-85/+64
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
2014-02-22gtp-rtnl: fix leak in struct mnl_socket on error in gtp_dev_create()Pablo Neira Ayuso1-5/+7
2014-02-22tools: gtp-tunnel: fix accidentally swapped ms_addr and sgsn_addrPablo Neira Ayuso1-2/+2
2014-02-22gtp-genl: fix compilation warningPablo Neira Ayuso1-1/+1
2014-02-22add struct gtp_tunnel and adapt functions to use itPablo Neira Ayuso8-38/+143
2014-02-21gtp: delay initialization if compiled built-inPablo Neira Ayuso1-2/+1
2014-02-21gtp: fix missing initialization of iph->idPablo Neira Ayuso1-0/+2
2014-02-20add libgtpnlPablo Neira Ayuso22-7/+513
2014-02-20gtp: get rid of tid variablePablo Neira Ayuso1-5/+2
2014-02-20gtp: ensure sufficient room for the header in gtp0_udp_encap_recvPablo Neira Ayuso1-0/+4
2014-02-20gtp: fix handling of messages in the encap input pathPablo Neira Ayuso1-22/+26
2014-02-20gtp: compile with Linux kernel 3.10.28Pablo Neira Ayuso1-1/+12
2014-02-20gtp: don't care if GTP socket is not yet ready in gtp_dev_xmit()Pablo Neira Ayuso1-7/+0
2014-02-20gtp: kill unused fields in struct pdp_ctxPablo Neira Ayuso1-3/+0
2014-02-20gtp: remove dead code in gtp_link_setup()Pablo Neira Ayuso1-3/+0
2014-02-20gtp: use GTP_V0 and GTP_V1 whenever possiblePablo Neira Ayuso1-3/+7
2014-02-20gtp: rework handling of GTPv1 extensionsPablo Neira Ayuso1-8/+8
2014-02-19gtp: fix flags field for GTPv1Pablo Neira Ayuso1-1/+7
2014-02-19gtp: fix wrong version in headerPablo Neira Ayuso1-1/+5