summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-09-12net: dpaa: Pad packets to ETH_ZLENSean Anderson1-1/+8
2024-09-12qlcnic: make read-only const array key staticColin Ian King1-5/+7
2024-09-12net: libwx: fix number of Rx and Tx descriptorsJiawen Wu1-3/+3
2024-09-12net: dsa: felix: ignore pending status of TAS module when it's disabledXiaoliang Yang1-4/+7
2024-09-11Merge tag 'wireless-next-2024-09-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski137-1420/+2691
2024-09-11net: lan743x: Add support to ethtool phylink get and set settingsRaju Lakkaraju3-79/+67
2024-09-11net: lan743x: Migrate phylib to phylinkRaju Lakkaraju3-225/+349
2024-09-11net: lan743x: Create separate Link Speed Duplex state functionRaju Lakkaraju1-30/+45
2024-09-11net: lan743x: Create separate PCS power reset functionRaju Lakkaraju1-26/+29
2024-09-11net: phylink: Add phylink_set_fixed_link() to configure fixed link state in p...Russell King1-0/+42
2024-09-11can: rockchip_canfd: rkcanfd_handle_error_int_reg_ec(): fix decoding of error...Marc Kleine-Budde1-3/+1
2024-09-11can: rockchip_canfd: rkcanfd_timestamp_init(): rework delay calculationArnd Bergmann1-2/+2
2024-09-11can: m_can: m_can_chip_config(): mask timestamp wraparound IRQJake Hamby1-1/+2
2024-09-11can: usb: Kconfig: Fix list of devices for esd_usb driverStefan Mätje1-1/+2
2024-09-11can: Switch back to struct platform_driver::remove()Uwe Kleine-König20-20/+20
2024-09-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-15/+23
2024-09-11Merge tag 'mlx5-fixes-2024-09-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski5-22/+51
2024-09-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski26-135/+1394
2024-09-11Merge tag 'mlx5-updates-2024-09-02' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski38-8/+17120
2024-09-11bnxt_en: resize bnxt_irq name field to fit format stringEdwin Peer1-1/+4
2024-09-11bnxt_en: Add MSIX check in bnxt_check_rings()Michael Chan2-6/+24
2024-09-11bnxt_en: Increase the number of MSIX vectors for RoCE deviceMichael Chan2-6/+14
2024-09-11net: xilinx: axienet: Relax partial rx checksum checksSean Anderson1-3/+1
2024-09-11net: xilinx: axienet: Set RXCSUM in featuresSean Anderson1-0/+2
2024-09-11net: xilinx: axienet: Enable NETIF_F_HW_CSUM for partial tx checksummingSean Anderson1-2/+2
2024-09-11net: xilinx: axienet: Remove unused checksum variablesSean Anderson2-17/+0
2024-09-11rtase: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King1-3/+3
2024-09-11r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King1-2/+2
2024-09-11net: stmmac: silence FPE kernel logsFurong Xu2-8/+4
2024-09-11net: stmmac: support fp parameter of tc-taprioFurong Xu1-17/+22
2024-09-11net: stmmac: support fp parameter of tc-mqprioFurong Xu7-3/+172
2024-09-11net: stmmac: configure FPE via ethtool-mmFurong Xu5-0/+126
2024-09-11net: stmmac: refactor FPE verification processFurong Xu8-170/+166
2024-09-11net: stmmac: drop stmmac_fpe_handshakeFurong Xu3-31/+1
2024-09-11net: stmmac: move stmmac_fpe_cfg to stmmac_priv dataFurong Xu4-24/+44
2024-09-11net: phy: dp83822: Fix NULL pointer dereference on DP83825 devicesTomas Paukrt1-13/+22
2024-09-10virtio_net: disable premapped mode by defaultXuan Zhuo1-18/+0
2024-09-10Revert "virtio_net: big mode skip the unmap check"Xuan Zhuo1-2/+2
2024-09-10Revert "virtio_net: rx remove premapped failover code"Xuan Zhuo1-35/+50
2024-09-10net: ftgmac100: Enable TX interrupt to avoid TX timeoutJacky Chou1-1/+1
2024-09-10net: mdiobus: Debug print fwnode handle instead of raw pointerAlexander Dahl1-1/+2
2024-09-10octeontx2-af: Modify SMQ flush sequence to drop packetsNaveen Mamindlapalli2-14/+48
2024-09-10eth: fbnic: Add devlink firmware version infoLee Trager1-0/+75
2024-09-10net: lan966x: refactor buffer reload functionDaniel Machon1-10/+4
2024-09-10net: lan966x: use a few FDMA helpers throughoutDaniel Machon1-31/+11
2024-09-10net: lan966x: ditch tx->last_in_use variableDaniel Machon2-18/+4
2024-09-10net: lan966x: use library helper for freeing tx buffersDaniel Machon1-6/+1
2024-09-10net: lan966x: use FDMA library for adding DCB's in the tx pathDaniel Machon1-32/+30
2024-09-10net: lan966x: use the FDMA library for allocation of tx buffersDaniel Machon2-57/+34
2024-09-10net: lan966x: use library helper for freeing rx buffersDaniel Machon1-14/+2