summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfxJia-Ju Bai2017-07-051-5/+1
* Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen2017-07-051-0/+14
* af_unix: Add sockaddr length checks before accessing sa_family in bind and co...Mateusz Jurczyk2017-07-051-1/+6
* net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval2017-07-051-1/+2
* decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk2017-07-051-1/+3
* net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko2017-07-051-1/+2
* ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn2017-07-051-2/+4
* rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells2017-06-291-30/+34
* mac80211: fix IBSS presp allocation sizeJohannes Berg2017-06-261-0/+2
* mac80211: fix CSA in IBSS modeKoen Vandeputte2017-06-261-2/+2
* mac80211/wpa: use constant time memory comparison for MACsJason A. Donenfeld2017-06-261-4/+5
* mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach2017-06-261-1/+5
* tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan2017-06-171-6/+7
* sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long2017-06-171-1/+5
* 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