summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-09bnx2x: Fix some kernel-doc warningsWang Hai1-2/+2
2020-09-09net: smsc911x: Remove unused variablesWei Xu1-4/+2
2020-09-09net: hns3: remove some unused function hns3_update_promisc_mode()Guojia Liao2-15/+0
2020-09-09net: hns3: remove some unused macros related to queueHuazhong Tan1-5/+0
2020-09-09net: hns3: remove unused field 'tc_num_last_time' in struct hclge_devHuazhong Tan1-1/+0
2020-09-09net: hns3: remove unused field 'io_base' in struct hns3_enet_ringHuazhong Tan2-3/+0
2020-09-09net: hns3: fix a typo in struct hclge_macGuangbin Huang1-1/+1
2020-09-09net: hns3: skip periodic service task if reset failedGuangbin Huang2-0/+6
2020-09-09net: hns3: narrow two local variable range in hclgevf_reset_prepare_wait()Huazhong Tan1-6/+6
2020-09-08sfc: simplify DMA mask settingEdward Cree1-11/+1
2020-09-08sfc: remove EFX_DRIVER_VERSIONEdward Cree3-5/+1
2020-09-08sfc: handle limited FEC supportEdward Cree2-14/+36
2020-09-08sfc: add ethtool ops and miscellaneous ndos to EF100Edward Cree3-1/+51
2020-09-08sfc: remove phy_op indirectionEdward Cree9-712/+601
2020-09-08sfc: don't double-down() filters in ef100_reset()Edward Cree1-12/+0
2020-09-07net: ethernet: dnet: Remove set but unused variable 'len'Wang Hai1-4/+1
2020-09-07net: ethernet: dwmac: remove redundant null check before clk_disable_unprepare()Zhang Changzhong1-2/+1
2020-09-07net: ethernet: fec: remove redundant null check before clk_disable_unprepare()Zhang Changzhong1-2/+1
2020-09-07net: stmmac: remove redundant null check before clk_disable_unprepare()Zhang Changzhong1-4/+2
2020-09-07net: xilinx: remove redundant null check before clk_disable_unprepare()Zhang Changzhong1-2/+1
2020-09-07net: dsa: rtl8366rb: Switch to phylinkLinus Walleij1-7/+37
2020-09-06enic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-70/+72
2020-09-06net: gemini: Clean up phy registrationLinus Walleij1-21/+11
2020-09-06net: dsa: rtl8366rb: Support setting MTULinus Walleij1-1/+37
2020-09-05net: dsa: bcm_sf2: Ensure that MDIO diversion is usedFlorian Fainelli1-2/+29
2020-09-05sfc: remove efx_tx_queue_partnerEdward Cree1-10/+0
2020-09-05sfc: rewrite efx_tx_may_pioEdward Cree2-29/+27
2020-09-05sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapathEdward Cree3-16/+7
2020-09-05sfc: use tx_queue->old_read_count in EF100 TX pathEdward Cree2-2/+20
2020-09-05sfc: make ef100 xmit_more handling look more like ef10'sEdward Cree2-12/+11
2020-09-05sfc: add and use efx_tx_send_pending in tx.cEdward Cree6-41/+44
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski200-591/+682
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds32-164/+261
2020-09-04smsc9420: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-23/+28
2020-09-04epic100: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-29/+42
2020-09-04net: phy: dp83867: Fix various styling and space issuesDan Murphy1-24/+21
2020-09-04net: dsa: bcm_sf2: recalculate switch clock rate based on portsFlorian Fainelli2-2/+68
2020-09-04net: dsa: bcm_sf2: request and handle clocksFlorian Fainelli2-2/+20
2020-09-04net: systemport: Manage Wake-on-LAN clockFlorian Fainelli2-1/+10
2020-09-04net: systemport: fetch and use clock resourcesFlorian Fainelli2-1/+30
2020-09-04chelsio/chtls: CHELSIO_INLINE_CRYPTO should depend on CHELSIO_T4Geert Uytterhoeven1-2/+1
2020-09-04net: mvpp2: split xlg and gmac pcsRussell King1-55/+55
2020-09-04net: mvpp2: convert to phylink pcs operationsRussell King2-116/+177
2020-09-04net: mvpp2: move GMAC reset handling into mac_prepare()/mac_finish()Russell King1-32/+21
2020-09-04net: mvpp2: ensure the port is forced down while changing modesRussell King1-11/+36
2020-09-04net: mvpp2: convert to use mac_prepare()/mac_finish()Russell King1-11/+37
2020-09-04net: mvpp2: tidy up ACPI hackRussell King1-18/+18
2020-09-03tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan1-4/+13
2020-09-03mlxsw: core_hwmon: Extend hwmon interface with critical and emergency alarmsAmit Cohen1-1/+70
2020-09-03mlxsw: core_hwmon: Calculate MLXSW_HWMON_ATTR_COUNT more accuratelyAmit Cohen1-2/+11