summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2026-03-25iavf: fix VLAN filter lost on add/delete racePetr Oros1-3/+6
2026-03-25igc: fix page fault in XDP TX timestamps handlingZdenek Bouska3-0/+42
2026-03-25igc: fix missing update of skb->tail in igc_xmit_frame()Kohei Enju1-5/+2
2026-03-25net: airoha: Remove airoha_dev_stop() in airoha_remove()Lorenzo Bianconi1-1/+0
2026-03-25net: ti: icssg-prueth: Fix memory leak in XDP_DROP for non-zero-copy modeMeghana Malladi1-0/+5
2026-03-25net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering tea...Dipayaan Roy1-3/+3
2026-03-25net: bcmgenet: increase WoL poll timeoutJustin Chen1-1/+1
2026-03-25net: macb: Reinitialize tx/rx queue pointer registers and rx ring during resumeKevin Hao1-0/+10
2026-03-25net: macb: Introduce gem_init_rx_ring()Kevin Hao1-4/+9
2026-03-25bnxt_en: fix OOB access in DBG_BUF_PRODUCER async event handlerJunrui Luo2-1/+3
2026-03-25net: macb: fix use-after-free access to PTP clockFedor Pchelkin1-1/+3
2026-03-19net: macb: Shuffle the tx ring before enabling txKevin Hao1-3/+95
2026-03-19net: ethernet: arc: emac: quiesce interrupts before requesting IRQFan Wu1-0/+11
2026-03-19ice: fix retry for AQ command 0x06EEJakub Staniszewski2-21/+15
2026-03-19net: mana: Ring doorbell at 4 CQ wraparoundsLong Li1-5/+18
2026-03-19ixgbevf: fix link setup issueJedrzej Jagielski1-1/+2
2026-03-19ice: reintroduce retry mechanism for indirect AQJakub Staniszewski1-3/+9
2026-03-19octeontx2-af: devlink: fix NIX RAS reporter to use RAS interrupt statusAlok Tiwari1-2/+2
2026-03-19octeontx2-af: devlink: fix NIX RAS reporter recovery conditionAlok Tiwari1-1/+1
2026-03-19net: ethernet: ti: am65-cpsw-nuss: Fix rx_filter value for PTP supportChintan Vankar2-8/+10
2026-03-19net/mana: Null service_wq on setup error to prevent double destroyShiraz Saleem1-0/+1
2026-03-19net: bcmgenet: fix broken EEE by converting to phylib-managed stateNicolai Buchwitz3-28/+18
2026-03-19e1000/e1000e: Fix leak in DMA error cleanupMatt Vollrath2-4/+0
2026-03-19i40e: fix src IP mask checks and memcpy argument names in cloud filterAlok Tiwari1-7/+7
2026-03-19iavf: fix incorrect reset handling in callbacksPetr Oros4-69/+31
2026-03-19iavf: fix PTP use-after-free during resetPetr Oros1-0/+4
2026-03-19drivers: net: ice: fix devlink parameters get without irdmaNikolay Aleksandrov1-2/+2
2026-03-19amd-xgbe: reset PHY settings before starting PHYRaju Rangoju1-9/+6
2026-03-19amd-xgbe: prevent CRC errors during RX adaptation with AN disabledRaju Rangoju3-2/+69
2026-03-19amd-xgbe: fix link status handling in xgbe_rx_adaptationRaju Rangoju1-5/+14
2026-03-19net: enetc: do not skip setting LaBCR[MDIO_PHYAD_PRTAD] for addr 0Wei Fang1-12/+0
2026-03-19net: enetc: fix incorrect fallback PHY address handlingWei Fang1-2/+10
2026-03-19bnxt_en: Fix RSS table size check when changing ethtool channelsPavan Chebbi1-2/+2
2026-03-19net: spacemit: Fix error handling in emac_tx_mem_map()Vivian Wang1-1/+10
2026-03-19net: spacemit: Fix error handling in emac_alloc_rx_desc_buffers()Vivian Wang1-5/+3
2026-03-19net/mlx5e: RX, Fix XDP multi-buf frag counting for legacy RQDragos Tatulea1-7/+4
2026-03-19net/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQDragos Tatulea1-7/+5
2026-03-19net/mlx5e: Fix DMA FIFO desync on error CQE SQ recoveryGal Pressman1-1/+0
2026-03-19net/mlx5: Fix peer miss rules host disabled checksCarolina Jubran1-15/+12
2026-03-19net/mlx5: Fix crash when moving to switchdev modePatrisious Haddad1-1/+1
2026-03-19net/mlx5: Fix deadlock between devlink lock and esw->wqCosmin Ratiu3-8/+19
2026-03-12net: enetc: use truesize as XDP RxQ info frag_sizeLarysa Zaremba1-1/+1
2026-03-12i40e: use xdp.frame_sz as XDP RxQ info frag_sizeLarysa Zaremba1-3/+6
2026-03-12i40e: fix registering XDP RxQ infoLarysa Zaremba2-17/+22
2026-03-12ice: change XDP RxQ frag_size from DMA write length to xdp.frame_szLarysa Zaremba1-5/+4
2026-03-12ice: fix rxq info registering in mbuf packetsLarysa Zaremba4-20/+14
2026-03-12net: ethernet: mtk_eth_soc: Reset prog ptr to old_prog in case of error in mt...Lorenzo Bianconi1-3/+12
2026-03-12net: stmmac: Defer VLAN HW configuration when interface is downOvidiu Panait2-19/+26
2026-03-12net: stmmac: Fix VLAN HW state restoreOvidiu Panait2-12/+22
2026-03-12net: stmmac: Improve double VLAN handlingOvidiu Panait3-4/+21