index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-26
cfg80211: avoid holding the RTNL when calling the driver
Johannes Berg
6
-16
/
+33
2021-01-22
cfg80211: change netdev registration/unregistration semantics
Johannes Berg
1
-5
/
+4
2021-01-22
mac80211: minstrel_ht: fix rounding error in throughput calculation
Felix Fietkau
1
-4
/
+3
2021-01-22
mac80211: minstrel_ht: increase stats update interval
Felix Fietkau
1
-1
/
+1
2021-01-22
mac80211: minstrel_ht: fix max probability rate selection
Felix Fietkau
1
-9
/
+38
2021-01-22
mac80211: minstrel_ht: improve sample rate selection
Felix Fietkau
1
-3
/
+3
2021-01-22
mac80211: minstrel_ht: improve ampdu length estimation
Felix Fietkau
1
-11
/
+27
2021-01-22
mac80211: minstrel_ht: remove old ewma based rate average code
Felix Fietkau
2
-24
/
+8
2021-01-22
mac80211: remove legacy minstrel rate control
Felix Fietkau
7
-989
/
+167
2021-01-22
mac80211: minstrel_ht: add support for OFDM rates on non-HT clients
Felix Fietkau
4
-116
/
+224
2021-01-22
mac80211: minstrel_ht: clean up CCK code
Felix Fietkau
2
-27
/
+32
2021-01-22
mac80211: introduce aql_enable node in debugfs
Lorenzo Bianconi
3
-0
/
+58
2021-01-22
mac80211: reduce peer HE MCS/NSS to own capabilities
Wen Gong
1
-0
/
+92
2021-01-21
mac80211: remove NSS number of 160MHz if not support 160MHz for HE
Wen Gong
1
-1
/
+8
2021-01-21
mac80211: 160MHz with extended NSS BW in CSA
Shay Bar
1
-3
/
+7
2021-01-21
mac80211: add LDPC encoding to ieee80211_parse_tx_radiotap
Philipp Borgers
1
-0
/
+4
2021-01-21
mac80211: add rx decapsulation offload support
Felix Fietkau
7
-89
/
+209
2021-01-21
net/fq_impl: do not maintain a backlog-sorted list of flows
Felix Fietkau
1
-2
/
+0
2021-01-21
net/fq_impl: drop get_default_func, move default flow to fq_tin
Felix Fietkau
2
-19
/
+4
2021-01-14
mac80211: check if atf has been disabled in __ieee80211_schedule_txq
Lorenzo Bianconi
1
-1
/
+1
2021-01-14
mac80211: do not drop tx nulldata packets on encrypted links
Felix Fietkau
1
-1
/
+1
2021-01-14
mac80211: fix encryption key selection for 802.3 xmit
Felix Fietkau
1
-12
/
+15
2021-01-14
mac80211: fix fast-rx encryption check
Felix Fietkau
1
-0
/
+2
2021-01-14
mac80211: fix incorrect strlen of .write in debugfs
Shayne Chen
1
-24
/
+20
2020-12-12
Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub...
Jakub Kicinski
16
-103
/
+347
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-4
/
+4
2020-12-11
mac80211: add ieee80211_set_sar_specs
Carl Huang
1
-0
/
+12
2020-12-11
mac80211: fix a mistake check for rx_stats update
Wen Gong
1
-1
/
+1
2020-12-11
mac80211: mlme: save ssid info to ieee80211_bss_conf while assoc
Wen Gong
1
-0
/
+5
2020-12-11
mac80211: Update rate control on channel change
Ilan Peer
1
-0
/
+61
2020-12-11
mac80211: don't filter out beacons once we start CSA
Emmanuel Grumbach
1
-0
/
+1
2020-12-11
mac80211: Fix calculation of minimal channel width
Ilan Peer
2
-5
/
+6
2020-12-11
mac80211: ignore country element TX power on 6 GHz
Johannes Berg
1
-1
/
+9
2020-12-11
mac80211: use bitfield helpers for BA session action frames
Johannes Berg
2
-10
/
+10
2020-12-11
mac80211: support Rx timestamp calculation for all preamble types
Avraham Stern
2
-8
/
+67
2020-12-11
mac80211: don't set set TDLS STA bandwidth wider than possible
Johannes Berg
1
-4
/
+10
2020-12-11
mac80211: support driver-based disconnect with reconnect hint
Johannes Berg
3
-20
/
+76
2020-12-11
cfg80211: support immediate reconnect request hint
Johannes Berg
1
-2
/
+3
2020-12-11
mac80211: use struct assignment for he_obss_pd
Johannes Berg
1
-2
/
+1
2020-12-11
cfg80211: remove struct ieee80211_he_bss_color
Johannes Berg
1
-2
/
+1
2020-12-11
cfg80211: include block-tx flag in channel switch started event
Johannes Berg
2
-2
/
+2
2020-12-11
mac80211: disallow band-switch during CSA
Johannes Berg
1
-3
/
+15
2020-12-11
mac80211: Skip entries with SAE H2E only membership selector
Ilan Peer
1
-3
/
+4
2020-12-11
mac80211: support MIC error/replay detected counters driver update
Johannes Berg
1
-0
/
+49
2020-12-11
mac80211: he: remove non-bss-conf fields from bss_conf
Shaul Triebitz
1
-8
/
+0
2020-12-11
mac80211: remove trailing semicolon in macro definitions
Tom Rix
4
-6
/
+6
2020-12-11
mac80211: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+2
2020-12-11
net: mac80211: use core API for updating TX/RX stats
Lev Stipakov
2
-27
/
+7
2020-12-04
mac80211: mesh: fix mesh_pathtbl_init() error path
Eric Dumazet
1
-3
/
+1
2020-12-04
mac80211: set SDATA_STATE_RUNNING for monitor interfaces
Borwankar, Antara
1
-0
/
+2
[prev]
[next]