aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2025-01-17net/mlx5: Fix variable not being completed when function returnsChenguang Zhao1-0/+1
2025-01-17rtase: Fix a check for error in rtase_alloc_msix()Dan Carpenter1-1/+1
2025-01-17net: stmmac: dwmac-tegra: Read iommu stream id from device treeParker Newman1-3/+11
2025-01-17net: hns3: fix kernel crash when 1588 is sent on HIP08 devicesJie Wang1-0/+3
2025-01-17net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issueHao Lan2-8/+10
2025-01-17net: hns3: initialize reset_timer before hclgevf_misc_irq_init()Jian Shen1-1/+2
2025-01-17net: hns3: don't auto enable misc vectorJian Shen1-5/+7
2025-01-17net: hns3: Resolved the issue that the debugfs query result is inconsistent.Hao Lan2-68/+31
2025-01-17net: hns3: fix missing features due to dev->features configuration too earlyHao Lan1-1/+0
2025-01-17net: hns3: fixed reset failure issues caused by the incorrect reset typeHao Lan2-10/+61
2025-01-17eth: gve: use appropriate helper to set xdp_featuresJakub Kicinski1-5/+9
2025-01-17igc: return early when failing to read EECD registerEn-Wei Wu1-0/+6
2025-01-17ice: fix incorrect PHY settings for 100 GB/sPrzemyslaw Korba1-2/+2
2025-01-17ice: fix max values for dpll pin phase adjustArkadiusz Kubalewski2-12/+25
2025-01-17cxgb4: Avoid removal of uninserted tidAnumula Murali Mohan Reddy1-1/+4
2025-01-17bnxt_en: Fix DIM shutdownMichael Chan1-5/+33
2025-01-17bnxt_en: Fix possible memory leak when hwrm_req_replace failsKalesh AP1-1/+2
2025-01-17pds_core: limit loop over fw name listShannon Nelson1-1/+1
2025-01-17net: libwx: fix firmware mailbox abnormal returnJiawen Wu1-13/+11
2025-01-09gve: trigger RX NAPI instead of TX NAPI in gve_xsk_wakeupJoshua Washington1-14/+7
2025-01-09gve: guard XDP xmit NDO on existence of xdp queuesJoshua Washington2-1/+7
2025-01-09gve: fix XDP allocation path in edge casesJoshua Washington1-1/+8
2025-01-09gve: guard XSK operations on the existence of queuesJoshua Washington1-12/+10
2025-01-09gve: clean XDP queues in gve_tx_stop_ring_gqiJoshua Washington1-1/+4
2025-01-09gve: process XSK TX descriptors as part of RX NAPIJoshua Washington3-14/+31
2025-01-09net: ethernet: ti: am65-cpsw: default to round-robin for host port receiveSiddharth Vadapalli1-1/+1
2025-01-09sky2: Add device ID 11ab:4373 for Marvell 88E8075Pascal Hambourg1-0/+1
2025-01-09net: ti: icssg-prueth: Fix clearing of IEP_CMP_CFG registers during iep_initMeghana Malladi1-0/+8
2025-01-09net: ti: icssg-prueth: Fix firmware load sequence.MD Danish Anwar6-121/+236
2025-01-09net: sfc: Correct key_len for efx_tc_ct_zone_ht_paramsLiang Jie1-1/+1
2025-01-09net: mv643xx_eth: fix an OF node reference leakJoe Hattori1-2/+12
2025-01-09eth: bcmsysport: fix call balance of priv->clk handling routinesVitalii Mordan1-3/+18
2025-01-09net/mlx5e: Keep netdev when leave switchdev for devlink set legacy onlyJianbo Liu3-2/+34
2025-01-09net/mlx5e: Skip restore TC rules for vport rep without loaded flagJianbo Liu3-6/+6
2025-01-09net/mlx5e: macsec: Maintain TX SA from encoding_saDragos Tatulea1-0/+4
2025-01-09net/mlx5: DR, select MSIX vector 0 for completion queue creationShahar Shitrit1-3/+1
2025-01-09net: Fix netns for ip_tunnel_init_flow()Xiao Liang1-2/+1
2025-01-09net: stmmac: restructure the error path of stmmac_probe_config_dt()Joe Hattori1-26/+17
2024-12-27chelsio/chtls: prevent potential integer overflow on 32bitDan Carpenter1-2/+3
2024-12-27net: ethernet: bgmac-platform: fix an OF node reference leakJoe Hattori1-1/+4
2024-12-27net: ethernet: oa_tc6: fix tx skb race condition between reference pointersParthiban Veerasooran1-0/+6
2024-12-27net: ethernet: oa_tc6: fix infinite loop error when tx credits becomes 0Parthiban Veerasooran1-2/+3
2024-12-27net: hinic: Fix cleanup in create_rxqs/txqs()Dan Carpenter1-0/+2
2024-12-27net: renesas: rswitch: rework ts tags managementNikita Yushchenko2-45/+42
2024-12-27ionic: use ee->offset when returning sprom dataShannon Nelson1-2/+2
2024-12-27ionic: no double destroy workqueueShannon Nelson1-1/+4
2024-12-27ionic: Fix netdev notifier unregister on failureBrett Creeley1-2/+2
2024-12-27net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic()Vladimir Oltean1-1/+1
2024-12-27net: stmmac: fix TSO DMA API usage causing oopsRussell King (Oracle)1-3/+4
2024-12-19net: renesas: rswitch: fix initial MPIC register settingNikita Yushchenko2-13/+28