summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Merge branch 'net-dsa-rzn1_a5psw-add-compile_test'Paolo Abeni2-19/+5
2025-07-10net: dsa: rzn1_a5psw: use devm to enable clocksRosen Penev1-18/+4
2025-07-10net: dsa: rzn1_a5psw: add COMPILE_TESTRosen Penev1-1/+1
2025-07-10net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockoptJason Xing5-2/+31
2025-07-10Merge branch 'net-mlx5-misc-changes-2025-07-09'Jakub Kicinski9-39/+31
2025-07-10net/mlx5e: RX, Remove unnecessary RQT redirectsTariq Toukan1-3/+1
2025-07-10net/mlx5: Warn when write combining is not supportedMaor Gottlieb1-0/+3
2025-07-10net/mlx5e: Replace recursive VLAN push handling with an iterative loopGal Pressman1-21/+22
2025-07-10net/mlx5e: CT: extract a memcmp from a spinlock sectionCosmin Ratiu1-1/+4
2025-07-10net/mlx5e: Remove unused VLAN insertion logic in TX pathCarolina Jubran5-14/+1
2025-07-10vsock/test: fix test for null ptr deref when transport changesStefano Garzarella1-5/+16
2025-07-10Merge branch 'net-phy-bcm54811-phy-initialization'Jakub Kicinski8-5/+58
2025-07-10net: phy: bcm54811: PHY initializationKamil Horák - 2N1-4/+21
2025-07-10net: phy: bcm5481x: MII-Lite activationKamil Horák - 2N2-1/+19
2025-07-10dt-bindings: ethernet-phy: add MII-Lite phy interface typeKamil Horák - 2N1-0/+1
2025-07-10net: phy: MII-Lite PHY interface modeKamil Horák - 2N5-0/+17
2025-07-10net: usb: enable the work after stop usbnet by ip down/upZqiang1-2/+2
2025-07-10Merge branch 'vsock-introduce-siocinq-ioctl-support'Jakub Kicinski5-12/+137
2025-07-10test/vsock: Add ioctl SIOCINQ testsXuewei Niu1-0/+79
2025-07-10test/vsock: Add retry mechanism to ioctl wrapperXuewei Niu2-9/+22
2025-07-10vsock: Add support for SIOCINQ ioctlXuewei Niu1-0/+22
2025-07-10hv_sock: Return the readable bytes in hvs_stream_has_data()Dexuan Cui1-3/+14
2025-07-10Documentation: xsk: correct the obsolete references and examplesJason Xing1-21/+18
2025-07-10skbuff: Add MSG_MORE flag to optimize tcp large packet transmissionFeng Yang1-0/+5
2025-07-10Merge branch 'converge-on-using-secs_to_jiffies-part-two'Jakub Kicinski2-5/+4
2025-07-10net: ipconfig: convert timeouts to secs_to_jiffies()Easwar Hariharan1-3/+3
2025-07-10net/smc: convert timeouts to secs_to_jiffies()Easwar Hariharan1-2/+1
2025-07-10gve: make IRQ handlers and page allocation NUMA awareBailey Forrest5-17/+37
2025-07-10Merge branch 'add-microchip-zl3073x-support-part-1'Jakub Kicinski25-2/+4175
2025-07-10dpll: zl3073x: Add support to get/set frequency on pinsIvan Vecera2-0/+359
2025-07-10dpll: zl3073x: Implement input pin state setting in automatic modeIvan Vecera1-0/+32
2025-07-10dpll: zl3073x: Add support to get/set priority on input pinsIvan Vecera2-0/+89
2025-07-10dpll: zl3073x: Implement input pin selection in manual modeIvan Vecera2-3/+124
2025-07-10dpll: zl3073x: Register DPLL devices and pinsIvan Vecera7-1/+1156
2025-07-10dpll: zl3073x: Read DPLL types and pin properties from system firmwareIvan Vecera5-1/+437
2025-07-10dpll: zl3073x: Fetch invariants during probeIvan Vecera3-0/+600
2025-07-10dpll: Add basic Microchip ZL3073x supportIvan Vecera15-2/+1121
2025-07-10devlink: Add new "clock_id" generic device paramIvan Vecera3-0/+12
2025-07-10devlink: Add support for u64 parametersIvan Vecera2-0/+12
2025-07-10dt-bindings: dpll: Add support for Microchip Azurite chip familyIvan Vecera1-0/+115
2025-07-10dt-bindings: dpll: Add DPLL device and pinIvan Vecera3-0/+123
2025-07-10virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()Bui Quang Minh1-2/+9
2025-07-10Merge branch 'add-vf-drivers-for-wangxun-virtual-functions'Jakub Kicinski24-5/+2470
2025-07-10net: ngbevf: add link update flowMengyuan Lou1-0/+3
2025-07-10net: ngbevf: init interrupts and request irqsMengyuan Lou2-0/+19
2025-07-10net: ngbevf: add sw init pci info and reset hardwareMengyuan Lou2-0/+95
2025-07-10net: wangxun: add ngbevf buildMengyuan Lou7-0/+215
2025-07-10net: txgbevf: add link update flowMengyuan Lou6-0/+238
2025-07-10net: txgbevf: Support Rx and Tx process pathMengyuan Lou2-1/+26
2025-07-10net: txgbevf: init interrupts and request irqsMengyuan Lou6-5/+97