summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2026-03-13i40e: use xdp.frame_sz as XDP RxQ info frag_sizeLarysa Zaremba1-3/+6
2026-03-13i40e: fix registering XDP RxQ infoLarysa Zaremba2-17/+22
2026-03-13net: ethernet: mtk_eth_soc: Reset prog ptr to old_prog in case of error in mt...Lorenzo Bianconi1-3/+12
2026-03-13net: stmmac: Fix error handling in VLAN add and delete pathsOvidiu Panait1-4/+14
2026-03-13amd-xgbe: fix sleep while atomic on suspend/resumeRaju Rangoju3-14/+0
2026-03-13iavf: fix netdev->max_mtu to respect actual hardware limitKohei Enju1-1/+16
2026-03-13octeon_ep_vf: avoid compiler and IQ/OQ reorderingVimlesh Kumar2-16/+33
2026-03-13octeon_ep_vf: Relocate counter updates before NAPIVimlesh Kumar1-2/+15
2026-03-13octeon_ep: avoid compiler and IQ/OQ reorderingVimlesh Kumar2-16/+32
2026-03-13octeon_ep: Relocate counter updates before NAPIVimlesh Kumar1-4/+15
2026-03-13amd-xgbe: fix MAC_TCR_SS register width for 2.5G and 10M speedsRaju Rangoju1-1/+1
2026-03-13net: ti: icssg-prueth: Fix ping failure after offload mode setup when link sp...MD Danish Anwar1-0/+8
2026-03-13dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handlerGuenter Roeck1-1/+2
2026-03-13net: ethernet: ti: am65-cpsw-nuss/cpsw-ale: Fix multicast entry handling in A...Chintan Vankar2-6/+5
2026-03-13e1000e: clear DPG_EN after reset to avoid autonomous power-gatingVitaly Lifshits2-0/+10
2026-03-13i40e: Fix preempt count leak in napi poll tracepointThomas Gleixner1-1/+1
2026-03-13idpf: change IRQ naming to match netdev and ethtool queue numberingBrian Vazquez1-1/+1
2026-03-13net: stmmac: dwmac-loongson: Set clk_csr_i to 100-150MHzHuacai Chen1-1/+1
2026-03-04net: ethernet: ec_bhf: Fix dma_free_coherent() dma handleThomas Fourier1-1/+1
2026-03-04net: intel: fix PCI device ID conflict between i40e and ipw2200Ethan Nelson-Moore1-1/+7
2026-03-04net: macb: Fix tx/rx malfunction after phy link down and upKevin Hao1-6/+5
2026-03-04net: ti: icssg-prueth: Add optional dependency on HSRKevin Hao1-0/+1
2026-03-04octeontx2-af: CGX: fix bitmap leaksBo Sun1-0/+2
2026-03-04net: ethernet: marvell: skge: remove incorrect conflicting PCI IDEthan Nelson-Moore1-1/+0
2026-03-04net: cpsw_new: Fix unnecessary netdev unregistration in cpsw_probe() error pathKevin Hao1-7/+5
2026-03-04dpaa2-switch: validate num_ifs to prevent out-of-bounds writeJunrui Luo1-0/+7
2026-03-04net/mlx5e: Fix "scheduling while atomic" in IPsec MAC address queryJianbo Liu1-2/+1
2026-03-04net/mlx5e: Support routed networks during IPsec MACs initializationAlexandre Cassen1-2/+80
2026-03-04net/mlx5e: Separate address related variables to be in structLeon Romanovsky3-65/+68
2026-03-04net/mlx5: Fix missing devlink lock in SRIOV enable error pathShay Drory1-0/+2
2026-03-04net/mlx5: E-switch, Clear legacy flag when moving to switchdevShay Drory1-0/+2
2026-03-04net/mlx5: DR, Fix circular locking dependency in dumpShay Drory1-2/+2
2026-03-04bnxt_en: Fix deleting of Ntuple filtersPavan Chebbi1-0/+3
2026-03-04bnxt_en: Fix RSS context delete logicPavan Chebbi1-6/+4
2026-03-04net: ethernet: xscale: Check for PTP support properlyLinus Walleij2-4/+4
2026-03-04net: ixp4xx_eth: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean1-32/+29
2026-03-04myri10ge: avoid uninitialized variable useArnd Bergmann1-1/+27
2026-03-04bnxt_en: Allow ntuple filters for dropsJoe Damato1-6/+7
2026-03-04octeontx2-af: Workaround SQM/PSE stalls by disabling stickyGeetha sowjanya1-3/+9
2026-03-04net: hns3: extend HCLGE_FD_AD_QID to 11 bitsJijie Shao2-3/+6
2026-03-04net/mlx5e: Use unsigned for mlx5e_get_max_num_channelsCosmin Ratiu1-1/+2
2026-03-04octeontx2-af: Fix default entries mcam entry actionHariprasad Kelam1-19/+22
2026-03-04net: sparx5/lan969x: fix PTP clock max_adj valueDaniel Machon1-1/+1
2026-03-04net: mscc: ocelot: add missing lock protection in ocelot_port_xmit_inj()Ziyi Guo1-2/+10
2026-03-04net: mscc: ocelot: split xmit into FDMA and register injection pathsZiyi Guo1-9/+30
2026-03-04net: mscc: ocelot: extract ocelot_xmit_timestamp() helperZiyi Guo1-14/+22
2026-03-04net: sparx5/lan969x: fix DWRR cost max to match hardware register widthDaniel Machon1-1/+1
2026-03-04octeontx2-pf: Unregister devlink on probe failureHariprasad Kelam1-0/+1
2026-03-04ionic: Rate limit unknown xcvr type messagesEric Joyner1-3/+4
2026-03-04octeon_ep_vf: ensure dbell BADDR updationVimlesh Kumar4-6/+46