summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2020-05-29stmmac: platform: add "snps, dwmac-5.10a" IP compatible stringFugang Duan
2020-05-29net: ethernet: mtk-star-emac: remove unused variableBartosz Golaszewski
2020-05-28e1000: Fix typo in the commentHari
2020-05-28igc: Fix wrong register nameSasha Neftin
2020-05-28igc: Remove Sequence Error CounterSasha Neftin
2020-05-28igc: Add Receive Error CounterSasha Neftin
2020-05-28igc: Remove symbol error counterSasha Neftin
2020-05-28i40e: Make i40e_shutdown_adminq() return voidJason Yan
2020-05-28e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal
2020-05-28igc: Fix IGC_MAX_RXNFC_RULESAndre Guedes
2020-05-28igc: Reject NFC rules with multiple matchesAndre Guedes
2020-05-28igc: Remove unused flagsSasha Neftin
2020-05-28igb: make igb_set_fc_watermarks() return voidJason Yan
2020-05-28ixgbe: Remove unused inline function ixgbe_irq_disable_queuesYueHaibing
2020-05-28ixgbe: Use true, false for bool variable in __ixgbe_enable_sriov()Jason Yan
2020-05-28ixgbe: Remove conversion to bool in ixgbe_device_supports_autoneg_fc()Jason Yan
2020-05-28ixgbe: fix signed-integer-overflow warningXie XiuQi
2020-05-28i40e: trivial fixup of comments in i40e_xsk.cJesper Dangaard Brouer
2020-05-28i40e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-05-28net: hns3: print out speed info when parsing speed failsHuazhong Tan
2020-05-28net: hns3: remove some unused fields in struct hclge_devHuazhong Tan
2020-05-28net: hns3: remove two duplicated register macros in hclgevf_main.hHuazhong Tan
2020-05-28net: hns3: remove unused struct hnae3_unic_private_infoHuazhong Tan
2020-05-28net: hns3; remove unused HNAE3_RESTORE_CLIENT in enum hnae3_reset_notify_typeHuazhong Tan
2020-05-28net: hns3: remove some unused fields in struct hns3_nic_privHuazhong Tan
2020-05-28net: hns3: modify an incorrect type in struct hclgevf_cfg_gro_status_cmdHuazhong Tan
2020-05-28net: hns3: modify an incorrect type in struct hclge_cfg_gro_status_cmdHuazhong Tan
2020-05-28net: hns3: refactor hclge_query_bd_num_cmd_send()Huazhong Tan
2020-05-28net: hns3: refactor hclge_config_tso()Huazhong Tan
2020-05-28net: hns3: add a missing mutex destroy in hclge_init_ad_dev()Huazhong Tan
2020-05-28net: hns3: remove an unnecessary 'goto' in hclge_init_ae_dev()Huazhong Tan
2020-05-28net: ks8851: Remove ks8851_mll.cMarek Vasut
2020-05-28net: ks8851: Implement Parallel bus operationsMarek Vasut
2020-05-28net: ks8851: Separate SPI operations into separate fileMarek Vasut
2020-05-28net: ks8851: Implement register, FIFO, lock accessor callbacksMarek Vasut
2020-05-28net: ks8851: Permit overridding interrupt enable registerMarek Vasut
2020-05-28net: ks8851: Factor out TX work flush functionMarek Vasut
2020-05-28net: ks8851: Split out SPI specific code from probe() and remove()Marek Vasut
2020-05-28net: ks8851: Split out SPI specific entries in struct ks8851_netMarek Vasut
2020-05-28net: ks8851: Factor out SKB receive functionMarek Vasut
2020-05-28net: ks8851: Factor out bus lock handlingMarek Vasut
2020-05-28net: ks8851: Use 16-bit read of RXFC registerMarek Vasut
2020-05-28net: ks8851: Use 16-bit writes to program MAC addressMarek Vasut
2020-05-28net: ks8851: Remove ks8851_rdreg32()Marek Vasut
2020-05-28net: ks8851: Use dev_{get,set}_drvdata()Marek Vasut
2020-05-28net: ks8851: Use devm_alloc_etherdev()Marek Vasut
2020-05-28net: ks8851: Pass device node into ks8851_init_mac()Marek Vasut
2020-05-28net: ks8851: Replace dev_err() with netdev_err() in IRQ handlerMarek Vasut
2020-05-28net: ks8851: Rename ndev to netdev in probeMarek Vasut
2020-05-28net: ks8851: Factor out spi->dev in probe()/remove()Marek Vasut