index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
gtp.c
Age
Commit message (
Expand
)
Author
2017-03-25
gtp: support SGSN-side tunnels
Jonas Bonn
2017-03-25
gtp: rename SGSN netlink attribute
Jonas Bonn
2017-03-13
gtp: add socket to pdp context
Andreas Schultz
2017-03-13
gtp: consolidate pdp context destruction into helper
Andreas Schultz
2017-03-13
gtp: unify genl_find_pdp and prepare for per socket lookup
Andreas Schultz
2017-03-13
gtp: consolidate gtp socket rx path
Andreas Schultz
2017-03-13
gtp: merge gtp_get_net and gtp_genl_find_dev
Andreas Schultz
2017-03-13
gtp: make GTP sockets in gtp_newlink optional
Andreas Schultz
2017-03-13
gtp: switch from struct socket to struct sock for the GTP sockets
Andreas Schultz
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
2017-01-29
gtp: let userspace handle packets for invalid tunnels
Andreas Schultz
2017-01-29
gtp: remove unnecessary rcu_read_lock
Andreas Schultz
2017-01-27
gtp: fix cross netns recv on gtp socket
Andreas Schultz
2017-01-27
gtp: clear DF bit on GTP packet tx
Andreas Schultz
2017-01-27
gtp: add genl family modules alias
Andreas Schultz
2016-12-17
gtp: Fix initialization of Flags octet in GTPv1 header
Harald Welte
2016-12-17
gtp: gtp_check_src_ms_ipv4() always return success
Lionel Gauthier
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
2016-10-27
genetlink: mark families as __ro_after_init
Johannes Berg
2016-10-27
genetlink: statically initialize families
Johannes Berg
2016-10-27
genetlink: no longer support using static family IDs
Johannes Berg
2016-06-17
gtp: remove unused including <linux/version.h>
Wei Yongjun
2016-05-12
gtp: put back reference to netns when not required anymore
Pablo Neira
2016-05-10
gtp: reload GTPv1 header after pskb_may_pull()
Pablo Neira
2016-05-10
gtp: add initial driver for datapath of GPRS Tunneling Protocol (GTP-U)
Pablo Neira