summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka2017-06-171-3/+6
* ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing2017-06-171-2/+8
* ipv6: addrconf: fix generation of new temporary addressesMarcus Huewe2017-06-171-0/+6
* NET: Fix /proc/net/arp for AX.25Ralf Baechle2017-06-171-6/+6
* tipc: Fix tipc_sk_reinit race conditionsHerbert Xu2017-06-172-11/+23
* ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton2017-06-171-0/+3
* ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton2017-06-173-8/+21
* tcp: tcp_probe: use spin_lock_bh()Eric Dumazet2017-06-171-2/+2
* netfilter: nf_conntrack_sip: fix wrong memory initialisationChristophe Leroy2017-06-171-2/+0
* netfilter: nft_set_rbtree: handle element re-addition after deletionPablo Neira Ayuso2017-06-141-11/+11
* net: bridge: start hello timer only if device is upNikolay Aleksandrov2017-06-141-1/+2
* net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines2017-06-141-1/+5
* net: ping: do not abuse udp_poll()Eric Dumazet2017-06-143-3/+3
* ipv6: Fix leak in ipv6_gso_segment().David S. Miller2017-06-141-1/+3
* tcp: disallow cwnd undo when switching congestion controlYuchung Cheng2017-06-141-0/+1
* ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2017-06-142-0/+4
* bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann2017-06-071-0/+1
* ipv4: add reference counting to metricsEric Dumazet2017-06-073-17/+33
* sctp: fix ICMP processing if skb is non-linearDavide Caratti2017-06-071-7/+9
* tcp: avoid fastopen API to be used on AF_UNSPECWei Wang2017-06-071-2/+5
* ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-06-071-7/+8
* bridge: start hello_timer when enabling KERNEL_STP in br_stp_startXin Long2017-06-072-1/+2
* bridge: netlink: check vlan_default_pvid rangeTobias Jungel2017-06-071-0/+7
* ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-06-073-12/+12
* ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-06-074-6/+16
* net: Improve handling of failures on link and route dumpsDavid Ahern2017-06-073-28/+49
* tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh2017-06-071-1/+1
* net/packet: fix missing net_device reference releaseDouglas Caetano dos Santos2017-06-071-7/+7
* sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet2017-06-071-0/+3
* sctp: fix src address selection if using secondary addresses for ipv6Xin Long2017-06-071-17/+29
* tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng2017-06-071-4/+5
* net: fix compile error in skb_orphan_partial()Eric Dumazet2017-06-071-3/+0
* netem: fix skb_orphan_partial()Eric Dumazet2017-06-071-12/+8
* ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-06-072-0/+8
* dccp/tcp: do not inherit mc_list from parentEric Dumazet2017-06-071-0/+2
* ipx: call ipxitf_put() in ioctl error pathDan Carpenter2017-05-251-3/+2
* Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc2017-05-201-1/+2
* iov_iter: don't revert iov buffer if csum errorDing Tianhong2017-05-201-6/+7
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-05-142-2/+12
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-142-11/+17
* rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt2017-05-141-1/+1
* ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2017-05-142-0/+5
* tcp: do not inherit fastopen_req from parentEric Dumazet2017-05-141-0/+1
* net: ipv6: Do not duplicate DAD on link upDavid Ahern2017-05-141-2/+3
* tcp: fix wraparound issue in tcp_lpEric Dumazet2017-05-141-2/+4
* tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet2017-05-141-7/+12
* p9_client_readdir() fixAl Viro2017-05-031-0/+4
* ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-05-031-2/+1
* tcp: memset ca_priv data to 0 properlyWei Wang2017-05-031-8/+3
* ipv6: check skb->protocol before lookup for nexthopWANG Cong2017-05-031-16/+18