summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-01-01Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro1-0/+3
2018-01-01Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro1-0/+3
2018-01-01Bluetooth: hidp: verify l2cap socketsDavid Herrmann2-0/+8
2018-01-01dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam1-0/+5
2018-01-01l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault1-14/+8
2018-01-01l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault1-2/+3
2018-01-01l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault1-5/+6
2018-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-1/+2
2018-01-01l2tp: hold tunnel in pppol2tp_connect()Guillaume Nault1-1/+6
2018-01-01sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long1-2/+2
2018-01-01ipsec: Fix aborted xfrm policy dump crashBen Hutchings1-1/+2
2018-01-01net: enable interface alias removal via rtnlNicolas Dichtel1-1/+4
2018-01-01l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault1-0/+3
2018-01-01l2tp: fix l2tp_eth module loadingGuillaume Nault1-49/+2
2018-01-01packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn1-1/+3
2017-11-26mac80211: Fix null dereference in ieee80211_key_link()Ben Hutchings1-1/+1
2017-11-26mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg1-2/+34
2017-11-26sctp: do not peel off an assoc from one netns to another oneXin Long1-0/+5
2017-11-26ipv6: fix typo in fib6_net_exit()Eric Dumazet1-1/+1
2017-11-26ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca1-4/+13
2017-11-26l2tp: pass tunnel pointer to ->session_create()Guillaume Nault4-25/+17
2017-11-26l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault2-12/+30
2017-11-11pkt_sched: Fix warning false positives.David S. Miller2-2/+2
2017-11-11netfilter: xt_socket: fix compilation warnings with gcc 4.7Pablo Neira Ayuso1-6/+6
2017-11-11dccp: Fix compile warning in probe code.David S. Miller1-2/+12
2017-11-11packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn1-3/+5
2017-11-11packet: hold bind lock when rebinding to fanout hookWillem de Bruijn1-5/+11
2017-11-11packet: race condition in packet_bindFrancesco Ruggeri1-32/+54
2017-11-11mac80211: accept key reinstall without changing anythingJohannes Berg1-3/+17
2017-11-11sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov1-2/+3
2017-11-11sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov1-2/+2
2017-11-11sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov1-3/+7
2017-11-11sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov1-2/+2
2017-11-11sch_multiq: fix double free on init failureNikolay Aleksandrov1-7/+2
2017-11-11sch_htb: fix crash on init failureNikolay Aleksandrov1-2/+3
2017-11-11net_sched: fix error recovery at qdisc creationEric Dumazet3-20/+11
2017-11-11ipv6: fix sparse warning on rt6i_nodeWei Wang2-4/+8
2017-11-11l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault1-9/+12
2017-11-11l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault1-6/+0
2017-11-11l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault1-12/+15
2017-11-11l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault1-2/+4
2017-11-11l2tp: hold tunnel while processing genl delete commandGuillaume Nault1-2/+4
2017-11-11l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault3-31/+41
2017-11-11l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault2-5/+7
2017-11-11l2tp: initialise session's refcount before making it reachableGuillaume Nault1-4/+2
2017-11-11xfrm_user: fix info leak in build_aevent()Mathias Krause1-0/+1
2017-11-11xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause1-0/+1
2017-11-11ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert1-1/+1
2017-11-11ipv6: add rcu grace period before freeing fib6_nodeWei Wang2-7/+27
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau3-6/+4