index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-24
ath9k: fix typo
Lorenzo Bianconi
1
-1
/
+1
2014-12-24
ath9k: add debugfs support for hw TPC
Lorenzo Bianconi
1
-0
/
+71
2014-12-24
ath9k: enable TPC by default
Lorenzo Bianconi
1
-0
/
+3
2014-12-24
ath: fix incorrect PPB on FCC radar type 5
Peter Oh
1
-1
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-252
/
+176
2014-12-11
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
6
-3
/
+294
2014-12-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-3
/
+6
2014-12-06
Revert "ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file ent...
Greg Kroah-Hartman
3
-24
/
+100
2014-12-01
wil6210: remove TODO wrt buffer alignment
Vladimir Kondratiev
1
-2
/
+0
2014-12-01
wil6210: reset flow update
Vladimir Kondratiev
1
-0
/
+3
2014-12-01
wil6210: Rate limit "ring full" error message
Vladimir Kondratiev
1
-2
/
+3
2014-12-01
wil6210: fix warning in pointer arithmetic
Vladimir Kondratiev
1
-1
/
+1
2014-12-01
wil6210: configurable vring sizes
Vladimir Kondratiev
3
-7
/
+40
2014-12-01
wil6210: remove wil_to_pcie_dev()
Vladimir Kondratiev
3
-3
/
+1
2014-12-01
wil6210: fix recovery after scan timeout
Vladimir Kondratiev
1
-0
/
+1
2014-12-01
wil6210: add handling of RX HTRSH interrupt
Vladimir Kondratiev
3
-3
/
+47
2014-12-01
wil6210: propagate disconnect reason
Vladimir Kondratiev
4
-19
/
+18
2014-12-01
ath9k: do not access hardware on IRQs during reset
Felix Fietkau
1
-6
/
+8
2014-12-01
ath9k: set ATH_OP_INVALID before disabling hardware
Felix Fietkau
1
-1
/
+3
2014-12-01
ath9k: prevent early IRQs from accessing hardware
Felix Fietkau
1
-4
/
+5
2014-12-01
ath5k: fix hardware queue index assignment
Felix Fietkau
1
-7
/
+1
2014-12-01
ath9k: fix BE/BK queue order
Felix Fietkau
1
-2
/
+2
2014-12-01
ath9k_hw: fix hardware queue allocation
Felix Fietkau
1
-8
/
+1
2014-12-01
wil6210: Fix potential memory leaks on error paths
Lino Sanfilippo
1
-2
/
+6
2014-12-01
Merge branch 'for-linville' of git://github.com/kvalo/ath
John W. Linville
16
-749
/
+1257
2014-12-01
ath10k: simplify rx ring size/fill calculation
Michal Kazior
2
-89
/
+12
2014-12-01
ath10k: prevent pci tx/rx starvation
Michal Kazior
1
-6
/
+15
2014-12-01
ath10k: remove transfer_id from ath10k_hif_cb::tx_completion
Michal Kazior
4
-7
/
+11
2014-12-01
ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completion
Michal Kazior
3
-5
/
+3
2014-12-01
ath10k: make wmi service bitmap non-debug
Michal Kazior
4
-22
/
+8
2014-12-01
ath10k: add sanity checks for service bmap parsing
Michal Kazior
2
-61
/
+66
2014-12-01
ath10k: fix wmi svc bitmap dbg print
Michal Kazior
2
-1
/
+4
2014-12-01
ath10k: add pointer constness to traces
Michal Kazior
1
-14
/
+17
2014-12-01
ath10k: do not limit RTS threshold value to 2347
Vivek Natarajan
2
-6
/
+1
2014-11-26
ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries
Arend van Spriel
3
-100
/
+24
2014-11-26
ath: use seq_file api for ath9k debugfs files
Arend van Spriel
2
-274
/
+192
2014-11-26
ath10k: fix station count enforcement
Michal Kazior
6
-21
/
+78
2014-11-26
ath10k: clean up num_peers locking
Michal Kazior
2
-6
/
+4
2014-11-26
ath10k: add missing goto
Michal Kazior
1
-1
/
+3
2014-11-26
ath10k: add memory dump debugfs interface
Yanbo Li
3
-0
/
+126
2014-11-26
ath10k: add register access debugfs interface
Yanbo Li
4
-0
/
+154
2014-11-26
ath10k: fix bug reported by lockdep
Sujith Manoharan
1
-2
/
+2
2014-11-26
ath10k: fix locking for WEP keys
Sujith Manoharan
2
-0
/
+6
2014-11-26
ath10k: fix shared WEP
Sujith Manoharan
3
-0
/
+65
2014-11-26
ath10k: don't drop corrupted mgmt frames
Michal Kazior
2
-4
/
+16
2014-11-26
ath10k: fix offchannel cancel failures
Michal Kazior
1
-2
/
+2
2014-11-26
ath10k: make hw roc more reliable
Michal Kazior
2
-0
/
+7
2014-11-26
ath10k: fix offchan reliability
Michal Kazior
4
-10
/
+31
2014-11-26
ath10k: remove extra_tx_headroom
Michal Kazior
1
-4
/
+0
2014-11-26
ath10k: use configured nss instead of max nss
Ben Greear
1
-2
/
+9
[next]