summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-01-04net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal1-3/+7
2020-01-04net: qlogic: Fix error paths in ql_alloc_large_buffers()Ben Hutchings1-4/+4
2020-01-04net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao1-1/+1
2020-01-04bnx2x: Fix PF-VF communication over multi-cos queues.Manish Chopra1-5/+11
2019-12-21net: stmmac: don't stop NAPI processing when dropping a packetAaro Koskinen1-7/+7
2019-12-21net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen6-19/+34
2019-12-21net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko1-1/+1
2019-12-21net/mlx5e: Fix SFF 8472 eeprom lengthEran Ben Elisha1-1/+1
2019-12-21e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_waitYueHaibing1-2/+2
2019-12-21net/mlx4_core: Fix return codes of unsupported operationsErez Alfasi1-6/+5
2019-12-21net/mlx5: Release resource on error flowMoni Shoua1-2/+2
2019-12-21cxgb4vf: fix memleak in mac_hlist initializationArjun Vynipadath1-2/+4
2019-12-21net: ep93xx_eth: fix mismatch of request_mem_region in removeChuhong Yuan1-2/+3
2019-12-05net: fec: fix clock count mis-matchChuhong Yuan1-4/+11
2019-12-05net: macb: fix error format in dev_err()Luca Ceresoli1-7/+7
2019-12-05sfc: initialise found bitmap in efx_ef10_mtd_probeBert Kenward1-1/+1
2019-12-05sfc: suppress duplicate nvmem partition types in efx_ef10_mtd_probeEdward Cree1-8/+21
2019-12-05atl1e: checking the status of atl1e_write_phy_regKangjie Lu1-1/+3
2019-12-05net: stmicro: fix a missing check of clk_prepareKangjie Lu1-1/+3
2019-12-05net/mlx5: Continue driver initialization despite debugfs failureLeon Romanovsky1-5/+3
2019-12-05net: fec: add missed clk_disable_unprepare in removeChuhong Yuan1-0/+2
2019-11-28net: bcmgenet: return correct value 'ret' from bcmgenet_power_downYueHaibing1-1/+1
2019-11-28igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar1-1/+7
2019-11-28net: ethernet: ti: cpsw: unsync mcast entries while switch promisc modeIvan Khoronzhuk1-0/+1
2019-11-28qlcnic: fix a return in qlcnic_dcb_get_capability()Dan Carpenter1-1/+1
2019-11-28net: ena: Fix Kconfig dependency on X86Netanel Belgazal1-1/+1
2019-11-28net/mlx5e: Fix set vf link state error flowRoi Dayan1-1/+1
2019-11-28sfc: Only cancel the PPS workqueue if it existsMartin Habets1-1/+2
2019-11-28net/mlx4_en: fix mlx4 ethtool -N insertionLuigi Rizzo1-0/+1
2019-11-25ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl1-2/+8
2019-11-25cxgb4: Use proper enum in IEEE_FAUX_SYNCNathan Chancellor1-1/+1
2019-11-25cxgb4: Use proper enum in cxgb4_dcb_handle_fw_updateNathan Chancellor1-2/+2
2019-11-25net: smsc: fix return type of ndo_start_xmit functionYueHaibing3-3/+6
2019-11-25net: micrel: fix return type of ndo_start_xmit functionYueHaibing2-3/+3
2019-11-25bnx2x: Ignore bandwidth attention in single function modeShahed Shaikh1-0/+10
2019-11-25mlxsw: spectrum: Init shaper for TCs 8..15Petr Machata1-0/+7
2019-11-25net: amd: fix return type of ndo_start_xmit functionYueHaibing6-9/+13
2019-11-25net: broadcom: fix return type of ndo_start_xmit functionYueHaibing2-4/+5
2019-11-25net: xilinx: fix return type of ndo_start_xmit functionYueHaibing3-6/+9
2019-11-25net: toshiba: fix return type of ndo_start_xmit functionYueHaibing4-7/+9
2019-11-25cxgb4: Fix endianness issue in t4_fwcache()Ganesh Goudar1-1/+1
2019-11-25i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek1-0/+10
2019-11-25i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek1-0/+8
2019-11-25i40e: use correct length for strncpyMitch Williams1-1/+2
2019-11-12e1000: fix memory leaksWenwen Wang1-4/+3
2019-11-12igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier1-1/+2
2019-11-12net: ethernet: arc: add the missed clk_disable_unprepareChuhong Yuan1-0/+3
2019-11-12net: hisilicon: Fix "Trying to free already-free IRQ"Jiangfeng Xiao1-1/+0
2019-11-12qede: fix NULL pointer deref in __qede_remove()Manish Chopra1-2/+10
2019-11-10net/mlx4_core: Dynamically set guaranteed amount of counters per VFEran Ben Elisha1-16/+26