summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-02-15igc: Add support for LEDs on i225/i226Kurt Kanzenbach6-0/+301
2024-02-15net: ena: Remove unlikely() from IS_ERR() conditionKamal Heib1-1/+1
2024-02-15net: mdio_bus: make mdio_bus_type constRicardo B. Marliere2-3/+2
2024-02-15net: phy: aquantia: add AQR111 and AQR111B0 PHY IDChristian Marangi1-0/+52
2024-02-15net: phy: qca807x: move interface mode check to .config_init_onceRobert Marko1-5/+5
2024-02-14net: phy: dp83826: support TX data voltage tuningCatalin Popescu1-4/+126
2024-02-14net: remove stale mentions of dev_base_lock in commentsEric Dumazet5-6/+6
2024-02-14net: ena: Remove redundant assignmentKamal Heib1-1/+0
2024-02-14Octeontx2-af: Fetch MAC channel info from firmwareHariprasad Kelam2-1/+17
2024-02-14Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller11-136/+200
2024-02-14Merge tag 'linux-can-next-for-6.9-20240213' of git://git.kernel.org/pub/scm/l...David S. Miller12-151/+2151
2024-02-14veth: rely on skb_pp_cow_data utility routineLorenzo Bianconi1-72/+2
2024-02-14xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi1-2/+2
2024-02-14net: dsa: realtek: fix digital interface select macro for EXT0Luiz Angelo Daros de Luca1-2/+2
2024-02-14r8169: add support for returning tx_lpi_timer in ethtool get_eeeHeiner Kallweit1-1/+21
2024-02-14r8169: support setting the EEE tx idle timer on RTL8168hHeiner Kallweit1-0/+5
2024-02-14r8169: add generic rtl_set_eee_txidle_timer functionHeiner Kallweit1-14/+20
2024-02-14r8169: add LED support for RTL8125/RTL8126Heiner Kallweit3-4/+166
2024-02-14net: fec: Refactor: Replace FEC_ENET_FCE with FEC_RCR_FLOWCTLCsókás Bence1-4/+2
2024-02-14net: fec: Refactor: #define magic constantsCsókás Bence1-16/+30
2024-02-14net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet5-0/+5
2024-02-13net: phy: aquantia: clear PMD Global Transmit Disable bit during initRobert Marko1-0/+9
2024-02-13r8169: simplify code by using core-provided pcpu stats allocationHeiner Kallweit1-5/+2
2024-02-13net: stmmac: Simplify mtl IRQ status checkingKurt Kanzenbach1-4/+2
2024-02-13net/mlx5e: link NAPI instances to queues and IRQsJoe Damato2-1/+11
2024-02-12ice: Fix debugfs with devlink reloadWojciech Drewek4-2/+14
2024-02-12ice: Remove and readd netdev during devlink reloadWojciech Drewek3-131/+125
2024-02-12ice: add support for 3k signing DDP sections for E825CGrzegorz Nitka2-0/+10
2024-02-12ice: Add helper function ice_is_generic_macGrzegorz Nitka5-3/+19
2024-02-12ice: introduce new E825C devices familyGrzegorz Nitka4-0/+32
2024-02-12can: softing: remove redundant NULL checkDaniil Dulov1-1/+1
2024-02-12can: kvaser_pciefd: Add support for Kvaser M.2 PCIe 4xCANJimmy Assarsson2-0/+56
2024-02-12can: m_can: Implement transmit submission coalescingMarkus Schneider-Pargmann2-4/+58
2024-02-12can: m_can: Implement BQLMarkus Schneider-Pargmann1-14/+36
2024-02-12can: m_can: Use tx_fifo_in_flight for netif_queue controlMarkus Schneider-Pargmann1-57/+20
2024-02-12can: m_can: Introduce a tx_fifo_in_flight counterMarkus Schneider-Pargmann2-0/+34
2024-02-12can: m_can: Use the workqueue as queueMarkus Schneider-Pargmann2-47/+76
2024-02-12can: m_can: Cache tx putidxMarkus Schneider-Pargmann2-1/+10
2024-02-12can: m_can: Use u32 for putidxMarkus Schneider-Pargmann1-4/+4
2024-02-12can: m_can: Add tx coalescing ethtool supportMarkus Schneider-Pargmann1-1/+37
2024-02-12can: m_can: Add rx coalescing ethtool supportMarkus Schneider-Pargmann1-1/+54
2024-02-12can: m_can: Implement transmit coalescingMarkus Schneider-Pargmann2-13/+24
2024-02-12can: m_can: Implement receive coalescingMarkus Schneider-Pargmann2-6/+76
2024-02-12can: m_can: Write transmit header and data in one transactionMarkus Schneider-Pargmann1-14/+21
2024-02-12can: m_can: Move hrtimer init to m_can_class_registerMarkus Schneider-Pargmann2-5/+5
2024-02-12can: m_can: Start/Cancel polling timer together with interruptsMarkus Schneider-Pargmann1-11/+12
2024-02-12can: esd: add support for esd GmbH PCIe/402 CAN interface familyStefan Mätje7-0/+1655
2024-02-12net: stmmac: Add driver support for common safety IRQSuraj Jaiswal4-2/+51
2024-02-12tg3: fix bug caused by uninitialized variableHeiner Kallweit1-1/+1
2024-02-12net: dsa: realtek: embed dsa_switch into realtek_privLuiz Angelo Daros de Luca4-16/+19