index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
mac80211: unify 802.3 (offload) and 802.11 tx status codepath
Felix Fietkau
2020-09-18
1
-64
/
+28
*
|
mac80211: optimize station connection monitor
Felix Fietkau
2020-09-18
5
-47
/
+22
*
|
mac80211: notify the driver when a sta uses 4-address mode
Felix Fietkau
2020-09-18
4
-0
/
+45
*
|
mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flags
Felix Fietkau
2020-09-18
5
-14
/
+14
*
|
mac80211: remove tx status call to ieee80211_sta_register_airtime
Felix Fietkau
2020-09-18
1
-6
/
+0
*
|
mac80211: reduce duplication in tx status functions
Felix Fietkau
2020-09-18
1
-66
/
+35
*
|
mac80211: rework tx encapsulation offload API
Felix Fietkau
2020-09-18
7
-87
/
+156
*
|
mac80211: set info->control.hw_key for encap offload packets
Felix Fietkau
2020-09-18
1
-0
/
+5
*
|
mac80211: skip encap offload for tx multicast/control packets
Felix Fietkau
2020-09-18
1
-55
/
+19
*
|
mac80211: check and refresh aggregation session in encap offload tx
Felix Fietkau
2020-09-18
1
-0
/
+18
*
|
mac80211: add missing queue/hash initialization to 802.3 xmit
Felix Fietkau
2020-09-18
1
-0
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-05
3
-78
/
+172
|
\
|
|
*
mac80211: reduce packet loss event false positives
Felix Fietkau
2020-08-27
2
-18
/
+17
|
*
mac80211: improve AQL aggregation estimation for low data rates
Felix Fietkau
2020-08-27
1
-12
/
+26
|
*
mac80211: factor out code to look up the average packet length duration for a...
Felix Fietkau
2020-08-27
1
-47
/
+74
|
*
mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQL
Felix Fietkau
2020-08-27
3
-6
/
+60
*
|
mac80211: rename csa counters to countdown counters
John Crispin
2020-08-27
7
-52
/
+53
*
|
net: mac80211: mesh.h: delete duplicated word
Randy Dunlap
2020-08-27
1
-1
/
+1
*
|
net: mac80211: agg-rx.c: fix duplicated words
Randy Dunlap
2020-08-27
1
-1
/
+1
|
/
*
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-07
3
-4
/
+4
*
mac80211: Do not report beacon loss if beacon filtering enabled
Loic Poulain
2020-08-03
1
-0
/
+3
*
mac80211: fix misplaced while instead of if
Johannes Berg
2020-08-03
1
-1
/
+1
*
mac80211: use eth_zero_addr() to clear mac address
Miaohe Lin
2020-08-03
1
-1
/
+2
*
mac8211: fix struct initialisation
John Crispin
2020-08-03
1
-1
/
+1
*
mac80211: Handle special status codes in SAE commit
Jouni Malinen
2020-08-03
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-08-02
6
-6
/
+24
|
\
|
*
mac80211: remove STA txq pending airtime underflow warning
Felix Fietkau
2020-07-30
1
-3
/
+1
|
*
mac80211: Fix bug in Tx ack status reporting in 802.3 xmit path
Vasanthakumar Thiagarajan
2020-07-30
1
-3
/
+4
|
*
mac80211: mesh: Free pending skb when destroying a mpath
Remi Pommarel
2020-07-30
1
-0
/
+1
|
*
mac80211: mesh: Free ie data when leaving mesh
Remi Pommarel
2020-07-30
1
-0
/
+1
|
*
mac80211: fix warning in 6 GHz IE addition in mesh mode
Rajkumar Manoharan
2020-07-30
2
-0
/
+17
*
|
mac80211: warn only once in check_sdata_in_driver() at each caller
Johannes Berg
2020-07-31
1
-6
/
+5
*
|
cfg80211: invert HE BSS color 'disabled' to 'enabled'
Johannes Berg
2020-07-31
2
-5
/
+5
*
|
mac80211: add a function for running rx without passing skbs to the stack
Felix Fietkau
2020-07-31
2
-23
/
+39
*
|
mac80211: parse radiotap header when selecting Tx queue
Mathy Vanhoef
2020-07-31
2
-34
/
+35
*
|
mac80211: remove unused flags argument in transmit functions
Mathy Vanhoef
2020-07-31
7
-22
/
+18
*
|
mac80211: use same flag everywhere to avoid sequence number overwrite
Mathy Vanhoef
2020-07-31
3
-7
/
+3
*
|
mac80211: do not overwrite the sequence number if requested
Mathy Vanhoef
2020-07-31
1
-0
/
+3
*
|
mac80211: add radiotap flag to prevent sequence number overwrite
Mathy Vanhoef
2020-07-31
1
-0
/
+2
*
|
mac80211: never drop injected frames even if normally not allowed
Mathy Vanhoef
2020-07-31
1
-1
/
+1
*
|
cfg80211/mac80211: avoid bss color setting in non-HE modes
P Praneesh
2020-07-31
2
-4
/
+8
*
|
mac80211: calculate skb hash early when using itxq
Felix Fietkau
2020-07-31
1
-0
/
+1
*
|
mac80211: improve AQL tx airtime estimation
Felix Fietkau
2020-07-31
3
-7
/
+24
*
|
cfg80211/mac80211: add connected to auth server to station info
Markus Theil
2020-07-31
2
-1
/
+5
*
|
cfg80211/mac80211: add connected to auth server to meshconf
Markus Theil
2020-07-31
3
-1
/
+10
*
|
cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discovery
Linus Lüssing
2020-07-31
3
-0
/
+43
*
|
mac80211: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-31
16
-43
/
+42
*
|
mac80211: remove the need for variable rates_idx
Colin Ian King
2020-07-31
1
-3
/
+1
*
|
nl80211: S1G band and channel definitions
Thomas Pedersen
2020-07-31
4
-1
/
+13
*
|
net: mac80211: kerneldoc fixes
Andrew Lunn
2020-07-14
1
-3
/
+1
|
/
[prev]
[next]