summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-11-23wifi: iwlwifi: trans: rename at_least variable to min_modeJason A. Donenfeld-4/+4
2025-11-21net: stmmac: qcom-ethqos: use read_poll_timeout_atomic()Russell King (Oracle)-30/+14
2025-11-21net: stmmac: qcom-ethqos: add rgmii set/clear functionsRussell King (Oracle)-98/+89
2025-11-21net: stmmac: qcom-ethqos: use u32 for rgmii read/write/updateRussell King (Oracle)-8/+8
2025-11-21net: phy: mxl-gpy: fix bogus error on USXGMII and integrated PHYDaniel Golle-1/+1
2025-11-21net: wwan: t7xx: Make local function staticSlark Xiao-3/+1
2025-11-21wifi: rtl8xxxu: Enable 40 MHz width by defaultBitterblue Smith-15/+4
2025-11-21wifi: rtl8xxxu: Fix RX channel width reported by RTL8192FUBitterblue Smith-1/+11
2025-11-21wifi: rtl8xxxu: Fix the 40 MHz subchannel for RTL8192EU, RTL8723BUBitterblue Smith-0/+2
2025-11-21wifi: rtl8xxxu: Make RTL8192CU, RTL8723AU TX with 40 MHz widthBitterblue Smith-1/+11
2025-11-21wifi: rtl8xxxu: Fix HT40 channel config for RTL8192CU, RTL8723AUBitterblue Smith-4/+3
2025-11-21wifi: rtw89: 8852a: correct field mask of reset DAC/ADC FIFOPing-Ke Shih-4/+4
2025-11-21wifi: rtw88: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari-1/+2
2025-11-21wifi: rtlwifi: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari-1/+1
2025-11-21wifi: rtl818x: rtl8187: Fix potential buffer underflow in rtl8187_rx_cb()Seungjin Bae-8/+19
2025-11-20netdevsim: register a new devlink param with default value interfaceDaniel Zahka-0/+57
2025-11-20net/mlx5: implement swp_l4_csum_mode via devlink paramsDaniel Zahka-1/+231
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka-33/+68
2025-11-20netconsole: Increase MAX_USERDATA_ITEMSGustavo Luiz Duarte-1/+1
2025-11-20netconsole: Dynamic allocation of userdata bufferGustavo Luiz Duarte-30/+70
2025-11-20netconsole: Split userdata and sysdataGustavo Luiz Duarte-117/+98
2025-11-20netconsole: Simplify send_fragmented_body()Gustavo Luiz Duarte-65/+46
2025-11-20eth: fbnic: access @pp through netmem_desc instead of pageByungchul Park-1/+2
2025-11-20veth: reduce XDP no_direct return section to fix raceJesper Dangaard Brouer-4/+3
2025-11-20net: fec: remove duplicate macros of the BD statusWei Fang-21/+4
2025-11-20net: fec: remove rx_align from fec_enet_privateWei Fang-6/+14
2025-11-20net: fec: remove struct fec_enet_priv_txrx_infoWei Fang-13/+6
2025-11-20net: fec: simplify the conditional preprocessor directivesWei Fang-23/+9
2025-11-20net: fec: remove useless conditional preprocessor directivesWei Fang-6/+0
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