summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-05-06wifi: iwlwifi: mld: send the WPFC table to the FWMiri Korenblit
2025-05-06wifi: iwlwifi: read WPFC also from UEFIMiri Korenblit
2025-05-06wifi: iwlwifi: prepare for reading WPFC from UEFIMiri Korenblit
2025-05-06wifi: iwlwifi: Add short description to enum iwl_power_schemeJeff Johnson
2025-05-06can: mcan: m_can_class_unregister(): fix order of unregistration callsMarc Kleine-Budde
2025-05-06can: rockchip_canfd: rkcanfd_remove(): fix order of unregistration callsMarc Kleine-Budde
2025-05-06can: mcp251xfd: mcp251xfd_remove(): fix order of unregistration callsMarc Kleine-Budde
2025-05-06can: mcp251xfd: fix TDC setting for low data bit ratesKelsey Maes
2025-05-06can: m_can: m_can_class_allocate_dev(): initialize spin lock on device probeAntonios Salios
2025-05-06net: ethernet: mtk_eth_soc: do not reset PSE when setting FEFrank Wunderlich
2025-05-06net: ethernet: mtk_eth_soc: reset all TX queues on DMA freeDaniel Golle
2025-05-06net: phy: realtek: Add support for PHY LEDs on RTL8211EMichael Klein
2025-05-06net: phy: realtek: use __set_bit() in rtl8211f_led_hw_control_get()Michael Klein
2025-05-06net: phy: realtek: Group RTL82* macro definitionsMichael Klein
2025-05-06net: phy: realtek: add RTL8211F register definesMichael Klein
2025-05-06net: phy: realtek: Clean up RTL821x ExtPage accessMichael Klein
2025-05-06net: phy: realtek: remove unsed RTL821x_PHYSR* macrosMichael Klein
2025-05-06eth: fbnic: fix `tx_dropped` countingMohsin Bashir
2025-05-06net: ibmveth: added KUnit tests for some buffer pool functionsDave Marquardt
2025-05-06net: ibmveth: Reset the adapter when unexpected states are detectedDave Marquardt
2025-05-06net: ibmveth: Indented struct ibmveth_adapter correctlyDave Marquardt
2025-05-05net: phy: Refactor fwnode_get_phy_node()Andy Shevchenko
2025-05-05virtio-net: free xsk_buffs on error in virtnet_xsk_pool_enable()Jakub Kicinski
2025-05-05virtio-net: don't re-enable refill work too early when NAPI is disabledJakub Kicinski
2025-05-05wifi: rtw89: constrain TX power according to dynamic antenna power tableKuan-Chung Chen
2025-05-05wifi: rtw89: phy: add C2H event handler for report of FW scanKuan-Chung Chen
2025-05-05wifi: rtw89: Fix inadverent sharing of struct ieee80211_supported_band dataOndrej Jirman
2025-05-05wifi: rtw89: Convert rtw89_core_set_supported_band to use devm_*Ondrej Jirman
2025-05-05wifi: rtw89: introduce helper to get designated link for MLOZong-Zhe Yang
2025-05-05wifi: rtw89: roc: dynamically handle link id and link instance indexZong-Zhe Yang
2025-05-05wifi: rtw89: Fill in correct Rx link ID for MLOPo-Hao Huang
2025-05-05wifi: rtw89: add MLD capabilities declarationPo-Hao Huang
2025-05-05wifi: rtw89: extend join_info H2C command for MLO fieldsPo-Hao Huang
2025-05-05wifi: rtw89: Configure scan band when mlo_dbcc_mode changesPo-Hao Huang
2025-05-05wifi: rtw89: extend mapping from Qsel to DMA ch for MLOZong-Zhe Yang
2025-05-05wifi: rtw89: Adjust management queue mapping for [MLO, HW-1]Po-Hao Huang
2025-05-05wifi: rtw89: 8922a: use SW CRYPTO when broadcast in MLO modePo-Hao Huang
2025-05-05wifi: rtw89: 8922a: rfk: adjust timeout time of RX DCKPing-Ke Shih
2025-05-05wifi: rtw89: fw: Remove "const" on allocation typeKees Cook
2025-05-05wifi: rtlwifi: Remove unused rtl_bb_delay()Dr. David Alan Gilbert
2025-05-05wifi: rtlwifi: Remove uncalled stub rtl*_phy_ap_calibrateDr. David Alan Gilbert
2025-05-05wifi: rtlwifi: Remove unused rtl_usb_{resume|suspend}Dr. David Alan Gilbert
2025-05-02net: stmmac: remove speed_mode_2500() methodRussell King (Oracle)
2025-05-02net: stmmac: intel: convert speed_mode_2500() to get_interfaces()Russell King (Oracle)
2025-05-02net: stmmac: intel: move phy_interface init to tgl_common_data()Russell King (Oracle)
2025-05-02net: stmmac: add get_interfaces() platform methodRussell King (Oracle)
2025-05-02net: stmmac: use priv->plat->phy_interface directlyRussell King (Oracle)
2025-05-02net: stmmac: use a local variable for priv->phylink_configRussell King (Oracle)
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-05-01net: phy: factor out provider part from mdio_bus.cHeiner Kallweit