index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
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-16
iwlwifi: improve the reports in TX path
Emmanuel Grumbach
4
-20
/
+61
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
bcma: use consistent case for 'hex' constants
Nathan Hintz
1
-5
/
+5
2013-01-14
bcma: add support for 1 and 2 byte extended config space access
Nathan Hintz
1
-7
/
+8
2013-01-14
bcma: don't map/unmap a subset of the PCI config space
Nathan Hintz
1
-11
/
+11
2013-01-14
bcma: jump to 'out' label for invalid 'func' value
Nathan Hintz
1
-1
/
+5
2013-01-14
bcma: delete duplicate readl
Nathan Hintz
1
-2
/
+0
2013-01-14
bcma: fix bcm4716/bcm4748 i2s irqflag
Nathan Hintz
1
-0
/
+28
2013-01-14
ath9k_hw: ar9002_hw_spectral_scan_config() can be static
Fengguang Wu
1
-1
/
+1
2013-01-14
Merge tag 'nfc-next-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
John W. Linville
8
-833
/
+915
2013-01-14
wireless: make the reg_notifier() void
Luis R. Rodriguez
14
-88
/
+64
2013-01-13
NFC: pn533: Fix bad allocation size
Thierry Escande
1
-2
/
+2
2013-01-11
bcma: update pci configuration for bcm4706/bcm4716
Nathan Hintz
1
-1
/
+12
2013-01-11
ath9k_hw: add tx gain tables for newer devices
Felix Fietkau
6
-18
/
+555
2013-01-11
bcma: return the mips irq number in bcma_core_irq
Nathan Hintz
3
-6
/
+12
2013-01-11
bcma: fix compile error
Hauke Mehrtens
1
-1
/
+1
2013-01-11
ath9k: fix spectral scan endless mode on AR9002
Simon Wunderlich
1
-1
/
+1
2013-01-11
ssb: add database of serial flash memories
Rafał Miłecki
1
-0
/
+122
2013-01-11
mac80211_hwsim: fix beacon timestamp and mactime
Thomas Pedersen
1
-18
/
+39
2013-01-11
drivers/nfc/nfcwilink.c: use devm_kzalloc
Julia Lawall
1
-7
/
+2
2013-01-10
NFC: pn533: Fix missing parenthesis
Waldemar Rymarkiewicz
1
-1
/
+2
2013-01-10
NFC: Initial Secure Element API
Samuel Ortiz
3
-2
/
+6
2013-01-10
NFC: pn544: Use devm_kzalloc API
Samuel Ortiz
1
-14
/
+6
2013-01-10
NFC: pn544: Use module_i2c_driver
Samuel Ortiz
1
-23
/
+1
2013-01-10
NFC: pn544: Separate the core code and the i2c one into different modules
Samuel Ortiz
5
-16
/
+35
2013-01-10
NFC: Add HCI quirks to support driver (non)standard implementations
Eric Lapuyade
1
-1
/
+1
2013-01-10
NFC: Fixed skb leak in tm_send() nfc and hci ops implementations
Eric Lapuyade
1
-2
/
+8
2013-01-10
NFC: Changed event_received hci ops result semantic
Eric Lapuyade
1
-5
/
+11
2013-01-10
NFC: Added error handling in event_received hci ops
Eric Lapuyade
1
-14
/
+13
2013-01-10
NFC: nfcwilink: Use devm_kzalloc
Julia Lawall
1
-7
/
+2
2013-01-10
NFC: pn533: Introduce ops for frame logic
Waldemar Rymarkiewicz
1
-73
/
+135
2013-01-10
NFC: pn533: Remove unused dev->wq_in_frame
Waldemar Rymarkiewicz
1
-5
/
+0
2013-01-10
NFC: pn533: Cleanup pn533_cmd_complete_t
Waldemar Rymarkiewicz
1
-22
/
+7
2013-01-10
NFC: pn533: Remove deprecated dev->out_frame buff
Waldemar Rymarkiewicz
1
-6
/
+1
2013-01-10
NFC: pn533: Use skb in __pn533_send_cmd_frame_asyn
Waldemar Rymarkiewicz
1
-26
/
+18
[next]