summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-15sh: always link in helper functions extracted from libgccGeert Uytterhoeven1-1/+1
2014-02-15ceph: wake up 'safe' waiters when unregistering requestYan, Zheng1-1/+2
2014-02-15ceph: cleanup aborted requests when re-sending requests.Yan, Zheng1-1/+4
2014-02-15mm: ensure get_unmapped_area() returns higher address than mmap_min_addrAkira Takeuchi1-7/+8
2014-02-15x86, fpu, amd: Clear exceptions in AMD FXSAVE workaroundLinus Torvalds1-6/+7
2014-02-15KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig3-44/+15
2014-02-15ath9k_htc: properly set MAC address and BSSID maskMathy Vanhoef2-10/+20
2014-02-15hpfs: fix warnings when the filesystem fills upMikulas Patocka1-1/+4
2014-02-15Fix warning from machine_kexec.cPaul Gortmaker1-1/+1
2014-02-15staging: comedi: cb_pcidio: fix for newer PCI-DIO48HIan Abbott1-13/+8
2014-02-15mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfullyJianguo Wu1-4/+12
2014-02-15PCI: Enable ARI if dev and upstream bridge support it; disable otherwiseYijing Wang1-7/+7
2014-02-15xfs: Account log unmount transaction correctlyDave Chinner1-1/+2
2014-02-15net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2-4/+10
2014-02-15inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell1-1/+3
2014-02-15bnx2x: fix DMA unmapping of TSO split BDsMichal Schmidt1-4/+9
2014-02-15bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune1-2/+2
2014-02-15net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann1-2/+3
2014-02-15vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2-1/+26
2014-02-15net: rose: restore old recvmsg behaviorFlorian Westphal1-12/+4
2014-02-15rds: prevent dereference of a NULL deviceSasha Levin1-1/+2
2014-02-15hamradio/yam: fix info leak in ioctlSalva Peiró1-0/+1
2014-02-15drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl()Wenliang Fan1-0/+2
2014-02-15net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann1-0/+16
2014-02-15net: unix: allow bind to fail on mutex lockSasha Levin1-2/+6
2014-02-15tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0Nat Gurumoorthy1-0/+3
2014-02-15net: drop_monitor: fix the value of maxattrChangli Gao1-1/+0
2014-02-15ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa1-6/+2
2014-02-15rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra1-3/+2
2014-02-15net: do not pretend FRAGLIST supportEric Dumazet3-3/+2
2014-01-03Linux 3.2.54v3.2.54Ben Hutchings1-1/+1
2014-01-03mmc: block: fix a bug of error handling in MMC driverKOBAYASHI Yoshitake1-3/+44
2014-01-03ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)1-34/+34
2014-01-03ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)1-9/+61
2014-01-03ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt1-11/+17
2014-01-03ftrace: Fix ftrace hash record update with notraceSteven Rostedt1-1/+1
2014-01-03net: flow_dissector: fail on evil iph->ihlJason Wang1-0/+2
2014-01-03xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter2-2/+4
2014-01-03aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara1-1/+2
2014-01-03libertas: potential oops in debugfsDan Carpenter1-1/+5
2014-01-03ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINSRussell King4-21/+56
2014-01-03KVM: Fix iommu map/unmap to handle memory slot movesAlex Williamson1-8/+11
2014-01-03KVM: perform an invalid memslot step for gpa base changeMarcelo Tosatti1-3/+3
2014-01-03crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman1-2/+2
2014-01-03HID: multitouch: validate indexes detailsBenjamin Tissoires1-1/+1
2014-01-03{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du1-0/+7
2014-01-03ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2014-01-03inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2014-01-03af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico1-2/+2
2014-01-03packet: fix use after free race in send path when dev is releasedDaniel Borkmann1-23/+37