aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-03-28Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski8-222/+344
2023-03-28net: ethernet: 8390: axnet_cs: remove unused xfer_count variableTom Rix1-3/+0
2023-03-28net: ethernet: mtk_eth_soc: fix tx throughput regression with direct 1G linksFelix Fietkau1-2/+0
2023-03-28Revert "sh_eth: remove open coded netif_running()"Wolfram Sang2-1/+6
2023-03-28net/mlx5e: Fix build break on 32bitSaeed Mahameed1-2/+2
2023-03-28net/mlx5e: RX, Remove unnecessary recycle parameter and page_cache statsDragos Tatulea4-59/+25
2023-03-28net/mlx5e: RX, Break the wqe bulk refill in smaller chunksDragos Tatulea3-3/+34
2023-03-28net/mlx5e: RX, Increase WQE bulk size for legacy rqDragos Tatulea2-5/+44
2023-03-28net/mlx5e: RX, Split off release path for xsk buffers for legacy rqDragos Tatulea1-15/+35
2023-03-28net/mlx5e: RX, Defer page release in legacy rq for better recyclingDragos Tatulea4-23/+66
2023-03-28net/mlx5e: RX, Change wqe last_in_page field from bool to bit flagsDragos Tatulea3-4/+8
2023-03-28net/mlx5e: RX, Defer page release in striding rq for better recyclingDragos Tatulea4-10/+25
2023-03-28net/mlx5e: RX, Rename xdp_xmit_bitmap to a more generic nameDragos Tatulea3-9/+9
2023-03-28net/mlx5e: RX, Enable skb page recycling through the page_poolDragos Tatulea5-88/+121
2023-03-28net/mlx5e: RX, Enable dma map and sync from page_pool allocatorDragos Tatulea4-27/+4
2023-03-28net/mlx5e: RX, Remove internal page_cacheDragos Tatulea3-72/+0
2023-03-28net/mlx5e: RX, Store SHAMPO header pages in arrayDragos Tatulea3-26/+45
2023-03-28net/mlx5e: RX, Remove alloc unit layout constraint for striding rqDragos Tatulea5-51/+51
2023-03-28net/mlx5e: RX, Remove alloc unit layout constraint for legacy rqDragos Tatulea4-62/+87
2023-03-28net/mlx5e: RX, Remove mlx5e_alloc_unit argument in page allocationDragos Tatulea1-17/+18
2023-03-28Merge tag 's390-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+2
2023-03-28ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()Jakob Koschel1-3/+5
2023-03-28ice: add profile conflict check for AVF FDIRJunfeng Guo1-0/+73
2023-03-28ice: Fix ice_cfg_rdma_fltr() to only update relevant fieldsBrett Creeley1-4/+22
2023-03-28ice: fix W=1 headers mismatchJesse Brandeburg2-1/+2
2023-03-28net: ethernet: ti: am65-cpsw: enable p0 host port rx_vlan_remapGrygorii Strashko1-2/+3
2023-03-28net: ethernet: ti: am65-cpsw: add .ndo to set dma per-queue rateGrygorii Strashko4-2/+129
2023-03-28xen/netback: remove not needed test in xenvif_tx_build_gops()Juergen Gross1-4/+0
2023-03-28xen/netback: don't do grant copy across page boundaryJuergen Gross2-3/+24
2023-03-28smsc911x: avoid PHY being resumed when interface is not upWolfram Sang1-2/+5
2023-03-28net: mvpp2: parser fix PPPoESven Auhagen1-48/+34
2023-03-28net: mvpp2: parser fix QinQSven Auhagen1-2/+2
2023-03-28net: mvpp2: classifier flow fix fragmentation flagsSven Auhagen1-12/+18
2023-03-27Merge tag 'linux-can-next-for-6.4-20230327' of git://git.kernel.org/pub/scm/l...Jakub Kicinski6-137/+148
2023-03-27net: ena: Advertise TX push supportShay Agroskin1-1/+10
2023-03-27net: ena: Add support to changing tx_push_buf_lenShay Agroskin4-12/+82
2023-03-27net: ena: Recalculate TX state variables every device resetShay Agroskin1-1/+9
2023-03-27net: ena: Add an option to configure large LLQ headersDavid Arinzon2-22/+76
2023-03-27net: ena: Make few cosmetic preparations to support large LLQShay Agroskin1-66/+67
2023-03-27qed: remove unused num_ooo_add_to_peninsula variableTom Rix1-2/+1
2023-03-27net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet1-2/+2
2023-03-27Merge tag 'platform-drivers-x86-v6.3-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5-20/+69
2023-03-27Merge tag 'mtd/fixes-for-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+25
2023-03-27s390/vfio-ap: fix memory leak in vfio_ap device driverTony Krowiak1-1/+2
2023-03-27drm/i915/perf: Drop wakeref on GuC RC errorChris Wilson2-5/+15
2023-03-27drm/i915/dpt: Treat the DPT BO as a framebufferVille Syrjälä3-1/+6
2023-03-27drm/i915/gem: Flush lmem contents after constructionChris Wilson1-1/+2
2023-03-27drm/i915/tc: Fix the ICL PHY ownership check in TC-cold stateImre Deak1-2/+2
2023-03-27drm/i915: Disable DC states for all commitsVille Syrjälä1-3/+25
2023-03-27drm/i915: Workaround ICL CSC_MODE sticky armingVille Syrjälä1-1/+43