index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
agg-tx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-11
mac80211: use bitfield helpers for BA session action frames
Johannes Berg
1
-6
/
+6
2020-05-31
mac80211: accept aggregation sessions on 6 GHz
Johannes Berg
1
-1
/
+2
2020-04-24
mac80211: agg-tx: add an option to defer ADDBA transmit
Mordechay Goodstein
1
-1
/
+11
2020-04-24
mac80211: agg-tx: refactor sending addba
Mordechay Goodstein
1
-28
/
+39
2019-10-04
mac80211: simplify TX aggregation start
Johannes Berg
1
-1
/
+8
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2019-02-11
mac80211: Fix Tx aggregation session tear down with ITXQs
Ilan Peer
1
-1
/
+3
2019-01-19
mac80211: Add TXQ scheduling API
Toke Høiland-Jørgensen
1
-1
/
+1
2018-06-18
mac80211: add support for HE
Luca Coelho
1
-4
/
+15
2018-06-18
ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HE
Johannes Berg
1
-1
/
+1
2018-05-07
mac80211: use timeout from the AddBA response instead of the request
Sara Sharon
1
-0
/
+4
2017-12-19
Revert "mac80211: Add TXQ scheduling API"
Johannes Berg
1
-5
/
+1
2017-12-11
mac80211: Add TXQ scheduling API
Toke Høiland-Jørgensen
1
-1
/
+5
2017-12-11
mac80211: call synchronize_net once in the restart flow
Sara Sharon
1
-1
/
+2
2017-12-11
mac80211: avoid looking up tid_tx/tid_rx from timers
Johannes Berg
1
-23
/
+8
2017-11-20
mac80211: properly free requested-but-not-started TX agg sessions
Johannes Berg
1
-0
/
+5
2017-11-20
mac80211: aggregation: Convert timers to use timer_setup()
Kees Cook
1
-26
/
+18
2017-09-05
mac80211: agg-tx: call drv_wake_tx_queue in proper context
Johannes Berg
1
-0
/
+4
2017-09-05
mac80211: shorten debug prints using ht_dbg() to avoid warning
Sharon Dvir
1
-2
/
+2
2017-06-16
networking: convert many more places to skb_put_zero()
Johannes Berg
1
-4
/
+2
2017-05-30
mac80211: fix TX aggregation start/stop callback race
Johannes Berg
1
-76
/
+52
2017-03-06
mac80211: Use setup_timer instead of init_timer
Ondřej Lysoněk
1
-6
/
+6
2016-09-15
mac80211: reject TSPEC TIDs (TSIDs) for aggregation
Johannes Berg
1
-0
/
+3
2016-06-09
mac80211: implement fair queueing per txq
Michal Kazior
1
-2
/
+6
2016-04-06
mac80211: add A-MSDU tx support
Felix Fietkau
1
-0
/
+5
2016-01-14
mac80211: pass block ack session timeout to to driver
Sara Sharon
1
-18
/
+35
2015-11-20
mac80211: always set the buf_size in AddBA req to 64
Gregory Greenman
1
-1
/
+2
2015-09-22
mac80211: allow to transmit A-MSDU within A-MPDU
Emmanuel Grumbach
1
-5
/
+10
2015-06-10
mac80211: convert HW flags to unsigned long bitmap
Johannes Berg
1
-2
/
+2
2015-04-01
mac80211: add an intermediate software queue implementation
Felix Fietkau
1
-0
/
+44
2015-03-30
mac80211: reject aggregation sessions with non-HT peers
Johannes Berg
1
-1
/
+4
2015-03-30
mac80211: agg-tx: avoid sending DelBA with sta->lock held
Johannes Berg
1
-2
/
+7
2014-11-19
mac80211: synchronously reserve TID per station
Liad Kaufman
1
-0
/
+7
2014-10-22
mac80211: add WMM admission control support
Johannes Berg
1
-5
/
+0
2014-06-23
mac80211: introduce refcount for queue_stop_reasons
Luciano Coelho
1
-2
/
+6
2014-02-04
mac80211: send {ADD,DEL}BA on AC_VO like other mgmt frames, as per spec
Karl Beldan
1
-1
/
+1
2013-01-24
mac80211: fix aggregation state with current drivers
Johannes Berg
1
-7
/
+10
2013-01-18
mac80211: improve aggregation debug messages
Johannes Berg
1
-17
/
+27
2013-01-03
mac80211: split TX aggregation stop action
Johannes Berg
1
-5
/
+35
2013-01-03
mac80211: move ieee80211_remove_tid_tx function
Johannes Berg
1
-103
/
+103
2013-01-03
mac80211: split out aggregation TX removal
Johannes Berg
1
-18
/
+30
2013-01-03
mac80211: split aggregation stop by reason
Johannes Berg
1
-9
/
+8
2012-12-07
mac80211: warn only once if ampdu_action isn't assigned
Chaitanya
1
-1
/
+1
2012-11-19
mac80211: introduce IEEE80211_NUM_TIDS and use it
Johannes Berg
1
-6
/
+6
2012-09-21
mac80211: don't send delBA on addBA failure
Johannes Berg
1
-1
/
+1
2012-07-07
mac80211: request TX status for BlockAck Requests
Christian Lamparter
1
-1
/
+2
2012-06-24
mac80211: clean up debugging
Johannes Berg
1
-31
/
+41
2012-06-05
net: mac80211: Add and use ht_vdbg debugging macro
Joe Perches
1
-74
/
+29
2012-06-05
net: mac80211: Convert printk(KERN_DEBUG to pr_debug
Joe Perches
1
-38
/
+30
[next]