| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() instead | Ka-Cheong Poon | 2018-08-01 | 3 | -7/+7 |
* | | net: ethernet: ti: cpsw: replace unnecessarily macroses on functions | Ivan Khoronzhuk | 2018-08-01 | 1 | -32/+26 |
|/ |
|
* | net: remove bogus RCU annotations on socket.wq | Christoph Hellwig | 2018-07-31 | 3 | -8/+6 |
* | virtio-net: get rid of unnecessary container of rq stats | Jason Wang | 2018-07-31 | 1 | -44/+36 |
* | virtio-net: correctly update XDP_TX counters | Jason Wang | 2018-07-31 | 1 | -35/+4 |
* | Merge branch 'xsk-improvements-to-RX-queue-check-and-replace' | David S. Miller | 2018-07-31 | 2 | -33/+47 |
|\ |
|
| * | xsk: don't allow umem replace at stack level | Jakub Kicinski | 2018-07-31 | 2 | -12/+32 |
| * | xsk: refactor xdp_umem_assign_dev() | Jakub Kicinski | 2018-07-31 | 1 | -28/+21 |
| * | net: update real_num_rx_queues even when !CONFIG_SYSFS | Jakub Kicinski | 2018-07-31 | 1 | -1/+2 |
|/ |
|
* | mlx5: handle DMA mapping error case for XDP redirect | Jesper Dangaard Brouer | 2018-07-31 | 1 | -0/+3 |
* | hv_netvsc: Add per-cpu ethtool stats for netvsc | Yidong Ren | 2018-07-30 | 2 | -3/+114 |
* | Merge branch 'selftests-mirror-to-gretap-with-team' | David S. Miller | 2018-07-30 | 4 | -10/+607 |
|\ |
|
| * | selftests: forwarding: Test mirror-to-gretap w/ UL team LACP | Petr Machata | 2018-07-30 | 1 | -0/+285 |
| * | selftests: forwarding: Test mirror-to-gretap w/ UL team | Petr Machata | 2018-07-30 | 1 | -0/+283 |
| * | selftests: forwarding: Introduce $ARPING | Petr Machata | 2018-07-30 | 2 | -2/+5 |
| * | selftests: forwarding: lib: Support team devices | Petr Machata | 2018-07-30 | 1 | -0/+23 |
| * | selftests: forwarding: lib: Add require_command() | Petr Machata | 2018-07-30 | 1 | -8/+11 |
|/ |
|
* | fib_rules: NULL check before kfree is not needed | YueHaibing | 2018-07-30 | 1 | -2/+1 |
* | net: phy: mscc: the extended page access register is 16 bits | Quentin Schulz | 2018-07-30 | 1 | -1/+1 |
* | net/tls: Use socket data_ready callback on record availability | Vakul Garg | 2018-07-30 | 1 | -1/+1 |
* | Merge branch 'TC-refactor-act_mirred-packets-re-injection' | David S. Miller | 2018-07-30 | 14 | -69/+126 |
|\ |
|
| * | act_mirred: use TC_ACT_REINSERT when possible | Paolo Abeni | 2018-07-30 | 1 | -10/+43 |
| * | net/tc: introduce TC_ACT_REINSERT. | Paolo Abeni | 2018-07-30 | 3 | -1/+36 |
| * | tc/act: remove unneeded RCU lock in action callback | Paolo Abeni | 2018-07-30 | 10 | -56/+29 |
| * | net/sched: user-space can't set unknown tcfa_action values | Paolo Abeni | 2018-07-30 | 2 | -2/+18 |
|/ |
|
* | liquidio: remove redundant function cn23xx_dump_iq_regs | YueHaibing | 2018-07-30 | 1 | -44/+0 |
* | Merge branch 'socket-poll-related-cleanups-v2' | David S. Miller | 2018-07-30 | 15 | -36/+30 |
|\ |
|
| * | net: remove sock_poll_busy_flag | Christoph Hellwig | 2018-07-30 | 2 | -11/+11 |
| * | net: remove sock_poll_busy_loop | Christoph Hellwig | 2018-07-30 | 2 | -10/+4 |
| * | net: don not detour through struct sock to find the poll waitqueue | Christoph Hellwig | 2018-07-30 | 1 | -3/+2 |
| * | net: simplify sock_poll_wait | Christoph Hellwig | 2018-07-30 | 13 | -18/+19 |
|/ |
|
* | act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_ops | YueHaibing | 2018-07-29 | 1 | -3/+1 |
* | cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_ops | YueHaibing | 2018-07-29 | 1 | -3/+1 |
* | act_pedit: remove unnecessary semicolon | YueHaibing | 2018-07-29 | 1 | -1/+1 |
* | qed: remove redundant functions qed_get_cm_pq_idx_rl | YueHaibing | 2018-07-29 | 1 | -10/+0 |
* | net-next: mediatek: cleanup unnecessary get chip id and its user | Sean Wang | 2018-07-29 | 2 | -45/+5 |
* | net-next: mediatek: improve more with using dma_zalloc_coherent | Sean Wang | 2018-07-29 | 1 | -9/+7 |
* | sysfs: Fix regression when adding a file to an existing group | Tyler Hicks | 2018-07-29 | 1 | -1/+1 |
* | Merge tag 'mlx5e-updates-2018-07-27' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller | 2018-07-29 | 10 | -240/+325 |
|\ |
|
| * | net/mlx5e: Issue direct lookup on vxlan ports by vport representors | Saeed Mahameed | 2018-07-28 | 1 | -10/+2 |
| * | net/mlx5e: Vxlan, move vxlan logic to core driver | Saeed Mahameed | 2018-07-28 | 8 | -19/+21 |
| * | net/mlx5e: Vxlan, add sync lock for add/del vxlan port | Saeed Mahameed | 2018-07-28 | 1 | -3/+15 |
| * | net/mlx5e: Vxlan, return values for add/del port | Saeed Mahameed | 2018-07-28 | 2 | -11/+21 |
| * | net/mlx5e: Vxlan, rename from mlx5e to mlx5 | Saeed Mahameed | 2018-07-28 | 5 | -79/+104 |
| * | net/mlx5e: Vxlan, rename struct mlx5e_vxlan to mlx5_vxlan_port | Saeed Mahameed | 2018-07-28 | 2 | -34/+33 |
| * | net/mlx5e: Vxlan, move netdev only logic to en_main.c | Saeed Mahameed | 2018-07-28 | 3 | -61/+61 |
| * | net/mlx5e: Vxlan, add direct delete function | Saeed Mahameed | 2018-07-28 | 1 | -6/+13 |
| * | net/mlx5e: Vxlan, cleanup an unused member in vxlan work | Gal Pressman | 2018-07-28 | 3 | -8/+4 |
| * | net/mlx5e: Vxlan, replace ports radix-tree with hash table | Gal Pressman | 2018-07-27 | 3 | -17/+28 |
| * | net/mlx5e: Vxlan, check maximum number of UDP ports | Gal Pressman | 2018-07-27 | 3 | -1/+18 |