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
/
mac80211
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-04-29
11
-62
/
+98
|
\
|
*
Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...
David S. Miller
2021-04-20
10
-61
/
+97
|
|
\
|
|
*
wireless: fix spelling of A-MSDU in HE capabilities
Johannes Berg
2021-04-19
1
-1
/
+1
|
|
*
wireless: align HE capabilities A-MPDU Length Exponent Extension
Johannes Berg
2021-04-19
1
-8
/
+8
|
|
*
wireless: align some HE capabilities with the spec
Johannes Berg
2021-04-19
1
-9
/
+10
|
|
*
mac80211: drop the connection if firmware crashed while in CSA
Naftali Goldstein
2021-04-19
3
-3
/
+12
|
|
*
mac80211: properly drop the connection in case of invalid CSA IE
Emmanuel Grumbach
2021-04-19
1
-5
/
+2
|
|
*
mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the driver
Emmanuel Grumbach
2021-04-19
1
-9
/
+1
|
|
*
mac80211: aes_cmac: check crypto_shash_setkey() return value
Johannes Berg
2021-04-19
1
-2
/
+9
|
|
*
mac80211: minstrel_ht: remove extraneous indentation on if statement
Colin Ian King
2021-04-19
1
-1
/
+1
|
|
*
mac80211: properly process TXQ management frames
Johannes Berg
2021-04-19
1
-5
/
+14
|
|
*
mac80211: bail out if cipher schemes are invalid
Johannes Berg
2021-04-08
1
-2
/
+5
|
|
*
mac80211: clear the beacon's CRC after channel switch
Emmanuel Grumbach
2021-04-08
1
-0
/
+5
|
|
*
mac80211: Set priority and queue mapping for injected frames
Johan Almbladh
2021-04-08
1
-11
/
+9
|
|
*
mac80211: Allow concurrent monitor iface and ethernet rx decap
Sriram R
2021-04-08
2
-1
/
+3
|
|
*
mac80211: set sk_pacing_shift for 802.3 txpath
Lorenzo Bianconi
2021-04-08
1
-0
/
+3
|
|
*
mac80211: don't apply flow control on management frames
Johannes Berg
2021-04-08
1
-3
/
+15
|
|
*
mac80211: remove redundant assignment of variable result
Colin Ian King
2021-04-08
1
-1
/
+1
|
|
*
mac80211: minstrel_ht: remove unused variable 'mg' in minstrel_ht_next_jump_r...
Wei Yongjun
2021-04-08
1
-2
/
+0
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-09
3
-3
/
+8
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
mac80211: cfg.c: A typo fix
Bhaskar Chowdhury
2021-03-28
1
-1
/
+1
*
|
|
Merge tag 'v5.12-rc8' into sched/core, to pick up fixes
Ingo Molnar
2021-04-20
9
-14
/
+32
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mac80211: fix time-is-after bug in mlme
Ben Greear
2021-04-08
1
-1
/
+4
|
*
|
mac80211: fix TXQ AC confusion
Johannes Berg
2021-04-08
1
-1
/
+1
|
*
|
mac80211: clear sta->fast_rx when STA removed from 4-addr VLAN
Seevalamuthu Mariappan
2021-04-08
1
-1
/
+3
|
|
/
|
*
mac80211: choose first enabled channel for monitor
Karthikeyan Kathirvel
2021-03-16
1
-1
/
+12
|
*
mac80211: Check crypto_aead_encrypt for errors
Daniel Phan
2021-03-16
2
-4
/
+6
|
*
mac80211: Allow HE operation to be longer than expected.
Brian Norris
2021-03-16
2
-2
/
+2
|
*
mac80211: minstrel_ht: remove unused variable 'mg'
Johannes Berg
2021-03-16
1
-2
/
+0
|
*
mac80211: fix double free in ibss_leave
Markus Theil
2021-03-16
1
-0
/
+2
|
*
mac80211: fix rate mask reset
Johannes Berg
2021-03-16
1
-2
/
+2
*
|
kcov: Remove kcov include from sched.h and move it to its users.
Sebastian Andrzej Siewior
2021-03-06
2
-0
/
+2
|
/
*
cfg80211/mac80211: Support disabling HE mode
Ben Greear
2021-02-12
1
-0
/
+3
*
mac80211: add STBC encoding to ieee80211_parse_tx_radiotap
Philipp Borgers
2021-02-12
1
-0
/
+9
*
mac80211: minstrel_ht: remove sample rate switching code for constrained devices
Felix Fietkau
2021-02-12
2
-103
/
+9
*
mac80211: minstrel_ht: show sampling rates in debugfs
Felix Fietkau
2021-02-12
1
-2
/
+16
*
mac80211: minstrel_ht: significantly redesign the rate probing strategy
Felix Fietkau
2021-02-12
2
-239
/
+336
*
mac80211: minstrel_ht: reduce the need to sample slower rates
Felix Fietkau
2021-02-12
2
-12
/
+8
*
mac80211: minstrel_ht: update total packets counter in tx status path
Felix Fietkau
2021-02-12
1
-11
/
+10
*
mac80211: minstrel_ht: use bitfields to encode rate indexes
Felix Fietkau
2021-02-12
3
-64
/
+79
*
mac80211: fix potential overflow when multiplying to u32 integers
Colin Ian King
2021-02-12
1
-1
/
+1
*
mac80211: enable QoS support for nl80211 ctrl port
Markus Theil
2021-02-12
2
-12
/
+21
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-10
1
-1
/
+1
|
\
|
*
Merge tag 'wireless-drivers-2021-02-05' of git://git.kernel.org/pub/scm/linux...
Jakub Kicinski
2021-02-06
1
-1
/
+1
|
|
\
|
|
*
ath9k: fix build error with LEDS_CLASS=m
Arnd Bergmann
2021-01-28
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-02-02
2
-2
/
+6
|
\
|
|
|
*
|
mac80211: fix station rate table updates on assoc
Felix Fietkau
2021-02-01
2
-2
/
+6
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-28
3
-3
/
+14
|
\
|
|
|
*
|
mac80211: pause TX while changing interface type
Johannes Berg
2021-01-26
2
-0
/
+7
|
*
|
mac80211: 160MHz with extended NSS BW in CSA
Shay Bar
2021-01-21
1
-3
/
+7
[next]