summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: DPLL, Implement lock status error valueJiri Pirko2024-02-011-0/+23
* dpll: extend lock_status_get() op by status error and expose to userJiri Pirko2024-02-014-9/+20
* net: ena: Reduce lines with longer column width boundaryDavid Arinzon2024-02-014-260/+151
* net: ena: handle ena_calc_io_queue_size() possible errorsDavid Arinzon2024-02-011-3/+21
* net: ena: Change default print level for netif_ printsDavid Arinzon2024-02-011-2/+2
* net: ena: Relocate skb_tx_timestamp() to improve time stamping accuracyDavid Arinzon2024-02-011-2/+2
* net: ena: Add more information on TX timeoutsDavid Arinzon2024-02-012-14/+64
* net: ena: Change error print during ena_device_init()David Arinzon2024-02-011-1/+2
* net: ena: Remove CQ tail pointer updateDavid Arinzon2024-02-015-39/+2
* net: ena: Enable DIM by defaultDavid Arinzon2024-02-011-0/+6
* net: ena: Minor cosmetic changesDavid Arinzon2024-02-011-4/+2
* net: ena: Remove an unused fieldDavid Arinzon2024-02-012-4/+0
* net: mana: Assigning IRQ affinity on HT coresSouradeep Chakrabarti2024-02-011-11/+50
* net: mana: add a function to spread IRQs per CPUsYury Norov2024-02-011-0/+29
* net: dsa: Add KSZ8567 switch supportPhilippe Schenker2024-02-014-1/+52
* net: phy: qcom: detach qca808x PHY driver from at803xChristian Marangi2024-02-014-896/+942
* net: phy: qcom: move additional functions to shared libraryChristian Marangi2024-02-013-425/+463
* net: phy: qcom: deatch qca83xx PHY driver from at803xChristian Marangi2024-02-014-238/+284
* net: phy: qcom: create and move functions to shared libraryChristian Marangi2024-02-015-67/+94
* net: phy: move at803x PHY driver to dedicated directoryChristian Marangi2024-02-015-7/+11
* net: phy: adin1100: Add interrupt support for link changeAndre Werner2024-02-011-0/+55
* net: phy: phy_device: Prevent nullptr exceptions on ISRAndre Werner2024-02-011-5/+8
* ptp: lan743x: Use spin_lock instead of spin_lock_bhLucas Tanure2024-02-011-2/+2
* dpll: move xa_erase() call in to match dpll_pin_alloc() error path orderJiri Pirko2024-01-311-1/+1
* qca_7k: Replace old mail addressStefan Wahren2024-01-313-3/+3
* qca_7k: Replace BSD boilerplate with SPDXStefan Wahren2024-01-319-129/+9
* qca_spi: Adjust log of SPI_REG_RDBUF_BYTE_AVAStefan Wahren2024-01-311-1/+1
* qca_spi: Log expected signature in error caseStefan Wahren2024-01-311-2/+2
* qca_spi: Improve calculation of RX buffer sizeStefan Wahren2024-01-311-2/+2
* qca_spi: Introduce QCASPI_RX_MAX_FRAMESStefan Wahren2024-01-312-1/+2
* qca_spi: Add QCASPI prefix to ring definesStefan Wahren2024-01-313-8/+8
* qca_7k_common: Drop unused len from qcafrm_handleStefan Wahren2024-01-311-3/+0
* qca_7k_common: Drop unnecessary function descriptionStefan Wahren2024-01-311-11/+0
* qca_spi: Avoid skb_copy_expand in TX pathStefan Wahren2024-01-311-0/+2
* qca_spi: Improve SPI IRQ handlingStefan Wahren2024-01-311-10/+11
* qca_spi: Improve SPI thread creationStefan Wahren2024-01-311-4/+7
* qca_spi: Add check for kthread_stopStefan Wahren2024-01-311-2/+4
* net: lan966x: debugfs: Fix showing the port keysetHoratiu Vultur2024-01-311-0/+2
* net: phy: c45: change genphy_c45_ethtool_[get|set]_eee to use EEE linkmode bi...Heiner Kallweit2024-01-311-23/+13
* ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2024-01-3114-99/+99
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-3147-127/+127
* net: stmmac: Report taprio offload statusRohan G Thomas2024-01-311-4/+58
* net: stmmac: est: Per Tx-queue error count for HLBFRohan G Thomas2024-01-312-0/+7
* net: stmmac: Offload queueMaxSDU from tc-taprioRohan G Thomas2024-01-313-0/+48
* net: stmmac: dwmac-starfive: Add support for JH7100 SoCCristian Ciocaltea2024-01-312-7/+31
* mlxsw: remove I2C_CLASS_HWMON from drivers w/o detect and address_listHeiner Kallweit2024-01-311-1/+0
* mlxsw: Use refcount_t for reference countingAmit Cohen2024-01-306-36/+40
* mlxsw: spectrum: Refactor LAG create and destroy codeAmit Cohen2024-01-301-43/+73
* mlxsw: spectrum: Search for free LAD ID onceAmit Cohen2024-01-301-9/+6
* mlxsw: spectrum: Query max_lag onceAmit Cohen2024-01-302-25/+8