aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-01tcp: add stat of data packet reordering eventsWei Wang5-4/+11
2018-08-01tcp: add dsack blocks received statsWei Wang4-0/+10
2018-08-01tcp: add data bytes retransmitted statsWei Wang4-0/+11
2018-08-01tcp: add data bytes sent statsWei Wang4-1/+13
2018-08-01tcp: add a helper to calculate size of opt_statsWei Wang1-3/+24
2018-08-01Merge branch 'ipv4-Control-SKB-reprioritization-after-forwarding'David S. Miller10-79/+379
2018-08-01selftests: mlxsw: Add test for ip_forward_update_priorityPetr Machata1-0/+233
2018-08-01selftests: forwarding: Move DSCP capture to lib.shPetr Machata2-42/+42
2018-08-01selftests: forwarding: Move lldpad waiting to lib.shPetr Machata2-20/+24
2018-08-01mlxsw: spectrum_router: Handle sysctl_ip_fwd_update_priorityPetr Machata1-1/+17
2018-08-01mlxsw: spectrum: Extract work-scheduling into a new functionPetr Machata1-15/+23
2018-08-01net: ipv4: Notify about changes to ip_forward_update_priorityPetr Machata2-1/+19
2018-08-01net: ipv4: Control SKB reprioritization after forwardingPetr Machata5-1/+22
2018-08-01net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat6-12/+21
2018-08-01net: change Exar/Neterion menu items to be alphabeticalJon Mason3-11/+16
2018-08-01net/tls: Use kmemdup to simplify the codezhong jiang2-4/+2
2018-08-01net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King1-4/+1
2018-08-01Merge branch 'be2net-next'David S. Miller2-2/+80
2018-08-01be2net: Update the driver version to 12.0.0.0Suresh Reddy1-1/+1
2018-08-01be2net: gather debug info and reset adapter (only for Lancer) on a tx-timeoutSuresh Reddy1-1/+79
2018-08-01net/mlx5e: Fix uninitialized variableGustavo A. R. Silva1-1/+1
2018-08-01qed: Make some functions staticYueHaibing12-38/+43
2018-08-01rds: Remove IPv6 dependencyKa-Cheong Poon12-26/+140
2018-08-01rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon3-7/+7
2018-08-01net: ethernet: ti: cpsw: replace unnecessarily macroses on functionsIvan Khoronzhuk1-32/+26
2018-07-31net: remove bogus RCU annotations on socket.wqChristoph Hellwig3-8/+6
2018-07-31virtio-net: get rid of unnecessary container of rq statsJason Wang1-44/+36
2018-07-31virtio-net: correctly update XDP_TX countersJason Wang1-35/+4
2018-07-31Merge branch 'xsk-improvements-to-RX-queue-check-and-replace'David S. Miller2-33/+47
2018-07-31xsk: don't allow umem replace at stack levelJakub Kicinski2-12/+32
2018-07-31xsk: refactor xdp_umem_assign_dev()Jakub Kicinski1-28/+21
2018-07-31net: update real_num_rx_queues even when !CONFIG_SYSFSJakub Kicinski1-1/+2
2018-07-31mlx5: handle DMA mapping error case for XDP redirectJesper Dangaard Brouer1-0/+3
2018-07-30hv_netvsc: Add per-cpu ethtool stats for netvscYidong Ren2-3/+114
2018-07-30Merge branch 'selftests-mirror-to-gretap-with-team'David S. Miller4-10/+607
2018-07-30selftests: forwarding: Test mirror-to-gretap w/ UL team LACPPetr Machata1-0/+285
2018-07-30selftests: forwarding: Test mirror-to-gretap w/ UL teamPetr Machata1-0/+283
2018-07-30selftests: forwarding: Introduce $ARPINGPetr Machata2-2/+5
2018-07-30selftests: forwarding: lib: Support team devicesPetr Machata1-0/+23
2018-07-30selftests: forwarding: lib: Add require_command()Petr Machata1-8/+11
2018-07-30fib_rules: NULL check before kfree is not neededYueHaibing1-2/+1
2018-07-30net: phy: mscc: the extended page access register is 16 bitsQuentin Schulz1-1/+1
2018-07-30net/tls: Use socket data_ready callback on record availabilityVakul Garg1-1/+1
2018-07-30Merge branch 'TC-refactor-act_mirred-packets-re-injection'David S. Miller14-69/+126
2018-07-30act_mirred: use TC_ACT_REINSERT when possiblePaolo Abeni1-10/+43
2018-07-30net/tc: introduce TC_ACT_REINSERT.Paolo Abeni3-1/+36
2018-07-30tc/act: remove unneeded RCU lock in action callbackPaolo Abeni10-56/+29
2018-07-30net/sched: user-space can't set unknown tcfa_action valuesPaolo Abeni2-2/+18
2018-07-30liquidio: remove redundant function cn23xx_dump_iq_regsYueHaibing1-44/+0
2018-07-30Merge branch 'socket-poll-related-cleanups-v2'David S. Miller15-36/+30