Age | Commit message (Expand) | Author | Files | Lines |
2023-03-28 | Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski | 8 | -222/+344 |
2023-03-28 | net: ethernet: 8390: axnet_cs: remove unused xfer_count variable | Tom Rix | 1 | -3/+0 |
2023-03-28 | net: ethernet: mtk_eth_soc: fix tx throughput regression with direct 1G links | Felix Fietkau | 1 | -2/+0 |
2023-03-28 | Revert "sh_eth: remove open coded netif_running()" | Wolfram Sang | 2 | -1/+6 |
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 | 4 | -59/+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 's390-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -1/+2 |
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 | 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 | 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-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 | 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 | qed: remove unused num_ooo_add_to_peninsula variable | Tom Rix | 1 | -2/+1 |
2023-03-27 | net: introduce a config option to tweak MAX_SKB_FRAGS | Eric Dumazet | 1 | -2/+2 |
2023-03-27 | Merge tag 'platform-drivers-x86-v6.3-3' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 5 | -20/+69 |
2023-03-27 | Merge tag 'mtd/fixes-for-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -3/+25 |
2023-03-27 | s390/vfio-ap: fix memory leak in vfio_ap device driver | Tony Krowiak | 1 | -1/+2 |
2023-03-27 | drm/i915/perf: Drop wakeref on GuC RC error | Chris Wilson | 2 | -5/+15 |
2023-03-27 | drm/i915/dpt: Treat the DPT BO as a framebuffer | Ville Syrjälä | 3 | -1/+6 |
2023-03-27 | drm/i915/gem: Flush lmem contents after construction | Chris Wilson | 1 | -1/+2 |
2023-03-27 | drm/i915/tc: Fix the ICL PHY ownership check in TC-cold state | Imre Deak | 1 | -2/+2 |
2023-03-27 | drm/i915: Disable DC states for all commits | Ville Syrjälä | 1 | -3/+25 |
2023-03-27 | drm/i915: Workaround ICL CSC_MODE sticky arming | Ville Syrjälä | 1 | -1/+43 |