summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
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
2025-11-19net: phy: realtek: allow CLKOUT to be disabled on RTL8211F(D)(I)-VD-CGVladimir Oltean-9/+22
2025-11-19net: phy: realtek: eliminate has_phycr2 variableVladimir Oltean-4/+2
2025-11-19net: phy: realtek: eliminate priv->phycr2 variableVladimir Oltean-15/+23
2025-11-19net: phy: realtek: create rtl8211f_config_rgmii_delay()Vladimir Oltean-26/+39
2025-11-19net: vmxnet3: convert to use .get_rx_ring_countBreno Leitao-15/+3
2025-11-19net: mana: Drop TX skb on post_work_request failure and unmap resourcesAditya Garg-9/+4
2025-11-19net: mana: Handle SKB if TX SGEs exceed hardware limitAditya Garg-2/+40
2025-11-19Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-3/+21
2025-11-19octeontx2-af: Skip TM tree print for disabled SQsAnshumali Gaur-0/+3
2025-11-20wifi: rtw89: hw_scan: Don't let the operating channel be lastBitterblue Smith-0/+7
2025-11-19wifi: ath12k: move firmware stats request outside of atomic contextBaochen Qiang-21/+23
2025-11-19wifi: ath12k: add the missing RCU lock in ath12k_dp_tx_free_txbuf()Baochen Qiang-2/+4
2025-11-19net: stmmac: stmmac_is_jumbo_frm() returns booleanRussell King (Oracle)-16/+10
2025-11-19net: stmmac: stmmac_is_jumbo_frm() len should be unsignedRussell King (Oracle)-3/+3
2025-11-19net: stmmac: convert priv->sph* to boolean and renameRussell King (Oracle)-17/+17
2025-11-19net: phylink: add missing supported link modes for the fixed-linkWei Fang-0/+3
2025-11-19net: dsa: sja1105: Switch to use %ptSpAndy Shevchenko-5/+3
2025-11-19igb: Switch to use %ptSpAndy Shevchenko-5/+2
2025-11-19e1000e: Switch to use %ptSpAndy Shevchenko-5/+2
2025-11-18net/mlx5: Use EOPNOTSUPP instead of ENOTSUPPTariq Toukan-8/+8
2025-11-18net/mlx5: Abort new commands if all command slots are stalledSaeed Mahameed-0/+55