summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-12-30qlcnic: Fix error code in probeDan Carpenter1-0/+1
2020-12-30net: korina: fix return valueVincent Stehlé1-1/+1
2020-12-30net: allwinner: Fix some resources leak in the error handling path of the pro...Christophe JAILLET1-2/+5
2020-12-30net: bcmgenet: Fix a resource leak in an error handling path in the probe fun...Christophe JAILLET1-1/+3
2020-12-30net/mlx5: Properly convey driver version to firmwareLeon Romanovsky1-1/+5
2020-12-30ixgbe: avoid premature Rx buffer reuseBjörn Töpel1-7/+17
2020-12-30net: stmmac: dwmac-meson8b: fix mask definition of the m250_sel muxMartin Blumenstingl1-3/+3
2020-12-30net: stmmac: delete the eee_ctrl_timer after napi disabledFugang Duan1-3/+10
2020-12-30net/mlx4_en: Handle TX error CQEMoshe Shemesh3-7/+39
2020-12-30lan743x: fix for potential NULL pointer dereference with bare cardSergej Bauer1-4/+5
2020-12-30net/mlx4_en: Avoid scheduling restart task if it is already runningMoshe Shemesh2-8/+19
2020-12-30net: stmmac: free tx skb buffer in stmmac_resume()Fugang Duan1-0/+14
2020-12-08net/mlx5: Fix wrong address reclaim when command interface is downEran Ben Elisha1-2/+19
2020-12-08net: mvpp2: Fix error return code in mvpp2_open()Wang Hai1-0/+1
2020-12-08net: pasemi: fix error return code in pasemi_mac_open()Zhang Changzhong1-2/+6
2020-12-08cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong1-0/+1
2020-12-08ibmvnic: Fix TX completion error handlingThomas Falcon1-3/+1
2020-12-08ibmvnic: Ensure that SCRQ entry reads are correctly orderedThomas Falcon1-0/+18
2020-12-08i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch3-18/+31
2020-12-08ibmvnic: fix call_netdevice_notifiers in do_resetLijun Pan1-1/+3
2020-12-02ibmvnic: fix NULL pointer dereference in ibmvic_reset_crqLijun Pan1-0/+3
2020-12-02ibmvnic: fix NULL pointer dereference in reset_sub_crq_queuesLijun Pan1-0/+3
2020-12-02net: ena: set initial DMA width to avoid intel iommu issueShay Agroskin1-9/+8
2020-12-02cxgb4: fix the panic caused by non smac rewriteRaju Rangoju1-1/+2
2020-12-02bnxt_en: Release PCI regions when DMA mask setup fails during probe.Michael Chan1-1/+1
2020-12-02bnxt_en: fix error return code in bnxt_init_board()Zhang Changzhong1-0/+1
2020-12-02bnxt_en: fix error return code in bnxt_init_one()Zhang Changzhong1-0/+1
2020-11-24net: ftgmac100: Fix crash when removing driverJoel Stanley1-0/+4
2020-11-24net/mlx5: Disable QoS when min_rates on all VFs are zeroVladyslav Tarasiuk1-7/+8
2020-11-24qlcnic: fix error return code in qlcnic_83xx_restart_hw()Zhang Changzhong1-1/+2
2020-11-24qed: fix error return code in qed_iwarp_ll2_start()Zhang Changzhong1-3/+9
2020-11-24net: qualcomm: rmnet: Fix incorrect receive packet handling during cleanupSubash Abhinov Kasiviswanathan1-0/+5
2020-11-24net/mlx4_core: Fix init_hca fields offsetAya Levin2-5/+5
2020-11-24net: b44: fix error return code in b44_init_one()Zhang Changzhong1-1/+2
2020-11-24mlxsw: core: Use variable timeout for EMAD retriesIdo Schimmel1-1/+2
2020-11-24lan743x: prevent entire kernel HANG on open, for some platformsSven Van Asbroeck1-1/+2
2020-11-24lan743x: fix issue causing intermittent kernel log warningsSven Van Asbroeck1-5/+5
2020-11-24bnxt_en: read EEPROM A2h address using page 0Edwin Peer1-1/+1
2020-11-18r8169: fix potential skb double free in an error pathHeiner Kallweit1-1/+2
2020-11-18lan743x: fix "BUG: invalid wait context" when setting rx modeSven Van Asbroeck2-12/+3
2020-11-10gianfar: Account for Tx PTP timestamp in the skb headroomClaudiu Manoil1-1/+1
2020-11-10gianfar: Replace skb_realloc_headroom with skb_cow_head for PTPClaudiu Manoil1-10/+2
2020-11-10cadence: force nonlinear buffers to be clonedMark Deneen1-1/+2
2020-11-05bnxt_en: Log unknown link speed appropriately.Michael Chan1-1/+5
2020-11-05mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()Amit Cohen1-0/+3
2020-11-05cxgb4: set up filter action after rewritesRaju Rangoju2-29/+31
2020-11-05r8169: fix issue with forced threading in combination with shared interruptsHeiner Kallweit1-2/+2
2020-11-05ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov1-3/+7
2020-11-05mlxsw: core: Fix memory leak on module removalIdo Schimmel1-0/+2
2020-10-30net: korina: cast KSEG0 address to pointer in kfreeValentin Vidic1-2/+2