summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: RX, Remove internal page_cacheDragos Tatulea2023-03-283-72/+0
* net/mlx5e: RX, Store SHAMPO header pages in arrayDragos Tatulea2023-03-283-26/+45
* net/mlx5e: RX, Remove alloc unit layout constraint for striding rqDragos Tatulea2023-03-285-51/+51
* net/mlx5e: RX, Remove alloc unit layout constraint for legacy rqDragos Tatulea2023-03-284-62/+87
* net/mlx5e: RX, Remove mlx5e_alloc_unit argument in page allocationDragos Tatulea2023-03-281-17/+18
* net: ethernet: ti: am65-cpsw: enable p0 host port rx_vlan_remapGrygorii Strashko2023-03-281-2/+3
* net: ethernet: ti: am65-cpsw: add .ndo to set dma per-queue rateGrygorii Strashko2023-03-284-2/+129
* Merge branch 'allocate-multiple-skbuffs-on-tx'Paolo Abeni2023-03-281-14/+49
|\
| * virtio/vsock: check argument to avoid no effect callArseniy Krasnov2023-03-281-0/+6
| * virtio/vsock: allocate multiple skbuffs on txArseniy Krasnov2023-03-281-14/+43
|/
* Merge tag 'linux-can-next-for-6.4-20230327' of git://git.kernel.org/pub/scm/l...Jakub Kicinski2023-03-286-137/+148
|\
| * Merge patch series "can: m_can: Optimizations for m_can/tcan part 2"Marc Kleine-Budde2023-03-241-18/+19
| |\
| | * can: m_can: Keep interrupts enabled during peripheral readMarkus Schneider-Pargmann2023-03-241-5/+6
| | * can: m_can: Disable unused interruptsMarkus Schneider-Pargmann2023-03-241-7/+11
| | * can: m_can: Remove double interrupt enableMarkus Schneider-Pargmann2023-03-241-1/+0
| | * can: m_can: Always acknowledge all interruptsMarkus Schneider-Pargmann2023-03-241-2/+1
| | * can: m_can: Remove repeated check for is_peripheralMarkus Schneider-Pargmann2023-03-241-3/+1
| |/
| * can: esd_usb: Improve code readability by means of replacing struct esd_usb_m...Frank Jungclaus2023-03-241-84/+82
| * Merge patch series "can: remove redundant pci_clear_master()"Marc Kleine-Budde2023-03-243-9/+2
| |\
| | * can: kvaser_pciefd: Remove redundant pci_clear_masterCai Huoqing2023-03-241-1/+0
| | * can: ctucanfd: Remove redundant pci_clear_masterCai Huoqing2023-03-241-6/+2
| | * can: c_can: Remove redundant pci_clear_masterCai Huoqing2023-03-241-2/+0
| |/
| * Merge patch series "can: rcar_canfd: Add transceiver support"Marc Kleine-Budde2023-03-241-26/+45
| |\
| | * can: rcar_canfd: Improve error messagesGeert Uytterhoeven2023-03-241-21/+20
| | * can: rcar_canfd: Add transceiver supportGeert Uytterhoeven2023-03-241-5/+25
| |/
* | Merge branch 'add-tx-push-buf-len-param-to-ethtool'Jakub Kicinski2023-03-2811-124/+349
|\ \
| * | net: ena: Advertise TX push supportShay Agroskin2023-03-281-1/+10
| * | net: ena: Add support to changing tx_push_buf_lenShay Agroskin2023-03-284-12/+82
| * | net: ena: Recalculate TX state variables every device resetShay Agroskin2023-03-281-1/+9
| * | net: ena: Add an option to configure large LLQ headersDavid Arinzon2023-03-282-22/+76
| * | net: ena: Make few cosmetic preparations to support large LLQShay Agroskin2023-03-281-66/+67
| * | ethtool: Add support for configuring tx_push_buf_lenShay Agroskin2023-03-286-23/+84
| * | netlink: Add a macro to set policy message with format stringShay Agroskin2023-03-281-0/+22
|/ /
* | qed: remove unused num_ooo_add_to_peninsula variableTom Rix2023-03-281-2/+1
* | net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet2023-03-284-15/+21
* | dev_ioctl: fix a W=1 warningHeiner Kallweit2023-03-271-0/+1
* | net: phy: bcm7xxx: use devm_clk_get_optional_enabled to simplify the codeHeiner Kallweit2023-03-271-18/+4
* | tools: ynl: default to treating enums as flags for mask generationJakub Kicinski2023-03-272-5/+6
* | selftests: tls: add a test for queuing data before setting the ULPJakub Kicinski2023-03-271-0/+45
* | tools: ynl: Add missing types to encode/decodeMichal Michalik2023-03-271-0/+6
* | Merge branch 'sunhme-cleanups'David S. Miller2023-03-272-729/+404
|\ \
| * | net: sunhme: Consolidate common probe tasksSean Anderson2023-03-271-93/+64
| * | net: sunhme: Inline error returnsSean Anderson2023-03-271-12/+6
| * | net: sunhme: Clean up mac address initSean Anderson2023-03-271-5/+4
| * | net: sunhme: Consolidate mac address initializationSean Anderson2023-03-271-148/+134
| * | net: sunhme: Switch SBUS to devresSean Anderson2023-03-271-83/+35
| * | net: sunhme: Alphabetize includesSean Anderson2023-03-271-30/+25
| * | net: sunhme: Unify IRQ requestingSean Anderson2023-03-271-121/+10
| * | net: sunhme: Remove residual polling codeSean Anderson2023-03-272-122/+18
| * | net: sunhme: Just restart autonegotiation if we can't bring the link upSean Anderson2023-03-271-126/+119