summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorLines
2026-05-12net: ethernet: ravb: Do not check URAM suspension when WoL is activeNiklas Söderlund-3/+6
2026-05-12net: atlantic: preserve PCI wake-from-D3 on shutdown when WOL enabledZoran Ilievski-1/+1
2026-05-12net: ethernet: cs89x0: remove stale CONFIG_MACH_MX31ADS referenceEthan Nelson-Moore-2/+0
2026-05-12net: ethernet: cortina: Carry over frag counterLinus Walleij-1/+8
2026-05-12net: ethernet: cortina: Make RX SKB per-portLinus Walleij-1/+6
2026-05-12net: ethernet: cortina: No mapping is a dropped rxLinus Walleij-1/+1
2026-05-11qed: fix division by zero in qed_init_wfq_param when all vports are configuredEvgenii Burenchev-0/+7
2026-05-11net: ena: PHC: Check return code before setting timestamp outputArthur Kiyanovski-1/+4
2026-05-10net: xgene: fix mdio_np leak in xgene_mdiobus_register()Shitalkumar Gandhi-1/+3
2026-05-10net: ena: PHC: Fix potential use-after-free in get_timestampArthur Kiyanovski-2/+5
2026-05-08net: ti: icssm-prueth: fix eth_ports_node leak in probeShitalkumar Gandhi-0/+1
2026-05-08net: lan966x: avoid unregistering netdev on register failureMyeonghun Pak-3/+5
2026-05-08ice: dpll: fix misplaced header macrosIvan Vecera-16/+16
2026-05-08ice: dpll: fix rclk pin state get for E810Ivan Vecera-0/+5
2026-05-08ice: fix locking in ice_dcb_rebuild()Bart Van Assche-2/+2
2026-05-08ice: fix setting RSS VSI hash for E830Marcin Szycik-1/+1
2026-05-08idpf: fix double free and use-after-free in aux device error pathsGreg Kroah-Hartman-0/+6
2026-05-08idpf: fix read_dev_clk_lock spinlock init in idpf_ptp_init()Emil Tantilov-2/+2
2026-05-08i40e: Cleanup PTP pins on probe failureMatt Vollrath-1/+4
2026-05-08i40e: Cleanup PTP registration on probe failureMatt Vollrath-0/+1
2026-05-07Merge tag 'net-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-309/+771
2026-05-07net: sparx5: configure serdes for 1000BASE-X in sparx5_port_init()Daniel Machon-1/+2
2026-05-07net: sparx5: fix wrong chip ids for TSN SKUsDaniel Machon-5/+5
2026-05-07net: stmmac: dwmac-nuvoton: fix NULL pointer dereference in nvt_set_phy_intf_...Joey Lu-0/+2
2026-05-07eth: fbnic: fix double-free of PCS on phylink creation failureBobby Eshleman-1/+2
2026-05-06net: ethernet: cortina: Drop half-assembled SKBAndreas Haarmann-Thiemann-0/+5
2026-05-06net: rtsn: fix mdio_node leak in rtsn_mdio_alloc()Shitalkumar Gandhi-2/+4
2026-05-05net/mlx5e: SD, Fix race condition in secondary device probe/removeShay Drory-4/+48
2026-05-05net/mlx5e: SD, Fix missing cleanup on probe errorShay Drory-4/+11
2026-05-05net/mlx5: SD, Keep multi-pf debugfs entries on primaryShay Drory-6/+13
2026-05-05net/mlx5: SD: Serialize init/cleanupShay Drory-6/+50
2026-05-05net/mlx5e: psp: Hook PSP dev reg/unreg to profile enable/disableCosmin Ratiu-2/+2
2026-05-05net/mlx5e: psp: Expose only a fully initialized priv->pspCosmin Ratiu-7/+3
2026-05-05net/mlx5e: psp: Fix invalid access on PSP dev registration failCosmin Ratiu-9/+17
2026-05-05bnxt_en: Use absolute target ns from ptp_clock_requestPavan Chebbi-24/+5
2026-05-05bnxt_en: Check return value of bnxt_hwrm_vnic_cfgKalesh AP-2/+8
2026-05-05bnxt_en: Set bp->max_tpa according to what the FW supportsMichael Chan-1/+4
2026-05-05bnxt_en: Delay for 5 seconds after AER DPC for all chipsMichael Chan-3/+8
2026-05-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-6/+7
2026-05-05net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLRDipayaan Roy-10/+35
2026-05-05net: mana: remove double CQ cleanup in mana_create_rxq error pathDipayaan Roy-3/+0
2026-05-05net: mana: Skip WQ object destruction for uninitialized RXQDipayaan Roy-1/+2
2026-05-05net: mana: check xdp_rxq registration before unreg in mana_destroy_rxq()Dipayaan Roy-1/+3
2026-05-02RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event()Jason Gunthorpe-6/+7
2026-05-02amd-xgbe: fix PTP addend overflow causing frozen clockGregory Fuchedgi-2/+2
2026-04-30octeontx2-af: npc: cn20k: Reject missing default-rule MCAM indicesRatheesh Kannoth-10/+155
2026-04-30octeontx2-af: npc: cn20k: Tear down default MCAM rules explicitly on freeRatheesh Kannoth-28/+82
2026-04-30octeontx2-af: npc: cn20k: Initialize default-rule index outputs up frontRatheesh Kannoth-3/+7
2026-04-30octeontx2-af: npc: cn20k: Fix MCAM actions readRatheesh Kannoth-13/+13
2026-04-30octeontx2-af: npc: cn20k: Fix bank valueRatheesh Kannoth-55/+37