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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-11-26
ath10k: apply chainmask settings to vdev on creation
Ben Greear
1
-0
/
+41
2014-11-24
ath10k: add ATH10K_DBG_WMI_PRINT debug level
Ben Greear
2
-1
/
+2
2014-11-24
ath10k: don't rebuild all the time
Johannes Berg
1
-4
/
+3
2014-11-20
ath10k: report rx rate and signal for fragmented Rx
Michal Kazior
1
-3
/
+1
2014-11-20
ath10k: use rx descriptor for ppdu status extraction
Michal Kazior
1
-41
/
+95
2014-11-20
ath10k: remove unused function argument
Michal Kazior
1
-13
/
+3
2014-11-20
ath10k: unify rx undecapping
Michal Kazior
1
-326
/
+412
2014-11-20
ath10k: refactor htt->rx_confused
Michal Kazior
1
-17
/
+12
2014-11-20
ath10k: simplify Rx loop
Michal Kazior
1
-41
/
+39
2014-11-20
ath10k: start using sk_buff_head
Michal Kazior
1
-122
/
+91
2014-11-17
ath9k: Move roc completion to the offchannel timer
Sujith Manoharan
1
-6
/
+2
2014-11-17
ath9k: Adjust tbtt delta properly
Sujith Manoharan
2
-1
/
+4
2014-11-17
ath9k: Handle failure to send NoA
Sujith Manoharan
1
-1
/
+8
2014-11-17
ath9k: Cancel pending offchannel operations
Sujith Manoharan
1
-13
/
+30
2014-11-17
ath9k: Clear offchannel state properly
Sujith Manoharan
1
-0
/
+5
2014-11-17
ath9k: Fix thermometer programming
Sujith Manoharan
1
-4
/
+5
2014-11-17
ath9k: Store the chip chainmask in HW capabilities
Sujith Manoharan
2
-10
/
+11
2014-11-17
ath9k: Enable TSF2 for generic HW timers
Sujith Manoharan
3
-1
/
+27
2014-11-17
ath9k: Fix LED configuration
Sujith Manoharan
6
-5
/
+19
2014-11-17
ath9k: Use new QCA953x initvals
Miaoqing Pan
1
-10
/
+41
2014-11-17
ath9k: Update QCA953x initvals
Sujith Manoharan
1
-30
/
+468
2014-11-17
ath9k_htc: Enable software crypto for mgmt frame in Tx for USB devices
Chun-Yeow Yeoh
1
-1
/
+4
2014-11-17
ath9k|ath9k_htc: Seperate the software crypto flag for Tx and Rx
Chun-Yeow Yeoh
5
-7
/
+11
2014-11-17
mwifiex: enable auto TDLS support for SD8887
Avinash Patil
3
-1
/
+9
2014-11-17
mwifiex: support for parsing TDLS discovery frames
Avinash Patil
1
-0
/
+38
2014-11-17
mwifiex: add auto TDLS support
Avinash Patil
8
-2
/
+295
2014-11-17
mwifiex: wmm support for TDLS link
Avinash Patil
1
-0
/
+55
2014-11-17
mwifiex: do not explicitly disable TDLS link during teardown
Avinash Patil
1
-3
/
+0
2014-11-17
mwifiex: update rx packet descriptor structure to match FW
Avinash Patil
1
-0
/
+1
2014-11-17
ath9k: fix the assignment of hw queues for mesh interface
Chun-Yeow Yeoh
1
-1
/
+2
2014-11-17
ath9k: common-spectral: don't depend from ATH9K_DEBUGFS
Oleksij Rempel
1
-10
/
+0
2014-11-17
ath9k_htc: ath9k_htc_op_ps_wakeup() can be static
kbuild test robot
1
-3
/
+3
2014-11-17
ath9k: ath9k_op_ps_wakeup() can be static
kbuild test robot
1
-3
/
+3
2014-11-17
mwifiex: module load parameter for interface creation
Avinash Patil
2
-0
/
+37
2014-11-17
ath9k: fix misc debugfs when not using chan context
Ben Greear
1
-3
/
+4
2014-11-17
Merge branch 'for-linville' of git://github.com/kvalo/ath
John W. Linville
13
-295
/
+388
2014-11-17
ath10k: fix mismatched wmi api call
Peter Oh
1
-2
/
+2
2014-11-17
ath10k: advertise support for AP mode channel width changes
Rajkumar Manoharan
1
-0
/
+2
2014-11-17
ath10k: add modpram 'skip_otp' to ignore empty otp error during BMI
Rajkumar Manoharan
1
-1
/
+6
2014-11-17
ath10k: handle ieee80211 header and payload tracing separately
Rajkumar Manoharan
4
-16
/
+78
2014-11-12
ath9k_htc: remove return of value in empty definintion of ath9k_htc_deinit_debug
John W. Linville
1
-1
/
+3
[next]