index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
53
-170
/
+6422
2013-01-22
ath9k_hw: remove a useless WARN_ON
Felix Fietkau
1
-3
/
+0
2013-01-22
ath9k_hw: reduce struct ar5416AniState size
Felix Fietkau
2
-14
/
+6
2013-01-22
ath9k_hw: remove ath9k_hw_ani_setup and its variables
Felix Fietkau
4
-25
/
+1
2013-01-22
ath9k_hw: make the initval parameter to ath9k_hw_write_array const
Felix Fietkau
2
-2
/
+2
2013-01-22
ath9k: use ath_tx_process_buffer instead of open-coding similar code
Felix Fietkau
1
-37
/
+32
2013-01-22
ath9k: clean up processing of pending tx frames on reset
Felix Fietkau
4
-59
/
+32
2013-01-22
ath9k: stop rx after tx
Felix Fietkau
1
-2
/
+2
2013-01-22
net: wireless/rtlwifi: fix uninitialized variable issue
Cong Ding
3
-3
/
+3
2013-01-22
iwlegacy: don't return zero on failure paths in il4965_pci_probe()
Alexey Khoroshilov
1
-0
/
+1
2013-01-22
mwl8k: don't return zero on failure paths in mwl8k_probe[_hw]()
Alexey Khoroshilov
1
-0
/
+3
2013-01-22
mwifiex: correction in status codes used for association failure
Amitkumar Karwar
2
-5
/
+18
2013-01-22
rt2x00: Improve TX status handling for BlockAckReq frames
Helmut Schaa
4
-5
/
+169
2013-01-22
prism54: bug in getting auth type
Dan Carpenter
1
-0
/
+1
2013-01-22
b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent()
Dan Carpenter
1
-22
/
+8
2013-01-22
drivers/net/wireless: need consider the not '\0' terminated string.
Chen Gang
1
-5
/
+14
2013-01-22
ath9k_hw: fix RF bank initialization
Felix Fietkau
4
-14
/
+9
2013-01-22
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
14
-88
/
+64
2013-01-22
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
8
-68
/
+212
2013-01-22
mwifiex: fix typo in PCIe adapter NULL check
Avinash Patil
1
-1
/
+1
2013-01-22
ath9k: allow setting arbitrary antenna masks on AR9003+
Felix Fietkau
1
-0
/
+3
2013-01-22
ath9k_hw: fix chain swap setting when setting rx chainmask to 5
Felix Fietkau
1
-19
/
+6
2013-01-22
ath9k_hw: fix calibration issues on chainmask that don't include chain 0
Felix Fietkau
3
-1
/
+4
2013-01-22
rtlwifi: Fix build warning introduced by commit a290593
Larry Finger
1
-2
/
+2
2013-01-22
iwlegacy: fix IBSS cleanup
Stanislaw Gruszka
1
-21
/
+14
2013-01-22
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
1
-0
/
+2
2013-01-16
iwlwifi: improve the reports in TX path
Emmanuel Grumbach
4
-20
/
+61
2013-01-16
iwlwifi: audit single frames from AGG queue in RS
Emmanuel Grumbach
1
-0
/
+2
2013-01-16
iwlwifi: enable communication with WoWLAN firmware
Johannes Berg
7
-24
/
+136
2013-01-16
iwlwifi: simplify scheduler memory clearing
Johannes Berg
1
-15
/
+7
2013-01-16
iwlwifi: allow to zero SRAM
Emmanuel Grumbach
2
-2
/
+4
2013-01-16
iwlwifi: don't enable all interrupts on resuming
Johannes Berg
1
-3
/
+0
2013-01-16
iwlwifi: don't memset scalar values
Johannes Berg
2
-4
/
+4
2013-01-14
ath9k_hw: ar9002_hw_spectral_scan_config() can be static
Fengguang Wu
1
-1
/
+1
2013-01-14
ath9k: disable the tasklet before taking the PCU lock
Felix Fietkau
1
-4
/
+3
2013-01-14
ath9k: remove sc->rx.rxbuflock to fix a deadlock
Felix Fietkau
2
-14
/
+0
2013-01-14
wireless: make the reg_notifier() void
Luis R. Rodriguez
14
-88
/
+64
2013-01-11
ath9k_hw: add tx gain tables for newer devices
Felix Fietkau
6
-18
/
+555
2013-01-11
ath9k: fix spectral scan endless mode on AR9002
Simon Wunderlich
1
-1
/
+1
2013-01-11
mac80211_hwsim: fix beacon timestamp and mactime
Thomas Pedersen
1
-18
/
+39
2013-01-11
brcmsmac: increase timer reference count for new timers only
Piotr Haber
1
-3
/
+4
2013-01-11
ath9k: fix rx flush handling
Felix Fietkau
3
-21
/
+12
2013-01-11
ath9k: add a better fix for the rx tasklet vs rx flush race
Felix Fietkau
5
-19
/
+4
2013-01-11
ath9k: remove the WARN_ON that triggers if generating a beacon fails
Felix Fietkau
1
-1
/
+0
2013-01-11
ath9k: fix double-free bug on beacon generate failure
Felix Fietkau
1
-0
/
+1
2013-01-11
ath9k: do not link receive buffers during flush
Felix Fietkau
1
-4
/
+6
2013-01-11
ath9k_htc: Fix memory leak
Sujith Manoharan
1
-0
/
+2
2013-01-11
mwifiex: correct config_bands handling for ibss network
Amitkumar Karwar
1
-1
/
+1
2013-01-11
mwifiex: update config_bands during infra association
Amitkumar Karwar
2
-14
/
+15
2013-01-09
ath9k: add spectral scan feature
Simon Wunderlich
10
-1
/
+653
[next]