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.12.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
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
recv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-23
ath9k: Fix RX DMA mapping
Sujith Manoharan
1
-3
/
+3
2013-04-23
ath9k: Use lockless variants for the RX fifo queue
Sujith Manoharan
1
-2
/
+2
2013-04-23
ath9k: Reduce deep indentation
Sujith Manoharan
1
-46
/
+44
2013-04-23
ath9k: Remove unused argument "size"
Sujith Manoharan
1
-9
/
+3
2013-04-10
ath9k: detect more kinds of invalid descriptors
Felix Fietkau
1
-0
/
+2
2013-04-10
ath9k: fix handling of broken descriptors
Felix Fietkau
1
-5
/
+19
2013-04-10
ath9k: improve dma map failure handling
Felix Fietkau
1
-17
/
+13
2013-04-10
ath9k_common: remove ath9k_cmn_padpos
Felix Fietkau
1
-1
/
+1
2013-04-10
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-3
/
+3
2013-04-08
ath9k: add support for DFS master mode
Zefir Kurtisi
1
-0
/
+7
2013-03-25
mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan
Karl Beldan
1
-3
/
+3
2013-02-12
ath9k: Fix IBSS joiner mode
Sujith Manoharan
1
-1
/
+1
2013-02-01
ath9k: Fix sparse __CHECK_ENDIAN__ for spectral code
Sven Eckelmann
1
-4
/
+5
2013-02-01
ath9k: Only add fix_rssi_inv_only when spectral code is used
Sven Eckelmann
1
-0
/
+2
2013-02-01
ath9k: Only process fft samples when ATH9K_DEBUGFS is enabled
Sven Eckelmann
1
-1
/
+1
2013-02-01
ath9k: report A-MPDU status
Christian Lamparter
1
-0
/
+20
2013-01-31
ath9k: Update spectral scan output data
Sven Eckelmann
1
-6
/
+8
2013-01-31
ath9k: drop spectral packets after processing them
Simon Wunderlich
1
-15
/
+22
2013-01-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-39
/
+15
2013-01-15
ath9k: remove sc->rx.rxbuflock to fix a deadlock
Felix Fietkau
1
-13
/
+0
2013-01-11
ath9k: fix rx flush handling
Felix Fietkau
1
-7
/
+9
2013-01-11
ath9k: add a better fix for the rx tasklet vs rx flush race
Felix Fietkau
1
-15
/
+0
2013-01-11
ath9k: do not link receive buffers during flush
Felix Fietkau
1
-4
/
+6
2013-01-09
ath9k: add spectral scan feature
Simon Wunderlich
1
-0
/
+106
2013-01-08
ath9k: use the devres API for allocations/mappings
Felix Fietkau
1
-10
/
+1
2012-12-12
ath9k: RX timestamp is reported at end of frame
Thomas Pedersen
1
-1
/
+1
2012-11-14
mac80211: support RX_FLAG_MACTIME_END
Thomas Pedersen
1
-1
/
+1
2012-10-29
ath9k: Ensure we set FTP_STOMP_LOW weight when WLAN is idle
Mohammed Shafi Shajakhan
1
-1
/
+4
2012-09-28
ath9k: Fix rx filtering issue for older chips
Thomas Wagner
1
-2
/
+2
2012-08-13
ath9k: fix decrypt_error initialization in ath_rx_tasklet()
Lorenzo Bianconi
1
-1
/
+1
2012-07-17
ath9k: Cleanup beacon logic
Sujith Manoharan
1
-1
/
+1
2012-07-10
ath9k: set 4ADDRESS bit in RX filter for AR9550
Gabor Juhos
1
-0
/
+3
2012-07-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-3
/
+4
2012-06-27
ath9k: fix panic caused by returning a descriptor we have queued for reuse
Tom Hughes
1
-2
/
+2
2012-06-25
ath9k: fix dynamic WEP related regression
Felix Fietkau
1
-1
/
+2
2012-06-06
ath9k: Fix powersave locking
Sujith Manoharan
1
-7
/
+6
2012-06-06
ath9k: Use atomic operations
Sujith Manoharan
1
-5
/
+5
2012-06-06
ath9k: Move LNA code to antenna.c
Sujith Manoharan
1
-740
/
+0
2012-06-06
ath9k: improve BT FTP/PAN performance
Rajkumar Manoharan
1
-0
/
+1
2012-06-06
ath9k: Remove SC_OP_OFFCHANNEL
Sujith Manoharan
1
-2
/
+2
2012-05-11
drivers/net: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-1
/
+1
2012-04-23
ath9k: don't strip mic on non-encrypted frames in tkip
Michael Liang
1
-0
/
+1
2012-04-23
ath9k: Fix compile warnings when DEBUGFS is disabled.
Ben Greear
1
-1
/
+1
2012-04-12
ath9k: Add more recv stats.
Ben Greear
1
-9
/
+26
2012-04-10
ath9k: recover ar9380 chips from rare stuck state
Rajkumar Manoharan
1
-0
/
+4
2012-03-26
ath9k: fix a memory leak in ath_rx_tasklet()
Eric Dumazet
1
-2
/
+2
2012-03-12
ath9k: Fix mactime from being clobbered in rx_status
Ashok Nagarajan
1
-2
/
+2
2012-03-07
ath9k: fix signal strength reporting issues
Felix Fietkau
1
-5
/
+7
2012-03-07
ath9k: get rid of double queueing of rx frames on EDMA
Felix Fietkau
1
-23
/
+22
2012-03-06
ath9k: make use of list_for_each_entry_safe
Mohammed Shafi Shajakhan
1
-7
/
+2
[next]