summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-11-20bonding: 3ad: Add support for 1600G speedYael Chemla-0/+9
2025-11-20net/mlx5e: Add 1600Gbps link modesYael Chemla-0/+6
2025-11-20net: ethtool: Add support for 1600Gbps speedYael Chemla-1/+6
2025-11-20netdevsim: add loopback supportJakub Kicinski-5/+12
2025-11-20netdevsim: pass packets thru GRO on RxJakub Kicinski-7/+2
2025-11-20net: phy: fixed_phy: remove not needed initialization of phy_device membersHeiner Kallweit-7/+0
2025-11-20net: phy: fixed_phy: fix missing initialization of fixed phy linkHeiner Kallweit-0/+1
2025-11-20net: phy: adin1100: Simplify register value passingAlexander Dahl-3/+2
2025-11-20net: phy: adin1100: Fix software power-down ready conditionAlexander Dahl-1/+1
2025-11-20net: stmmac: remove axi_blen arrayRussell King (Oracle)-18/+5
2025-11-20net: stmmac: move stmmac_axi_blen_to_mask() to axi_blen init sitesRussell King (Oracle)-5/+10
2025-11-20net: stmmac: move stmmac_axi_blen_to_mask() to stmmac_main.cRussell King (Oracle)-8/+9
2025-11-20net: stmmac: provide common stmmac_axi_blen_to_mask()Russell King (Oracle)-93/+56
2025-11-20net: stmmac: move common DMA AXI register bits to common.hRussell King (Oracle)-25/+21
2025-11-20net: stmmac: dwc-qos-eth: simplify switch() in dwc_eth_dwmac_config_dt()Russell King (Oracle)-23/+3
2025-11-20net: stmmac: rk: use phylink's interface mode for set_clk_tx_rate()Russell King (Oracle)-2/+1
2025-11-20net: stmmac: rk: convert to init()/exit() methodsRussell King (Oracle)-28/+19
2025-11-20net: stmmac: move probe/remove calling of init/exitRussell King (Oracle)-34/+36
2025-11-20net: stmmac: pass struct device to init()/exit() methodsRussell King (Oracle)-43/+45
2025-11-20net: mdio: improve reset handling in mdio_device.cBuday Csaba-2/+6
2025-11-20net: mdio: common handling of phy device reset propertiesBuday Csaba-25/+34
2025-11-20net: mdio: move device reset functions to mdio_device.cBuday Csaba-29/+42
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-46/+115
2025-11-20be2net: pass wrb_params in case of OS2BMCAndrey Vatoropin-3/+4
2025-11-20bng_en: Add RoCE aux device supportVikas Gupta-2/+426
2025-11-20net: ti: icssg-prueth: Enable zero copy in XDP featuresMeghana Malladi-1/+2
2025-11-20net: ti: icssg-prueth: Add AF_XDP zero copy for RXMeghana Malladi-72/+313
2025-11-20net: ti: icssg-prueth: Make emac_run_xdp function independent of pageMeghana Malladi-13/+25
2025-11-20net: ti: icssg-prueth: Add AF_XDP zero copy for TXMeghana Malladi-2/+125
2025-11-20net: ti: icssg-prueth: Add XSK pool helpersMeghana Malladi-1/+149
2025-11-20net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queuesMeghana Malladi-62/+127
2025-11-20Merge tag 'wireless-2025-11-20' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni-0/+7
2025-11-20net: txgbe: support getting module EEPROM by pageJiawen Wu-0/+77
2025-11-20net: txgbe: delay to identify modules in .ndo_openJiawen Wu-1/+2
2025-11-20net: txgbe: improve functions of AML 40G devicesJiawen Wu-48/+137
2025-11-20net: txgbe: rename the SFP relatedJiawen Wu-34/+35
2025-11-20net: txgbe: support CR modules for AML devicesJiawen Wu-18/+44
2025-11-20wifi: ipw2x00: replace use of system_wq with system_percpu_wqMarco Crivellari-4/+4
2025-11-20net: dsa: microchip: lan937x: Fix RGMII delay tuningOleksij Rempel-0/+1
2025-11-20wifi: cw1200: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-2/+3
2025-11-20wifi: wfx: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+1
2025-11-20wifi: qtnfmac: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+2
2025-11-19net/mlx5: Move SF dev table notifier registration outside the PF devlink lockCosmin Ratiu-17/+48
2025-11-19net/mlx5: Move the SF table notifiers outside the devlink lockCosmin Ratiu-33/+75
2025-11-19net/mlx5: Move the SF HW table notifier outside the devlink lockCosmin Ratiu-35/+53
2025-11-19net/mlx5: Move the vhca event notifier outside of the devlink lockCosmin Ratiu-46/+33
2025-11-19net/mlx5: Move the esw mode notifier chain outside the devlink lockCosmin Ratiu-12/+16
2025-11-19net/mlx5: Initialize events outside devlink lockCosmin Ratiu-10/+24
2025-11-19net: phy: realtek: create rtl8211f_config_phy_eee() helperVladimir Oltean-11/+12
2025-11-19net: phy: realtek: eliminate priv->phycr1 variableVladimir Oltean-16/+28