index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
virtio
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-04
mwifiex: fix typo in setting up ibss network parameters
Amitkumar Karwar
1
-1
/
+1
2013-01-04
mwifiex: check wait_event_interruptible return value
Bing Zhao
1
-11
/
+10
2013-01-04
ath9k: Fix Kconfig for ATH9K_HTC
Vladimir Kondratiev
1
-1
/
+1
2013-01-03
iwlwifi: fix the reclaimed packet tracking upon flush queue
Emmanuel Grumbach
1
-7
/
+17
2013-01-03
iwlwifi: fix PCIe interrupt handle return value
Johannes Berg
1
-0
/
+1
2013-01-03
mac80211: fix maximum MTU
Chaitanya
1
-10
/
+1
2013-01-03
mac80211: fix dtim_period in hidden SSID AP association
Johannes Berg
3
-37
/
+55
2013-01-03
mac80211: use del_timer_sync for final sta cleanup timer deletion
Johannes Berg
1
-1
/
+1
2013-01-03
mac80211: fix station destruction in AP/mesh modes
Johannes Berg
4
-17
/
+62
2013-01-03
mac80211: RMC buckets are just list heads
Thomas Pedersen
2
-5
/
+5
2013-01-03
mac80211: assign VLAN channel contexts
Johannes Berg
3
-3
/
+45
2013-01-03
mac80211: flush AP_VLAN stations when tearing down the BSS AP
Felix Fietkau
1
-0
/
+2
2013-01-03
mac80211: fix ibss scanning
Stanislaw Gruszka
3
-18
/
+31
2013-01-02
brcmfmac: fix parsing rsn ie for ap mode.
Hante Meuleman
1
-2
/
+3
2013-01-02
brcmsmac: add copyright information for Canonical
Arend van Spriel
1
-0
/
+1
2013-01-02
rtlwifi: rtl8723ae: Fix warning for unchecked pci_map_single() call
Larry Finger
1
-0
/
+10
2013-01-02
rtlwifi: rtl8192se: Fix warning for unchecked pci_map_single() call
Larry Finger
1
-1
/
+12
2013-01-02
rtlwifi: rtl8192de: Fix warning for unchecked pci_map_single() call
Larry Finger
1
-0
/
+10
2013-01-02
rtlwifi: rtl8192ce: Fix warning for unchecked pci_map_single() call
Larry Finger
1
-0
/
+11
2013-01-02
rtlwifi: Fix warning for unchecked pci_map_single() call
Larry Finger
1
-0
/
+6
2013-01-02
p54usb: add USBIDs for two more p54usb devices
Christian Lamparter
1
-0
/
+3
2013-01-02
rtlwifi: Don't leak on error in _rtl_usb_receive()
Jesper Juhl
1
-0
/
+1
2013-01-02
ath9k_hw: Fix RX gain initvals for AR9485
Sujith Manoharan
1
-1
/
+1
2013-01-02
bcma: correct M25P32 serial flash ID
Rafał Miłecki
1
-1
/
+1
2013-01-02
brcmsmac: Use udelay instead of usleep_range
Niels Ole Salscheider
1
-2
/
+2
2013-01-02
p54usb: add USB ID for T-Com Sinus 154 data II
Tomasz Guszkowski
1
-0
/
+1
2013-01-02
carl9170: fix -EINVAL bailout during init with !CONFIG_MAC80211_MESH
Christian Lamparter
1
-1
/
+5
2013-01-02
rtlwifi: fix incorrect use of usb_alloc_coherent with usb_control_msg
Jussi Kivilinna
1
-4
/
+3
2013-01-02
ath9k: Fix compilation breakage
Sujith Manoharan
1
-1
/
+2
2013-01-02
ssb: SSB_DRIVER_GPIO should depend on GPIOLIB instead of selecting it
Geert Uytterhoeven
1
-2
/
+1
2013-01-02
bcma: BCMA_DRIVER_GPIO should depend on GPIOLIB instead of selecting it
Geert Uytterhoeven
1
-2
/
+1
2012-12-22
Linux 3.8-rc1
v3.8-rc1
Linus Torvalds
1
-2
/
+2
2012-12-22
Revert "nfsd: warn on odd reply state in nfsd_vfs_read"
J. Bruce Fields
1
-1
/
+0
2012-12-22
ARM: dts: fix duplicated build target and alphabetical sort out for exynos
Kukjin Kim
1
-3
/
+2
2012-12-21
dm stripe: add WRITE SAME support
Mike Snitzer
1
-4
/
+6
2012-12-21
dm: remove map_info
Mikulas Patocka
14
-54
/
+31
2012-12-21
dm snapshot: do not use map_context
Mikulas Patocka
1
-13
/
+23
2012-12-21
dm thin: dont use map_context
Mikulas Patocka
1
-36
/
+13
2012-12-21
dm raid1: dont use map_context
Mikulas Patocka
1
-9
/
+13
2012-12-21
dm flakey: dont use map_context
Mikulas Patocka
1
-4
/
+11
2012-12-21
dm raid1: rename read_record to bio_record
Mikulas Patocka
1
-11
/
+11
2012-12-21
dm: move target request nr to dm_target_io
Mikulas Patocka
4
-8
/
+15
2012-12-21
dm snapshot: use per_bio_data
Mikulas Patocka
1
-35
/
+8
2012-12-21
dm verity: use per_bio_data
Mikulas Patocka
1
-18
/
+4
2012-12-21
dm raid1: use per_bio_data
Mikulas Patocka
1
-34
/
+5
2012-12-21
dm: introduce per_bio_data
Mikulas Patocka
4
-20
/
+56
2012-12-21
dm kcopyd: add WRITE SAME support to dm_kcopyd_zero
Mike Snitzer
3
-10
/
+33
2012-12-21
dm linear: add WRITE SAME support
Mike Snitzer
1
-1
/
+2
2012-12-21
dm: add WRITE SAME support
Mike Snitzer
1
-5
/
+39
2012-12-21
dm: prepare to support WRITE SAME
Mike Snitzer
2
-1
/
+34
[next]