summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-28USB: quirks.c: add one device that cannot deal with suspensionOliver Neukum1-0/+3
2013-11-28wireless: radiotap: fix parsing buffer overrunJohannes Berg1-1/+6
2013-11-28parisc: fix interruption handler to respect pagefault_disable()Helge Deller1-3/+3
2013-11-28vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds1-1/+1
2013-11-28ext4: fix memory leak in xattrDave Jones1-0/+2
2013-11-28USB: serial: option: add support for Inovia SEW858 deviceGreg Kroah-Hartman1-0/+5
2013-11-28USB: support new huawei devices in option.cFangxiaozhi (Franko)1-0/+216
2013-11-28compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar7-6/+21
2013-11-28compiler-gcc.h: Add gcc-recommended GCC_VERSION macroDaniel Santos1-0/+3
2013-11-28random: allow architectures to optionally define random_get_entropy()Theodore Ts'o2-4/+18
2013-11-28rtlwifi: rtl8192cu: Fix error in pointer arithmeticMark Cave-Ayland1-1/+2
2013-11-28KVM: PPC: Book3S HV: Fix typo in saving DSCRPaul Mackerras1-1/+1
2013-11-28xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai3-0/+25
2013-11-28xhci: quirk for extra long delay for S4Oliver Neukum3-1/+15
2013-11-28xhci: Don't enable/disable RWE on bus suspend/resume.Sarah Sharp1-28/+0
2013-11-28drm/radeon: fix hw contexts for SUMO2 asicswojciech kapuscinski1-1/+1
2013-11-28hwmon: (applesmc) Always read until end of dataHenrik Rydberg1-0/+13
2013-11-28mac80211: correctly close cancelled scansEmmanuel Grumbach2-0/+22
2013-11-28ALSA: hda - Add fixup for ASUS N56VZTakashi Iwai1-0/+1
2013-11-28libata: make ata_eh_qc_retry() bump scmd->allowed on bogus failuresGwendal Grignou1-3/+3
2013-11-28ALSA: snd-usb-usx2y: remove bogus frame checksDaniel Mack2-25/+4
2013-11-28iwlwifi: pcie: add SKUs for 6000, 6005 and 6235 seriesEmmanuel Grumbach3-0/+17
2013-11-28iwlwifi: add new pci id for 6x35 seriesShuduo Sang1-0/+1
2013-11-28iwlwifi: one more sku added to 6x35 seriesWey-Yi Guy1-0/+1
2013-11-28iwlwifi: update pci subsystem idWey-Yi Guy3-3/+16
2013-11-28iwlwifi: remove un-supported SKUsWey-Yi Guy4-54/+0
2013-11-28iwlwifi: two more SKUs for 6x05 seriesWey-Yi Guy1-0/+2
2013-11-28tile: use a more conservative __my_cpu_offset in CONFIG_PREEMPTChris Metcalf1-3/+31
2013-11-28mac80211: update sta->last_rx on acked tx framesFelix Fietkau1-0/+3
2013-11-28mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau1-0/+3
2013-11-28random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o3-2/+4
2013-11-28jfs: fix error path in iallocDave Kleikamp1-2/+1
2013-11-28include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du1-0/+2
2013-11-28tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt1-1/+4
2013-11-28netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy1-1/+1
2013-11-288139cp: re-enable interrupts after tx timeoutDavid Woodhouse1-0/+1
2013-11-28inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa3-2/+7
2013-11-28perf tools: Fix getrusage() related build failure on glibc trunkMarkus Trippelsdorf1-0/+1
2013-11-28xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu3-7/+7
2013-11-28perf: Fix perf ring buffer memory orderingPeter Zijlstra2-9/+34
2013-11-28zram: allow request end to coincide with disksizeSergey Senozhatsky1-1/+1
2013-11-28ext3: return 32/64-bit dir name hash according to usage typeEric Sandeen3-48/+129
2013-11-28nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)Bernd Schubert2-2/+15
2013-11-28nfsd: rename 'int access' to 'int may_flags' in nfsd_open()Bernd Schubert1-8/+10
2013-11-28ext4: return 32/64-bit dir name hash according to usage typeFan Yong3-48/+176
2013-11-28fs: add new FMODE flags: FMODE_32bithash and FMODE_64bithashBernd Schubert1-0/+4
2013-11-28PCI: fix truncation of resource size to 32 bitsNikhil P Rao1-1/+2
2013-11-28davinci_emac.c: Fix IFF_ALLMULTI setupMariusz Ceier1-2/+1
2013-11-28net: fix cipso packet validation when !NETLABELSeif Mazareeb1-2/+4
2013-11-28net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann1-0/+10