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
/
recv.c
Age
Commit message (
Expand
)
Author
2013-01-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-01-14
ath9k: remove sc->rx.rxbuflock to fix a deadlock
Felix Fietkau
2013-01-11
ath9k: fix rx flush handling
Felix Fietkau
2013-01-11
ath9k: add a better fix for the rx tasklet vs rx flush race
Felix Fietkau
2013-01-11
ath9k: do not link receive buffers during flush
Felix Fietkau
2013-01-09
ath9k: add spectral scan feature
Simon Wunderlich
2013-01-07
ath9k: use the devres API for allocations/mappings
Felix Fietkau
2012-12-11
ath9k: RX timestamp is reported at end of frame
Thomas Pedersen
2012-11-13
mac80211: support RX_FLAG_MACTIME_END
Thomas Pedersen
2012-10-29
ath9k: Ensure we set FTP_STOMP_LOW weight when WLAN is idle
Mohammed Shafi Shajakhan
2012-09-28
ath9k: Fix rx filtering issue for older chips
Thomas Wagner
2012-08-13
ath9k: fix decrypt_error initialization in ath_rx_tasklet()
Lorenzo Bianconi
2012-07-17
ath9k: Cleanup beacon logic
Sujith Manoharan
2012-07-09
ath9k: set 4ADDRESS bit in RX filter for AR9550
Gabor Juhos
2012-07-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-06-27
ath9k: fix panic caused by returning a descriptor we have queued for reuse
Tom Hughes
2012-06-25
ath9k: fix dynamic WEP related regression
Felix Fietkau
2012-06-06
ath9k: Fix powersave locking
Sujith Manoharan
2012-06-06
ath9k: Use atomic operations
Sujith Manoharan
2012-06-06
ath9k: Move LNA code to antenna.c
Sujith Manoharan
2012-06-06
ath9k: improve BT FTP/PAN performance
Rajkumar Manoharan
2012-06-06
ath9k: Remove SC_OP_OFFCHANNEL
Sujith Manoharan
2012-05-10
drivers/net: Convert compare_ether_addr to ether_addr_equal
Joe Perches
2012-04-23
ath9k: don't strip mic on non-encrypted frames in tkip
Michael Liang
2012-04-23
ath9k: Fix compile warnings when DEBUGFS is disabled.
Ben Greear
2012-04-11
ath9k: Add more recv stats.
Ben Greear
2012-04-09
ath9k: recover ar9380 chips from rare stuck state
Rajkumar Manoharan
2012-03-26
ath9k: fix a memory leak in ath_rx_tasklet()
Eric Dumazet
2012-03-12
ath9k: Fix mactime from being clobbered in rx_status
Ashok Nagarajan
2012-03-07
ath9k: fix signal strength reporting issues
Felix Fietkau
2012-03-07
ath9k: get rid of double queueing of rx frames on EDMA
Felix Fietkau
2012-03-05
ath9k: make use of list_for_each_entry_safe
Mohammed Shafi Shajakhan
2012-02-06
ath9k: fix a WEP crypto related regression
Felix Fietkau
2011-12-19
ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO
Joe Perches
2011-12-16
ath9k: validate for non-zero BSSID
Mohammed Shafi Shajakhan
2011-11-30
ath9k: minor cleanup
Mohammed Shafi Shajakhan
2011-11-30
ath9k: change the default antenna settings based on diversity
Mohammed Shafi Shajakhan
2011-11-21
ath9k: trivial: reorder rx_tasklet processing
Zefir Kurtisi
2011-10-11
ath9k: only send FCS-fail packets to mac80211 if requested
Felix Fietkau
2011-10-11
ath9k_hw: fix a regression in key miss handling
Felix Fietkau
2011-10-11
ath9k_hw: make ath9k_hw_set_interrupts use ah->imask by default
Felix Fietkau
2011-10-11
ath9k: disable unnecessary PHY error reporting
Felix Fietkau
2011-09-30
ath9k: Remove redundant my beacon check at ath_rx_ps_beacon
Rajkumar Manoharan
2011-09-28
Merge branch 'master' of git://git.infradead.org/users/linville/wireless
John W. Linville
2011-09-26
ath9k: Fix a dma warning/memory leak
Mohammed Shafi Shajakhan
2011-09-16
ath9k: ensure that rx is not enabled during a reset
Felix Fietkau
2011-09-14
ath9k: implement .get_antenna and .set_antenna
Felix Fietkau
2011-08-29
ath9k: Add debugfs support for mac/baseband samples
Rajkumar Manoharan
2011-08-29
ath9k: use appropriate debug mask
Mohammed Shafi Shajakhan
2011-08-24
ath9k: fix MGMT packets when using TKIP
Bill Jordan
[prev]
[next]