summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2017-11-241-2/+3
* sctp: do not peel off an assoc from one netns to another oneXin Long2017-11-241-0/+4
* af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2017-11-242-6/+12
* vlan: fix a use-after-free in vlan_device_event()Cong Wang2017-11-241-3/+3
* netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-241-0/+1
* tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-241-7/+2
* tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov2017-11-241-1/+1
* tcp: provide timestamps for partial writesSoheil Hassas Yeganeh2017-11-211-8/+10
* netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal2017-11-181-78/+56
* netfilter: nat: avoid use of nf_conn_nat extensionFlorian Westphal2017-11-182-15/+5
* mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg2017-11-181-2/+34
* mac80211: use constant time comparison with keysJason A. Donenfeld2017-11-181-1/+2
* mac80211: accept key reinstall without changing anythingJohannes Berg2017-11-181-4/+17
* net_sched: avoid matching qdisc with zero handleCong Wang2017-11-181-0/+2
* sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-11-181-0/+32
* ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long2017-11-181-2/+7
* ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2017-11-181-4/+7
* ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-11-181-17/+42
* net/unix: don't show information about sockets from other namespacesAndrei Vagin2017-11-181-0/+2
* tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-11-183-4/+4
* tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet2017-11-181-1/+2
* sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth2017-11-181-2/+4
* ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-11-182-2/+3
* soreuseport: fix initialization raceCraig Gallek2017-11-183-11/+11
* packet: avoid panic in packet_getsockopt()Eric Dumazet2017-11-181-8/+16
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-11-186-38/+32
* sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2017-11-181-1/+1
* tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-11-181-3/+3
* l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault2017-11-181-0/+3
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-181-1/+2
* net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet2017-11-181-2/+1
* netlink: do not set cb_running if dump's start() errsJason A. Donenfeld2017-11-181-6/+7
* ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet2017-11-181-0/+1
* gso: fix payload length when gso_size is zeroAlexey Kodanev2017-11-183-3/+3
* net: dsa: select NET_SWITCHDEVVivien Didelot2017-11-151-2/+3
* IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef2017-11-151-0/+3
* netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev familyLiping Zhang2017-11-151-1/+27
* ipsec: Fix aborted xfrm policy dump crashHerbert Xu2017-11-021-10/+15
* cfg80211: fix connect/disconnect edge casesJohannes Berg2017-11-021-9/+41
* KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-271-1/+1
* netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value.Jarno Rajahalme2017-10-211-2/+2
* mac80211: fix power saving clients handling in iwlwifiEmmanuel Grumbach2017-10-211-1/+1
* nl80211: Define policy for packet pattern attributesPeng Xu2017-10-181-2/+10
* Revert "socket, bpf: fix possible use after free"Greg Kroah-Hartman2017-10-122-17/+3
* socket, bpf: fix possible use after freeEric Dumazet2017-10-122-3/+17
* net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov2017-10-121-0/+3
* tipc: use only positive error codes in messagesParthasarathy Bhuvaragan2017-10-121-1/+1
* ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long2017-10-121-2/+3
* ip6_gre: ip6gre_tap device should keep dstXin Long2017-10-121-0/+1
* netlink: do not proceed if dump's start() errsJason A. Donenfeld2017-10-121-2/+5