index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-07
rt2x00: Properly identify rt2800usb devices.
Gertjan van Wingerde
1
-2
/
+2
2011-07-07
rt2x00: Add device ID for RT539F device.
Gertjan van Wingerde
1
-0
/
+1
2011-07-07
rt2x00: Reduce window of a queue's tx lock.
Gertjan van Wingerde
1
-25
/
+26
2011-07-07
rt2x00: Don't use queue entry as parameter when creating TX descriptor.
Gertjan van Wingerde
3
-28
/
+33
2011-07-07
rt2x00: Serialize TX operations on a queue.
Gertjan van Wingerde
2
-5
/
+18
2011-07-07
bcma: detect PCI core working in hostmode
Rafał Miłecki
5
-1
/
+62
2011-07-06
mwifiex: modify SDIO aggregation Tx/Rx buffer size
Amitkumar Karwar
1
-2
/
+2
2011-07-06
ipw2100: Fix command list for debugging
Jean Delvare
1
-1
/
+1
2011-07-06
mac80211: support GTK rekey offload
Johannes Berg
5
-0
/
+107
2011-07-06
cfg80211/nl80211: support GTK rekey offload
Johannes Berg
5
-0
/
+193
2011-07-06
mac80211: allow driver to iterate keys
Johannes Berg
2
-0
/
+56
2011-07-06
iwlwifi: remove unnecessary read of PCI_CAP_ID_EXP
Jon Mason
1
-1
/
+1
2011-07-06
Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
24
-244
/
+1176
2011-07-05
ssb: use pci_dev->subsystem_{vendor,device}
Sergei Shtylyov
1
-4
/
+2
2011-07-05
ssb: use pci_dev->revision
Sergei Shtylyov
1
-2
/
+1
2011-07-05
b43: Add RX side DMA memory barrier
Michael Büsch
1
-0
/
+1
2011-07-05
NFC: add Documentation/networking/nfc.txt
Aloisio Almeida Jr
1
-0
/
+128
2011-07-05
NFC: pn533: add NXP pn533 nfc device driver
Aloisio Almeida Jr
3
-0
/
+1643
2011-07-05
NFC: add the NFC socket raw protocol
Lauro Ramos Venancio
5
-2
/
+388
2011-07-05
NFC: add NFC socket family
Aloisio Almeida Jr
7
-5
/
+129
2011-07-05
NFC: add nfc generic netlink interface
Lauro Ramos Venancio
6
-3
/
+773
2011-07-05
NFC: add nfc subsystem core
Lauro Ramos Venancio
11
-15
/
+609
2011-07-05
mac80211: allow driver to impose WoWLAN restrictions
Johannes Berg
2
-6
/
+14
2011-07-05
ssb: PCI revision ID register is 8-bit wide
Sergei Shtylyov
2
-2
/
+2
2011-07-05
rtlwifi: rtl8192de: Fix error exit from hw_init
Larry Finger
1
-1
/
+6
2011-07-05
rtlwifi: rtl8192de: Replace loops calling udelay with single mdelay
Larry Finger
1
-13
/
+7
2011-07-05
carl9170: use carl9170 queue enums
Christian Lamparter
1
-5
/
+5
2011-07-05
rtlwifi: rtl8192de: Remove comparison of boolean with true
Larry Finger
4
-17
/
+17
2011-07-05
rtlwifi: rtl8192{ce,cu,se} Remove irq_enabled
Mike McCormack
5
-19
/
+0
2011-07-05
rtlwifi: rtl8192de: Remove irq_enabled boolean
Larry Finger
1
-2
/
+0
2011-07-05
drivers/net/wireless/rtlwifi/rtl8192de/phy.c: fix udelay() usage
Andrew Morton
1
-5
/
+5
2011-07-05
mac80211: fix smatch complains
Christian Lamparter
2
-3
/
+5
2011-07-05
carl9170: allow PSM if the 5 GHz band is selected
Christian Lamparter
3
-8
/
+1
2011-07-05
carl9170: enable IEEE80211_HW_NEED_DTIM_PERIOD
Christian Lamparter
1
-0
/
+1
2011-07-05
carl9170: import 1.9.4 firmware headers
Christian Lamparter
6
-22
/
+63
2011-07-05
net, wireless: Don't return uninitialized in __cfg80211_stop_sched_scan()
Jesper Juhl
1
-3
/
+2
2011-07-05
mac80211: Skip tailroom reservation for full HW-crypto devices with race fix
Yogesh Ashok Powar
3
-11
/
+57
2011-07-01
iwlagn: remove the indirection for the rx write pointer
Emmanuel Grumbach
6
-10
/
+3
2011-07-01
iwlagn: remove hcmd ops
Wey-Yi Guy
11
-73
/
+23
2011-07-01
iwlagn: call bt_coex directlly
Wey-Yi Guy
1
-11
/
+9
2011-07-01
iwlagn: scd memory boundary
Wey-Yi Guy
2
-8
/
+19
2011-07-01
iwlagn: move the tx allocation funcs to the transport layer
Emmanuel Grumbach
8
-257
/
+236
2011-07-01
iwlagn: add rx_free to transport layer
Emmanuel Grumbach
5
-49
/
+62
2011-07-01
iwlagn: introduce transport layer and implement rx_init
Emmanuel Grumbach
10
-83
/
+241
2011-07-01
iwlagn: add module parameter to disable stuck queue watchdog timer
Wey-Yi Guy
3
-1
/
+6
2011-07-01
iwlagn: add correct firmware name for 135 series
Wey-Yi Guy
1
-5
/
+11
2011-07-01
iwlagn: re-define the testmode cmd and attr enum
Wey-Yi Guy
1
-104
/
+132
2011-07-01
iwlagn: verify mutex held for sync commands
Johannes Berg
2
-11
/
+3
2011-06-29
rtlwifi: potential forever loop in rtl92de_hw_init()
Dan Carpenter
1
-1
/
+2
2011-06-29
rtlwifi: rtl8192de: Fix build errors when using allyes configuration
Larry Finger
6
-101
/
+101
[next]