summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-02-13RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam
2018-02-13RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam
2018-02-13netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet
2018-02-13netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packetPhil Oester
2018-02-13netfilter: xt_TCPMSS: fix handling of malformed TCP header and optionsPablo Neira Ayuso
2018-02-13netfilter: xt_TCPMSS: Fix missing fragmentation handlingPhil Oester
2018-02-13netfilter: xt_TCPOPTSTRIP: don't use tcp_hdr()Pablo Neira Ayuso
2018-02-13netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundaryPablo Neira Ayuso
2018-02-13net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman
2018-02-13sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko
2018-02-13sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe
2018-02-13l2tp: initialise PPP sessions before registering themGuillaume Nault
2018-02-13l2tp: protect sock pointer of struct pppol2tp_session with RCUGuillaume Nault
2018-02-13l2tp: initialise l2tp_eth sessions before registering themGuillaume Nault
2018-02-13l2tp: don't register sessions in l2tp_session_create()Guillaume Nault
2018-02-13l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault
2018-02-13l2tp: push all ppp pseudowire shutdown through .release handlerTom Parkin
2018-02-13l2tp: purge session reorder queue on deleteTom Parkin
2018-02-13l2tp: add session reorder queue purge function to coreTom Parkin
2018-02-13net/9p: Switch to wait_event_killable()Tuomas Tynkkynen
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