summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-01-01netfilter: xt_osf: Add missing permission checksKevin Cernekee1-0/+7
2018-01-01netlink: Add netns check on tapsKevin Cernekee1-0/+3
2018-01-01netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee1-0/+10
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-01dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam1-0/+5
2018-01-01vlan: fix a use-after-free in vlan_device_event()Cong Wang1-3/+3
2018-01-01l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault2-29/+16
2018-01-01l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault2-4/+6
2018-01-01l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault2-10/+12
2018-01-01netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin1-0/+1
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-01ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long1-4/+7
2018-01-01ip6_gre: Reduce log level in ip6gre_err() to debugMatt Bennett1-8/+8
2018-01-01xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri1-0/+1
2018-01-01net/unix: don't show information about sockets from other namespacesAndrei Vagin1-0/+2
2018-01-01ipsec: Fix aborted xfrm policy dump crashBen Hutchings1-1/+2
2018-01-01sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long1-1/+1
2018-01-01tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-3/+3
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-01udp: fix bcast packet receptionPaolo Abeni1-9/+5
2018-01-01netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet1-2/+2
2018-01-01nl80211: Define policy for packet pattern attributesPeng Xu1-2/+10
2018-01-01l2tp: fix l2tp_eth module loadingGuillaume Nault1-49/+2
2018-01-01udp: perform source validation for mcast early demuxPaolo Abeni2-20/+37
2018-01-01IPv4: early demux can return an error codePaolo Abeni3-19/+25
2018-01-01ipv4: fix broadcast packets receptionPaolo Abeni1-4/+8
2018-01-01packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn1-1/+3
2018-01-01netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal1-9/+14
2018-01-01l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca2-7/+8
2018-01-01vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2-2/+4
2018-01-01net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov1-0/+1
2018-01-01tcp: fastopen: fix on syn-data transmit failureEric Dumazet1-0/+9
2018-01-01ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long1-6/+8
2017-11-26VSOCK: Detach QP check should filter out non matching QPs.Jorgen Hansen1-2/+2
2017-11-26VSOCK: Fix lockdep issue.Jorgen Hansen1-1/+1
2017-11-26VSOCK: sock_put wasn't safe to call in interrupt contextJorgen Hansen2-91/+86
2017-11-26mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg1-2/+34
2017-11-26mac80211: use constant time comparison with keysJason A. Donenfeld1-1/+2
2017-11-26sctp: do not peel off an assoc from one netns to another oneXin Long1-0/+4
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-6/+19
2017-11-26mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern1-0/+2
2017-11-26l2tp: pass tunnel pointer to ->session_create()Guillaume Nault4-25/+17
2017-11-26l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault2-13/+32
2017-11-26Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer1-2/+0
2017-11-26net: don't decrement kobj reference count on init failurestephen hemminger1-12/+10