aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-05-26net: mdio: realtek-rtl9300: Add device specific info structureMarkus Stockhausen1-3/+14
2026-05-26net: mdio: realtek-rtl9300: enhance documentation & namingMarkus Stockhausen1-55/+84
2026-05-26net: team: fix NULL pointer dereference in team_xmit during mode changeWeiming Shi1-13/+32
2026-05-25eth: dpaa2: constify dpaa2_ethtool_stats and dpaa2_ethtool_extrasLen Bao1-2/+2
2026-05-25net: ibm: emac: Use napi_gro_receive() for Rx packetsRosen Penev1-4/+1
2026-05-25devlink: pass param values by pointerRatheesh Kannoth15-98/+98
2026-05-25net/mlx5e: Reduce stack use reading PCIe congestion thresholdsRatheesh Kannoth1-18/+27
2026-05-25net/mlx5: Add SPF function type for page managementMoshe Shemesh4-0/+13
2026-05-25net/mlx5: Add FDB peer miss rules for satellite PFsMoshe Shemesh2-1/+31
2026-05-25net/mlx5: Support state get/set for satellite PF portsMoshe Shemesh3-11/+52
2026-05-25net/mlx5: Register SF resource on satellite PF portsOr Har-Toov1-10/+21
2026-05-25net/mlx5: Register devlink ports for satellite PFsMoshe Shemesh3-2/+34
2026-05-25net/mlx5: Map SF controller to pfnum for satellite PFsMoshe Shemesh4-6/+28
2026-05-25net/mlx5: Expose PF number from query_esw_functionsMoshe Shemesh3-3/+27
2026-05-25net/mlx5: Support SPF SFs in SF hardware tableMoshe Shemesh1-20/+69
2026-05-25net/mlx5: Initialize satellite PF SF vportsMoshe Shemesh3-5/+97
2026-05-25net/mlx5: Initialize host PF host number earlierMoshe Shemesh4-26/+38
2026-05-25net/mlx5: Introduce generic helper for PF SFs infoMoshe Shemesh1-21/+17
2026-05-25net/mlx5: Add satellite PF vport supportMoshe Shemesh4-11/+171
2026-05-25net: lan966x: cleanup error handling in lan966x_fdma_rx_alloc_page_pool()Dan Carpenter1-4/+5
2026-05-25octeontx2-af: validate body pcifunc in rvu_mbox_handler_rep_event_notifyMichael Bommarito3-1/+10
2026-05-25macsec: fix replay protection at XPN lower-PN wrapJunrui Luo1-1/+2
2026-05-25net/mlx5: HWS: Reject unsupported remove-header actionPrathamesh Deshpande1-1/+3
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov89-399/+2433
2026-05-25wifi: rtw88: usb: fix memory leaks on USB write failuresLuka Gejak1-2/+11
2026-05-25wifi: rtw88: increase TX report timeout to fix race conditionLuka Gejak1-1/+6
2026-05-25wifi: rtw89: Add missing TX queue mappings for RTL8922AUBitterblue Smith1-0/+3
2026-05-25wifi: rtw89: 8922d: add quota for RTL8922DE variantPing-Ke Shih3-6/+83
2026-05-25wifi: rtw89: mac: consolidate quota into a struct for variant chipsPing-Ke Shih9-18/+52
2026-05-25wifi: rtw89: mac: add field of release report size to DLE quotaPing-Ke Shih2-2/+3
2026-05-25wifi: rtw89: 8922d: change naming number and update values for WDE/PLE quotaPing-Ke Shih3-16/+16
2026-05-25wifi: rtw89: correct drop logic for malformed AMPDU framesPo-Hao Huang2-2/+4
2026-05-25wifi: rtw89: wow: send ARP reply packets instead of Null packets to keep aliveChin-Yen Lee1-1/+3
2026-05-25wifi: rtw89: clear auto K delay value before downloading firmwarePing-Ke Shih4-0/+26
2026-05-25wifi: rtw89: pci: disable PCI PHY error flag 8Ping-Ke Shih2-1/+6
2026-05-25wifi: rtw89: pci: not disable PCI completion timeout control for a variant of RTL8922DEPing-Ke Shih1-2/+12
2026-05-25wifi: rtw89: pci: enable LTR based on pcie control registerDian-Syuan Yang1-1/+15
2026-05-25wifi: rtw89: fw: dump status of H2C command and C2H event for SERZong-Zhe Yang1-0/+6
2026-05-25wifi: rtw89: debug: Wi-Fi 7 update simulation of SER L0/L1 by halt H2C commandZong-Zhe Yang2-58/+45
2026-05-25wifi: rtw89: debug: Wi-Fi 7 show count of SER L0 simulationZong-Zhe Yang1-0/+6
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich166-1040/+4019
2026-05-22net: dsa: microchip: bypass dev_ops for phy_read()/phy_write()Bastien Curutchet (Schneider Electric)5-53/+104
2026-05-22net: dsa: microchip: call DSA's phy_{read/write} to do mdio {read/write}Bastien Curutchet (Schneider Electric)1-8/+4
2026-05-22net: dsa: microchip: bypass dev_ops for port_setup()Bastien Curutchet (Schneider Electric)5-38/+52
2026-05-22net: dsa: microchip: remove dev_ops->setup() and teardown()Vladimir Oltean2-141/+0
2026-05-22net: dsa: microchip: bypass dev_ops->setup() and teardown() for ksz8Vladimir Oltean1-20/+119
2026-05-22net: dsa: microchip: bypass dev_ops->setup() and teardown() for ksz9477Vladimir Oltean1-9/+118
2026-05-22net: dsa: microchip: bypass dev_ops->setup() and teardown() for lan937xVladimir Oltean3-18/+116
2026-05-22net: dsa: microchip: don't reset on shutdown or driver removalVladimir Oltean5-50/+9
2026-05-22net: stmmac: mmc: Remove duplicate mmc_rx crcAbid Ali1-2/+0