summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-04-25net: hns3: remove an unnecessary check in hclge_set_umv_space()Huazhong Tan1-2/+1
2020-04-25hinic: add net_device_ops associated with vfLuo bin3-1/+383
2020-04-25hinic: add sriov feature supportLuo bin23-193/+1195
2020-04-25hinic: add mailbox function supportLuo bin10-10/+1456
2020-04-25net/mlx4_core: Add missing iounmap() in error pathZou Wei1-0/+1
2020-04-25qlcnic: remove unused inline function qlcnic_hw_write_wx_2MYueHaibing1-6/+0
2020-04-25liquidio: remove unused inline functionsYueHaibing1-12/+0
2020-04-25dpaa2-eth: add channel stat to debugfsIoana Ciornei4-4/+10
2020-04-25octeontx2-pf: Remove unneeded semicolonZheng Bin1-1/+1
2020-04-25net: phy: dp83867: Remove unneeded semicolonZheng Bin1-2/+2
2020-04-25net: hns3: optimize the filter table entries handling when resettingJian Shen8-105/+94
2020-04-25net: hns3: use mutex vport_lock instead of mutex umv_lockJian Shen2-13/+19
2020-04-25net: hns3: refactor the promisc mode settingJian Shen8-46/+122
2020-04-25net: hns3: add support for dumping UC and MC MAC listJian Shen2-0/+53
2020-04-25net: hns3: refactor the MAC address configureJian Shen6-218/+860
2020-04-25net: hns3: replace num_req_vfs with num_alloc_vport in hclge_reset_umv_space()Jian Shen1-1/+1
2020-04-25net: hns3: remove unnecessary parameter 'is_alloc' in hclge_set_umv_space()Jian Shen1-9/+5
2020-04-25net: hns3: refine for unicast MAC VLAN space managementJian Shen1-48/+24
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller57-174/+667
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds56-173/+666
2020-04-24net: atlantic: Remove unneeded semicolonZheng Bin1-2/+2
2020-04-24net/mlxfw: Remove unneeded semicolonZheng Bin1-2/+2
2020-04-24net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-04-24net: bcmgenet: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-04-24net: phy: clear phydev->suspended after soft resetHeiner Kallweit1-1/+11
2020-04-24net: phy: remove genphy_no_soft_resetHeiner Kallweit5-6/+0
2020-04-24net: phy: make phy_suspend a no-op if PHY is suspended alreadyHeiner Kallweit1-0/+3
2020-04-24net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King1-31/+15
2020-04-24dpaa2-eth: fix return codes used in ndo_setup_tcJesper Dangaard Brouer1-2/+2
2020-04-24macsec: avoid to set wrong mtuTaehee Yoo1-4/+8
2020-04-24mlxsw: spectrum_span: Replace zero-length array with flexible-array memberIdo Schimmel1-1/+1
2020-04-24mlxsw: spectrum_span: Use 'refcount_t' for reference countingIdo Schimmel2-9/+10
2020-04-24mlxsw: spectrum_span: Remove unnecessary debug printsIdo Schimmel1-5/+0
2020-04-24mlxsw: spectrum_span: Rename parms() to parms_set()Amit Cohen2-9/+9
2020-04-24mlxsw: spectrum_span: Reduce nesting in mlxsw_sp_span_entry_configure()Amit Cohen1-10/+19
2020-04-24Merge tag 'mac80211-for-net-2020-04-24' of git://git.kernel.org/pub/scm/linux...David S. Miller6-6/+6
2020-04-24Merge tag 'wireless-drivers-2020-04-24' of git://git.kernel.org/pub/scm/linux...David S. Miller9-32/+59
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg5-5/+5
2020-04-23net: bcmgenet: correct per TX/RX ring statisticsDoug Berger1-0/+3
2020-04-23net: meth: remove spurious copyright textJonathan Corbet1-16/+0
2020-04-23net: phy: bcm54140: fix less than zero comparison on an unsignedColin Ian King1-2/+4
2020-04-23net: phy: bcm84881: clear settings on link downRussell King1-3/+3
2020-04-23qed: Make ll2_cbs staticZou Wei1-1/+1
2020-04-23net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()Tang Bin1-0/+2
2020-04-23net: ethernet: ti: cpsw: enable cpts irqGrygorii Strashko4-0/+55
2020-04-23net: ethernet: ti: cpts: add support for HW_TS_PUSH eventsGrygorii Strashko4-5/+57
2020-04-23net: ethernet: ti: cpts: add irq supportGrygorii Strashko2-1/+38
2020-04-23net: ethernet: ti: cpts: rework lockingGrygorii Strashko2-24/+32
2020-04-23net: ethernet: ti: cpts: move tx timestamp processing to ptp worker onlyGrygorii Strashko1-71/+94
2020-04-23net: ethernet: ti: cpts: optimize packet to event matchingGrygorii Strashko1-33/+58