summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-01-30sh_eth: Fix power down vs. is_opened flag orderingGeert Uytterhoeven1-2/+2
2021-01-23netxen_nic: fix MSI/MSI-x interruptsManish Chopra1-6/+1
2021-01-23net: ethernet: fs_enet: Add missing MODULE_LICENSEMichael Ellerman2-0/+2
2021-01-23ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pramRasmus Villemoes1-1/+8
2021-01-12ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()Rasmus Villemoes1-1/+1
2021-01-12net: hns: fix return value check in __lb_other_process()Yunjian Wang1-0/+4
2020-12-29qlcnic: Fix error code in probeDan Carpenter1-0/+1
2020-12-29net: korina: fix return valueVincent Stehlé1-1/+1
2020-12-29net: allwinner: Fix some resources leak in the error handling path of the pro...Christophe JAILLET1-2/+5
2020-12-29net: bcmgenet: Fix a resource leak in an error handling path in the probe fun...Christophe JAILLET1-1/+3
2020-12-29net: stmmac: delete the eee_ctrl_timer after napi disabledFugang Duan1-3/+10
2020-12-29net/mlx4_en: Avoid scheduling restart task if it is already runningMoshe Shemesh2-7/+17
2020-12-11net: pasemi: fix error return code in pasemi_mac_open()Zhang Changzhong1-2/+6
2020-12-11cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong1-0/+1
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-11-24qlcnic: fix error return code in qlcnic_83xx_restart_hw()Zhang Changzhong1-1/+2
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-18i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar1-1/+1
2020-11-18i40e: Wrong truncation from u16 to u8Grzegorz Siwik1-1/+1
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-10ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov1-3/+7
2020-10-29net: korina: cast KSEG0 address to pointer in kfreeValentin Vidic1-2/+2
2020-10-29net: korina: fix kfree of rx/tx descriptor arrayValentin Vidic1-1/+2
2020-10-29net: enic: Cure the enic api locking trainwreckThomas Gleixner3-6/+28
2020-10-29r8169: fix data corruption issue on RTL8402Heiner Kallweit1-56/+60
2020-10-29ibmveth: Identify ingress large send packets.David Wilder1-1/+12
2020-10-14net: stmmac: removed enabling eee in EEE set callbackVoon Weifeng1-11/+4
2020-10-14Revert "ravb: Fixed to be able to unload modules"Geert Uytterhoeven1-55/+55
2020-10-14net: dec: de2104x: Increase receive ring size for TulipLucy Yan1-1/+1
2020-10-01e1000: Do not perform reset in reset_task if we are already downAlexander Duyck1-4/+14
2020-09-12bnxt: don't enable NAPI until rings are readyJakub Kicinski1-6/+3
2020-09-12bnxt_en: Failure to update PHY is not fatal condition.Michael Chan1-1/+1
2020-09-12net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init()Shung-Hsi Yu1-1/+1
2020-09-12ravb: Fixed to be able to unload modulesYuusuke Ashizuka1-55/+55
2020-09-12tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan1-4/+13
2020-09-12bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam1-0/+3
2020-09-03net: gianfar: Add of_node_put() before goto statementSumera Priyadarsini1-1/+3
2020-08-21net: stmmac: dwmac1000: provide multicast filter fallbackJonathan McDowell1-0/+3
2020-08-21net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell1-0/+1
2020-08-21net: spider_net: Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET1-2/+2
2020-08-21igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri1-0/+9
2020-08-21net: ethernet: ravb: exit if re-initialization fails in tx timeoutYoshihiro Shimoda1-2/+24
2020-08-21mlxsw: core: Increase scope of RCU read-side critical sectionIdo Schimmel1-2/+4
2020-07-31net: smc91x: Fix possible memory leak in smc_drv_probe()Wang Hai1-2/+2
2020-07-31net: sky2: initialize return of gm_phy_readTom Rix1-1/+1
2020-07-22bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti1-1/+1
2020-07-22net: cxgb4: fix return error value in t4_prep_fwLi Heng1-4/+4