summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* l2tp: take reference on sessions being dumpedGuillaume Nault2017-05-025-11/+27
* net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-05-021-0/+2
* net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-05-021-0/+2
* l2tp: purge socket queues in the .destruct() callbackGuillaume Nault2017-05-021-3/+4
* net: neigh: guard against NULL solicit() methodEric Dumazet2017-05-021-1/+2
* RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com2017-05-021-2/+2
* net_sched: close another race condition in tcf_mirred_release()WANG Cong2017-05-021-2/+3
* ping: implement proper lockingEric Dumazet2017-04-301-2/+3
* tipc: check minimum bearer MTUMichal Kubeček2017-04-303-2/+29
* netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull2017-04-301-4/+6
* tipc: fix socket timer deadlockJon Paul Maloy2017-04-301-12/+42
* tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan2017-04-301-3/+5