Age | Commit message (Expand) | Author | Files | Lines |
2023-03-28 | Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Jakub Kicinski | 9 | -19/+752 |
2023-03-28 | net/mlx5e: Fix build break on 32bit | Saeed Mahameed | 1 | -2/+2 |
2023-03-28 | net/mlx5e: RX, Remove unnecessary recycle parameter and page_cache stats | Dragos Tatulea | 5 | -85/+25 |
2023-03-28 | net/mlx5e: RX, Break the wqe bulk refill in smaller chunks | Dragos Tatulea | 3 | -3/+34 |
2023-03-28 | net/mlx5e: RX, Increase WQE bulk size for legacy rq | Dragos Tatulea | 2 | -5/+44 |
2023-03-28 | net/mlx5e: RX, Split off release path for xsk buffers for legacy rq | Dragos Tatulea | 1 | -15/+35 |
2023-03-28 | net/mlx5e: RX, Defer page release in legacy rq for better recycling | Dragos Tatulea | 4 | -23/+66 |
2023-03-28 | net/mlx5e: RX, Change wqe last_in_page field from bool to bit flags | Dragos Tatulea | 3 | -4/+8 |
2023-03-28 | net/mlx5e: RX, Defer page release in striding rq for better recycling | Dragos Tatulea | 4 | -10/+25 |
2023-03-28 | net/mlx5e: RX, Rename xdp_xmit_bitmap to a more generic name | Dragos Tatulea | 3 | -9/+9 |
2023-03-28 | net/mlx5e: RX, Enable skb page recycling through the page_pool | Dragos Tatulea | 5 | -88/+121 |
2023-03-28 | net/mlx5e: RX, Enable dma map and sync from page_pool allocator | Dragos Tatulea | 4 | -27/+4 |
2023-03-28 | net/mlx5e: RX, Remove internal page_cache | Dragos Tatulea | 3 | -72/+0 |
2023-03-28 | net/mlx5e: RX, Store SHAMPO header pages in array | Dragos Tatulea | 3 | -26/+45 |
2023-03-28 | net/mlx5e: RX, Remove alloc unit layout constraint for striding rq | Dragos Tatulea | 5 | -51/+51 |
2023-03-28 | net/mlx5e: RX, Remove alloc unit layout constraint for legacy rq | Dragos Tatulea | 4 | -62/+87 |
2023-03-28 | net/mlx5e: RX, Remove mlx5e_alloc_unit argument in page allocation | Dragos Tatulea | 1 | -17/+18 |
2023-03-28 | Merge tag 'urgent-rcu.2023.03.28a' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2023-03-28 | Merge tag 'linux-kselftest-fixes-6.3-rc5' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2 | -6/+24 |
2023-03-28 | Merge tag 's390-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 4 | -9/+6 |
2023-03-28 | ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg() | Jakob Koschel | 1 | -3/+5 |
2023-03-28 | ice: add profile conflict check for AVF FDIR | Junfeng Guo | 1 | -0/+73 |
2023-03-28 | ice: Fix ice_cfg_rdma_fltr() to only update relevant fields | Brett Creeley | 1 | -4/+22 |
2023-03-28 | ice: fix W=1 headers mismatch | Jesse Brandeburg | 2 | -1/+2 |
2023-03-28 | net: ethernet: ti: am65-cpsw: enable p0 host port rx_vlan_remap | Grygorii Strashko | 1 | -2/+3 |
2023-03-28 | net: ethernet: ti: am65-cpsw: add .ndo to set dma per-queue rate | Grygorii Strashko | 4 | -2/+129 |
2023-03-28 | Merge branch 'xen-netback-fix-issue-introduced-recently' | Paolo Abeni | 2 | -7/+24 |
2023-03-28 | xen/netback: remove not needed test in xenvif_tx_build_gops() | Juergen Gross | 1 | -4/+0 |
2023-03-28 | xen/netback: don't do grant copy across page boundary | Juergen Gross | 2 | -3/+24 |
2023-03-28 | smsc911x: avoid PHY being resumed when interface is not up | Wolfram Sang | 1 | -2/+5 |
2023-03-28 | Merge branch 'allocate-multiple-skbuffs-on-tx' | Paolo Abeni | 1 | -14/+49 |
2023-03-28 | virtio/vsock: check argument to avoid no effect call | Arseniy Krasnov | 1 | -0/+6 |
2023-03-28 | virtio/vsock: allocate multiple skbuffs on tx | Arseniy Krasnov | 1 | -14/+43 |
2023-03-28 | Merge branch 'net-mvpp2-rss-fixes' | Paolo Abeni | 2 | -62/+54 |
2023-03-28 | net: mvpp2: parser fix PPPoE | Sven Auhagen | 1 | -48/+34 |
2023-03-28 | net: mvpp2: parser fix QinQ | Sven Auhagen | 1 | -2/+2 |
2023-03-28 | net: mvpp2: classifier flow fix fragmentation flags | Sven Auhagen | 1 | -12/+18 |
2023-03-28 | atomics: Provide rcuref - scalable reference counting | Thomas Gleixner | 4 | -1/+443 |
2023-03-28 | atomics: Provide atomic_add_negative() variants | Thomas Gleixner | 5 | -18/+309 |
2023-03-27 | Merge tag 'linux-can-next-for-6.4-20230327' of git://git.kernel.org/pub/scm/l... | Jakub Kicinski | 6 | -137/+148 |
2023-03-27 | Merge branch 'add-tx-push-buf-len-param-to-ethtool' | Jakub Kicinski | 11 | -124/+349 |
2023-03-27 | net: ena: Advertise TX push support | Shay Agroskin | 1 | -1/+10 |
2023-03-27 | net: ena: Add support to changing tx_push_buf_len | Shay Agroskin | 4 | -12/+82 |
2023-03-27 | net: ena: Recalculate TX state variables every device reset | Shay Agroskin | 1 | -1/+9 |
2023-03-27 | net: ena: Add an option to configure large LLQ headers | David Arinzon | 2 | -22/+76 |
2023-03-27 | net: ena: Make few cosmetic preparations to support large LLQ | Shay Agroskin | 1 | -66/+67 |
2023-03-27 | ethtool: Add support for configuring tx_push_buf_len | Shay Agroskin | 6 | -23/+84 |
2023-03-27 | netlink: Add a macro to set policy message with format string | Shay Agroskin | 1 | -0/+22 |
2023-03-27 | Merge tag 'linux-can-fixes-for-6.3-20230327' of git://git.kernel.org/pub/scm/... | Jakub Kicinski | 2 | -8/+16 |
2023-03-27 | qed: remove unused num_ooo_add_to_peninsula variable | Tom Rix | 1 | -2/+1 |