summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-19packetengines: fix config defaultstephen hemminger1-0/+1
2012-03-19vmxnet3: Fix transport header sizeShreyas Bhatewara2-8/+3
2012-03-19tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell1-8/+10
2012-03-19sfc: Fix assignment of ip_summed for pre-allocated skbsBen Hutchings1-2/+2
2012-03-19ppp: fix 'ppp_mp_reconstruct bad seq' errorsBen McKeegan1-0/+23
2012-03-19ipsec: be careful of non existing mac headersEric Dumazet5-17/+16
2012-03-19neighbour: Fixed race condition at tbl->nhtMichel Machado1-0/+2
2012-03-19atl1c: dont use highprio tx queueEric Dumazet1-4/+0
2012-03-19acer-wmi: No wifi rfkill on Lenovo machinesIke Panhc1-1/+29
2012-03-19vfs: fix double put after complete_walk()Miklos Szeredi1-1/+1
2012-03-19vfs: fix return value from do_last()Miklos Szeredi1-1/+1
2012-03-19CIFS: Do not kmalloc under the flocks spinlockPavel Shilovsky1-13/+56
2012-03-19perf/x86: Fix local vs remote memory events for NHM/WSMPeter Zijlstra1-8/+9
2012-03-19rt2x00: fix random stallsStanislaw Gruszka3-1/+17
2012-03-19omap3isp: ccdc: Fix crash in HS/VS interrupt handlerLaurent Pinchart1-2/+1
2012-03-19PCI: ignore pre-1.1 ASPM quirking when ASPM is disabledMatthew Garrett1-0/+3
2012-03-19x86: Derandom delay_tsc for 64 bitThomas Gleixner1-2/+2
2012-03-19aio: fix the "too late munmap()" raceAl Viro1-8/+6
2012-03-19aio: fix io_setup/io_destroy raceAl Viro1-4/+4
2012-03-19ALSA: hda/realtek - Apply the coef-setup only to ALC269VBKailang Yang1-0/+8
2012-03-19ASoC: neo1973: fix neo1973 wm8753 initializationDenis 'GNUtoo' Carikli1-2/+2
2012-03-13Linux 3.2.11v3.2.11Greg Kroah-Hartman1-1/+1
2012-03-13Revert "mfd: Test for jack detection when deciding if wm8994 should suspend"Greg Kroah-Hartman1-14/+0
2012-03-13Linux 3.2.10v3.2.10Greg Kroah-Hartman1-1/+1
2012-03-12ARM: OMAP: fix iommu, not mailboxOhad Ben-Cohen2-3/+3
2012-03-12spi-topcliff-pch: rename pch_spi_pcidev to pch_spi_pcidev_driverDanny Kukawka1-3/+3
2012-03-12mfd: Fix cs5535 section mismatchChristian Gmeiner1-3/+3
2012-03-12cs5535-mfgpt: don't call __init function from __devinitDanny Kukawka1-1/+1
2012-03-12dm raid: fix flush supportJonathan E Brassow1-0/+1
2012-03-12dm raid: set MD_CHANGE_DEVS when rebuildingJonathan E Brassow1-6/+10
2012-03-12dm thin metadata: decrement counter after removing mapped blockJoe Thornber1-0/+2
2012-03-12dm thin metadata: unlock superblock in init_pmd error pathJoe Thornber1-0/+1
2012-03-12dm thin metadata: remove incorrect close_device on creation error pathsMike Snitzer1-5/+17
2012-03-12dm flakey: fix crash on read when corrupt_bio_byte not setMike Snitzer1-1/+1
2012-03-12dm io: fix discard supportMilan Broz1-7/+16
2012-03-12dm ioctl: do not leak argv if target message only contains whitespaceJesper Juhl1-1/+1
2012-03-12x86/amd: iommu_set_device_table() must not be __initJan Beulich1-1/+1
2012-03-12net/usbnet: avoid recursive locking in usbnet_stop()Sebastian Siewior1-0/+2
2012-03-12drm/radeon/kms: set SX_MISC in the r6xx blit code (v2)Marek Olšák1-0/+8
2012-03-12carl9170: fix frame delivery if sta is in powersave modeChristian Lamparter1-3/+5
2012-03-12carl9170: Fix memory accounting when sta is in power-save mode.Nicolas Cavallari1-0/+1
2012-03-12hwmon: (zl6100) Maintain delay parameter in driver instance dataGuenter Roeck1-4/+6
2012-03-12hwmon: (jc42) Add support for AT30TS00, TS3000GB2, TSE2002GB2, and MCP9804Guenter Roeck3-11/+35
2012-03-12hwmon: (jc42) Add support for ST Microelectronics STTS2002 and STTS3000Jean Delvare3-1/+18
2012-03-12hwmon: (pmbus_core) Fix maximum number of POUT alarm attributesGuenter Roeck1-1/+2
2012-03-12Input: ALPS - fix touchpad detection when buttons are pressedAkio Idehara1-2/+5
2012-03-12media: staging: lirc_serial: Do not assume error codes returned by request_irq()Ben Hutchings1-12/+9
2012-03-12media: staging: lirc_serial: Fix deadlock on resume failureBen Hutchings1-3/+1
2012-03-12media: staging: lirc_serial: Free resources on failure paths of lirc_serial_p...Ben Hutchings1-3/+16
2012-03-12media: staging: lirc_serial: Fix init/exit orderBen Hutchings1-35/+21