index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath10k: prevent invalid ps timeout config
Michal Kazior
2014-12-16
1
-1
/
+10
*
ath10k: fix STA u-APSD
Michal Kazior
2014-12-16
2
-10
/
+76
*
ath10k: improve 11b coex
Michal Kazior
2014-12-16
1
-1
/
+12
*
ath10k: unregister and remove frag_threshold callback
Peter Oh
2014-12-16
1
-24
/
+0
*
ath10k: add new wmi interface of NF cal period
Peter Oh
2014-12-08
5
-0
/
+88
*
ath10k: add new pdev parameters for fw 10.2
Peter Oh
2014-12-08
1
-0
/
+3
*
ath10k: implement wmi-tlv backend
Michal Kazior
2014-12-08
8
-1
/
+3701
*
ath10k: make some wmi functions public
Michal Kazior
2014-12-08
2
-80
/
+117
*
ath10k: introduce wmi ops
Michal Kazior
2014-12-08
9
-442
/
+1364
*
ath10k: implement intermediate event args
Michal Kazior
2014-12-08
2
-96
/
+348
*
ath10k: set max_num_pending_tx in ath10k_core_init_firmware_features()
Kalle Valo
2014-12-08
2
-5
/
+2
*
ath10k: add ATH10K_FW_IE_WMI_OP_VERSION
Kalle Valo
2014-12-08
3
-8
/
+65
*
ath10k: create ath10k_core_init_features()
Kalle Valo
2014-12-08
1
-9
/
+16
*
ath10k: clean up error handling in ath10k_core_probe_fw()
Kalle Valo
2014-12-08
1
-10
/
+14
*
ath10k: move uart pin config into hw_params
Michal Kazior
2014-12-08
2
-1
/
+3
*
ath10k: put board size into hw_params
Michal Kazior
2014-12-08
2
-3
/
+7
*
ath10k: create a chip revision whitelist
Michal Kazior
2014-12-08
3
-37
/
+36
*
ath10k: read calibration data from Device Tree
Toshi Kikuchi
2014-12-08
2
-1
/
+72
*
wil6210: remove TODO wrt buffer alignment
Vladimir Kondratiev
2014-12-01
1
-2
/
+0
*
wil6210: reset flow update
Vladimir Kondratiev
2014-12-01
1
-0
/
+3
*
wil6210: Rate limit "ring full" error message
Vladimir Kondratiev
2014-12-01
1
-2
/
+3
*
wil6210: fix warning in pointer arithmetic
Vladimir Kondratiev
2014-12-01
1
-1
/
+1
*
wil6210: configurable vring sizes
Vladimir Kondratiev
2014-12-01
3
-7
/
+40
*
wil6210: remove wil_to_pcie_dev()
Vladimir Kondratiev
2014-12-01
3
-3
/
+1
*
wil6210: fix recovery after scan timeout
Vladimir Kondratiev
2014-12-01
1
-0
/
+1
*
wil6210: add handling of RX HTRSH interrupt
Vladimir Kondratiev
2014-12-01
3
-3
/
+47
*
wil6210: propagate disconnect reason
Vladimir Kondratiev
2014-12-01
4
-19
/
+18
*
ath9k: do not access hardware on IRQs during reset
Felix Fietkau
2014-12-01
1
-6
/
+8
*
ath9k: set ATH_OP_INVALID before disabling hardware
Felix Fietkau
2014-12-01
1
-1
/
+3
*
ath9k: prevent early IRQs from accessing hardware
Felix Fietkau
2014-12-01
1
-4
/
+5
*
ath5k: fix hardware queue index assignment
Felix Fietkau
2014-12-01
1
-7
/
+1
*
ath9k: fix BE/BK queue order
Felix Fietkau
2014-12-01
1
-2
/
+2
*
ath9k_hw: fix hardware queue allocation
Felix Fietkau
2014-12-01
1
-8
/
+1
*
brcmsmac: NULL dereferences in brcms_c_detach_mfree()
Dan Carpenter
2014-12-01
1
-4
/
+4
*
Revert "rt2x00: Endless loop on hub port power down"
Stanislaw Gruszka
2014-12-01
1
-6
/
+0
*
rt2x00: change REGISTER_TIMEOUT
Stanislaw Gruszka
2014-12-01
1
-1
/
+1
*
rt2x00: change REGISTER_BUSY_COUNT for USB
Stanislaw Gruszka
2014-12-01
4
-7
/
+10
*
rt2x00: use timeout in rt2x00usb_vendor_request
Stanislaw Gruszka
2014-12-01
1
-10
/
+6
*
brcmsmac: extend hardware info shown in debugfs
Arend van Spriel
2014-12-01
1
-13
/
+27
*
brcmutil: add helper function to format board revision
Arend van Spriel
2014-12-01
2
-0
/
+18
*
rt2800: calculate tx power temperature compensation on selected chips
Stanislaw Gruszka
2014-12-01
1
-19
/
+26
*
wil6210: Fix potential memory leaks on error paths
Lino Sanfilippo
2014-12-01
1
-2
/
+6
*
Merge branch 'for-linville' of git://github.com/kvalo/ath
John W. Linville
2014-12-01
16
-749
/
+1257
|
\
|
*
ath10k: simplify rx ring size/fill calculation
Michal Kazior
2014-12-01
2
-89
/
+12
|
*
ath10k: prevent pci tx/rx starvation
Michal Kazior
2014-12-01
1
-6
/
+15
|
*
ath10k: remove transfer_id from ath10k_hif_cb::tx_completion
Michal Kazior
2014-12-01
4
-7
/
+11
|
*
ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completion
Michal Kazior
2014-12-01
3
-5
/
+3
|
*
ath10k: make wmi service bitmap non-debug
Michal Kazior
2014-12-01
4
-22
/
+8
|
*
ath10k: add sanity checks for service bmap parsing
Michal Kazior
2014-12-01
2
-61
/
+66
|
*
ath10k: fix wmi svc bitmap dbg print
Michal Kazior
2014-12-01
2
-1
/
+4
[next]