summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
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-05net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rqXin Xiong1-2/+2
2020-08-05net/mlx5e: E-Switch, Add misc bit when misc fields changed for mirroringJianbo Liu5-3/+10
2020-08-05net: gemini: Fix missing clk_disable_unprepare() in error path of gemini_ethe...Wang Hai1-1/+4
2020-08-05ionic: unlock queue mutex in error pathShannon Nelson1-1/+3
2020-08-05net: ethernet: mtk_eth_soc: fix MTU warningsLanden Chao1-0/+2
2020-08-05net: nixge: fix potential memory leak in nixge_probe()Lu Wei1-3/+5
2020-08-05ibmvnic: Fix IRQ mapping disposal in error pathThomas Falcon1-1/+1
2020-08-05mlxsw: spectrum_router: Fix use-after-free in router init / de-initIdo Schimmel1-24/+26
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-05octeontx2-pf: Unregister netdev at driver removeSubbaraya Sundeep1-0/+1
2020-08-05octeontx2-pf: cancel reset_task workSubbaraya Sundeep1-0/+1
2020-08-05octeontx2-pf: Fix reset_task bugsSubbaraya Sundeep1-0/+3
2020-08-05mlx4: disable device on shutdownJakub Kicinski1-0/+2
2020-08-05net/mlx5e: Fix kernel crash when setting vf VLANID on a VF devAlaa Hleihel1-2/+3
2020-08-05net/mlx5e: Modify uplink state on interface up/downRon Diskin4-9/+36
2020-08-05net/mlx5: Query PPS pin operational status before registering itEran Ben Elisha1-1/+33
2020-08-05net/mlx5: Verify Hardware supports requested ptp function on a given pinEran Ben Elisha1-1/+22
2020-08-05net/mlx5: Fix a bug of using ptp channel index as pin indexEran Ben Elisha1-11/+10
2020-08-05net/mlx5e: Fix error path of device attachAya Levin1-0/+2
2020-08-05net/mlx5: E-switch, Destroy TSAR after reload interfaceParav Pandit1-2/+2
2020-08-05net/mlx5: E-switch, Destroy TSAR when fail to enable the modeParav Pandit1-1/+1
2020-08-05net: hns3: fix for VLAN config when reset failedGuojia Liao2-7/+10
2020-08-05net: hns3: fix aRFS FD rules leftover after add a user FD ruleGuojia Liao1-13/+15
2020-08-05net: hns3: add reset check for VF updating port based VLANJian Shen1-9/+21
2020-08-05net: hns3: fix a TX timeout issueYonglong Liu1-1/+1
2020-08-05net: hns3: fix desc filling bug when skb is expanded or linearedYunsheng Lin1-10/+6
2020-07-29enetc: Remove the mdio bus on PF probe bailoutClaudiu Manoil1-0/+1
2020-07-29net: ethernet: ave: Fix error returns in ave_initWang Hai1-1/+1
2020-07-29qed: suppress false-positives interrupt error messages on HW initAlexander Lobakin3-24/+32
2020-07-29qed: suppress "don't support RoCE & iWARP" flooding on HW initAlexander Lobakin1-2/+2
2020-07-29net: hns3: fix return value error when query MAC link status failJian Shen2-27/+25
2020-07-29net: hns3: fix error handling for desc fillingYunsheng Lin2-0/+9
2020-07-29net: hns3: fix for not calculating TX BD send size correctlyYunsheng Lin2-3/+1
2020-07-29net: ag71xx: add missed clk_disable_unprepare in error path of probeHuang Guobin1-1/+2
2020-07-29ionic: use mutex to protect queue operationsShannon Nelson3-25/+17
2020-07-29ionic: keep rss hash after fw updateShannon Nelson1-3/+2
2020-07-29ionic: update filter id after replayShannon Nelson1-0/+24
2020-07-29ionic: fix up filter locks and debug msgsShannon Nelson2-10/+12
2020-07-29ionic: use offset for ethtool regs dataShannon Nelson1-2/+5
2020-07-29mlxsw: destroy workqueue when trap_register in mlxsw_emad_initLiu Jian1-1/+2
2020-07-29dpaa_eth: Fix one possible memleak in dpaa_eth_probeLiu Jian1-1/+1
2020-07-29net: bcmgenet: fix error returns in bcmgenet_probe()Zhang Changzhong1-1/+1
2020-07-29mlxsw: core: Fix wrong SFP EEPROM reading for upper pages 1-3Vadim Pasternak1-16/+32
2020-07-29net: smc91x: Fix possible memory leak in smc_drv_probe()Wang Hai1-2/+2
2020-07-29net: fec: fix hardware time stamping by external devicesSergey Organov3-6/+30
2020-07-29dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL()Ioana Ciornei1-1/+1