summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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
2024-02-12net: dsa: realtek: use the same mii bus driver for both interfacesLuiz Angelo Daros de Luca6-97/+14
2024-02-12net: dsa: realtek: migrate user_mii_bus setup to realtek_dsaLuiz Angelo Daros de Luca3-56/+70
2024-02-12net: dsa: realtek: clean user_mii_bus setupLuiz Angelo Daros de Luca1-10/+3
2024-02-12net: dsa: realtek: get internal MDIO node by nameLuiz Angelo Daros de Luca1-1/+1
2024-02-12net: dsa: realtek: merge rtl83xx and interface modules into realtek_dsaLuiz Angelo Daros de Luca5-14/+12
2024-02-12net: dsa: realtek: common rtl83xx moduleLuiz Angelo Daros de Luca8-273/+322
2024-02-12net: dsa: realtek: keep variant reference in realtek_privLuiz Angelo Daros de Luca3-12/+7
2024-02-12net: dsa: realtek: convert variants into real driversLuiz Angelo Daros de Luca7-73/+292
2024-02-12net: dsa: realtek: introduce REALTEK_DSA namespaceLuiz Angelo Daros de Luca5-11/+15
2024-02-12net: dsa: realtek: drop cleanup from realtek_opsLuiz Angelo Daros de Luca1-1/+0
2024-02-12net: stmmac: dwmac-qcom-ethqos: Enable TBS on all queues but 0Abhishek Chauhan1-1/+5
2024-02-12octeon_ep_vf: add ethtool supportShinas Rasheed4-1/+277
2024-02-12octeon_ep_vf: add Tx/Rx processing and interrupt supportShinas Rasheed3-0/+868
2024-02-12octeon_ep_vf: add support for ndo opsShinas Rasheed1-0/+134
2024-02-12octeon_ep_vf: add Tx/Rx ring resource setup and cleanupShinas Rasheed2-1/+438
2024-02-12octeon_ep_vf: add VF-PF mailbox communication.Shinas Rasheed4-2/+509
2024-02-12octeon_ep_vf: add hardware configuration APIsShinas Rasheed2-2/+676
2024-02-12octeon_ep_vf: Add driver framework and device initializationShinas Rasheed17-0/+2374
2024-02-10net: phy: qca807x: add support for configurable LEDChristian Marangi1-2/+254
2024-02-10net: phy: qcom: generalize some qca808x LED functionsChristian Marangi3-34/+65
2024-02-10net: phy: qcom: move common qca808x LED define to shared headerChristian Marangi2-65/+65
2024-02-10net: phy: qcom: add support for QCA807x PHY FamilyRobert Marko3-0/+606
2024-02-10net: phy: provide whether link has changed in c37_read_statusChristian Marangi3-4/+13
2024-02-10net: phy: qcom: move more function to shared libraryChristian Marangi4-240/+244
2024-02-10net: phy: add devm/of_phy_package_join helperChristian Marangi1-0/+96
2024-02-10net: phy: add support for scanning PHY in PHY packages nodesChristian Marangi2-31/+92
2024-02-10net: phy: realtek: use generic MDIO helpers to simplify the codeHeiner Kallweit1-17/+3
2024-02-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski3-13/+14
2024-02-09net: atlantic: convert EEE handling to use linkmode bitmapsHeiner Kallweit1-12/+9
2024-02-09bnx2x: convert EEE handling to use linkmode bitmapsHeiner Kallweit1-23/+21
2024-02-09r8169: improve checking for valid LED modesHeiner Kallweit1-18/+20
2024-02-09bnxt_en: Add RSS support for IPSEC headersAjit Khaparde3-4/+49
2024-02-09bnxt_en: Invalidate user filters when neededPavan Chebbi3-1/+17
2024-02-09bnxt_en: Add support for user configured RSS keyPavan Chebbi3-4/+24
2024-02-09bnxt_en: Restore all the user created L2 and ntuple filtersPavan Chebbi1-2/+38