summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2020-06-112-14/+42
* l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet2020-06-111-0/+2
* vsock: fix timeout in vsock_accept()Stefano Garzarella2020-06-111-1/+1
* devinet: fix memleak in inetdev_init()Yang Yingliang2020-06-111-0/+1
* esp6: fix memleak on error path in esp6_inputZhen Lei2020-06-111-1/+3
* net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu2020-06-031-1/+1
* mac80211: fix memory leakSudip Mukherjee2020-06-031-0/+1
* netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso2020-06-031-1/+1
* netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso2020-06-032-32/+37
* netfilter: ipset: Fix subcounter update skipPhil Sutter2020-06-031-1/+1
* netfilter: nft_reject_bridge: enable reject with bridge vlanMichael Braun2020-06-031-0/+6
* ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long2020-06-031-1/+22
* vti4: eliminated some duplicate code.Jeremy Sowden2020-06-031-38/+22
* xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long2020-06-031-1/+2
* xfrm: fix a warning in xfrm_policy_insert_listXin Long2020-06-031-6/+1
* xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long2020-06-031-1/+1
* sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen2020-06-031-4/+5
* net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin2020-06-031-8/+6
* ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet2020-06-031-2/+4
* l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran2020-05-272-1/+3
* l2tp: initialise PPP sessions before registering themGuillaume Nault2020-05-271-31/+38
* l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault2020-05-271-53/+101
* l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault2020-05-271-32/+76
* l2tp: don't register sessions in l2tp_session_create()Guillaume Nault2020-05-274-20/+36
* l2tp: fix l2tp_eth module loadingGuillaume Nault2020-05-271-49/+2
* l2tp: pass tunnel pointer to ->session_create()Guillaume Nault2020-05-274-25/+17
* l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault2020-05-272-13/+32
* l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault2020-05-271-9/+12
* l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault2020-05-271-12/+15
* l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault2020-05-271-2/+4
* l2tp: hold tunnel while processing genl delete commandGuillaume Nault2020-05-271-2/+4
* l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault2020-05-273-47/+38
* l2tp: initialise session's refcount before making it reachableGuillaume Nault2020-05-271-4/+2
* l2tp: define parameters of l2tp_tunnel_find*() as "const"Guillaume Nault2020-05-272-4/+4
* l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault2020-05-272-5/+7
* l2tp: remove l2tp_session_find()Guillaume Nault2020-05-272-53/+1
* l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault2020-05-271-5/+0
* L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran2020-05-271-4/+51
* New kernel function to get IP overhead on a socket.R. Parameswaran2020-05-271-0/+46
* net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*Asbjørn Sloth Tønnesen2020-05-271-27/+27
* net: l2tp: export debug flags to UAPIAsbjørn Sloth Tønnesen2020-05-271-10/+0
* l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault2020-05-272-29/+16
* l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault2020-05-273-16/+35
* l2tp: hold session while sending creation notificationsGuillaume Nault2020-05-271-2/+4
* l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()Guillaume Nault2020-05-272-38/+32
* l2tp: lock socket before checking flags in connect()Guillaume Nault2020-05-273-13/+26
* netlabel: cope with NULL catmapPaolo Abeni2020-05-202-2/+10
* net: ipv4: really enforce backoff for redirectsPaolo Abeni2020-05-201-1/+1
* net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang2020-05-201-1/+3
* netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2020-05-201-2/+2