index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-29
ath: Remove unnecessary ath_bcast_mac and use eth_broadcast_addr
Joe Perches
2
-2
/
+2
2018-03-29
ath9k: fix DFS detector synchronization
Timothy Redaelli
1
-4
/
+5
2018-03-27
wireless: Use octal not symbolic permissions
Joe Perches
7
-46
/
+43
2018-03-27
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
4
-9
/
+23
2018-03-26
ath9k: spelling s/premble/preamble/
Peter Große
1
-1
/
+1
2018-03-26
ath9k: fix crash in spectral scan
Sebastian Gottschall
1
-5
/
+7
2018-03-21
ath9k_htc: use non-QoS NDP for AP probing
Johannes Berg
1
-0
/
+1
2018-03-14
ath9k: Protect queue draining by rcu_read_lock()
Toke Høiland-Jørgensen
1
-0
/
+4
2018-02-27
ath9k: Fix ack SIFS time for quarter/half channels
Wojciech Dubowik
1
-1
/
+7
2018-02-27
ath9k: Fix airtime calculation for quarter/half channels
Wojciech Dubowik
1
-2
/
+4
2018-02-07
ath9k_htc: add Altai WA1011N-GU
Oleksij Rempel
1
-0
/
+1
2018-02-07
ath9k: Fix get channel default noise floor
Wojciech Dubowik
1
-1
/
+1
2018-01-25
ath9k: Display calibration data piers in debugfs
Wojciech Dubowik
1
-1
/
+63
2018-01-25
ath9k: Use calibrated noise floor value when available
Wojciech Dubowik
1
-14
/
+24
2018-01-25
ath9k: Read noise floor calibration data from eeprom
Wojciech Dubowik
3
-8
/
+67
2018-01-25
ath9k: Alternative EEPROM size for AR9003
Wojciech Dubowik
1
-0
/
+6
2018-01-25
ath9k: discard undersized packets
Felix Fietkau
1
-2
/
+2
2018-01-16
ath9k: add a quirk to set use_msi automatically
AceLan Kao
1
-0
/
+53
2018-01-16
ath9k: add MSI support
Russell Hu
6
-8
/
+115
2017-12-14
ath9k_htc: Add a sanity check in ath9k_htc_ampdu_action()
Dan Carpenter
1
-0
/
+4
2017-12-07
ath9k: move spectral scan support under a separate config symbol
Matthias Schiffer
3
-8
/
+14
2017-12-02
ath9k: dfs: use swap macro in ath9k_check_chirping
Gustavo A. R. Silva
1
-5
/
+3
2017-11-27
mac80211: use QoS NDP for AP probing
Johannes Berg
1
-1
/
+1
2017-11-04
Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...
David S. Miller
19
-78
/
+80
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-27
ath: Convert timers to use timer_setup()
Kees Cook
9
-30
/
+25
2017-10-27
ath9k: debug: Remove redundant check
Christos Gkekas
1
-1
/
+1
2017-10-13
ath9k: fix tx99 potential info leak
Miaoqing Pan
1
-0
/
+5
2017-10-04
ath9k: make const array reg_hole_list static, reduces object code size
Colin Ian King
1
-1
/
+1
2017-09-25
ath9k: Avoid a potential deadlock
Ville Syrjälä
3
-11
/
+14
2017-09-25
ath9k: Use ARRAY_SIZE macro
Thomas Meyer
1
-3
/
+2
2017-09-25
ath9k: remove cast to void pointer
Himanshu Jha
11
-32
/
+32
2017-08-11
ath9k: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-08
ath9k: make ath_ps_ops structures as const
Bhumika Goyal
2
-2
/
+2
2017-08-03
ath9k: Add Dell Wireless 1802 with wowlan capability
Rosen Penev
1
-0
/
+5
2017-08-03
ath9k: fix debugfs file permission
Christoph Fritz
1
-1
/
+1
2017-06-28
ath9k: remove useless variable assignment in ath_mci_intr()
Gustavo A. R. Silva
1
-1
/
+1
2017-06-28
ath9k: Use mutex_lock to avoid potential race in start/stop rng
Miaoqing Pan
1
-4
/
+4
2017-06-28
ath9k: avoid potential freezing during random generator read
Miaoqing Pan
1
-1
/
+5
2017-06-28
ath9k: fix an invalid pointer dereference in ath9k_rng_stop()
Miaoqing Pan
1
-1
/
+3
2017-06-28
ath9k: fix tx99 bus error
Miaoqing Pan
1
-2
/
+0
2017-06-28
ath9k: fix tx99 use after free
Miaoqing Pan
1
-4
/
+9
2017-06-20
net: manual clean code which call skb_put_[data:zero]
yuan linyu
1
-2
/
+1
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
3
-4
/
+3
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-6
/
+3
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
2
-5
/
+3
2017-06-16
networking: convert many more places to skb_put_zero()
Johannes Berg
1
-2
/
+1
2017-05-19
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
3
-3
/
+3
2017-05-19
ath9k: check ah->curchan when updating tx power
Stanislaw Gruszka
1
-1
/
+1
2017-05-19
ath9k: remove unnecessary code
Gustavo A. R. Silva
1
-1
/
+1
[next]