summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-11-24af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2-6/+12
2017-11-24vlan: fix a use-after-free in vlan_device_event()Cong Wang1-3/+3
2017-11-24tcp: fix tcp_fastretrans_alert warningYuchung Cheng1-2/+1
2017-11-24tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet1-2/+10
2017-11-24l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault2-30/+18
2017-11-24netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin1-0/+1
2017-11-24tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet1-7/+2
2017-11-24tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov1-1/+1
2017-11-18mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg1-2/+34
2017-11-18mac80211: use constant time comparison with keysJason A. Donenfeld1-1/+2
2017-11-18mac80211: accept key reinstall without changing anythingJohannes Berg1-4/+17
2017-11-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-1/+2
2017-11-18ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet1-0/+1
2017-11-18l2tp: hold tunnel in pppol2tp_connect()Guillaume Nault1-1/+6
2017-11-18net_sched: avoid matching qdisc with zero handleCong Wang1-0/+2
2017-11-18sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long1-0/+32
2017-11-18tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet1-1/+1
2017-11-18ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long1-2/+7
2017-11-18ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long1-4/+7
2017-11-18ipip: only increase err_count for some certain type icmp in ipip_errXin Long1-17/+42
2017-11-18net/unix: don't show information about sockets from other namespacesAndrei Vagin1-0/+2
2017-11-18net: dsa: check master device before putVivien Didelot1-3/+4
2017-11-18tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet3-4/+4
2017-11-18tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet1-1/+2
2017-11-18sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth1-2/+4
2017-11-18ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2-2/+3
2017-11-18soreuseport: fix initialization raceCraig Gallek3-11/+11
2017-11-18net: bridge: fix returning of vlan range op errorsNikolay Aleksandrov1-1/+1
2017-11-18packet: avoid panic in packet_getsockopt()Eric Dumazet1-8/+16
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet6-38/+32
2017-11-18sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long1-1/+1
2017-11-18netlink: fix netlink_ack() extack raceJohannes Berg1-4/+4
2017-11-18tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-3/+3
2017-11-18l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault1-0/+3
2017-11-18net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet1-2/+1
2017-11-18netlink: do not set cb_running if dump's start() errsJason A. Donenfeld1-6/+7
2017-11-18ipv6: Fix traffic triggered IPsec connections.Steffen Klassert1-1/+1
2017-11-18ipv4: Fix traffic triggered IPsec connections.Steffen Klassert1-1/+1
2017-11-18gso: fix payload length when gso_size is zeroAlexey Kodanev3-3/+3
2017-11-15netfilter: nft_set_hash: disable fast_ops for 2-len keysAnatole Denis1-1/+0
2017-11-15netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal1-77/+53
2017-11-02ipsec: Fix aborted xfrm policy dump crashHerbert Xu1-10/+15
2017-11-02cfg80211: fix connect/disconnect edge casesJohannes Berg1-9/+41
2017-10-27KEYS: Fix race between updating and finding a negative keyDavid Howells1-1/+1
2017-10-27can: af_can: can_pernet_init(): add missing error handling for kzalloc return...Marc Kleine-Budde1-1/+13
2017-10-12udp: fix bcast packet receptionPaolo Abeni1-9/+5
2017-10-12udp: perform source validation for mcast early demuxPaolo Abeni2-21/+38
2017-10-12nl80211: Define policy for packet pattern attributesPeng Xu1-2/+12
2017-10-12net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov1-0/+3
2017-10-12socket, bpf: fix possible use after freeEric Dumazet2-5/+12