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
/
net
/
wireless
/
scan.c
Age
Commit message (
Expand
)
Author
Lines
2025-11-11
wifi: cfg80211/mac80211: Add fallback mechanism for INDOOR_SP connection
Pagadala Yesu Anjaneyulu
-3
/
+4
2025-11-11
wifi: cfg80211/mac80211: clean up duplicate ap_power handling
Pagadala Yesu Anjaneyulu
-14
/
+1
2025-09-11
Merge tag 'wireless-next-2025-09-11' of https://git.kernel.org/pub/scm/linux/...
Jakub Kicinski
-2
/
+7
2025-09-10
wifi: cfg80211: update the time stamps in hidden ssid
Miri Korenblit
-2
/
+7
2025-08-26
wifi: cfg80211: fix use-after-free in cmp_bss()
Dmitry Antipov
-1
/
+2
2025-07-09
wifi: cfg80211/mac80211: implement dot11ExtendedRegInfoSupport
Somashekhar Puttagangaiah
-0
/
+1
2025-07-09
wifi: cfg80211: add a flag for the first part of a scan
Benjamin Berg
-5
/
+10
2025-07-09
wifi: cfg80211: hide scan internals
Johannes Berg
-89
/
+99
2025-06-05
wifi: cfg80211/mac80211: correctly parse S1G beacon optional elements
Lachlan Hodges
-11
/
+7
2025-05-06
wifi: cfg80211: fix out-of-bounds access during multi-link element defragment...
Veerendranath Jakkam
-1
/
+1
2025-02-26
wifi: cfg80211: expose update timestamp to drivers
Benjamin Berg
-3
/
+3
2025-02-26
wifi: cfg80211: convert timeouts to secs_to_jiffies()
Easwar Hariharan
-1
/
+1
2025-01-15
wifi: cfg80211: adjust allocation of colocated AP data
Dmitry Antipov
-3
/
+1
2025-01-13
wifi: cfg80211: Move cfg80211_scan_req_add_chan() n_channels increment earlier
Kees Cook
-2
/
+1
2025-01-13
wifi: cfg80211: scan: skip duplicate RNR entries
Johannes Berg
-1
/
+12
2025-01-13
wifi: cfg80211: copy multi-link element from the multi-link probe request's f...
Michael-CY Lee
-1
/
+26
2024-12-04
wifi: cfg80211: define and use wiphy guard
Johannes Berg
-21
/
+19
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+4
2024-10-23
wifi: cfg80211: add option for vif allowed radios
Felix Fietkau
-3
/
+7
2024-10-08
wifi: cfg80211: stop exporting wext symbols
Johannes Berg
-2
/
+0
2024-10-08
wifi: cfg80211: Do not create BSS entries for unsupported channels
Chenming Huang
-0
/
+4
2024-09-06
wifi: cfg80211: avoid overriding direct/MBSSID BSS with per-STA profile BSS
Veerendranath Jakkam
-0
/
+27
2024-09-06
wifi: cfg80211: skip indicating signal for per-STA profile BSSs
Veerendranath Jakkam
-0
/
+2
2024-09-06
wifi: cfg80211: make BSS source types public
Veerendranath Jakkam
-5
/
+1
2024-09-06
wifi: cfg80211: Avoid RCU debug splat in __cfg80211_bss_update error paths
Veerendranath Jakkam
-2
/
+2
2024-09-06
wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()
Dmitry Antipov
-3
/
+3
2024-07-26
wifi: cfg80211: correct S1G beacon length calculation
Johannes Berg
-3
/
+8
2024-06-27
Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
-39
/
+76
2024-06-12
wifi: cfg80211: refactor 6 GHz AP power type parsing
Johannes Berg
-27
/
+42
2024-06-12
wifi: cfg80211: make hash table duplicates more survivable
Johannes Berg
-12
/
+34
2024-06-12
wifi: cfg80211: wext: add extra SIOCSIWSCAN data check
Dmitry Antipov
-2
/
+6
2024-06-12
wifi: cfg80211: wext: set ssids=NULL for passive scans
Johannes Berg
-1
/
+3
2024-05-29
wifi: cfg80211: fix 6 GHz scan request building
Johannes Berg
-16
/
+31
2024-05-29
wifi: cfg80211: validate HE operation element parsing
Johannes Berg
-1
/
+2
2024-03-25
wifi: cfg80211: ignore non-TX BSSs in per-STA profile
Benjamin Berg
-9
/
+38
2024-03-25
wifi: cfg80211: check BSSID Index against MaxBSSID
Benjamin Berg
-1
/
+2
2024-03-25
wifi: cfg80211: handle indoor AFC/LPI AP in probe response and beacon
Anjaneyulu
-0
/
+4
2024-03-04
wifi: cfg80211: allow cfg80211_defragment_element() without output
Johannes Berg
-9
/
+18
2024-03-04
wifi: cfg80211: expose cfg80211_iter_rnr() to drivers
Johannes Berg
-13
/
+7
2024-02-21
wifi: cfg80211: use ML element parsing helpers
Johannes Berg
-33
/
+8
2024-02-21
wifi: cfg80211: refactor RNR parsing
Johannes Berg
-137
/
+169
2024-02-21
wifi: cfg80211: clean up cfg80211_inform_bss_frame_data()
Johannes Berg
-39
/
+32
2024-02-21
wifi: cfg80211: remove cfg80211_inform_single_bss_frame_data()
Johannes Berg
-165
/
+80
2024-02-21
wifi: cfg80211: set correct param change count in ML element
Benjamin Berg
-10
/
+16
2024-02-12
wifi: cfg80211: rename UHB to 6 GHz
Johannes Berg
-4
/
+4
2024-02-08
Merge wireless into wireless-next
Johannes Berg
-1
/
+58
2024-02-04
wifi: cfg80211: fix kunit exports
Johannes Berg
-2
/
+2
2024-02-02
wifi: cfg80211: add a kunit test for 6 GHz colocated AP parsing
Benjamin Berg
-42
/
+7
2024-02-02
wifi: cfg80211: detect stuck ECSA element in probe resp
Johannes Berg
-1
/
+58
2024-01-26
wifi: cfg80211: add RNR with reporting AP information
Benjamin Berg
-5
/
+130
[next]