summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: phylink: Refactor phylink_of_phy_connect()Calvin Johnson2021-06-111-38/+1
* net: phylink: introduce phylink_fwnode_phy_connect()Calvin Johnson2021-06-111-0/+54
* net/fsl: Use [acpi|of]_mdiobus_registerCalvin Johnson2021-06-111-9/+21
* net: mdio: Add ACPI support code for mdioCalvin Johnson2021-06-113-0/+66
* of: mdio: Refactor of_mdiobus_register_phy()Calvin Johnson2021-06-111-55/+1
* net: mdiobus: Introduce fwnode_mdiobus_register_phy()Calvin Johnson2021-06-114-40/+158
* net: mii_timestamper: check NULL in unregister_mii_timestamper()Calvin Johnson2021-06-113-6/+6
* of: mdio: Refactor of_get_phy_id()Calvin Johnson2021-06-111-11/+1
* net: phy: Introduce fwnode_get_phy_id()Calvin Johnson2021-06-111-0/+21
* of: mdio: Refactor of_phy_find_device()Calvin Johnson2021-06-111-12/+1
* net: phy: Introduce phy related fwnode functionsCalvin Johnson2021-06-111-0/+62
* net: phy: Introduce fwnode_mdio_find_device()Calvin Johnson2021-06-112-10/+24
* net: stmmac: Fix unused values warningsWong Vee Khee2021-06-111-4/+4
* net: usb: asix: ax88772: manage PHY PM from MACOleksij Rempel2021-06-111-31/+12
* net: pc300too: fix the comments style issuePeng Li2021-06-111-2/+1
* net: pc300too: add some required spacesPeng Li2021-06-111-4/+4
* net: pc300too: replace comparison to NULL with "!card->plxbase"Peng Li2021-06-111-4/+2
* net: pc300too: remove redundant initialization for staticsPeng Li2021-06-111-1/+1
* net: pc300too: move out assignment in if conditionPeng Li2021-06-111-2/+4
* net: pc300too: fix the code style issue about "foo * bar"Peng Li2021-06-111-1/+1
* net: pc300too: add blank line after declarationsPeng Li2021-06-111-1/+2
* net: pc300too: remove redundant blank linesPeng Li2021-06-111-22/+0
* r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPMHeiner Kallweit2021-06-111-1/+0
* net: dsa: sja1105: implement TX timestamping for SJA1110Vladimir Oltean2021-06-114-0/+81
* net: dsa: sja1105: add the RX timestamping procedure for SJA1110Vladimir Oltean2021-06-114-3/+40
* net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean2021-06-115-1/+18
* net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestampVladimir Oltean2021-06-111-1/+1
* net: dsa: sja1105: allow RX timestamps to be taken on all ports for SJA1110Vladimir Oltean2021-06-113-10/+22
* net: dsa: sja1105: enable the TTEthernet engine on SJA1110Vladimir Oltean2021-06-111-0/+2
* net: hns3: add debugfs support for ptp infoHuazhong Tan2021-06-113-2/+67
* net: hns3: add support for PTPHuazhong Tan2021-06-1111-6/+806
* net: ipa: don't index mem data array by IDAlex Elder2021-06-107-124/+117
* net: ipa: introduce ipa_mem_find()Alex Elder2021-06-106-35/+56
* net: ipa: pass memory id to ipa_table_valid_one()Alex Elder2021-06-101-30/+16
* net: ipa: pass mem_id to ipa_table_reset_add()Alex Elder2021-06-101-20/+16
* net: ipa: pass mem ID to ipa_mem_zero_region_add()Alex Elder2021-06-101-11/+8
* net: ipa: pass mem_id to ipa_filter_reset_table()Alex Elder2021-06-101-10/+6
* net: ipa: clean up header memory validationAlex Elder2021-06-101-12/+24
* net: ipa: don't assume mem array indexed by IDAlex Elder2021-06-101-13/+14
* ibmvnic: Allow device probe if the device is not ready at bootCristobal Forno2021-06-102-27/+132
* net: marvell: prestera: add LAG supportSerhiy Boiko2021-06-105-31/+531
* net: marvell: prestera: do not propagate netdev events to prestera_switchdev.cVadym Kochan2021-06-103-37/+19
* net: marvell: prestera: move netdev topology validation to prestera_mainVadym Kochan2021-06-102-23/+26
* soc: qcom: ipa: Remove superfluous error message around platform_get_irq()Tan Zhongjun2021-06-101-4/+1
* ibmvnic: Use list_for_each_entry() to simplify code in ibmvnic.cWang Hai2021-06-101-2/+1
* mt76: mt7615: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-101-2/+1
* net: mido: mdio-mux-bcm-iproc: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-101-4/+3
* net: stmmac: Fix mixed enum type warningWong Vee Khee2021-06-101-2/+2
* fjes: check return value after calling platform_get_resource()Yang Yingliang2021-06-101-0/+4
* net: axienet: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-101-5/+2