summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-11net: pcs: xpcs: add support for NXP SJA1110Vladimir Oltean3-0/+192
2021-06-11net: pcs: xpcs: add support for NXP SJA1105Vladimir Oltean4-3/+52
2021-06-11net: pcs: xpcs: also ignore phy id if it's all onesVladimir Oltean1-2/+4
2021-06-11net: pcs: xpcs: add support for sgmii with no inband ANVladimir Oltean1-3/+38
2021-06-11net: pcs: xpcs: move register bit descriptions to a header fileVladimir Oltean2-96/+104
2021-06-11net: stmmac: reduce indentation when calling stmmac_xpcs_setupVladimir Oltean1-6/+4
2021-06-11net: stmmac: reverse Christmas tree notation in stmmac_xpcs_setupVladimir Oltean1-3/+3
2021-06-11net: pcs: xpcs: rename mdio_xpcs_args to dw_xpcsVladimir Oltean3-39/+38
2021-06-11net: qualcomm: rmnet: avoid unnecessary IPv6 byte-swappingAlex Elder1-8/+9
2021-06-11net: qualcomm: rmnet: avoid unnecessary byte-swappingAlex Elder1-4/+4
2021-06-11net: qualcomm: rmnet: clarify a bit of codeAlex Elder1-10/+16
2021-06-11net: qualcomm: rmnet: IPv4 header has zero checksumAlex Elder3-14/+29
2021-06-11net: qualcomm: rmnet: simplify rmnet_map_get_csum_field()Alex Elder1-15/+5
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