Linux Kernel GTP-U code for GTPv0/v1. Part of mainline Linux for several years.
Go to file
Pablo Neira Ayuso a155b2f03a gtp: working xmit path of gtp0
It includes lots of pr_info messages, still in very early stage, but
it already transmit packets that look like GTP.

Set IFF_NOARP flag in device to disable ARP resolution in gtp0, the
actual device doing is the real one behind it.

This patch also move code to gtp*_push_header headers.
2014-01-24 00:39:38 +01:00
Makefile gtp: add GTP_CMD_CFG_* commands 2014-01-22 21:02:37 +01:00
genl.c genl: introduce genl_nlmsg_build_hdr and use it 2014-01-21 17:42:08 +01:00
genl.h genl: ix crash due to missing wrong prototype 2014-01-21 18:09:17 +01:00
gtp-cfg-add.c gtp: add GTP_CMD_CFG_* commands 2014-01-22 21:02:37 +01:00
gtp-link-add.c initial import 2014-01-20 13:42:39 +01:00
gtp-tunnel-add.c gtp-tunnel-add: allow to specific ms and sgsn address 2014-01-22 22:51:34 +01:00
gtp-tunnel-get.c gtp-tunnel-add: allow to specific ms and sgsn address 2014-01-22 22:51:34 +01:00
gtp.c gtp: working xmit path of gtp0 2014-01-24 00:39:38 +01:00
gtp.h gtp: add GTP_CMD_CFG_* commands 2014-01-22 21:02:37 +01:00