summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: ipv6: regenerate host route if moved to gc listDavid Ahern2017-05-031-2/+12
* ip6mr: fix notification device destructionNikolay Aleksandrov2017-05-031-7/+6
* netpoll: Check for skb->queue_mappingTushar Dave2017-05-031-2/+8
* net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2017-05-031-0/+4
* gso: Validate assumption of frag_list segementationIlan Tayari2017-05-031-4/+14
* net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-05-033-14/+6
* ipv6: Fix idev->addr_list corruptionRabin Vincent2017-05-031-4/+7
* tcp: clear saved_syn in tcp_disconnect()Eric Dumazet2017-05-031-0/+1
* sctp: listen on the sock only when it's state is listening or closedXin Long2017-05-031-0/+3
* net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch2017-05-031-1/+1
* l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault2017-05-031-1/+1
* l2tp: take reference on sessions being dumpedGuillaume Nault2017-05-035-11/+27
* net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-05-031-0/+2
* net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-05-031-0/+2
* l2tp: purge socket queues in the .destruct() callbackGuillaume Nault2017-05-031-3/+4
* l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault2017-05-032-4/+6
* kcm: return immediately after copy_from_user() failureWANG Cong2017-05-031-3/+3
* net: neigh: guard against NULL solicit() methodEric Dumazet2017-05-031-1/+2
* ping: implement proper lockingEric Dumazet2017-05-031-2/+3
* mac80211: fix MU-MIMO follow-MAC modeJohannes Berg2017-04-271-18/+47