index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Lines
2024-12-18
wifi: cw1200: Fix potential NULL dereference
Linus Walleij
-1
/
+1
2024-12-18
wifi: iwlwifi: mvm: Fix __counted_by usage in cfg80211_wowlan_nd_*
Kees Cook
-3
/
+11
2024-12-13
wifi: iwlwifi: fix CRF name for Bz
Emmanuel Grumbach
-1
/
+38
2024-12-10
Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
-1
/
+1
2024-12-03
wifi: mac80211: fix a queue stall in certain cases of CSA
Emmanuel Grumbach
-1
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
-10
/
+10
2024-11-26
Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-12
/
+4
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-4816
/
+22970
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-2
/
+0
2024-11-13
Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
-1893
/
+15593
2024-11-12
Revert "wifi: iwlegacy: do not skip frames with bad FCS"
Kalle Valo
-2
/
+2
2024-11-11
wifi: brcmfmac: Fix oops due to NULL pointer dereference in brcmf_sdiod_sglis...
Norbert van Bolhuis
-1
/
+1
2024-11-11
wifi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-31
/
+31
2024-11-11
wifi: ipw2x00: libipw_rx_any(): fix bad alignment
Jiapeng Chong
-4
/
+4
2024-11-11
wifi: brcmfmac: release 'root' node in all execution paths
Javier Carrasco
-2
/
+1
2024-11-11
Merge tag 'rtw-next-2024-11-06' of https://github.com/pkshih/rtw
Kalle Valo
-500
/
+11390
2024-11-07
wifi: iwlwifi: mvm: don't call power_update_mac in fast suspend
Emmanuel Grumbach
-2
/
+0
2024-11-07
wifi: iwlwifi: s/IWL_MVM_INVALID_STA/IWL_INVALID_STA
Miri Korenblit
-77
/
+77
2024-11-07
wifi: iwlwifi: bump minimum API version in BZ/SC to 92
Miri Korenblit
-2
/
+2
2024-11-07
wifi: iwlwifi: move IWL_LMAC_*_INDEX to fw/api/context.h
Miri Korenblit
-2
/
+3
2024-11-07
wifi: iwlwifi: be less noisy if the NIC is dead in S3
Emmanuel Grumbach
-14
/
+30
2024-11-07
wifi: iwlwifi: mvm: tell iwlmei when we finished suspending
Emmanuel Grumbach
-2
/
+6
2024-11-07
wifi: iwlwifi: allow fast resume on ax200
Emmanuel Grumbach
-1
/
+1
2024-11-07
wifi: iwlwifi: mvm: support new initiator and responder command version
Avraham Stern
-1
/
+7
2024-11-07
wifi: iwlwifi: mvm: use wiphy locked debugfs for low-latency
Johannes Berg
-9
/
+55
2024-11-07
wifi: iwlwifi: mvm: MLO scan upon channel condition degradation
Emmanuel Grumbach
-2
/
+15
2024-11-07
wifi: iwlwifi: mvm: support new versions of the wowlan APIs
Emmanuel Grumbach
-23
/
+171
2024-11-07
wifi: iwlwifi: mvm: allow always calling iwl_mvm_get_bss_vif()
Johannes Berg
-3
/
+1
2024-11-07
wifi: iwlwifi: mvm: unify link info initialization
Johannes Berg
-16
/
+15
2024-11-07
wifi: iwlwifi: mvm: clarify fw_id_to_link_sta protection
Johannes Berg
-0
/
+16
2024-11-07
_RESEND_PATCH_v2_04_19_wifi_rt2x00_Remove_redundant_hrtimer_init_
Nam Cao
-2
/
+0
2024-11-06
wifi: rtlwifi: Remove some exhalbtc deadcode
Dr. David Alan Gilbert
-101
/
+0
2024-11-06
wifi: rtlwifi: Drastically reduce the attempts to read efuse in case of failures
Guilherme G. Piccoli
-1
/
+10
2024-11-06
wifi: rtw88: Enable the new RTL8821AU/RTL8812AU drivers
Bitterblue Smith
-0
/
+48
2024-11-06
wifi: rtw88: Add rtw8821au.c and rtw8812au.c
Bitterblue Smith
-0
/
+56
2024-11-06
wifi: rtw88: Add rtw8812a.{c,h}
Bitterblue Smith
-0
/
+1112
2024-11-06
wifi: rtw88: Add rtw8821a.{c,h}
Bitterblue Smith
-0
/
+1207
2024-11-06
wifi: rtw88: Add rtw88xxa.{c,h}
Bitterblue Smith
-0
/
+2164
2024-11-06
wifi: rtw88: Add rtw8821a_table.{c,h}
Bitterblue Smith
-0
/
+2371
2024-11-06
wifi: rtw88: Add rtw8812a_table.{c,h}
Bitterblue Smith
-0
/
+2838
2024-11-06
wifi: rtw89: coex: set higher priority to BT when WL scan and BT A2DP exist
Ching-Te Ku
-1
/
+5
2024-11-06
wifi: rtw89: 8852b: change RF mode to normal mode when set channel
Chih-Kang Chang
-5
/
+3
2024-11-06
wifi: rtw89: coex: check NULL return of kmalloc in btc_fw_set_monreg()
Pei Xiao
-0
/
+4
2024-11-06
wifi: rtw89: 8922a: fill the missing OP1dB configuration
Kuan-Chung Chen
-0
/
+61
2024-11-06
wifi: rtw89: mac: no configure CMAC/DMAC tables for firmware secure boot
Ping-Ke Shih
-2
/
+5
2024-11-06
wifi: rtw89: fw: use common function to parse security section for WiFi 6 chips
Ping-Ke Shih
-12
/
+46
2024-11-06
wifi: rtw89: fw: move v1 MSSC out of __parse_security_section() to share with v0
Ping-Ke Shih
-7
/
+5
2024-11-06
wifi: rtw89: fw: set recorded IDMEM share mode in firmware header to register
Ping-Ke Shih
-0
/
+36
2024-11-06
wifi: rtw89: fw: shrink download size of security section for RTL8852B
Ping-Ke Shih
-3
/
+34
2024-11-06
wifi: rtw89: efuse: read firmware secure info v0 from efuse for WiFi 6 chips
Ping-Ke Shih
-1
/
+90
[next]