summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-07-07bng_en: Add irq allocation supportVikas Gupta-0/+85
2025-07-07bng_en: Add resource management supportVikas Gupta-2/+761
2025-07-07bng_en: Add backing store supportVikas Gupta-0/+680
2025-07-07bng_en: Add ring memory allocation supportVikas Gupta-1/+138
2025-07-07bng_en: Add initial interaction with firmwareVikas Gupta-1/+522
2025-07-07bng_en: Add firmware communication mechanismVikas Gupta-1/+634
2025-07-07bng_en: Add devlink interfaceVikas Gupta-1/+211
2025-07-07bng_en: Add PCI interfaceVikas Gupta-0/+171
2025-07-07net: ethernet: mtk_eth_soc: use generic allocator for SRAMDaniel Golle-73/+90
2025-07-07net: ethernet: mtk_eth_soc: fix kernel-doc commentDaniel Golle-1/+2
2025-07-07net: ethernet: mtk_eth_soc: improve support for named interruptsDaniel Golle-5/+10
2025-07-07net: bcmgenet: Initialize u64 stats seq counterRyo Takakura-0/+6
2025-07-07mlxbf_gige: emit messages during open and probe failuresDavid Thompson-8/+18
2025-07-07net: phy: qcom: qca808x: Fix WoL issue by utilizing at8031_set_wol()Luo Jie-1/+1
2025-07-07net: phy: qcom: move the WoL function to shared libraryLuo Jie-27/+30
2025-07-07wifi: ath12k: Add num_stations counter for each interfaceAditya Kumar Singh-0/+19
2025-07-07wifi: ath12k: properly set bit for pdev mask for firmware PPDU_STATS requestSarika Sharma-2/+3
2025-07-07wifi: ath12k: Block radio bring-up in FTM modeAaradhana Sahu-6/+4
2025-07-07wifi: ath12k: advertise NL80211_FEATURE_TX_POWER_INSERTION supportAditya Kumar Singh-0/+2
2025-07-07wifi: ath12k: add support for Tx Power insertion in RRM action frameAditya Kumar Singh-0/+182
2025-07-07wifi: ath12k: fetch tx_retry and tx_failed from htt_ppdu_stats_user_cmpltn_co...Sarika Sharma-1/+23
2025-07-07wifi: ath12k: correctly update bw for ofdma packetsSarika Sharma-3/+14
2025-07-07wifi: ath12k: add EHT support for TX rateSarika Sharma-0/+10
2025-07-07wifi: ath12k: add link support for multi-link in arstaSarika Sharma-11/+48
2025-07-07wifi: ath12k: fill link station statistics for MLOSarika Sharma-0/+78
2025-07-07net: usb: lan78xx: stop including phy_fixed.hHeiner Kallweit-1/+0
2025-07-07wifi: mt76: mt7921s: Introduce SDIO WiFi/BT combo module card resetLeon Yen-2/+72
2025-07-07wifi: mt76: mt792x: improve monitor interface handlingMing Yen Hsieh-0/+1
2025-07-07wifi: mt76: mt792x: Limit the concurrent STA and SoftAP to operate on the sam...Leon Yen-5/+27
2025-07-07wifi: mt76: mt7925: Fix null-ptr-deref in mt7925_thermal_init()Henry Martin-0/+2
2025-07-07wifi: mt76: Get rid of dma_sync_single_for_device() for MMIO devicesLorenzo Bianconi-13/+4
2025-07-07wifi: mt76: mt7996: Move num_sta accounting in mt7996_mac_sta_{add,remove}_linksLorenzo Bianconi-26/+32
2025-07-07wifi: mt76: mt7996: Add MLO support to mt7996_tx_check_aggr()Lorenzo Bianconi-23/+21
2025-07-07wifi: mt76: mt7996: Fix valid_links bitmask in mt7996_mac_sta_{add,remove}Lorenzo Bianconi-2/+2
2025-07-07wifi: mt76: mt7996: Fix possible OOB access in mt7996_tx()Lorenzo Bianconi-5/+12
2025-07-07wifi: mt76: mt7996: Fix mlink lookup in mt7996_tx_prepare_skbLorenzo Bianconi-2/+2
2025-07-07wifi: mt76: mt7996: Do not set wcid.sta to 1 in mt7996_mac_sta_event()Lorenzo Bianconi-1/+0
2025-07-07wifi: mt76: mt7996: Rely on for_each_sta_active_link() in mt7996_mcu_sta_mld_...Lorenzo Bianconi-7/+7
2025-07-07wifi: mt76: mt7996: Fix secondary link lookup in mt7996_mcu_sta_mld_setup_tlv()Lorenzo Bianconi-2/+1
2025-07-07wifi: mt76: fix vif link allocationFelix Fietkau-3/+6
2025-07-07wifi: mt76: fix queue assignment for deauth packetsFelix Fietkau-1/+2
2025-07-07wifi: mt76: add a wrapper for wcid access with validationFelix Fietkau-68/+41
2025-07-07wifi: mt76: mt7921: prevent decap offload config before STA initializationDeren Wu-0/+3
2025-07-07wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925_sta_set_decap_...Deren Wu-0/+6
2025-07-07wifi: mt76: mt7925: fix incorrect scan probe IE handling for hw_scanMing Yen Hsieh-19/+63
2025-07-07wifi: mt76: mt7925: fix invalid array index in ssid assignment during hw scanMichael Lo-4/+4
2025-07-07wifi: mt76: mt7925: fix the wrong config for tx interruptMing Yen Hsieh-1/+1
2025-07-07wifi: mt76: Remove RCU section in mt7996_mac_sta_rc_work()Lorenzo Bianconi-28/+7
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl()Lorenzo Bianconi-27/+45
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl_fixed()Lorenzo Bianconi-29/+57