aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-30net: remove sock_poll_busy_flagChristoph Hellwig2-11/+11
2018-07-30net: remove sock_poll_busy_loopChristoph Hellwig2-10/+4
2018-07-30net: don not detour through struct sock to find the poll waitqueueChristoph Hellwig1-3/+2
2018-07-30net: simplify sock_poll_waitChristoph Hellwig13-18/+19
2018-07-29act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_opsYueHaibing1-3/+1
2018-07-29cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_opsYueHaibing1-3/+1
2018-07-29act_pedit: remove unnecessary semicolonYueHaibing1-1/+1
2018-07-29qed: remove redundant functions qed_get_cm_pq_idx_rlYueHaibing1-10/+0
2018-07-29net-next: mediatek: cleanup unnecessary get chip id and its userSean Wang2-45/+5
2018-07-29net-next: mediatek: improve more with using dma_zalloc_coherentSean Wang1-9/+7
2018-07-29sysfs: Fix regression when adding a file to an existing groupTyler Hicks1-1/+1
2018-07-29Merge tag 'mlx5e-updates-2018-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller10-240/+325
2018-07-29selftests: mlxsw: qos_dscp_bridge: FixPetr Machata1-2/+2
2018-07-29Merge branch 'mtu-related-changes'David S. Miller5-9/+30