summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-08-21net/mlx5e: Don't support phys switch id if not in switchdev modeRoi Dayan1-1/+1
2020-08-05cxgb4: add missing release on skb in uld_send()Navid Emamdoost1-0/+1
2020-08-05net: ethernet: ravb: exit if re-initialization fails in tx timeoutYoshihiro Shimoda1-2/+24
2020-08-05qed: Disable "MFW indication via attention" SPAM every 5 minutesLaurence Oberman1-1/+2
2020-08-05ibmvnic: Fix IRQ mapping disposal in error pathThomas Falcon1-1/+1
2020-08-05mlxsw: core: Free EMAD transactions using kfree_rcu()Ido Schimmel1-1/+1
2020-08-05mlxsw: core: Increase scope of RCU read-side critical sectionIdo Schimmel1-2/+4
2020-08-05mlx4: disable device on shutdownJakub Kicinski1-0/+2
2020-07-29mlxsw: destroy workqueue when trap_register in mlxsw_emad_initLiu Jian1-1/+2
2020-07-29net: smc91x: Fix possible memory leak in smc_drv_probe()Wang Hai1-2/+2
2020-07-29bnxt_en: Fix race when modifying pause settings.Vasundhara Volam1-1/+4
2020-07-29net: sky2: initialize return of gm_phy_readTom Rix1-1/+1
2020-07-22mlxsw: spectrum_router: Remove inappropriate usage of WARN_ON()Ido Schimmel1-1/+1
2020-07-22net: macb: mark device wake capable when "magic-packet" property presentNicolas Ferre1-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
2020-07-22ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus2-9/+17
2020-07-09cxgb4: parse TC-U32 key values and masks nativelyRahul Lakkireddy2-49/+91
2020-07-09cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy1-1/+1
2020-06-30net: alx: fix race condition in alx_removeZekun Shen1-4/+5
2020-06-30net: bcmgenet: use hardware padding of runt framesDoug Berger1-5/+3
2020-06-30net: qed: fix excessive QM ILT lines consumptionAlexander Lobakin1-1/+1
2020-06-30net: qed: fix NVMe login fails over VFsAlexander Lobakin1-5/+18
2020-06-30tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezesDavid Christensen1-2/+2
2020-06-30rocker: fix incorrect error handling in dma_rings_initAditya Pakki1-2/+2
2020-06-30ibmveth: Fix max MTU limitThomas Falcon1-1/+1
2020-06-25e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu1-4/+10
2020-06-20igb: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2020-06-20e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2-8/+5
2020-06-20e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng1-0/+4
2020-06-20ixgbe: fix signed-integer-overflow warningXie XiuQi1-1/+1
2020-06-20net: qed*: Reduce RX and TX default ring count when running inside kdump kernelBhupesh Sharma2-2/+11
2020-06-20net: allwinner: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-2/+2
2020-06-20net: lpc-enet: fix error return code in lpc_mii_init()Wei Yongjun1-1/+2
2020-06-20net: bcmgenet: set Rx mode before starting netifDoug Berger1-0/+4
2020-06-20e1000: Distribute switch variables for initializationKees Cook1-1/+3
2020-06-20ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4KJesper Dangaard Brouer1-1/+2
2020-06-20net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski1-2/+4
2020-06-20drivers/net/ibmvnic: Update VNIC protocol version reportingThomas Falcon1-5/+3
2020-06-11net: smsc911x: Fix runtime PM imbalance on errorDinghao Liu1-4/+5
2020-06-11net: ethernet: stmmac: Enable interface clocks on probe for IPQ806xJonathan McDowell1-0/+13
2020-06-11net/ethernet/freescale: rework quiesce/activate for ucc_gethValentin Longchamp1-6/+7
2020-06-11net: bmac: Fix read of MAC address from ROMJeremy Kerr1-1/+1
2020-06-03net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta1-0/+3
2020-06-03net: hns: fix unsigned comparison to less than zeroColin Ian King1-1/+1
2020-06-03qlcnic: fix missing release in qlcnic_83xx_interrupt_test.Qiushi Wu1-1/+3
2020-06-03net: freescale: select CONFIG_FIXED_PHY where neededArnd Bergmann2-0/+3
2020-06-03net: microchip: encx24j600: add missed kthread_stopChuhong Yuan1-1/+4
2020-06-03net/mlx4_core: fix a memory leak bug.Qiushi Wu1-1/+1
2020-06-03net: sun: fix missing release regions in cas_init_one().Qiushi Wu1-2/+1