summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2024-08-13wifi: mt76: mt7921: fix NULL pointer access in mt7921_ipv6_addr_changeBert Karwatzki1-1/+1
2024-08-10wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletionJanne Grunau1-3/+10
2024-08-07wifi: rtlwifi: rtl8192du: Initialise value32 in _rtl92du_init_queue_reserved_...Bitterblue Smith1-1/+1
2024-07-26wifi: ath12k: fix soft lockup on suspendJohan Hovold1-1/+2
2024-07-26wifi: mt76: mt7921: fix null pointer access in mt792x_mac_link_bss_removeSean Wang1-0/+1
2024-07-26wifi: ath12k: fix reusing outside iterator in ath12k_wow_vif_set_wakeups()Baochen Qiang1-4/+4
2024-07-22Merge tag 'thermal-6.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+8
2024-07-22Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-07-20Merge tag 'pwrseq-fixes-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+2
2024-07-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-8/+4
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+6
2024-07-18Kconfig: reduce the amount of power sequencing noiseBartosz Golaszewski2-0/+2
2024-07-18thermal: core: Allow thermal zones to tell the core to ignore themRafael J. Wysocki1-2/+8
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-2/+2
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko1-9/+5
2024-07-17Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds399-9304/+30790
2024-07-17Merge tag 'thermal-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-07-16wifi: ath12k: fix build vs old compilerPaolo Abeni1-2/+2
2024-07-12thermal: trip: Pass trip pointer to .set_trip_temp() thermal zone callbackRafael J. Wysocki1-1/+1
2024-07-12Merge tag 'wireless-next-2024-07-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski142-3348/+15828
2024-07-10Merge tag 'mt76-for-kvalo-2024-07-08' of https://github.com/nbd168/wirelessKalle Valo24-846/+2095
2024-07-10wifi: iwlwifi: correctly reference TSO page informationBenjamin Berg1-2/+2
2024-07-10wifi: mt76: mt792x: fix scheduler interference in drv own processMichael Lo6-0/+35
2024-07-10wifi: mt76: mt7925: enabling MLO when the firmware supports itSean Wang6-0/+59
2024-07-10wifi: mt76: mt7925: remove the unused mt7925_mcu_set_chan_infoSean Wang1-74/+0
2024-07-10wifi: mt76: mt7925: update mt7925_mac_link_bss_add for MLOSean Wang1-2/+3
2024-07-10wifi: mt76: mt7925: update mt7925_mcu_bss_basic_tlv for MLOSean Wang1-0/+1
2024-07-10wifi: mt76: mt7925: update mt7925_mcu_set_timing for MLOSean Wang1-2/+2
2024-07-10wifi: mt76: mt7925: update mt7925_mcu_sta_phy_tlv for MLOSean Wang1-1/+2
2024-07-10wifi: mt76: mt7925: update mt7925_mcu_sta_rate_ctrl_tlv for MLOSean Wang1-2/+10
2024-07-10wifi: mt76: mt7925: add mt7925_mcu_sta_eht_mld_tlv for MLOSean Wang3-1/+53
2024-07-10wifi: mt76: mt7925: update mt7925_mcu_sta_update for MLOSean Wang3-2/+78
2024-07-10wifi: mt76: mt7925: update mt7925_mcu_add_bss_info for MLOSean Wang1-3/+8
2024-07-10wifi: mt76: mt7925: update mt7925_mcu_bss_mld_tlv for MLOSean Wang2-10/+17
2024-07-10wifi: mt76: mt7925: update mt7925_mcu_sta_mld_tlv for MLOSean Wang1-7/+22
2024-07-10wifi: mt76: mt7925: add mt7925_[assign,unassign]_vif_chanctxSean Wang3-11/+82
2024-07-10wifi: mt76: add def_wcid to struct mt76_wcidSean Wang2-0/+7
2024-07-10wifi: mt76: mt7925: report link information in rx statusSean Wang3-0/+8
2024-07-10wifi: mt76: mt7925: update rate index according to link idSean Wang1-4/+7
2024-07-10wifi: mt76: mt7925: add link handling in the mt7925_ipv6_addr_changeSean Wang1-6/+23
2024-07-10wifi: mt76: mt7925: add link handling in the BSS_CHANGED_ARP_FILTER handlerSean Wang3-12/+14
2024-07-10wifi: mt76: mt7925: add link handling in mt7925_vif_connect_iterSean Wang1-3/+11
2024-07-10wifi: mt76: mt7925: add link handling in mt7925_sta_set_decap_offloadSean Wang3-12/+36
2024-07-10wifi: mt76: mt7925: add link handling in mt7925_mac_sta_assocSean Wang2-2/+103
2024-07-10wifi: mt76: mt7925: add link handling in mt7925_txwi_freeSean Wang3-17/+41
2024-07-10wifi: mt76: mt7925: add link handling in mt7925_mcu_set_beacon_filterSean Wang1-6/+17
2024-07-10wifi: mt76: mt7925: add link handling in the BSS_CHANGED_PS handlerSean Wang1-2/+12
2024-07-10wifi: mt76: mt7925: add link handling to mt7925_change_chanctxSean Wang1-2/+20
2024-07-10wifi: mt76: mt7925: add link handling in mt7925_set_keySean Wang1-1/+17
2024-07-10wifi: mt76: mt7925: add link handling to txwiSean Wang2-5/+33