summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: fix an incorrect comment for num_tqps in struct hclgevf_devHuazhong Tan2020-05-311-1/+1
* net: hns3: remove two unused macros in hclgevf_cmd.cHuazhong Tan2020-05-311-3/+0
* net: hns3: remove an unused macro hclge_is_csqHuazhong Tan2020-05-311-2/+0
* net: hns3: fix a print format issue in hclge_mac_mdio_config()Huazhong Tan2020-05-311-1/+1
* nfp: flower: fix incorrect flag assignmentLouis Peens2020-05-301-3/+3
* net: ethernet: dwmac: add ethernet glue logic for NXP imx8 chipFugang Duan2020-05-303-0/+329
* stmmac: platform: add "snps, dwmac-5.10a" IP compatible stringFugang Duan2020-05-301-1/+2
* net: dsa: sja1105: avoid invalid state in sja1105_vlan_filteringVladimir Oltean2020-05-301-0/+4
* net: phy: marvell: unlock after phy_select_page() failureDan Carpenter2020-05-291-1/+1
* net: phy: mscc: fix PHYs using the vsc8574_probeAntoine Tenart2020-05-291-0/+4
* net: ethernet: mtk-star-emac: remove unused variableBartosz Golaszewski2020-05-291-3/+0
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2020-05-2917-87/+40
|\
| * e1000: Fix typo in the commentHari2020-05-291-1/+1
| * igc: Fix wrong register nameSasha Neftin2020-05-292-2/+2
| * igc: Remove Sequence Error CounterSasha Neftin2020-05-293-3/+0
| * igc: Add Receive Error CounterSasha Neftin2020-05-293-0/+3
| * igc: Remove symbol error counterSasha Neftin2020-05-293-3/+0
| * i40e: Make i40e_shutdown_adminq() return voidJason Yan2020-05-292-6/+2
| * e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2020-05-292-8/+5
| * igc: Fix IGC_MAX_RXNFC_RULESAndre Guedes2020-05-291-1/+4
| * igc: Reject NFC rules with multiple matchesAndre Guedes2020-05-291-5/+4
| * igc: Remove unused flagsSasha Neftin2020-05-291-4/+0
| * igb: make igb_set_fc_watermarks() return voidJason Yan2020-05-291-6/+3
| * ixgbe: Remove unused inline function ixgbe_irq_disable_queuesYueHaibing2020-05-291-29/+0
| * ixgbe: Use true, false for bool variable in __ixgbe_enable_sriov()Jason Yan2020-05-291-1/+1
| * ixgbe: Remove conversion to bool in ixgbe_device_supports_autoneg_fc()Jason Yan2020-05-291-2/+1
| * ixgbe: fix signed-integer-overflow warningXie XiuQi2020-05-291-1/+1
| * i40e: trivial fixup of comments in i40e_xsk.cJesper Dangaard Brouer2020-05-291-3/+1
| * i40e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-05-291-12/+12
* | vmxnet3: use correct hdr reference when packet is encapsulatedRonak Doshi2020-05-291-8/+23
|/
* net: hns3: print out speed info when parsing speed failsHuazhong Tan2020-05-291-1/+2
* net: hns3: remove some unused fields in struct hclge_devHuazhong Tan2020-05-291-6/+0
* net: hns3: remove two duplicated register macros in hclgevf_main.hHuazhong Tan2020-05-292-6/+4
* net: hns3: remove unused struct hnae3_unic_private_infoHuazhong Tan2020-05-291-11/+0
* net: hns3; remove unused HNAE3_RESTORE_CLIENT in enum hnae3_reset_notify_typeHuazhong Tan2020-05-291-1/+0
* net: hns3: remove some unused fields in struct hns3_nic_privHuazhong Tan2020-05-291-22/+0
* net: hns3: modify an incorrect type in struct hclgevf_cfg_gro_status_cmdHuazhong Tan2020-05-292-3/+3
* net: hns3: modify an incorrect type in struct hclge_cfg_gro_status_cmdHuazhong Tan2020-05-292-3/+3
* net: hns3: refactor hclge_query_bd_num_cmd_send()Huazhong Tan2020-05-291-9/+12
* net: hns3: refactor hclge_config_tso()Huazhong Tan2020-05-291-13/+4
* net: hns3: add a missing mutex destroy in hclge_init_ad_dev()Huazhong Tan2020-05-291-0/+1
* net: hns3: remove an unnecessary 'goto' in hclge_init_ae_dev()Huazhong Tan2020-05-291-4/+2
* net: ks8851: Remove ks8851_mll.cMarek Vasut2020-05-291-1393/+0
* net: ks8851: Implement Parallel bus operationsMarek Vasut2020-05-293-0/+360
* net: ks8851: Separate SPI operations into separate fileMarek Vasut2020-05-294-597/+642
* net: ks8851: Implement register, FIFO, lock accessor callbacksMarek Vasut2020-05-291-22/+156
* net: ks8851: Permit overridding interrupt enable registerMarek Vasut2020-05-291-11/+11
* net: ks8851: Factor out TX work flush functionMarek Vasut2020-05-291-4/+12
* net: ks8851: Split out SPI specific code from probe() and remove()Marek Vasut2020-05-291-38/+48
* net: ks8851: Split out SPI specific entries in struct ks8851_netMarek Vasut2020-05-291-49/+79