index
:
linux/linux-stable.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
xmit.c
Age
Commit message (
Expand
)
Author
2013-08-09
ath9k: fix clearing expired A-MPDU subframes in tx completion
Felix Fietkau
2013-08-09
ath9k: prepare queueing code for handling unaggregated traffic
Felix Fietkau
2013-08-09
ath9k: fix block ack window tracking check
Felix Fietkau
2013-08-09
ath9k: simplify ath_tx_form_aggr
Felix Fietkau
2013-08-09
ath9k: add function for getting the tx tid for a packet
Felix Fietkau
2013-08-09
ath9k: split tid retry packets into a separate queue
Felix Fietkau
2013-08-09
ath9k: add utility functions for accessing tid queues
Felix Fietkau
2013-07-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-07-22
ath9k: Fix RTS threshold
Sujith Manoharan
2013-07-17
ath9k: fix tx pending frames accounting for dropped packets
Felix Fietkau
2013-06-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-06-24
ath9k: fix queue depth accounting in ath_tx_txqaddbuf
Felix Fietkau
2013-06-24
ath9k: fix an RCU issue in calling ieee80211_get_tx_rates
Felix Fietkau
2013-06-12
ath9k: limit multicast buffer hardware queue depth
Felix Fietkau
2013-06-12
ath9k: implement support for .release_buffered_frames()
Felix Fietkau
2013-06-12
ath9k: add support for IEEE80211_TX_CTL_PS_RESPONSE
Felix Fietkau
2013-05-22
ath9k: prevent aggregation session deadlocks
Felix Fietkau
2013-05-17
ath9k: fix draining aggregation tid buffers
Felix Fietkau
2013-05-17
ath9k: fix rate handling/reporting
Felix Fietkau
2013-05-17
ath9k: fix aggregation stop/flush handling
Felix Fietkau
2013-04-23
ath9k: add support for the new rate control API
Felix Fietkau
2013-04-23
ath9k: merge ath_tx_start_dma into ath_tx_start
Felix Fietkau
2013-04-10
ath9k: implement buffer holding handling for EDMA FIFO
Felix Fietkau
2013-04-10
ath9k_common: remove ath9k_cmn_padpos
Felix Fietkau
2013-02-11
ath9k: Fix ATH9K_HW_CAP_HT usage
Sujith Manoharan
2013-01-22
ath9k: use ath_tx_process_buffer instead of open-coding similar code
Felix Fietkau
2013-01-22
ath9k: clean up processing of pending tx frames on reset
Felix Fietkau
2013-01-07
ath9k: use the devres API for allocations/mappings
Felix Fietkau
2012-11-30
ath9k: Remove redundant NULL assignment
Sujith Manoharan
2012-11-30
ath9k: Replace WME_NUM_TID with IEEE80211_NUM_TIDS
Sujith Manoharan
2012-11-21
ath9k: Fix the 'xmit' debugfs file
Sujith Manoharan
2012-11-21
ath9k/ath9k_htc: Remove WME macros
Sujith Manoharan
2012-10-30
ath9k: Test for TID only in BlockAcks while checking tx status
Sven Eckelmann
2012-10-29
ath9k: fix stale pointers potentially causing access to free'd skbs
Felix Fietkau
2012-10-05
ath9k: use ieee80211_free_txskb
Felix Fietkau
2012-09-28
ath9k: Fix chainmask selection for AR9462
Sujith Manoharan
2012-09-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-09-07
ath9k: Fix TX filter usage
Sujith Manoharan
2012-09-05
ath9k: fix PA linearization calibration related crash
Felix Fietkau
2012-07-31
mac80211: move TX station pointer and restructure TX
Thomas Huehn
2012-07-17
ath9k: Fix race in reset-work usage
Rajkumar Manoharan
2012-07-17
ath9k: Cleanup beacon queue configuration
Sujith Manoharan
2012-07-17
ath9k: fix aggregate size limit based on queue TXOP limit
Felix Fietkau
2012-07-17
ath9k: make per-WMM-AC queue sizes configurable via debugfs
Felix Fietkau
2012-07-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-06-26
ath9k: raise aggregation limit to 64k for HT IBSS
Sven Eckelmann
2012-06-19
ath9k: fix invalid pointer access in the tx path
Felix Fietkau
2012-06-19
ath9k: fix a tx rate duration calculation bug
Felix Fietkau
2012-06-06
ath9k: Fix powersave locking
Sujith Manoharan
2012-06-06
ath9k: Use atomic operations
Sujith Manoharan
[prev]
[next]