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 | 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 '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 | 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 | 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 | 4 | -15/+21 |
2023-03-27 | dev_ioctl: fix a W=1 warning | Heiner Kallweit | 1 | -0/+1 |
2023-03-27 | net: phy: bcm7xxx: use devm_clk_get_optional_enabled to simplify the code | Heiner Kallweit | 1 | -18/+4 |
2023-03-27 | tools: ynl: default to treating enums as flags for mask generation | Jakub Kicinski | 2 | -5/+6 |
2023-03-27 | selftests: tls: add a test for queuing data before setting the ULP | Jakub Kicinski | 1 | -0/+45 |
2023-03-27 | tools: ynl: Add missing types to encode/decode | Michal Michalik | 1 | -0/+6 |
2023-03-27 | Merge branch 'sunhme-cleanups' | David S. Miller | 2 | -729/+404 |
2023-03-27 | net: sunhme: Consolidate common probe tasks | Sean Anderson | 1 | -93/+64 |
2023-03-27 | net: sunhme: Inline error returns | Sean Anderson | 1 | -12/+6 |
2023-03-27 | net: sunhme: Clean up mac address init | Sean Anderson | 1 | -5/+4 |
2023-03-27 | net: sunhme: Consolidate mac address initialization | Sean Anderson | 1 | -148/+134 |
2023-03-27 | net: sunhme: Switch SBUS to devres | Sean Anderson | 1 | -83/+35 |
2023-03-27 | net: sunhme: Alphabetize includes | Sean Anderson | 1 | -30/+25 |
2023-03-27 | net: sunhme: Unify IRQ requesting | Sean Anderson | 1 | -121/+10 |
2023-03-27 | net: sunhme: Remove residual polling code | Sean Anderson | 2 | -122/+18 |
2023-03-27 | net: sunhme: Just restart autonegotiation if we can't bring the link up | Sean Anderson | 1 | -126/+119 |