index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac80211: Add stations iterator where the iterator function may sleep
Martin Blumenstingl
2022-01-04
1
-0
/
+13
*
mac80211: do drv_reconfig_complete() before restarting all
Johannes Berg
2021-12-14
1
-7
/
+7
*
mac80211: Fix the size used for building probe request
Ilan Peer
2021-12-14
1
-1
/
+1
*
mac80211: validate extended element ID is present
Johannes Berg
2021-12-14
1
-1
/
+6
*
mac80211: fix monitor_sdata RCU/locking assertions
Johannes Berg
2021-11-15
1
-3
/
+4
*
mac80211: add parse regulatory info in 6 GHz operation information
Wen Gong
2021-09-27
1
-0
/
+14
*
mac80211: always allocate struct ieee802_11_elems
Johannes Berg
2021-09-23
1
-7
/
+13
*
mac80211: mlme: find auth challenge directly
Johannes Berg
2021-09-23
1
-4
/
+0
*
mac80211: move CRC into struct ieee802_11_elems
Johannes Berg
2021-09-23
1
-5
/
+5
*
mac80211: parse transmit power envelope element
Wen Gong
2021-08-26
1
-0
/
+12
*
mac80211: add HE 6 GHz capability only if supported
Johannes Berg
2021-06-23
1
-4
/
+7
*
mac80211: always include HE 6GHz capability in probe request
Johannes Berg
2021-06-23
1
-1
/
+11
*
mac80211: conditionally advertise HE in probe requests
Johannes Berg
2021-06-23
1
-1
/
+3
*
mac80211: remove use of ieee80211_get_he_sta_cap()
Johannes Berg
2021-06-23
1
-1
/
+2
*
mac80211: free skb in WEP error case
Johannes Berg
2021-06-23
1
-1
/
+4
*
mac80211: handle various extensible elements correctly
Johannes Berg
2021-06-18
1
-11
/
+11
*
mac80211: move interface shutdown out of wiphy lock
Johannes Berg
2021-06-09
1
-2
/
+0
*
mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the driver
Emmanuel Grumbach
2021-04-19
1
-9
/
+1
*
mac80211: Allow HE operation to be longer than expected.
Brian Norris
2021-03-16
1
-1
/
+1
*
cfg80211: avoid holding the RTNL when calling the driver
Johannes Berg
2021-01-26
1
-7
/
+7
*
Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub...
Jakub Kicinski
2020-12-12
1
-1
/
+65
|
\
|
*
mac80211: support Rx timestamp calculation for all preamble types
Avraham Stern
2020-12-11
1
-1
/
+65
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
mac80211: fix return value of ieee80211_chandef_he_6ghz_oper
Wen Gong
2020-12-04
1
-1
/
+1
*
|
Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...
Jakub Kicinski
2020-11-13
1
-1
/
+1
|
\
\
|
*
|
mac80211: remove WDS-related code
Johannes Berg
2020-11-11
1
-1
/
+1
|
|
/
*
/
net: mac80211: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-11-07
1
-2
/
+3
|
/
*
mac80211: Support not iterating over not-sdata-in-driver ifaces
Ben Greear
2020-09-28
1
-0
/
+3
*
mac80211: support S1G association
Thomas Pedersen
2020-09-28
1
-0
/
+53
*
mac80211: receive and process S1G beacons
Thomas Pedersen
2020-09-28
1
-0
/
+52
*
mac80211: encode listen interval for S1G
Thomas Pedersen
2020-09-28
1
-0
/
+21
*
mac80211: convert S1G beacon to scan results
Thomas Pedersen
2020-09-28
1
-0
/
+22
*
mac80211: support S1G STA capabilities
Thomas Pedersen
2020-09-28
1
-0
/
+42
*
mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHz
John Crispin
2020-09-18
1
-3
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-08-02
1
-0
/
+4
|
\
|
*
mac80211: fix warning in 6 GHz IE addition in mesh mode
Rajkumar Manoharan
2020-07-30
1
-0
/
+4
*
|
mac80211: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-31
1
-8
/
+7
*
|
nl80211: S1G band and channel definitions
Thomas Pedersen
2020-07-31
1
-0
/
+5
|
/
*
mac80211: Add HE 6GHz capabilities element to probe request
Ilan Peer
2020-05-31
1
-8
/
+28
*
mac80211: determine chandef from HE 6 GHz operation
Johannes Berg
2020-05-31
1
-0
/
+106
*
mac80211: avoid using ext NSS high BW if not supported
Johannes Berg
2020-05-31
1
-4
/
+45
*
mac80211: build HE operation with 6 GHz oper information
Rajkumar Manoharan
2020-05-31
1
-4
/
+61
*
mac80211: add HE 6 GHz Band Capability element
Rajkumar Manoharan
2020-05-31
1
-0
/
+46
*
mac80211: add HE 6 GHz Band Capabilities into parse extension
Rajkumar Manoharan
2020-05-31
1
-0
/
+4
*
mac80211: consider WLAN_EID_EXT_HE_OPERATION for parsing CRC
Johannes Berg
2020-03-20
1
-1
/
+5
*
Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...
David S. Miller
2020-02-17
1
-29
/
+54
|
\
|
*
mac80211: parse also the RSNXE IE
Shaul Triebitz
2020-02-07
1
-1
/
+6
|
*
mac80211: refactor extended element parsing
Johannes Berg
2020-02-07
1
-27
/
+48
|
*
mac80211: Remove redundant assertion
Aditya Pakki
2019-12-16
1
-1
/
+0
*
|
mac80211: fix wrong 160/80+80 MHz setting
Shay Bar
2020-02-14
1
-2
/
+14
[next]