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.13.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
/
ath10k
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-26
Merge branch 'for-linville' of git://github.com/kvalo/ath
John W. Linville
28
-440
/
+1017
2014-09-18
ath10k: use ether_addr_copy()
Kalle Valo
4
-21
/
+21
2014-09-18
ath10k: reformat help text in ath10k_read_simulate_fw_crash()
Kalle Valo
1
-9
/
+5
2014-09-18
ath10k: miscellaneous checkpatch fixes
Kalle Valo
5
-11
/
+8
2014-09-18
ath10k: else is not generally useful after a break or return
Kalle Valo
4
-17
/
+18
2014-09-18
ath10k: don't use return on void functions
Kalle Valo
1
-1
/
+0
2014-09-18
ath10k: fix space after a cast style errors
Kalle Valo
1
-7
/
+7
2014-09-18
ath10k: fix missing a blank line after declarations
Kalle Valo
3
-9
/
+15
2014-09-18
ath10k: fix use of multiple blank lines
Kalle Valo
13
-29
/
+0
2014-09-18
ath10k: fix checkpatch warnings about parenthesis alignment
Kalle Valo
9
-51
/
+55
2014-09-18
ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc()
Kalle Valo
1
-3
/
+4
2014-09-15
Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm...
John W. Linville
1
-2
/
+3
2014-09-12
ath10k: fix debugfs_create_dir() checking
Michal Kazior
1
-2
/
+6
2014-09-12
ath10k: support firmware crash-by-assert
Ben Greear
1
-1
/
+27
2014-09-12
ath10k: add testmode
Kalle Valo
11
-30
/
+614
2014-09-12
ath10k: make ath10k_wmi_cmd_send() public
Kalle Valo
2
-3
/
+6
2014-09-11
mac80211: replace SMPS hw flags with wiphy feature bits
Eliad Peller
1
-2
/
+3
2014-09-10
ath10k: ATH10K_DEBUGFS depends on DEBUG_FS
Matteo Croce
1
-1
/
+1
2014-09-10
ath10k: use proper service bitmap size
Michal Kazior
4
-11
/
+9
2014-09-10
ath10k: move fw_crash_dump allocation
Michal Kazior
3
-22
/
+41
2014-09-02
ath10k: don't access tx_info while overwriting it
Michal Kazior
1
-5
/
+4
2014-09-02
ath10k: add device/driver strings to tracepoints
Michal Kazior
4
-38
/
+89
2014-09-02
ath10k: remove diag_*_access functions
Michal Kazior
1
-85
/
+24
2014-09-02
ath10k: stop monitor vdev for sta assoc
Michal Kazior
1
-1
/
+9
2014-09-02
ath10k: fix monitor start/stop sequences
Michal Kazior
2
-73
/
+49
2014-09-02
ath10k: kill tasklets after free_irq
Michal Kazior
1
-0
/
+2
2014-09-02
ath10k: fix num_legacy_stations tracking
Michal Kazior
1
-1
/
+1
2014-09-02
ath10k: re-enable interrupts properly in hw recovery
Michal Kazior
1
-21
/
+14
2014-08-28
Merge branch 'for-linville' of git://github.com/kvalo/ath
John W. Linville
24
-2108
/
+4009
2014-08-27
ath10k: make target endianess more explicit
Michal Kazior
2
-137
/
+140
2014-08-27
ath10k: dont duplicate service-pipe mapping
Michal Kazior
1
-44
/
+33
2014-08-27
ath10k: move pci init structures
Michal Kazior
1
-96
/
+96
2014-08-26
ath10k: fix fw crash dumping
Michal Kazior
1
-5
/
+3
2014-08-26
ath10k: improve logging to include dev id
Michal Kazior
15
-781
/
+833
2014-08-25
ath10k: flush hif buffers before recovery
Michal Kazior
1
-0
/
+1
2014-08-25
ath10k: remove ar_pci->started
Michal Kazior
2
-12
/
+0
2014-08-25
ath10k: ignore ar_pci->started in pipe cleanup
Michal Kazior
1
-8
/
+0
2014-08-25
ath10k: update comment regarding warm reset
Michal Kazior
1
-5
/
+4
2014-08-25
ath10k: rework posting pci rx buffers
Michal Kazior
4
-161
/
+160
2014-08-25
ath10k: remove early irq handling
Michal Kazior
2
-125
/
+48
2014-08-25
ath10k: make sure to really disable irqs
Michal Kazior
1
-6
/
+37
2014-08-25
ath10k: split ce irq/handler setup
Michal Kazior
3
-68
/
+21
2014-08-25
ath10k: setup irq method in probe
Michal Kazior
2
-35
/
+39
2014-08-25
ath10k: fix legacy irq workaround
Michal Kazior
1
-3
/
+4
2014-08-25
ath10k: move fw init print
Michal Kazior
1
-5
/
+1
2014-08-25
ath10k: print more driver info when firmware crashes
Kalle Valo
4
-18
/
+22
2014-08-25
ath10k: rename ath10k_pci_hif_dump_area() to ath10k_pci_fw_crashed_dump()
Kalle Valo
1
-5
/
+5
2014-08-25
ath10k: provide firmware crash info via debugfs
Ben Greear
6
-13
/
+302
2014-08-25
ath10k: add ath10k_pci_diag_* helpers
Kalle Valo
1
-17
/
+38
2014-08-25
ath10k: fix a conflict bug in wmi service bitmap
Michal Kazior
1
-2
/
+2
[next]