aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-10Linux 2.6.34.15v2.6.34.15linux-2.6.34.yPaul Gortmaker1-1/+1
2014-02-10video:uvesafb: Fix oops that uvesafb try to execute NX-protected pageWang YanQing1-2/+9
2014-02-10crypto: sha512 - Fix byte counter overflow in SHA-512Kent Yoder1-1/+1
2014-02-10PCI: Add quirk for still enabled interrupts on Intel Sandy Bridge GPUsThomas Jarosch1-0/+34
2014-02-10phonet: Check input from user before allocatingSasha Levin1-0/+3
2014-02-10fuse: fix stat call on 32 bit platformsPavel Shilovsky3-1/+20
2014-02-10eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks1-1/+1
2014-02-10fix eh wakeup (scsi_schedule_eh vs scsi_restart_operations)Dan Williams1-0/+14
2014-02-10SCSI: libsas: fix sas_discover_devices return code handlingDan Williams1-27/+12
2014-02-10libsas: continue revalidationDan Williams1-4/+4
2014-02-10Avoid dangling pointer in scsi_requeue_command()Bart Van Assche1-0/+11
2014-02-10cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore1-2/+4
2014-02-10futex: Test for pi_mutex on fault in futex_wait_requeue_pi()Darren Hart1-1/+1
2014-02-10futex: Fix bug in WARN_ON for NULL q.pi_stateDarren Hart1-1/+1
2014-02-10futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()Darren Hart1-5/+8
2014-02-10pcdp: use early_ioremap/early_iounmap to access pcdp tableGreg Pearson1-2/+2
2014-02-10fuse: verify all ioctl retry iov elementsZach Brown1-1/+1
2014-02-10vfs: missed source of ->f_pos racesAl Viro1-2/+8
2014-02-10svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields1-5/+2
2014-02-10svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields1-1/+2
2014-02-10Remove user-triggerable BUG from mpol_to_strDave Jones1-1/+1
2014-02-10dccp: check ccid before dereferencingMathias Krause1-2/+2
2014-02-10mtd: cafe_nand: fix an & vs | mistakeDan Carpenter1-1/+1
2014-02-10Fix install_process_keyring error handlingAndi Kleen1-1/+1
2014-02-10udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky1-1/+4
2014-02-10udf: Fix data corruption for files in ICBJan Kara1-6/+29
2014-02-10udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara1-1/+1
2014-02-10udf: avoid info leak on exportMathias Krause1-0/+1
2014-02-10udf: fix memory leak while allocating blocks during writeNamjae Jeon1-0/+4
2014-02-10Btrfs: call the ordered free operation without any locks heldChris Mason1-1/+8
2014-02-10btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2014-02-10ext4: fix error handling on inode bitmap corruptionJan Kara1-2/+6
2014-02-10ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o1-1/+2
2014-02-10ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov1-4/+3
2014-02-10ext4: limit group search loop for non-extent filesLachlan McIlroy1-1/+5
2014-02-10ext4: fix race in ext4_mb_add_n_trim()Niu Yawei1-3/+3
2014-02-10ext4: lock i_mutex when truncating orphan inodesTheodore Ts'o1-0/+2
2014-02-10ext4: fix fdatasync() for files with only i_size changesJan Kara1-2/+6
2014-02-10ext4: always set i_op in ext4_mknod()Bernd Schubert1-2/+0
2014-02-10ext4: online defrag is not supported for journaled filesDmitry Monakhov1-1/+6
2014-02-10ext4: fix memory leak in ext4_xattr_set_acl()'s error pathEugene Shatokhin1-2/+4
2014-02-10ext4: don't dereference null pointer when make_indexed_dir() failsAllison Henderson1-2/+4
2014-02-10ext4: Fix fs corruption when make_indexed_dir() failsJan Kara1-2/+12
2014-02-10ext4: don't let i_reserved_meta_blocks go negativeBrian Foster1-0/+9
2014-02-10ext3: Fix error handling on inode bitmap corruptionJan Kara1-2/+6
2014-02-10ext3: Fix fdatasync() for files with only i_size changesJan Kara1-3/+14
2014-02-10eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2014-02-10ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu1-4/+3
2014-02-10jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_bufferEric Sandeen1-0/+2
2014-02-10jbd: Fix lock ordering bug in journal_unmap_buffer()Jan Kara1-0/+2
2014-02-10jbd: Fix assertion failure in commit code due to lacking transaction creditsJan Kara2-31/+78
2014-02-10isofs: avoid info leak on exportMathias Krause1-0/+1
2014-02-10fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding1-0/+2
2014-02-10tmpfs: fix use-after-free of mempolicy objectGreg Thelen1-2/+8
2014-02-10sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()Geert Uytterhoeven1-8/+8
2014-02-10fs/fscache/stats.c: fix memory leakAnurup m1-1/+1
2014-02-10fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook1-0/+2
2014-02-10epoll: prevent missed events on EPOLL_CTL_MODEric Wong1-1/+21
2014-02-10usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede1-3/+7
2014-02-10USB: serial: fix race between probe and openJohan Hovold1-0/+8
2014-02-10USB: cdc-wdm: fix lockup on error in wdm_readBjørn Mork1-0/+2
2014-02-10USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter1-1/+1
2014-02-10USB: echi-dbgp: increase the controller wait time to come out of halt.Colin Ian King1-1/+1
2014-02-10usb: serial: mos7840: Fixup mos7840_chars_in_buffer()Mark Ferrell1-3/+6
2014-02-10USB: CDC ACM: Fix NULL pointer dereferenceSven Schnelle1-1/+2
2014-02-10USB: serial: ftdi_sio: Handle the old_termios == 0 case e.g. uart_resume_port()Andrew Worsley1-0/+4
2014-02-10USB: cdc-wdm: fix buffer overflowOliver Neukum1-3/+20
2014-02-10USB: io_ti: Fix NULL dereference in chase_port()Wolfgang Frisch1-0/+3
2014-02-10USB: garmin_gps: fix memory leak on disconnectJohan Hovold1-6/+1
2014-02-10USB: mos7840: fix port-device leak in error pathJohan Hovold1-1/+0
2014-02-10USB: mos7840: fix urb leak at releaseJohan Hovold1-0/+1
2014-02-10USB: serial: Fix memory leak in sierra_release()Lennart Sorensen1-0/+1
2014-02-10USB: whiteheat: fix memory leak in error pathJohan Hovold1-0/+1
2014-02-10USB: EHCI: go back to using the system clock for QH unlinksAlan Stern3-48/+45
2014-02-10xhci: Don't write zeroed pointers to xHC registers.Sarah Sharp1-7/+2
2014-02-10xHCI: Correct the #define XHCI_LEGACY_DISABLE_SMIAlex He2-5/+10
2014-02-10xhci: Reset reserved command ring TRBs on cleanup.Sarah Sharp1-0/+1
2014-02-10xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp1-2/+3
2014-02-10xhci: Make handover code more robustMatthew Garrett1-2/+10
2014-02-10Bluetooth: hci_ldisc: fix NULL-pointer dereference on tty_closeJohan Hovold1-1/+1
2014-02-10Bluetooth: add NULL pointer check in HCIJun Nie1-2/+4
2014-02-10Bluetooth: fix possible info leak in bt_sock_recvmsg()Mathias Krause1-2/+2
2014-02-10Bluetooth: L2CAP - Fix info leak via getsockname()Mathias Krause1-0/+1
2014-02-10Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()Mathias Krause1-0/+1
2014-02-10Bluetooth: RFCOMM - Fix info leak via getsockname()Mathias Krause1-0/+1
2014-02-10Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER)Mathias Krause1-0/+1
2014-02-10Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo1-1/+1
2014-02-10IPoIB: Fix use-after-free of multicast objectPatrick McHardy2-10/+11
2014-02-10crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna1-3/+8
2014-02-10keys: fix race with concurrent install_user_keyrings()David Howells1-1/+1
2014-02-10bnx2i: Fixed NULL ptr deference for 1G bnx2 Linux iSCSI offloadEddie Wai1-0/+3
2014-02-10fix crash in scsi_dispatch_cmd()James Bottomley3-0/+12
2014-02-10fix Null pointer dereference on disk errorXiaotian Feng1-2/+4
2014-02-10w1: fix oops when w1_search is called from netlink connectorMarcin Jurkowski1-1/+2
2014-02-10drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflowChen Gang1-2/+2
2014-02-10serial: 8250, increase PASS_LIMITJiri Slaby1-1/+1
2014-02-10ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabledKonrad Rzeszutek Wilk1-0/+3
2014-02-10MCE: Fix vm86 handling for 32bit mce handlerAndi Kleen1-1/+8
2014-02-10KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)Andy Honig1-2/+5
2014-02-10KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig1-0/+5
2014-02-10xen/bootup: allow {read|write}_cr8 pvops call.Konrad Rzeszutek Wilk1-1/+15
2014-02-10xen/bootup: allow read_tscp call for Xen PV guests.Konrad Rzeszutek Wilk1-0/+2
2014-02-10x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesSamu Kallio1-2/+4
2014-02-10x86/mm: Check if PUD is large when validating a kernel addressMel Gorman2-0/+8
2014-02-10x86, tls: Off by one limit checkDan Carpenter1-2/+2
2014-02-10x86/msr: Add capabilities checkAlan Cox1-0/+3
2014-02-10x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.Jan Beulich1-7/+7
2014-02-10ALSA: seq: Fix missing error handling in snd_seq_timer_open()Takashi Iwai1-4/+4
2014-02-10mempolicy: fix a race in shared_policy_replace()Mel Gorman2-22/+17
2014-02-10mm: Hold a file reference in madvise_removeAndy Lutomirski1-3/+13
2014-02-10mm: mmu_notifier: fix freed page still mapped in secondary MMUXiao Guangrong1-22/+23
2014-02-10mm: fix invalidate_complete_page2() lock orderingHugh Dickins1-1/+2
2014-02-10mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi1-0/+2
2014-02-10mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDEDChristoffer Dall1-1/+7
2014-02-10mm: fix vma_resv_map() NULL pointerDave Hansen1-1/+2
2014-02-10hugetlb: fix resv_map leak in error pathDave Hansen1-6/+22
2014-02-10tracing: Fix double free when function profile init failedNamhyung Kim1-1/+0
2014-02-10tracing: Don't call page_to_pfn() if page is NULLWen Congyang1-2/+2
2014-02-10Prevent interface errors with Seagate FreeAgent GoFlexDaniel J Blueman1-0/+1
2014-02-10Fix a dead loop in async_synchronize_full()Li Zhong1-4/+9
2014-02-10cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo1-2/+0
2014-02-10Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas1-2/+2
2014-02-10kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke1-12/+38
2014-02-10kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo1-0/+1
2014-02-10coredump: prevent double-free on an error path in core dumperDenys Vlasenko1-15/+4
2014-02-10wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov1-1/+2
2014-02-10kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy1-1/+1
2014-02-10ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED threadOleg Nesterov1-1/+1
2014-02-10exec: use -ELOOP for max recursion depthKees Cook5-17/+6
2014-02-10exec: do not leave bprm->interp on stackKees Cook4-2/+23
2014-02-10gen_init_cpio: avoid stack overflow when expandingKees Cook1-20/+23
2014-02-10tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner1-1/+1
2014-02-10timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy1-1/+1
2014-02-10posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka1-2/+21
2014-02-10clockevents: Don't allow dummy broadcast timersMark Rutland1-1/+2
2014-02-10hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko1-1/+1
2014-02-10kernel panic when mount NFSv4Trond Myklebust1-1/+1
2014-02-10NFSv4: Revalidate uid/gid after openJonathan Nieder1-0/+1
2014-02-10NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust1-1/+1
2014-02-10nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields1-1/+10
2014-02-10tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2014-02-10b43legacy: Fix crash on unload when firmware not availableLarry Finger1-0/+2
2014-02-10xfrm_user: return error pointer instead of NULL #2Mathias Krause1-2/+4
2014-02-10xfrm_user: return error pointer instead of NULLMathias Krause1-2/+4
2014-02-10xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause1-0/+1
2014-02-10xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause1-0/+1
2014-02-10xfrm_user: fix info leak in copy_to_user_state()Mathias Krause1-0/+1
2014-02-10drop_monitor: dont sleep in atomic contextEric Dumazet1-68/+33
2014-02-10drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman1-5/+7
2014-02-10drop_monitor: Make updating data->skb smp safeNeil Horman1-16/+54
2014-02-10drop_monitor: fix sleeping in invalid context warningNeil Horman1-7/+7
2014-02-10tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau1-2/+1
2014-02-10tcp: drop SYN+FIN messagesEric Dumazet1-0/+2
2014-02-10tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2014-02-10tun: Fix formatting.David S. Miller1-2/+2
2014-02-10net/tun: fix ioctl() based info leaksMathias Krause1-1/+3
2014-02-10net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2014-02-10net: reduce net_rx_action() latency to 2 HZEric Dumazet1-1/+1
2014-02-10softirq: reduce latenciesEric Dumazet1-8/+9
2014-02-10netlink: fix races after skb queueingEric Dumazet1-11/+13
2014-02-10netlink: wake up netlink listeners sooner (v2)stephen hemminger1-1/+1
2014-02-10net: fix a race in sock_queue_err_skb()Eric Dumazet1-1/+3
2014-02-10net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward1-5/+2
2014-02-10netem: fix possible skb leakEric Dumazet1-4/+2
2014-02-10af_packet: remove BUG statement in tpacket_destruct_skbdanborkmann@iogearbox.net1-1/+0
2014-02-10bridge: set priority of STP packetsStephen Hemminger1-0/+2
2014-02-10net_sched: gact: Fix potential panic in tcf_gact().Hiroaki SHIMODA1-3/+11
2014-02-10net: sched: integer overflow fixStefan Hasko1-1/+1
2014-02-10net: prevent setting ttl=0 via IP_TTLCong Wang1-1/+1
2014-02-10net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer1-3/+5
2014-02-10net: guard tcp_set_keepalive() to tcp socketsEric Dumazet1-1/+2
2014-02-10net: fix info leak in compat dev_ifconf()Mathias Krause1-0/+1
2014-02-10tcp: preserve ACK clocking in TSOEric Dumazet1-2/+5
2014-02-10tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet1-1/+3
2014-02-10tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet4-6/+9
2014-02-10tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+1
2014-02-10unix: fix a race condition in unix_release()Paul Moore1-4/+3
2014-02-10sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala1-2/+5
2014-02-10net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2014-02-10net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann1-0/+5
2014-02-10net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2014-02-10netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik1-0/+8
2014-02-10ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause1-0/+1
2014-02-10atm: update msg_namelen in vcc_recvmsg()Mathias Krause1-0/+2
2014-02-10atm: fix info leak via getsockname()Mathias Krause1-0/+1
2014-02-10atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause1-0/+1
2014-02-10ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause1-0/+1
2014-02-10isdnloop: fix and simplify isdnloop_init()Wu Fengguang1-12/+0
2014-02-10iucv: Fix missing msg_namelen update in iucv_sock_recvmsg()Mathias Krause1-0/+2
2014-02-10llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause1-0/+2
2014-02-10llc: fix info leak via getsockname()Mathias Krause1-2/+1
2014-02-10rds: set correct msg_namelenWeiping Pan1-0/+3
2014-02-10rose: fix info leak via msg_name in rose_recvmsg()Mathias Krause1-0/+1
2014-02-10HID: LG: validate HID output report detailsKees Cook3-54/+11
2014-02-10HID: zeroplus: validate output report detailsKees Cook1-13/+5
2014-02-10HID: provide a helper for validating hid reportsKees Cook2-0/+62
2014-02-10HID: pantherlord: validate output report detailsKees Cook1-2/+8
2014-02-10HID: validate HID report id sizeKees Cook2-4/+10
2014-02-10crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman1-2/+2
2014-02-10jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan2-0/+16