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.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
2012-11-20
brcmsmac: Add brcms_dbg_mac80211() debug macro
Seth Forshee
3
-27
/
+36
2012-11-20
brcmsmac: Use debug macros for general error and debug statements
Seth Forshee
5
-212
/
+221
2012-11-20
brcmsmac: Add support for writing debug messages to the trace buffer
Seth Forshee
4
-4
/
+151
2012-11-20
brcmsmac: Add module parameter for setting the debug level
Seth Forshee
2
-14
/
+9
2012-11-20
brcm80211: Convert log message levels to debug levels
Seth Forshee
4
-7
/
+6
2012-11-20
brcm80211: Allow trace support to be enabled separately from debug
Seth Forshee
2
-3
/
+14
2012-11-20
brcmsmac: Reduce number of entries in tx DMA rings
Seth Forshee
1
-2
/
+2
2012-11-20
brcmsmac: Use correct descriptor count when calculating next rx descriptor
Seth Forshee
1
-1
/
+1
2012-11-20
brcmsmac: Remove internal tx queue
Seth Forshee
8
-558
/
+316
2012-11-20
brcmsmac: Use IEEE 802.11 AC levels for pktq precedence levels
Seth Forshee
4
-86
/
+26
2012-11-20
brcmsmac: Remove unimplemented flow control functions
Seth Forshee
1
-31
/
+0
2012-11-20
brcmsmac: Add helper function for updating txavail count
Seth Forshee
1
-2
/
+13
2012-11-20
brcmsmac: Don't weight AMPDU packets in txfifo
Seth Forshee
3
-23
/
+14
2012-11-20
brcmsmac: Introduce AMPDU sessions for assembling AMPDUs
Seth Forshee
2
-274
/
+377
2012-11-19
ath9k: Fix BTCOEX debugfs file usage
Sujith Manoharan
3
-20
/
+50
2012-11-16
ath9k_hw: Program filter coefficients correctly
Sujith Manoharan
4
-11
/
+16
2012-11-16
mwifiex: don't select lib80211
Johannes Berg
1
-1
/
+0
2012-11-16
rtlwifi: use eth_zero_addr() to assign zero address
Wei Yongjun
2
-4
/
+3
2012-11-16
net/wireless: ipw2x00: remove unreachable code
Stanislav Yakovlev
4
-11
/
+4
2012-11-16
brcmfmac: code cleanup
Hante Meuleman
12
-119
/
+16
2012-11-16
brcmfmac: limit hex dump on fwil.
Hante Meuleman
1
-6
/
+15
2012-11-16
brcmfmac: sdio module load fix.
Hante Meuleman
1
-3
/
+0
2012-11-16
brcmfmac: avoid usage of func->card->dev in sdio probe.
Hante Meuleman
2
-71
/
+79
2012-11-16
brcmfmac: sdio unload fix.
Hante Meuleman
2
-1
/
+3
2012-11-16
brcmfmac: Handle mmc exceptions during init correct.
Hante Meuleman
2
-9
/
+16
2012-11-16
brcmfmac: Any error should result in failure of probe.
Hante Meuleman
1
-4
/
+2
2012-11-16
brcmfmac: restructure handling of IF event
Arend van Spriel
1
-47
/
+55
2012-11-16
brcmfmac: ignore IF event if it is a add for ifidx 0
Arend van Spriel
2
-7
/
+15
2012-11-16
brcmfmac: fix wrong usage of unaligned include file
Arend van Spriel
1
-1
/
+1
2012-11-16
brcmfmac: fix NULL pointer access in brcmf_fweh_detach()
Hante Meuleman
1
-5
/
+7
2012-11-16
brcmfmac: remove mac address validation from brcmf_net_attach()
Arend van Spriel
1
-10
/
+2
2012-11-16
brcmfmac: change mac address parameter in brcmf_add_if()
Arend van Spriel
1
-5
/
+7
2012-11-16
brcmfmac: correct handling IF firmware event
Arend van Spriel
1
-35
/
+31
2012-11-16
brcmfmac: fix for multiple netdevice interface support
Arend van Spriel
4
-67
/
+67
2012-11-16
brcmfmac: change parameter in brcmf_add_if() function
Arend van Spriel
3
-7
/
+5
2012-11-16
brcmfmac: usb suspend/resume.
Hante Meuleman
2
-96
/
+58
2012-11-16
brcmfmac: cleanup of usb firmware download routines
Hante Meuleman
1
-28
/
+15
2012-11-16
brcmfmac: rework firmware event handling code
Arend van Spriel
9
-770
/
+763
2012-11-16
ath5k: precedence error in ath5k_hw_nic_wakeup()
Dan Carpenter
1
-3
/
+3
2012-11-16
ath5k: Use module_platform_driver macro for ahb.c
Syam Sidhardhan
1
-14
/
+1
2012-11-16
ath9k: Remove unused workaround
Sujith Manoharan
4
-23
/
+0
2012-11-16
ath9k_hw: Update AR9485 initvals
Sujith Manoharan
1
-63
/
+273
2012-11-16
ath9k_hw: Fix wrong peak detector DC offset
Rajkumar Manoharan
3
-8
/
+116
2012-11-16
mwl8k: Send BASTREAM firmware commands per vif
Yogesh Ashok Powar
1
-6
/
+7
2012-11-16
ath9k: [DFS] add pulse width tolerance for ETSI
Zefir Kurtisi
1
-1
/
+6
2012-11-16
Merge branch 'for-linville' of git://github.com/kvalo/ath6kl
John W. Linville
18
-285
/
+990
2012-11-16
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
17
-112
/
+183
2012-11-16
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
13
-146
/
+463
2012-11-16
ath6kl: support NL80211_USER_REG_HINT_CELL_BASE events
Kalle Valo
1
-3
/
+12
2012-11-14
mwl8k: Set packet timestamp to 0 when life time expiry is not used
Nishant Sarmukadam
1
-0
/
+2
[next]