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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-21
wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()
Dan Carpenter
1
-2
/
+0
2023-06-21
wifi: cfg80211: fix locking in regulatory disconnect
Johannes Berg
1
-2
/
+2
2023-06-14
wifi: cfg80211: fix locking in sched scan stop work
Johannes Berg
1
-2
/
+2
2023-03-13
wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"
Hector Martin
1
-2
/
+0
2023-03-10
wifi: cfg80211: Fix use after free for wext
Alexander Wetzel
1
-5
/
+26
2023-03-10
wifi: cfg80211: Fix extended KCK key length check in nl80211_set_rekey_data()
Shivani Baranwal
1
-1
/
+1
2022-12-31
wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() fails
Chen Zhongjin
1
-1
/
+3
2022-12-08
wifi: cfg80211: don't allow multi-BSSID in S1G
Johannes Berg
1
-1
/
+6
2022-12-08
wifi: cfg80211: fix buffer overflow in elem comparison
Johannes Berg
1
-1
/
+2
2022-11-26
wifi: wext: use flex array destination for memcpy()
Hawkins Jiawei
1
-7
/
+10
2022-11-16
wifi: cfg80211: fix memory leak in query_regdb_file()
Arend van Spriel
1
-3
/
+9
2022-11-16
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-10-12
wifi: cfg80211: fix MCS divisor value
Tamizh Chelvam Raja
1
-1
/
+1
2022-09-08
wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()
Dan Carpenter
1
-1
/
+2
2022-06-09
cfg80211: declare MODULE_FIRMWARE for regulatory.db
Dimitri John Ledkov
1
-0
/
+4
2022-06-09
nl80211: don't hold RTNL in color change request
Johannes Berg
1
-2
/
+1
2022-06-09
nl80211: show SSID for P2P_GO interfaces
Johannes Berg
1
-0
/
+1
2022-05-25
nl80211: fix locking in nl80211_set_tx_bitrate_mask()
Johannes Berg
1
-2
/
+7
2022-05-25
nl80211: validate S1G channel width
Kieran Frewen
1
-0
/
+9
2022-04-20
nl80211: correctly check NL80211_ATTR_REG_ALPHA2 size
Johannes Berg
1
-1
/
+2
2022-04-20
cfg80211: hold bss_lock while updating nontrans_list
Rameshkumar Sundaram
1
-0
/
+2
2022-04-13
cfg80211: don't add non transmitted BSS to 6GHz scanned channels
Avraham Stern
1
-1
/
+8
2022-03-19
nl80211: Update bss channel on channel switch for P2P_CLIENT
Sreeramya Soratkal
1
-1
/
+2
2022-03-08
nl80211: Handle nla_memdup failures in handle_nan_filter
Jiasheng Jiang
1
-0
/
+12
2022-02-23
cfg80211: fix race in netlink owner interface destruction
Johannes Berg
1
-13
/
+4
2021-12-22
cfg80211: Acquire wiphy mutex on regulatory work
Ilan Peer
1
-1
/
+6
2021-11-25
cfg80211: call cfg80211_stop_ap when switch from P2P_GO type
Nguyen Dinh Phi
1
-0
/
+1
2021-11-25
nl80211: fix radio statistics in survey dump
Johannes Berg
2
-20
/
+20
2021-11-18
cfg80211: always free wiphy specific regdomain
Johannes Berg
1
-0
/
+10
2021-10-25
cfg80211: correct bridge/4addr mode check
Janusz Dziedzic
1
-7
/
+7
2021-10-25
cfg80211: fix management registrations locking
Johannes Berg
3
-13
/
+17
2021-10-01
cfg80211: scan: fix RCU in cfg80211_add_nontrans_list()
Johannes Berg
1
-2
/
+5
2021-08-26
cfg80211: use wiphy DFS domain if it is self-managed
Sriram R
1
-1
/
+8
2021-08-18
cfg80211: fix BSS color notify trace enum confusion
Johannes Berg
1
-1
/
+1
2021-08-17
nl80211: add support for BSS coloring
John Crispin
3
-0
/
+216
2021-08-13
mac80211: Use flex-array for radiotap header bitmap
Kees Cook
1
-3
/
+2
2021-08-13
mac80211: radiotap: Use BIT() instead of shifts
Kees Cook
1
-2
/
+2
2021-08-05
net: Remove redundant if statements
Yajun Deng
2
-13
/
+6
2021-07-23
cfg80211: Fix possible memory leak in function cfg80211_bss_update
Nguyen Dinh Phi
1
-4
/
+2
2021-07-23
nl80211: limit band information in non-split data
Johannes Berg
1
-1
/
+4
2021-06-23
cfg80211: Support hidden AP discovery over 6GHz band
Ilan Peer
1
-3
/
+13
2021-06-23
cfg80211: allow advertising vendor-specific capabilities
Johannes Berg
1
-0
/
+5
2021-06-23
cfg80211: set custom regdomain after wiphy registration
Miri Korenblit
2
-4
/
+5
2021-06-23
cfg80211: add cfg80211_any_usable_channels()
Johannes Berg
1
-1
/
+32
[next]