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-13Bluetooth: Prevent stack info leak from the EFS element.Ben Seri
2018-02-13netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet
2018-02-13nl80211: don't expose wdev->ssid for most interfacesJohannes Berg
2018-02-13route: also update fnhe_genid when updating a route cacheXin Long
2018-02-13route: update fnhe_expires for redirect when the fnhe existsXin Long
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-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