summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-10-17i40e: Fix macvlan leak by synchronizing access to mac_filter_hashAleksandr Loktionov2-0/+3
2024-10-17ice: Fix increasing MSI-X on VFMarcin Szycik3-5/+9
2024-10-17ice: Flush FDB entries before resetWojciech Drewek3-22/+8
2024-10-17ice: Fix netif_is_ice() in Safe ModeMarcin Szycik1-1/+2
2024-10-17ice: Fix entering Safe ModeMarcin Szycik1-3/+1
2024-10-17net: ethernet: adi: adin1110: Fix some error handling path in adin1110_read_f...Christophe JAILLET1-2/+2
2024-10-17Revert "net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled"Jakub Kicinski1-1/+1
2024-10-17sfc: Don't invoke xdp_do_flush() from netpoll.Sebastian Andrzej Siewior2-2/+4
2024-10-17ice: fix VLAN replay after resetDave Ertman1-2/+0
2024-10-17ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pinsArkadiusz Kubalewski1-0/+2
2024-10-17ice: fix memleak in ice_init_tx_topology()Przemek Kitszel3-39/+31
2024-10-17ice: clear port vlan config during resetMichal Swiatkowski3-0/+65
2024-10-17ice: set correct dst VSI in only LAN filtersMichal Swiatkowski1-0/+11
2024-10-17net: fec: don't save PTP state if PTP is unsupportedWei Fang1-2/+4
2024-10-10r8169: add tally counter fields added with RTL8125Heiner Kallweit1-0/+27
2024-10-10r8169: Fix spelling mistake: "tx_underun" -> "tx_underrun"Colin Ian King1-2/+2
2024-10-10net: stmmac: Fix zero-division error when disabling tc cbsKhaiWenTan1-0/+1
2024-10-10nfp: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-3/+2
2024-10-10net: atlantic: Avoid warning about potential string truncationSimon Horman1-2/+2
2024-10-10bnxt_en: Extend maximum length of version string by 1 byteSimon Horman1-1/+1
2024-10-10net: mvpp2: Increase size of queue_name bufferSimon Horman1-1/+1
2024-10-10net: hisilicon: hns_mdio: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-10-10net: hisilicon: hns_dsaf_mac: fix OF node leak in hns_mac_get_info()Krzysztof Kozlowski1-0/+1
2024-10-10net: hisilicon: hip04: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-10-10ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...Aleksandr Mishin1-4/+2
2024-10-10e1000e: avoid failing the system during pm_suspendVitaly Lifshits1-8/+11
2024-10-10net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit checkShenwei Wang1-9/+9
2024-10-10net: fec: Reload PTP registers after link-state changeCsókás, Bence2-0/+23
2024-10-10net: fec: Restart PPS after link state changeCsókás, Bence3-1/+46
2024-10-10net: ethernet: lantiq_etop: fix memory disclosureAleksander Jan Bajkowski1-1/+3
2024-10-10net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twiceJianbo Liu1-1/+7
2024-10-10net/mlx5e: SHAMPO, Fix overflow of hd_per_wqDragos Tatulea1-1/+1
2024-10-10net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()Elena Salomatkina1-0/+3
2024-10-10net/mlx5: Added cond_resched() to crdump collectionMohamed Khalfella1-0/+10
2024-10-10net/mlx5: Fix error path in multi-packet WQE transmitGerd Bayer1-1/+0
2024-10-10net: sparx5: Fix invalid timestampsAakash Menon1-1/+5
2024-10-04idpf: fix netdev Tx queue stop/wakeMichal Kubiak3-27/+21
2024-10-04net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabledFurong Xu1-1/+1
2024-10-04net: ravb: Fix R-Car RX frame size limitPaul Barker1-2/+10
2024-10-04net: ravb: Fix maximum TX frame size for GbEth devicesPaul Barker2-1/+6
2024-10-04net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Cond...Kaixin Wang1-0/+2
2024-10-04net: xilinx: axienet: Fix packet countingSean Anderson1-9/+14
2024-10-04net: xilinx: axienet: Schedule NAPI in two stepsSean Anderson1-6/+8
2024-10-04fbnic: Set napi irq value after calling netif_napi_addBrett Creeley1-4/+4
2024-10-04r8169: disable ALDPS per default for RTL8125Heiner Kallweit1-0/+2
2024-10-04net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+1
2024-10-04net: stmmac: dwmac-loongson: Init ref and PTP clocks rateYanteng Si1-0/+3
2024-10-04eth: fbnic: select DEVLINK and PAGE_POOLSimon Horman1-0/+2
2024-09-11net: dpaa: Pad packets to ETH_ZLENSean Anderson1-1/+8
2024-09-11net: libwx: fix number of Rx and Tx descriptorsJiawen Wu1-3/+3