aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-29net: ethernet: dwmac: add ethernet glue logic for NXP imx8 chipFugang Duan3-0/+329
2020-05-29stmmac: platform: add "snps, dwmac-5.10a" IP compatible stringFugang Duan1-1/+2
2020-05-29net: dsa: sja1105: avoid invalid state in sja1105_vlan_filteringVladimir Oltean1-0/+4
2020-05-29net: phy: marvell: unlock after phy_select_page() failureDan Carpenter1-1/+1
2020-05-29net: phy: mscc: fix PHYs using the vsc8574_probeAntoine Tenart1-0/+4
2020-05-29net: ethernet: mtk-star-emac: remove unused variableBartosz Golaszewski1-3/+0
2020-05-29Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller17-87/+40
2020-05-29vmxnet3: use correct hdr reference when packet is encapsulatedRonak Doshi1-8/+23
2020-05-28e1000: Fix typo in the commentHari1-1/+1
2020-05-28igc: Fix wrong register nameSasha Neftin2-2/+2
2020-05-28igc: Remove Sequence Error CounterSasha Neftin3-3/+0
2020-05-28igc: Add Receive Error CounterSasha Neftin3-0/+3
2020-05-28igc: Remove symbol error counterSasha Neftin3-3/+0
2020-05-28i40e: Make i40e_shutdown_adminq() return voidJason Yan2-6/+2
2020-05-28e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2-8/+5
2020-05-28igc: Fix IGC_MAX_RXNFC_RULESAndre Guedes1-1/+4
2020-05-28igc: Reject NFC rules with multiple matchesAndre Guedes1-5/+4
2020-05-28igc: Remove unused flagsSasha Neftin1-4/+0
2020-05-28igb: make igb_set_fc_watermarks() return voidJason Yan1-6/+3
2020-05-28ixgbe: Remove unused inline function ixgbe_irq_disable_queuesYueHaibing1-29/+0
2020-05-28ixgbe: Use true, false for bool variable in __ixgbe_enable_sriov()Jason Yan1-1/+1
2020-05-28ixgbe: Remove conversion to bool in ixgbe_device_supports_autoneg_fc()Jason Yan1-2/+1
2020-05-28ixgbe: fix signed-integer-overflow warningXie XiuQi1-1/+1
2020-05-28i40e: trivial fixup of comments in i40e_xsk.cJesper Dangaard Brouer1-3/+1
2020-05-28i40e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-12/+12
2020-05-28net: hns3: print out speed info when parsing speed failsHuazhong Tan1-1/+2
2020-05-28net: hns3: remove some unused fields in struct hclge_devHuazhong Tan1-6/+0
2020-05-28net: hns3: remove two duplicated register macros in hclgevf_main.hHuazhong Tan2-6/+4
2020-05-28net: hns3: remove unused struct hnae3_unic_private_infoHuazhong Tan1-11/+0
2020-05-28net: hns3; remove unused HNAE3_RESTORE_CLIENT in enum hnae3_reset_notify_typeHuazhong Tan1-1/+0
2020-05-28net: hns3: remove some unused fields in struct hns3_nic_privHuazhong Tan1-22/+0
2020-05-28net: hns3: modify an incorrect type in struct hclgevf_cfg_gro_status_cmdHuazhong Tan2-3/+3
2020-05-28net: hns3: modify an incorrect type in struct hclge_cfg_gro_status_cmdHuazhong Tan2-3/+3
2020-05-28net: hns3: refactor hclge_query_bd_num_cmd_send()Huazhong Tan1-9/+12
2020-05-28net: hns3: refactor hclge_config_tso()Huazhong Tan1-13/+4
2020-05-28net: hns3: add a missing mutex destroy in hclge_init_ad_dev()Huazhong Tan1-0/+1
2020-05-28net: hns3: remove an unnecessary 'goto' in hclge_init_ae_dev()Huazhong Tan1-4/+2
2020-05-28net: ks8851: Remove ks8851_mll.cMarek Vasut1-1393/+0
2020-05-28net: ks8851: Implement Parallel bus operationsMarek Vasut3-0/+360
2020-05-28net: ks8851: Separate SPI operations into separate fileMarek Vasut4-597/+642
2020-05-28net: ks8851: Implement register, FIFO, lock accessor callbacksMarek Vasut1-22/+156
2020-05-28net: ks8851: Permit overridding interrupt enable registerMarek Vasut1-11/+11
2020-05-28net: ks8851: Factor out TX work flush functionMarek Vasut1-4/+12
2020-05-28net: ks8851: Split out SPI specific code from probe() and remove()Marek Vasut1-38/+48
2020-05-28net: ks8851: Split out SPI specific entries in struct ks8851_netMarek Vasut1-49/+79
2020-05-28net: ks8851: Factor out SKB receive functionMarek Vasut1-1/+10
2020-05-28net: ks8851: Factor out bus lock handlingMarek Vasut1-29/+68
2020-05-28net: ks8851: Use 16-bit read of RXFC registerMarek Vasut1-16/+1
2020-05-28net: ks8851: Use 16-bit writes to program MAC addressMarek Vasut2-35/+14
2020-05-28net: ks8851: Remove ks8851_rdreg32()Marek Vasut1-23/+2