summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-02-01net: phy: qcom: detach qca808x PHY driver from at803xChristian Marangi4-896/+942
2024-02-01net: phy: qcom: move additional functions to shared libraryChristian Marangi3-425/+463
2024-02-01net: phy: qcom: deatch qca83xx PHY driver from at803xChristian Marangi4-238/+284
2024-02-01net: phy: qcom: create and move functions to shared libraryChristian Marangi5-67/+94
2024-02-01net: phy: move at803x PHY driver to dedicated directoryChristian Marangi5-7/+11
2024-02-01net: phy: adin1100: Add interrupt support for link changeAndre Werner1-0/+55
2024-02-01net: phy: phy_device: Prevent nullptr exceptions on ISRAndre Werner1-5/+8
2024-02-01ptp: lan743x: Use spin_lock instead of spin_lock_bhLucas Tanure1-2/+2
2024-02-01dpll: move xa_erase() call in to match dpll_pin_alloc() error path orderJiri Pirko1-1/+1
2024-01-31qca_7k: Replace old mail addressStefan Wahren3-3/+3
2024-01-31qca_7k: Replace BSD boilerplate with SPDXStefan Wahren9-129/+9
2024-01-31qca_spi: Adjust log of SPI_REG_RDBUF_BYTE_AVAStefan Wahren1-1/+1
2024-01-31qca_spi: Log expected signature in error caseStefan Wahren1-2/+2
2024-01-31qca_spi: Improve calculation of RX buffer sizeStefan Wahren1-2/+2
2024-01-31qca_spi: Introduce QCASPI_RX_MAX_FRAMESStefan Wahren2-1/+2
2024-01-31qca_spi: Add QCASPI prefix to ring definesStefan Wahren3-8/+8
2024-01-31qca_7k_common: Drop unused len from qcafrm_handleStefan Wahren1-3/+0
2024-01-31qca_7k_common: Drop unnecessary function descriptionStefan Wahren1-11/+0
2024-01-31qca_spi: Avoid skb_copy_expand in TX pathStefan Wahren1-0/+2
2024-01-31qca_spi: Improve SPI IRQ handlingStefan Wahren1-10/+11
2024-01-31qca_spi: Improve SPI thread creationStefan Wahren1-4/+7
2024-01-31qca_spi: Add check for kthread_stopStefan Wahren1-2/+4
2024-01-31net: lan966x: debugfs: Fix showing the port keysetHoratiu Vultur1-0/+2
2024-01-31net: phy: c45: change genphy_c45_ethtool_[get|set]_eee to use EEE linkmode bi...Heiner Kallweit1-23/+13
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit14-99/+99
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit47-127/+127
2024-01-31net: stmmac: Report taprio offload statusRohan G Thomas1-4/+58
2024-01-31net: stmmac: est: Per Tx-queue error count for HLBFRohan G Thomas2-0/+7
2024-01-31net: stmmac: Offload queueMaxSDU from tc-taprioRohan G Thomas3-0/+48
2024-01-31net: stmmac: dwmac-starfive: Add support for JH7100 SoCCristian Ciocaltea2-7/+31
2024-01-31mlxsw: remove I2C_CLASS_HWMON from drivers w/o detect and address_listHeiner Kallweit1-1/+0
2024-01-30mlxsw: Use refcount_t for reference countingAmit Cohen6-36/+40
2024-01-30mlxsw: spectrum: Refactor LAG create and destroy codeAmit Cohen1-43/+73
2024-01-30mlxsw: spectrum: Search for free LAD ID onceAmit Cohen1-9/+6
2024-01-30mlxsw: spectrum: Query max_lag onceAmit Cohen2-25/+8
2024-01-30mlxsw: spectrum: Remove mlxsw_sp_lag_get()Amit Cohen1-9/+3
2024-01-30mlxsw: spectrum: Change mlxsw_sp_upper to LAG structureAmit Cohen2-16/+17
2024-01-30net: micrel: Fix set/get PHC time for lan8814Horatiu Vultur1-32/+29
2024-01-30net/tun: use reciprocal_scaleStephen Hemminger1-4/+3
2024-01-30ice: stop destroying and reinitalizing Tx tracker during resetJacob Keller1-12/+21
2024-01-30ice: factor out ice_ptp_rebuild_owner()Jacob Keller3-28/+42
2024-01-30ice: rename ice_ptp_tx_cfg_intrJacob Keller1-6/+6
2024-01-30ice: don't check has_ready_bitmap in E810 functionsJacob Keller1-12/+11
2024-01-30ice: rename verify_cached to has_ready_bitmapJacob Keller2-9/+11
2024-01-30ice: pass reset type to PTP reset functionsJacob Keller3-12/+21
2024-01-30ice: introduce PTP state machineJacob Keller4-49/+74
2024-01-30net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabledArınç ÜNAL1-6/+3
2024-01-30net: dsa: mt7530: do not set priv->p5_interface on mt7530_setup_port5()Arınç ÜNAL1-2/+0
2024-01-30net: dsa: mt7530: improve code path for setting up port 5Arınç ÜNAL1-9/+8
2024-01-30net: dsa: mt7530: improve comments regarding switch portsArınç ÜNAL1-10/+20