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
* NET: Fix /proc/net/arp for AX.25Ralf Baechle2017-06-171-6/+6
* 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
* net: better skb->sender_cpu and skb->napi_id cohabitationEric Dumazet2017-06-141-17/+16
* net: bridge: start hello timer only if device is upNikolay Aleksandrov2017-06-141-1/+2
* 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
* netem: fix skb_orphan_partial()Eric Dumazet2017-06-071-6/+6
* 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
* 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
* 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
* mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul2017-05-202-2/+8
* mac80211: pass block ack session timeout to to driverSara Sharon2017-05-205-52/+83
* mac80211: pass RX aggregation window size to driverSara Sharon2017-05-201-1/+1
* Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc2017-05-201-1/+2
* 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
* 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
* netlink: Allow direct reclaim for fallback allocationRoss Lagerwall2017-05-081-1/+1
* p9_client_readdir() fixAl Viro2017-05-021-0/+4
* ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-05-021-2/+1
* ipv6: check skb->protocol before lookup for nexthopWANG Cong2017-05-021-16/+18
* ip6mr: fix notification device destructionNikolay Aleksandrov2017-05-021-7/+6
* netpoll: Check for skb->queue_mappingTushar Dave2017-05-021-2/+8
* net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2017-05-021-0/+4
* tcp: clear saved_syn in tcp_disconnect()Eric Dumazet2017-05-021-0/+1
* sctp: listen on the sock only when it's state is listening or closedXin Long2017-05-021-0/+3
* net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch2017-05-021-1/+1
* l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault2017-05-021-1/+1