aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-28Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski9-19/+752
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 Tatulea5-85/+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 'urgent-rcu.2023.03.28a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-03-28Merge tag 'linux-kselftest-fixes-6.3-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-6/+24
2023-03-28Merge tag 's390-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds4-9/+6
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-28Merge branch 'xen-netback-fix-issue-introduced-recently'Paolo Abeni2-7/+24
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-28Merge branch 'allocate-multiple-skbuffs-on-tx'Paolo Abeni1-14/+49
2023-03-28virtio/vsock: check argument to avoid no effect callArseniy Krasnov1-0/+6
2023-03-28virtio/vsock: allocate multiple skbuffs on txArseniy Krasnov1-14/+43
2023-03-28Merge branch 'net-mvpp2-rss-fixes'Paolo Abeni2-62/+54
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-28atomics: Provide rcuref - scalable reference countingThomas Gleixner4-1/+443
2023-03-28atomics: Provide atomic_add_negative() variantsThomas Gleixner5-18/+309
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-27Merge branch 'add-tx-push-buf-len-param-to-ethtool'Jakub Kicinski11-124/+349
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-27ethtool: Add support for configuring tx_push_buf_lenShay Agroskin6-23/+84
2023-03-27netlink: Add a macro to set policy message with format stringShay Agroskin1-0/+22
2023-03-27Merge tag 'linux-can-fixes-for-6.3-20230327' of git://git.kernel.org/pub/scm/...Jakub Kicinski2-8/+16
2023-03-27qed: remove unused num_ooo_add_to_peninsula variableTom Rix1-2/+1