summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-13bnxt: use READ_ONCE/WRITE_ONCE for ring indexesJakub Kicinski3-11/+10
2023-04-13net: docs: update the sample code in driver.rstJakub Kicinski1-34/+27
2023-04-13net: stmmac: dwmac-qcom-ethqos: Add EMAC3 supportAndrew Halaney1-21/+101
2023-04-13net: stmmac: dwmac-qcom-ethqos: Use loopback_en for all speedsAndrew Halaney1-19/+17
2023-04-13net: stmmac: dwmac-qcom-ethqos: Respect phy-mode and TX delayAndrew Halaney1-5/+15
2023-04-13net: stmmac: dwmac4: Allow platforms to specify some DMA/MTL offsetsAndrew Halaney6-141/+293
2023-04-13net: stmmac: Pass stmmac_priv in some callbacksAndrew Halaney13-177/+291
2023-04-13net: stmmac: Remove some unnecessary void pointersAndrew Halaney8-40/+47
2023-04-13net: stmmac: Fix DMA typoAndrew Halaney1-1/+1
2023-04-13net: stmmac: Remove unnecessary if statement bracketsAndrew Halaney1-2/+1
2023-04-13dt-bindings: net: qcom,ethqos: Add Qualcomm sc8280xp compatiblesAndrew Halaney2-0/+4
2023-04-13dt-bindings: net: qcom,ethqos: Convert bindings to yamlBhupesh Sharma3-67/+111
2023-04-13dt-bindings: net: snps,dwmac: Add Qualcomm Ethernet ETHQOS compatiblesBhupesh Sharma1-0/+4
2023-04-13dt-bindings: net: snps,dwmac: Update interrupt-namesBhupesh Sharma1-1/+1
2023-04-13bnxt_en: Allow to set switchdev mode without existing VFsIvan Vecera3-10/+41
2023-04-13net: thunderbolt: Fix typos in commentsMika Westerberg1-2/+2
2023-04-13net: thunderbolt: Fix sparse warnings in tbnet_xmit_csum_and_map()Mika Westerberg1-1/+3
2023-04-13net: thunderbolt: Fix sparse warnings in tbnet_check_frame() and tbnet_poll()Mika Westerberg1-8/+9
2023-04-13net: ethernet: Add missing depends on MDIO_DEVRESAndrew Lunn5-0/+7
2023-04-12ksz884x: Remove unused functionsSimon Horman1-294/+0
2023-04-12ionic: Don't overwrite the cyclecounter bitmaskBrett Creeley1-3/+2
2023-04-12net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handlingSebastian Reichel1-10/+4
2023-04-12net: ethernet: stmmac: dwmac-rk: rework optional clock handlingSebastian Reichel1-113/+70
2023-04-12net: dsa: add trace points for VLAN operationsVladimir Oltean2-5/+137
2023-04-12net: dsa: add trace points for FDB/MDB operationsVladimir Oltean4-12/+423
2023-04-12net: dsa: mv88e6xxx: Correct cmode to PHY_INTERFACE_Andrew Lunn1-2/+2
2023-04-11gve: Unify duplicate GQ min pkt desc size constantsShailend Chand2-4/+2
2023-04-11tools: ynl: throw a more meaningful exception if family not supportedJakub Kicinski1-1/+4
2023-04-11net: fddi: skfp: rmt: Clean up some inconsistent indentingJiapeng Chong1-3/+3
2023-04-11net: ethernet: mtk_eth_soc: use be32 type to store be32 valuesSimon Horman1-1/+1
2023-04-11net: piggy back on the memory barrier in bql when waking queuesJakub Kicinski4-21/+38
2023-04-11bnxt: use new queue try_stop/try_wake macrosJakub Kicinski1-33/+7
2023-04-11ixgbe: use new queue try_stop/try_wake macrosJakub Kicinski1-28/+10
2023-04-11net: provide macros for commonly copied lockless queue stop/wake codeJakub Kicinski3-0/+151
2023-04-11docs: net: use C syntax highlight in driver.rstJakub Kicinski1-10/+20
2023-04-11docs: net: move the probe and open/close sections of driver.rst upJakub Kicinski1-27/+27
2023-04-11docs: net: reformat driver.rst from a list to sectionsJakub Kicinski1-35/+56
2023-04-10net: phy: sfp: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-10net: phy: nxp-tja11xx: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-10net: phy: mxl: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-10net: phy: marvell: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2-2/+2
2023-04-10net: phy: bcm54140: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-10net: phy: aquantia: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-10net: aquantia: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-10net: nfp: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean11-31/+89
2023-04-08net: make SO_BUSY_POLL available to all usersEric Dumazet1-9/+4
2023-04-08net: stmmac: dwmac-anarion: Always return struct anarion_gmac * from anarion_...Simon Horman1-3/+3
2023-04-08net: stmmac: dwmac-anarion: Use annotation __iomem for register baseSimon Horman1-4/+4
2023-04-08net: stmmac: remove set but unused mask in stmmac_ethtool_set_link_ksettings()Vladimir Oltean1-9/+0