summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-02-13NFC: fix device-allocation error returnJohan Hovold
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-13net/9p: Switch to wait_event_killable()Tuomas Tynkkynen
2018-01-01netfilter: xt_osf: Add missing permission checksKevin Cernekee
2018-01-01netlink: Add netns check on tapsKevin Cernekee
2018-01-01netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee
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-01dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam
2018-01-01vlan: fix a use-after-free in vlan_device_event()Cong Wang
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-01netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
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-01ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long
2018-01-01ip6_gre: Reduce log level in ip6gre_err() to debugMatt Bennett
2018-01-01xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri
2018-01-01net/unix: don't show information about sockets from other namespacesAndrei Vagin
2018-01-01ipsec: Fix aborted xfrm policy dump crashBen Hutchings
2018-01-01sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long
2018-01-01tun: call dev_get_valid_name() before register_netdevice()Cong Wang
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-01udp: fix bcast packet receptionPaolo Abeni
2018-01-01netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet
2018-01-01nl80211: Define policy for packet pattern attributesPeng Xu
2018-01-01l2tp: fix l2tp_eth module loadingGuillaume Nault
2018-01-01udp: perform source validation for mcast early demuxPaolo Abeni
2018-01-01IPv4: early demux can return an error codePaolo Abeni
2018-01-01ipv4: fix broadcast packets receptionPaolo Abeni
2018-01-01packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn
2018-01-01netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal
2018-01-01l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca
2018-01-01vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev
2018-01-01net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov
2018-01-01tcp: fastopen: fix on syn-data transmit failureEric Dumazet
2018-01-01ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long
2017-11-26VSOCK: Detach QP check should filter out non matching QPs.Jorgen Hansen
2017-11-26VSOCK: Fix lockdep issue.Jorgen Hansen
2017-11-26VSOCK: sock_put wasn't safe to call in interrupt contextJorgen Hansen
2017-11-26mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg
2017-11-26mac80211: use constant time comparison with keysJason A. Donenfeld
2017-11-26sctp: do not peel off an assoc from one netns to another oneXin Long