summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-11net: qualcomm: rmnet: get rid of some local variablesAlex Elder1-7/+5
2021-06-11net: qualcomm: rmnet: eliminate some ifdefsAlex Elder1-31/+23
2021-06-11net: qualcomm: rmnet: use ip_is_fragment()Alex Elder1-2/+3
2021-06-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller23-7/+2950
2021-06-11octeontx2-pf: add support for ndo_set_vf_trustHariprasad Kelam2-25/+109
2021-06-11octeontx2-af: add new mailbox to configure VF trust modeHariprasad Kelam5-6/+83
2021-06-11octeontx2-nicvf: add ndo_set_rx_mode support for multicast & promiscNaveen Mamindlapalli1-2/+56
2021-06-11octeontx2-af: add support for multicast/promisc packet replication featureNaveen Mamindlapalli9-158/+482
2021-06-11net: stmmac: Fix potential integer overflowWong Vee Khee1-1/+1
2021-06-11net: mdio: mscc-miim: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-5/+1
2021-06-11net: dpaa2-mac: Add ACPI support for DPAA2 MAC driverCalvin Johnson2-37/+53
2021-06-11net: phylink: Refactor phylink_of_phy_connect()Calvin Johnson1-38/+1
2021-06-11net: phylink: introduce phylink_fwnode_phy_connect()Calvin Johnson1-0/+54
2021-06-11net/fsl: Use [acpi|of]_mdiobus_registerCalvin Johnson1-9/+21
2021-06-11net: mdio: Add ACPI support code for mdioCalvin Johnson3-0/+66
2021-06-11of: mdio: Refactor of_mdiobus_register_phy()Calvin Johnson1-55/+1
2021-06-11net: mdiobus: Introduce fwnode_mdiobus_register_phy()Calvin Johnson4-40/+158
2021-06-11net: mii_timestamper: check NULL in unregister_mii_timestamper()Calvin Johnson3-6/+6
2021-06-11of: mdio: Refactor of_get_phy_id()Calvin Johnson1-11/+1
2021-06-11net: phy: Introduce fwnode_get_phy_id()Calvin Johnson1-0/+21
2021-06-11of: mdio: Refactor of_phy_find_device()Calvin Johnson1-12/+1
2021-06-11net: phy: Introduce phy related fwnode functionsCalvin Johnson1-0/+62
2021-06-11net: phy: Introduce fwnode_mdio_find_device()Calvin Johnson2-10/+24
2021-06-11net: stmmac: Fix unused values warningsWong Vee Khee1-4/+4
2021-06-11net: usb: asix: ax88772: manage PHY PM from MACOleksij Rempel1-31/+12
2021-06-11net: pc300too: fix the comments style issuePeng Li1-2/+1
2021-06-11net: pc300too: add some required spacesPeng Li1-4/+4
2021-06-11net: pc300too: replace comparison to NULL with "!card->plxbase"Peng Li1-4/+2
2021-06-11net: pc300too: remove redundant initialization for staticsPeng Li1-1/+1
2021-06-11net: pc300too: move out assignment in if conditionPeng Li1-2/+4
2021-06-11net: pc300too: fix the code style issue about "foo * bar"Peng Li1-1/+1
2021-06-11net: pc300too: add blank line after declarationsPeng Li1-1/+2
2021-06-11net: pc300too: remove redundant blank linesPeng Li1-22/+0
2021-06-11r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPMHeiner Kallweit1-1/+0
2021-06-11net: dsa: sja1105: implement TX timestamping for SJA1110Vladimir Oltean4-0/+81
2021-06-11net: dsa: sja1105: add the RX timestamping procedure for SJA1110Vladimir Oltean4-3/+40
2021-06-11net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean5-1/+18
2021-06-11net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestampVladimir Oltean1-1/+1
2021-06-11net: dsa: sja1105: allow RX timestamps to be taken on all ports for SJA1110Vladimir Oltean3-10/+22
2021-06-11net: dsa: sja1105: enable the TTEthernet engine on SJA1110Vladimir Oltean1-0/+2
2021-06-11net: hns3: add debugfs support for ptp infoHuazhong Tan3-2/+67
2021-06-11net: hns3: add support for PTPHuazhong Tan11-6/+806
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller9-4/+518
2021-06-11ice: enable receive hardware timestampingJacob Keller9-6/+410
2021-06-11ice: report the PTP clock index in ethtool .get_ts_infoJacob Keller3-1/+155
2021-06-11ice: register 1588 PTP clock device object for E810 devicesJacob Keller8-0/+513
2021-06-11ice: add low level PTP clock access functionsJacob Keller4-0/+758
2021-06-11ice: add support for set/get of driver-stored firmware parametersJacob Keller3-0/+108
2021-06-11ice: process 1588 PTP capabilities during initializationJacob Keller3-0/+151
2021-06-11ice: add support for sideband messagesJacob Keller11-2/+343