summaryrefslogtreecommitdiffstats
path: root/drivers
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-11vhost/vsock: support SEQPACKET for transportArseny Krasnov1-4/+52
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-11ACPI: utils: Introduce acpi_get_local_address()Calvin Johnson1-0/+14
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-11nfc: fdp: remove unnecessary labelswengjianfeng1-5/+2
2021-06-11s390/qeth: Consider dependency on SWITCHDEV moduleAlexandra Winter1-2/+10
2021-06-11s390/qeth: shrink TX buffer structJulian Wiedmann2-5/+4
2021-06-11s390/qeth: remove TX buffer's pointer to its queueJulian Wiedmann2-6/+4
2021-06-11s390/qeth: remove QAOB's pointer to its TX bufferJulian Wiedmann2-87/+48
2021-06-11s390/qeth: consolidate completion of pending TX buffersJulian Wiedmann2-47/+29
2021-06-11s390/qeth: use ethtool_sprintf()Julian Wiedmann1-4/+2
2021-06-11s390/qeth: unify the tracking of active cmds on ccw deviceJulian Wiedmann2-15/+11
2021-06-11s390/qeth: also use TX NAPI for non-IQD devicesJulian Wiedmann2-75/+79
2021-06-11s390/qeth: count TX completion interruptsJulian Wiedmann3-1/+5
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