index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
agg-tx.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-05
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-19
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
2012-05-16
mac80211: fix TX aggregation session timer
Johannes Berg
1
-2
/
+8
2012-04-12
mac80211: add improved HW queue control
Johannes Berg
1
-19
/
+20
2012-04-10
mac80211: optimize aggregation session timeout handling
Felix Fietkau
1
-2
/
+16
2011-12-19
mac80211: split addba retries in time
Nikolay Martynov
1
-0
/
+19
2011-12-15
mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA frames
Helmut Schaa
1
-2
/
+2
2011-12-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-45
/
+41
2011-12-14
mac80211: Purge A-MPDU TX queues before station destructions
Yogesh Ashok Powar
1
-0
/
+2
2011-12-08
mac80211: fix another race in aggregation start
Johannes Berg
1
-45
/
+41
2011-12-07
mac80211: Add HT operation modes for IBSS
Alexander Simon
1
-1
/
+4
2011-12-07
mac80211: handle protection mode, RIFS and ADDBA for HT IBSS
Simon Wunderlich
1
-0
/
+21
2011-12-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-3
/
+39
2011-11-28
mac80211: do not pass AP VLAN vif pointers to drivers
Felix Fietkau
1
-2
/
+2
2011-11-28
mac80211: timeout tx agg sessions in way similar to rx agg sessions
Nikolay Martynov
1
-1
/
+34
2011-11-28
mac80211: fix race between the AGG SM and the Tx data path
Emmanuel Grumbach
1
-0
/
+14
2011-11-28
mac80211: fix race condition caused by late addBA response
Nikolay Martynov
1
-1
/
+17
2011-11-28
mac80211: don't stop a single aggregation session twice
Johannes Berg
1
-2
/
+8
2011-11-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
John W. Linville
1
-0
/
+1
2011-11-09
mac80211: allow frame aggregation for mesh
Thomas Pedersen
1
-7
/
+3
2011-11-01
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
1
-0
/
+1
2011-09-30
mac80211: optimise station flags
Johannes Berg
1
-1
/
+1
2011-09-14
mac80211: make ieee80211_send_bar available for drivers
Felix Fietkau
1
-1
/
+3
2011-09-13
mac80211: add flag to indicate HW only Tx-agg setup support
Arik Nemtsov
1
-1
/
+2
2011-09-13
mac80211: Remove unnecessary OOM logging messages
Joe Perches
1
-27
/
+8
2011-08-22
wireless: Introduce defines for BAR TID_INFO & MULTI_TID fields
Helmut Schaa
1
-1
/
+1
2011-08-09
mac80211: Stop TX BA session if buf_size is zero
Helmut Schaa
1
-11
/
+7
2011-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-21
/
+38
2011-05-16
mac80211: sparse RCU annotations
Johannes Berg
1
-15
/
+21
2011-05-16
mac80211: fix TX a-MPDU locking
Johannes Berg
1
-6
/
+17
2011-05-08
net,rcu: convert call_rcu(kfree_tid_tx) to kfree_rcu()
Lai Jiangshan
1
-11
/
+3
2011-01-19
mac80211: allow advertising correct maximum aggregate size
Johannes Berg
1
-1
/
+2
2011-01-19
mac80211: track receiver's aggregation reorder buffer size
Johannes Berg
1
-3
/
+17
2010-12-16
mac80211: Add timeout to BA session start API
Sujith Manoharan
1
-2
/
+5
2010-10-07
mac80211: avoid transmitting delBA to old AP
Johannes Berg
1
-5
/
+9
[next]