summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: tcp_rack_reo_timeout() must update tp->tcp_mstampEric Dumazet2017-04-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-2614-35/+57
|\
| * ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-04-261-2/+1
| * tcp: memset ca_priv data to 0 properlyWei Wang2017-04-261-8/+3
| * ipv6: check skb->protocol before lookup for nexthopWANG Cong2017-04-261-16/+18
| * net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung2017-04-261-0/+3
| * net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko2017-04-251-0/+2
| * net: ipv6: regenerate host route if moved to gc listDavid Ahern2017-04-251-2/+12
| * bridge: move bridge multicast cleanup to ndo_uninitXin Long2017-04-252-1/+1
| * ipv6: fix source routingSabrina Dubroca2017-04-251-0/+4
| * tipc: fix socket flow control accounting error at tipc_recv_streamParthasarathy Bhuvaragan2017-04-251-1/+1
| * tipc: fix socket flow control accounting error at tipc_send_streamParthasarathy Bhuvaragan2017-04-251-1/+1
| * ipv6: move stub initialization after ipv6 setup completionPaolo Abeni2017-04-251-2/+4
| * net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern2017-04-241-1/+2
| * udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka2017-04-241-0/+3
| * ipv4: Avoid caching l3mdev dst on mismatched local routeRobert Shearman2017-04-241-1/+2
* | tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet2017-04-262-12/+18
* | tcp: remove ack_time from struct tcp_sacktag_stateEric Dumazet2017-04-261-4/+0
* | tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()Eric Dumazet2017-04-261-1/+1
* | tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet2017-04-262-7/+4
* | tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet2017-04-262-5/+5
* | tcp: do not pass timestamp to tcp_fastretrans_alert()Eric Dumazet2017-04-261-8/+4
* | tcp: do not pass timestamp to tcp_rack_identify_loss()Eric Dumazet2017-04-261-5/+4
* | tcp: do not pass timestamp to tcp_rack_mark_lost()Eric Dumazet2017-04-262-2/+2
* | tcp: do not pass timestamp to tcp_rack_detect_loss()Eric Dumazet2017-04-261-7/+4
* | tcp: add tp->tcp_mstamp fieldEric Dumazet2017-04-261-0/+3
* | net: Generic XDPDavid S. Miller2017-04-253-21/+176
* | l2tp: define "l2tpeth" device typeGuillaume Nault2017-04-251-0/+5
* | l2tp: set name_assign_type for devices created by l2tp_eth.cGuillaume Nault2017-04-251-2/+6
* | net sched actions: Complete the JUMPX opcodeJamal Hadi Salim2017-04-251-0/+25
* | can: network namespace support for CAN gatewayOliver Hartkopp2017-04-251-28/+44
* | can: network namespace support for CAN_BCM protocolOliver Hartkopp2017-04-251-33/+57
* | can: complete initial namespace supportOliver Hartkopp2017-04-253-103/+114
* | can: remove obsolete definitionsOliver Hartkopp2017-04-251-4/+0
* | can: remove obsolete pernet_operations definitionsOliver Hartkopp2017-04-251-4/+0
* | can: fix memory leak in initial namespace supportOliver Hartkopp2017-04-251-0/+2
* | tipc: check return value of nlmsg_newPan Bian2017-04-241-0/+2
* | lwtunnel: check return value of nla_nest_startPan Bian2017-04-241-0/+2
* | cls_flower: add support for matching MPLS fields (v2)Benjamin LaHaise2017-04-241-0/+74
* | flow_dissector: add mpls support (v2)Benjamin LaHaise2017-04-241-3/+22
* | net/tcp_fastopen: Remove mss check in tcp_write_timeout()Wei Wang2017-04-241-4/+3
* | net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang2017-04-243-4/+6
* | net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang2017-04-245-4/+145
* | Merge tag 'mlx5-updates-2017-04-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-04-241-3/+23
|\ \
| * | net/devlink: Add E-Switch encapsulation controlRoi Dayan2017-04-221-3/+23
* | | net: add rcu locking when changing early demuxDavid Ahern2017-04-241-0/+3
* | | openvswitch: Add eventmask support to CT action.Jarno Rajahalme2017-04-241-0/+27
* | | openvswitch: Typo fix.Jarno Rajahalme2017-04-241-1/+1
* | | packet: add PACKET_FANOUT_FLAG_UNIQUEID to assign new fanout group id.Mike Maloney2017-04-241-0/+44
* | | VSOCK: Add virtio vsock vsockmon hooksGerard Garcia2017-04-242-0/+67
OpenPOWER on IntegriCloud