summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/wan: lapb: Corrected the usage of skb_cowXie He2020-07-242-4/+8
* Merge tag 'wireless-drivers-2020-07-24' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-07-244-43/+43
|\
| * ath10k: Fix NULL pointer dereference in AHB device probeHauke Mehrtens2020-07-202-42/+38
| * iwlwifi: Make some Killer Wireless-AC 1550 cards work againAlessio Bonfiglio2020-07-201-0/+2
| * ath9k: Fix regression with Atheros 9271Mark O'Donovan2020-07-201-1/+3
* | xen-netfront: fix potential deadlock in xennet_remove()Andrea Righi2020-07-241-22/+42
* | geneve: fix an uninitialized value in geneve_changelink()Cong Wang2020-07-231-1/+1
* | bonding: check return value of register_netdevice() in bond_newlink()Cong Wang2020-07-231-2/+1
* | cxgb4: add missing release on skb in uld_send()Navid Emamdoost2020-07-221-0/+1
* | net: atlantic: fix PTP on AQC10XEgor Pomozov2020-07-221-1/+6
* | enetc: Remove the mdio bus on PF probe bailoutClaudiu Manoil2020-07-221-0/+1
* | net: ethernet: ti: add NETIF_F_HW_TC hw feature flag for taprio offloadMurali Karicheri2020-07-211-1/+2
* | net: ethernet: ave: Fix error returns in ave_initWang Hai2020-07-211-1/+1
* | drivers/net/wan/x25_asy: Fix to make it workXie He2020-07-211-7/+14
* | qed: suppress false-positives interrupt error messages on HW initAlexander Lobakin2020-07-213-24/+32
* | qed: suppress "don't support RoCE & iWARP" flooding on HW initAlexander Lobakin2020-07-211-2/+2
* | netdevsim: fix unbalaced locking in nsim_create()Taehee Yoo2020-07-211-2/+2
* | net: dsa: microchip: call phy_remove_link_mode during probeHelmut Grohne2020-07-213-23/+23
* | net: hns3: fix return value error when query MAC link status failJian Shen2020-07-212-27/+25
* | net: hns3: fix error handling for desc fillingYunsheng Lin2020-07-212-0/+9
* | net: hns3: fix for not calculating TX BD send size correctlyYunsheng Lin2020-07-212-3/+1
* | net: hns3: fix for not unmapping TX buffer correctlyYunsheng Lin2020-07-211-11/+3
* | net: ethernet: ravb: exit if re-initialization fails in tx timeoutYoshihiro Shimoda2020-07-211-2/+24
* | net: neterion: vxge: reduce stack usage in VXGE_COMPLETE_VPATH_TXBixuan Cui2020-07-201-1/+1
* | net: ag71xx: add missed clk_disable_unprepare in error path of probeHuang Guobin2020-07-201-1/+2
* | ionic: use mutex to protect queue operationsShannon Nelson2020-07-203-25/+17
* | ionic: keep rss hash after fw updateShannon Nelson2020-07-201-3/+2
* | ionic: update filter id after replayShannon Nelson2020-07-201-0/+24
* | ionic: fix up filter locks and debug msgsShannon Nelson2020-07-202-10/+12
* | ionic: use offset for ethtool regs dataShannon Nelson2020-07-201-2/+5
* | mlxsw: destroy workqueue when trap_register in mlxsw_emad_initLiu Jian2020-07-201-1/+2
* | dpaa_eth: Fix one possible memleak in dpaa_eth_probeLiu Jian2020-07-201-1/+1
* | Merge tag 'ieee802154-for-davem-2020-07-20' of git://git.kernel.org/pub/scm/l...David S. Miller2020-07-201-2/+4
|\ \
| * | net: ieee802154: adf7242: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-201-1/+1
| * | ieee802154: fix one possible memleak in adf7242_probeLiu Jian2020-07-171-1/+3
* | | net: bcmgenet: add missed clk_disable_unprepare in bcmgenet_probeZhang Changzhong2020-07-201-2/+2
* | | net: bcmgenet: fix error returns in bcmgenet_probe()Zhang Changzhong2020-07-201-1/+1
* | | bonding: check error value of register_netdevice() immediatelyTaehee Yoo2020-07-191-3/+7
* | | net: dsa: mv88e6xxx: fix in-band AN link establishmentRussell King2020-07-192-3/+20
* | | mlxsw: core: Fix wrong SFP EEPROM reading for upper pages 1-3Vadim Pasternak2020-07-171-16/+32
* | | net: macb: use phy_interface_mode_is_rgmii everywhereAlexandre Belloni2020-07-171-1/+1
* | | net: atlantic: disable PTP on AQC111, AQC112Nikita Danilov2020-07-177-10/+68
* | | net: bcmgenet: restore HFB filters on resumeDoug Berger2020-07-172-77/+62
* | | net: bcmgenet: test RBUF_ACPI_EN when resumingDoug Berger2020-07-171-3/+7
* | | net: bcmgenet: test MPD_EN when resumingDoug Berger2020-07-171-4/+8
* | | net: smc91x: Fix possible memory leak in smc_drv_probe()Wang Hai2020-07-171-2/+2
|/ /
* | net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configurationSergey Organov2020-07-161-0/+4
* | net: fec: fix hardware time stamping by external devicesSergey Organov2020-07-163-6/+30
* | ax88172a: fix ax88172a_unbind() failuresGeorge Kennedy2020-07-151-0/+1
* | dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL()Ioana Ciornei2020-07-151-1/+1