summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-01-01Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro
2018-01-01Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro
2018-01-01Bluetooth: hidp: verify l2cap socketsDavid Herrmann
2018-01-01dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam
2018-01-01l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault
2018-01-01l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault
2018-01-01l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault
2018-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2018-01-01l2tp: hold tunnel in pppol2tp_connect()Guillaume Nault
2018-01-01sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long
2018-01-01ipsec: Fix aborted xfrm policy dump crashBen Hutchings
2018-01-01net: enable interface alias removal via rtnlNicolas Dichtel
2018-01-01l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault
2018-01-01l2tp: fix l2tp_eth module loadingGuillaume Nault
2018-01-01packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn
2017-11-26mac80211: Fix null dereference in ieee80211_key_link()Ben Hutchings
2017-11-26mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg
2017-11-26sctp: do not peel off an assoc from one netns to another oneXin Long
2017-11-26ipv6: fix typo in fib6_net_exit()Eric Dumazet
2017-11-26ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca
2017-11-26l2tp: pass tunnel pointer to ->session_create()Guillaume Nault
2017-11-26l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault
2017-11-11pkt_sched: Fix warning false positives.David S. Miller
2017-11-11netfilter: xt_socket: fix compilation warnings with gcc 4.7Pablo Neira Ayuso
2017-11-11dccp: Fix compile warning in probe code.David S. Miller
2017-11-11packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn
2017-11-11packet: hold bind lock when rebinding to fanout hookWillem de Bruijn
2017-11-11packet: race condition in packet_bindFrancesco Ruggeri
2017-11-11mac80211: accept key reinstall without changing anythingJohannes Berg
2017-11-11sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov
2017-11-11sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov
2017-11-11sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov
2017-11-11sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov
2017-11-11sch_multiq: fix double free on init failureNikolay Aleksandrov
2017-11-11sch_htb: fix crash on init failureNikolay Aleksandrov
2017-11-11net_sched: fix error recovery at qdisc creationEric Dumazet
2017-11-11ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-11-11l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault
2017-11-11l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault
2017-11-11l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault
2017-11-11l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault
2017-11-11l2tp: hold tunnel while processing genl delete commandGuillaume Nault
2017-11-11l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault
2017-11-11l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault
2017-11-11l2tp: initialise session's refcount before making it reachableGuillaume Nault
2017-11-11xfrm_user: fix info leak in build_aevent()Mathias Krause
2017-11-11xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause
2017-11-11ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert
2017-11-11ipv6: add rcu grace period before freeing fib6_nodeWei Wang
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau