index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
wireless
/
scan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cfg80211: retrieve S1G operating channel number
Kieran Frewen
2022-05-04
1
-1
/
+1
*
cfg80211: hold bss_lock while updating nontrans_list
Rameshkumar Sundaram
2022-04-11
1
-0
/
+2
*
cfg80211: don't add non transmitted BSS to 6GHz scanned channels
Avraham Stern
2022-02-04
1
-1
/
+8
*
cfg80211: refactor cfg80211_get_ies_channel_number()
Johannes Berg
2021-12-20
1
-24
/
+22
*
cfg80211: Use the HE operation IE to determine a 6GHz BSS channel
Ayala Beker
2021-12-20
1
-7
/
+49
*
cfg80211: use ieee80211_bss_get_elem() instead of _get_ie()
Johannes Berg
2021-11-28
1
-11
/
+10
*
cfg80211: delete redundant free code
liuguoqiang
2021-11-26
1
-9
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-28
1
-2
/
+5
|
\
|
*
cfg80211: scan: fix RCU in cfg80211_add_nontrans_list()
Johannes Berg
2021-10-01
1
-2
/
+5
*
|
cfg80211: separate get channel number from ies
Wen Gong
2021-10-21
1
-15
/
+26
*
|
cfg80211: scan: use element finding functions in easy cases
Johannes Berg
2021-10-21
1
-9
/
+9
|
/
*
net: Remove redundant if statements
Yajun Deng
2021-08-05
1
-2
/
+1
*
cfg80211: Fix possible memory leak in function cfg80211_bss_update
Nguyen Dinh Phi
2021-07-23
1
-4
/
+2
*
cfg80211: Support hidden AP discovery over 6GHz band
Ilan Peer
2021-06-23
1
-3
/
+13
*
cfg80211: clean up variable use in cfg80211_parse_colocated_ap()
Dan Carpenter
2021-06-23
1
-3
/
+3
*
Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...
David S. Miller
2021-04-20
1
-1
/
+3
|
\
|
*
cfg80211: scan: drop entry from hidden_list on overflow
Johannes Berg
2021-04-19
1
-0
/
+2
|
*
cfg80211: Remove wrong RNR IE validation check
Ilan Peer
2021-04-08
1
-1
/
+1
*
|
cfg80211: check S1G beacon compat element length
Johannes Berg
2021-04-08
1
-6
/
+8
|
/
*
cfg80211: avoid holding the RTNL when calling the driver
Johannes Berg
2021-01-26
1
-16
/
+19
*
cfg80211: Update TSF and TSF BSSID for multi BSS
Ilan Peer
2020-12-11
1
-0
/
+3
*
cfg80211: scan PSC channels in case of scan with wildcard SSID
Ayala Beker
2020-12-11
1
-10
/
+8
*
nl80211/cfg80211: fix potential infinite loop
Colin Ian King
2020-11-06
1
-1
/
+1
*
cfg80211: parse S1G Operation element for BSS channel
Thomas Pedersen
2020-09-28
1
-7
/
+16
*
cfg80211: convert S1G beacon to scan results
Thomas Pedersen
2020-09-28
1
-9
/
+48
*
nl80211/cfg80211: support 6 GHz scanning
Tova Mussai
2020-09-28
1
-7
/
+494
*
net: wireless: Convert to use the preferred fallthrough macro
Miaohe Lin
2020-08-27
1
-1
/
+1
*
net: wireless: scan.c: delete or fix duplicated words
Randy Dunlap
2020-08-27
1
-2
/
+2
*
cfg80211: allow the low level driver to flush the BSS table
Emmanuel Grumbach
2020-07-31
1
-0
/
+10
*
cfg80211: express channels with a KHz component
Thomas Pedersen
2020-04-24
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2020-03-29
1
-1
/
+5
|
\
|
*
cfg80211: Do not warn on same channel at the end of CSA
Ilan Peer
2020-03-26
1
-1
/
+5
*
|
cfg80211: remove support for adjacent channel compensation
Emmanuel Grumbach
2020-02-21
1
-4
/
+2
*
|
cfg80211: Pass lockdep expression to RCU lists
Amol Grover
2020-02-21
1
-3
/
+2
|
/
*
cfg80211: fix a bunch of RCU issues in multi-bssid code
Sara Sharon
2019-10-07
1
-10
/
+13
*
cfg80211: validate SSID/MBSSID element ordering assumption
Johannes Berg
2019-10-01
1
-1
/
+6
*
cfg80211: fix duplicated scan entries after channel switch
Sergey Matyukevich
2019-07-29
1
-0
/
+79
*
cfg80211: refactor cfg80211_bss_update
Sergey Matyukevich
2019-07-29
1
-82
/
+89
*
cfg80211: give all multi-BSSID BSS entries the same timestamp
Johannes Berg
2019-07-26
1
-2
/
+5
*
cfg80211: don't parse MBSSID if transmitting BSS isn't created
Johannes Berg
2019-07-26
1
-1
/
+3
*
cfg80211: clean up cfg80211_inform_single_bss_frame_data()
Johannes Berg
2019-07-26
1
-7
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
1
-2
/
+2
|
\
|
*
cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()
Luca Coelho
2019-06-14
1
-2
/
+2
*
|
cfg80211: Add a function to iterate all BSS entries
Ilan Peer
2019-06-14
1
-0
/
+21
*
|
cfg80211: Handle bss expiry during connection
Chaitanya Tata
2019-05-28
1
-5
/
+7
|
/
*
Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...
David S. Miller
2019-04-26
1
-9
/
+164
|
\
|
*
cfg80211: don't pass pointer to pointer unnecessarily
Dan Carpenter
2019-04-26
1
-4
/
+4
|
*
cfg80211: support profile split between elements
Sara Sharon
2019-04-26
1
-6
/
+103
|
*
cfg80211: support non-inheritance element
Sara Sharon
2019-04-26
1
-1
/
+60
|
*
cfg80211: don't skip multi-bssid index element
Sara Sharon
2019-04-26
1
-2
/
+1
[next]