index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
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
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
2012-05-16
mac80211: fix TX aggregation session timer
Johannes Berg
1
-2
/
+8
2012-04-11
mac80211: add improved HW queue control
Johannes Berg
1
-19
/
+20
2012-04-09
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-13
mac80211: Purge A-MPDU TX queues before station destructions
Yogesh Ashok Powar
1
-0
/
+2
2011-12-07
mac80211: fix another race in aggregation start
Johannes Berg
1
-45
/
+41
2011-12-06
mac80211: Add HT operation modes for IBSS
Alexander Simon
1
-1
/
+4
2011-12-06
mac80211: handle protection mode, RIFS and ADDBA for HT IBSS
Simon Wunderlich
1
-0
/
+21
2011-12-02
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-08
mac80211: allow frame aggregation for mesh
Thomas Pedersen
1
-7
/
+3
2011-10-31
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-08
mac80211: Stop TX BA session if buf_size is zero
Helmut Schaa
1
-11
/
+7
[next]