index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
wireless
/
scan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-09
wifi: cfg80211: fix use-after-free in cmp_bss()
Dmitry Antipov
1
-1
/
+2
2024-11-08
wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()
Dmitry Antipov
1
-3
/
+3
2024-09-12
wifi: cfg80211: make hash table duplicates more survivable
Johannes Berg
1
-12
/
+34
2024-07-27
wifi: cfg80211: wext: add extra SIOCSIWSCAN data check
Dmitry Antipov
1
-2
/
+6
2024-02-23
wifi: cfg80211: fix RCU dereference in __cfg80211_bss_update
Edward Adam Davis
1
-1
/
+1
2024-02-23
wifi: cfg80211: free beacon_ies when overridden from hidden BSS
Benjamin Berg
1
-0
/
+4
2023-07-27
wifi: cfg80211: rewrite merging of inherited elements
Benjamin Berg
1
-89
/
+124
2022-12-08
wifi: cfg80211: fix buffer overflow in elem comparison
Johannes Berg
1
-1
/
+2
2022-11-25
wifi: cfg80211: silence a sparse RCU warning
Johannes Berg
1
-1
/
+3
2022-10-15
wifi: cfg80211: update hidden BSSes to avoid WARN_ON
Johannes Berg
1
-11
/
+20
2022-10-15
wifi: cfg80211: avoid nontransmitted BSS list corruption
Johannes Berg
1
-0
/
+9
2022-10-15
wifi: cfg80211: fix BSS refcounting bugs
Johannes Berg
1
-13
/
+14
2022-10-15
wifi: cfg80211: ensure length byte is present before access
Johannes Berg
1
-2
/
+4
2022-10-15
wifi: cfg80211/mac80211: reject bad MBSSID elements
Johannes Berg
1
-0
/
+2
2022-10-15
wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()
Johannes Berg
1
-1
/
+1
2022-04-20
cfg80211: hold bss_lock while updating nontrans_list
Rameshkumar Sundaram
1
-0
/
+2
2021-11-02
cfg80211: scan: fix RCU in cfg80211_add_nontrans_list()
Johannes Berg
1
-2
/
+5
2021-08-04
cfg80211: Fix possible memory leak in function cfg80211_bss_update
Nguyen Dinh Phi
1
-4
/
+2
2021-05-14
cfg80211: scan: drop entry from hidden_list on overflow
Johannes Berg
1
-0
/
+2
2020-04-17
cfg80211: Do not warn on same channel at the end of CSA
Ilan Peer
1
-1
/
+5
2019-10-07
cfg80211: fix a bunch of RCU issues in multi-bssid code
Sara Sharon
1
-10
/
+13
2019-10-01
cfg80211: validate SSID/MBSSID element ordering assumption
Johannes Berg
1
-1
/
+6
2019-07-29
cfg80211: fix duplicated scan entries after channel switch
Sergey Matyukevich
1
-0
/
+79
2019-07-29
cfg80211: refactor cfg80211_bss_update
Sergey Matyukevich
1
-82
/
+89
2019-07-26
cfg80211: give all multi-BSSID BSS entries the same timestamp
Johannes Berg
1
-2
/
+5
2019-07-26
cfg80211: don't parse MBSSID if transmitting BSS isn't created
Johannes Berg
1
-1
/
+3
2019-07-26
cfg80211: clean up cfg80211_inform_single_bss_frame_data()
Johannes Berg
1
-7
/
+1
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2019-06-14
cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()
Luca Coelho
1
-2
/
+2
2019-06-14
cfg80211: Add a function to iterate all BSS entries
Ilan Peer
1
-0
/
+21
2019-05-28
cfg80211: Handle bss expiry during connection
Chaitanya Tata
1
-5
/
+7
2019-04-26
Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...
David S. Miller
1
-9
/
+164
2019-04-26
cfg80211: don't pass pointer to pointer unnecessarily
Dan Carpenter
1
-4
/
+4
2019-04-26
cfg80211: support profile split between elements
Sara Sharon
1
-6
/
+103
2019-04-26
cfg80211: support non-inheritance element
Sara Sharon
1
-1
/
+60
2019-04-26
cfg80211: don't skip multi-bssid index element
Sara Sharon
1
-2
/
+1
2019-03-29
cfg80211: Use kmemdup in cfg80211_gen_new_ie()
YueHaibing
1
-2
/
+1
2019-02-08
cfg80211: fix memory leak of new_ie
Sara Sharon
1
-4
/
+5
2019-02-08
cfg80211: fix the IE inheritance of extension IEs
Sara Sharon
1
-7
/
+13
2019-02-08
cfg80211: save multi-bssid properties
Sara Sharon
1
-21
/
+48
2019-02-08
cfg80211: make BSSID generation function inline
Sara Sharon
1
-16
/
+0
2019-02-08
cfg80211: parse multi-bssid only if HW supports it
Sara Sharon
1
-1
/
+10
2019-02-08
cfg80211: Move Multiple BSS info to struct cfg80211_bss to be visible
Sara Sharon
1
-41
/
+39
2019-02-08
cfg80211: Properly track transmitting and non-transmitting BSS
Sara Sharon
1
-2
/
+34
2019-02-08
cfg80211: use for_each_element() for multi-bssid parsing
Johannes Berg
1
-32
/
+15
2019-02-08
cfg80211: Parsing of Multiple BSSID information in scanning
Peng Xu
1
-38
/
+470
2019-02-08
cfg80211: add various struct element finding helpers
Johannes Berg
1
-22
/
+17
2019-02-08
cfg80211: add and use strongly typed element iteration macros
Johannes Berg
1
-8
/
+6
2018-12-18
cfg80211: add some missing fall through annotations
Luca Coelho
1
-1
/
+1
2018-09-10
cfg80211: Address some corner cases in scan result channel updating
Jouni Malinen
1
-9
/
+49
[next]