summaryrefslogtreecommitdiffstats
path: root/drivers/net/gtp.c
Commit message (Expand)AuthorAgeFilesLines
* gtp: switch to dev_get_tstats64Heiner Kallweit2020-11-091-1/+1
* gtp: fix an use-before-init in gtp_newlink()Masahiro Fujiwara2020-10-291-8/+8
* gtp: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-7/+1
* genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-0/+1
|\
| * gtp: add GTPA_LINK info to msg sent to userspaceNicolas Dichtel2020-08-251-0/+1
* | gtp: relax alloc constraint when adding a pdpNicolas Dichtel2020-08-311-5/+5
* | gtp: remove useless rcu_read_lock()Nicolas Dichtel2020-08-311-2/+0
* | gtp: add notification mechanismNicolas Dichtel2020-08-271-9/+49
|/
* gtp: set NLM_F_MULTI flag in gtp_genl_dump_pdp()Yoshiyuki Kurauchi2020-05-011-4/+5
* gtp: use icmp_ndo_send helperJason A. Donenfeld2020-02-131-2/+2
* gtp: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo2020-02-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-4/+6
|\
| * gtp: make sure only SOCK_DGRAM UDP sockets are acceptedEric Dumazet2020-01-231-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-2/+3
|\|
| * gtp: fix bad unlock balance in gtp_encap_enable_socketEric Dumazet2020-01-081-2/+3
* | gtp: simplify error handling code in 'gtp_encap_enable()'Christophe JAILLET2020-01-061-6/+3
|/
* gtp: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-241-1/+1
* gtp: avoid zero size hashtableTaehee Yoo2019-12-141-2/+5
* gtp: fix an use-after-free in ipv4_pdp_find()Taehee Yoo2019-12-141-17/+17
* gtp: fix wrong condition in gtp_genl_dump_pdp()Taehee Yoo2019-12-141-17/+19
* gtp: do not allow adding duplicate tid and ms_addr pdp contextTaehee Yoo2019-12-141-10/+22
* gtp: add missing gtp_encap_disable_sock() in gtp_encap_enable()Taehee Yoo2019-07-071-1/+6
* gtp: fix use-after-free in gtp_newlink()Taehee Yoo2019-07-071-1/+1
* gtp: fix Illegal context switch in RCU read-side critical section.Taehee Yoo2019-07-071-1/+1
* gtp: remove duplicate code in gtp_dellink()Taehee Yoo2019-07-071-1/+0
* gtp: fix use-after-free in gtp_encap_destroy()Taehee Yoo2019-07-071-2/+15
* gtp: fix suspicious RCU usageTaehee Yoo2019-07-071-2/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+3
* genetlink: make policy common to familyJohannes Berg2019-03-221-3/+1
* gtp: constify nla_policyStephen Hemminger2018-07-201-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+4
* gtp: Initialize 64-bit per-cpu stats correctlyFlorian Fainelli2017-08-011-1/+1
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* net: fix potential null pointer dereferenceGustavo A. R. Silva2017-05-251-1/+1
* gtp: support SGSN-side tunnelsJonas Bonn2017-03-251-12/+30
* gtp: rename SGSN netlink attributeJonas Bonn2017-03-251-11/+11
* gtp: add socket to pdp contextAndreas Schultz2017-03-131-47/+47
* gtp: consolidate pdp context destruction into helperAndreas Schultz2017-03-131-10/+14
* gtp: unify genl_find_pdp and prepare for per socket lookupAndreas Schultz2017-03-131-71/+50
* gtp: consolidate gtp socket rx pathAndreas Schultz2017-03-131-36/+44
* gtp: merge gtp_get_net and gtp_genl_find_devAndreas Schultz2017-03-131-74/+66
* gtp: make GTP sockets in gtp_newlink optionalAndreas Schultz2017-03-131-67/+75
* gtp: switch from struct socket to struct sock for the GTP socketsAndreas Schultz2017-03-131-19/+23
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1