summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-13Linux 2.6.32.65v2.6.32.65Willy Tarreau1-1/+1
2014-12-13proc connector: Delete spurious memset in proc_exit_connector()Ben Hutchings1-1/+0
2014-12-13cciss: Fix misapplied "cciss: fix info leak in cciss_ioctl32_passthru()"Ben Hutchings1-1/+1
2014-12-13block: Fix blk_execute_rq_nowait() dead queue handlingMuthukumar Ratty1-3/+8
2014-12-13block: add missing blk_queue_dead() checksTejun Heo2-2/+8
2014-12-13md/raid6: Fix misapplied backport in 2.6.32.64Ben Hutchings1-2/+2
2014-12-13sctp: Fix double-free introduced by bad backport in 2.6.32.62Ben Hutchings1-1/+0
2014-12-13vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman1-4/+6
2014-12-13ttusb-dec: buffer overflow in ioctlDan Carpenter1-0/+3
2014-12-13mac80211: fix fragmentation code, particularly for encryptionJohannes Berg1-1/+1
2014-12-13net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann1-0/+3
2014-12-13udf: Avoid infinite loop when processing indirect ICBsJan Kara1-14/+21
2014-12-13net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2-26/+10
2014-12-13net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann2-0/+7
2014-12-13USB: whiteheat: Added bounds checking for bulk command responseJames Forshaw1-1/+6
2014-12-13ALSA: control: Fix replacing user controlsLars-Peter Clausen1-14/+9
2014-12-13ALSA: control: Don't access controls outside of protected regionsLars-Peter Clausen1-3/+5
2014-12-13net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin1-2/+2
2014-12-13x86_64, traps: Rework bad_iretAndy Lutomirski2-29/+48
2014-12-13x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski2-32/+26
2014-12-13x86_64, traps: Stop using IST for #SSAndy Lutomirski5-22/+7
2014-12-13x86/espfix/xen: Fix allocation of pages for paravirt page tablesBoris Ostrovsky1-3/+2
2014-12-13x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski3-24/+11
2014-12-13x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin4-5/+44
2014-12-13x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin4-3/+7
2014-12-13x86, espfix: Fix broken header guardH. Peter Anvin1-1/+1
2014-12-13x86, espfix: Move espfix definitions into a separate header fileH. Peter Anvin3-0/+19
2014-12-13x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin9-26/+319
2014-12-13x86-32, espfix: Remove filter for espfix32 due to raceH. Peter Anvin1-5/+0
2014-12-13x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernelsH. Peter Anvin1-0/+11
2014-12-13x86-64: Adjust frame type at paranoid_exit:Jan Beulich1-1/+1
2014-12-13x86, 64-bit: Move K8 B step iret fixup to fault entry asmBrian Gerst3-35/+8
2014-12-13net: sendmsg: fix failed backport of "fix NULL pointer dereference"Willy Tarreau1-1/+1
2014-11-23Linux 2.6.32.64v2.6.32.64Willy Tarreau1-1/+1
2014-11-23sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probeZhu Yanjun1-5/+9
2014-11-23isofs: Fix unbounded recursion when processing relocated directoriesJan Kara3-22/+55
2014-11-23futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner1-0/+1
2014-11-23USB: add new zte 3g-dongle's pid to option.cRui li1-1/+128
2014-11-23lzo: check for length overrun in variable length encoding.Willy Tarreau1-6/+37
2014-11-23Documentation: lzo: document part of the encodingWilly Tarreau1-0/+164
2014-11-23lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer4-342/+395
2014-11-23ARM: 7670/1: fix the memset fixNicolas Pitre1-20/+13
2014-11-23ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimiza...Ivan Djelic1-41/+44
2014-11-23net: pppoe: use correct channel MTU when using Multilink PPPChristoph Schulz1-1/+1
2014-11-23md/raid6: avoid data corruption during recovery of double-degraded RAID6NeilBrown1-0/+2
2014-11-23ring-buffer: Always reset iterator to reader pageSteven Rostedt (Red Hat)1-9/+3
2014-11-23netfilter: nfnetlink_log: fix maximum packet length logged to userspaceFlorian Westphal1-3/+5
2014-11-23netfilter: nf_log: account for size of NLMSG_DONE attributeFlorian Westphal1-3/+3
2014-11-23tty: Fix high cpu load if tty is unreleaseablePeter Hurley1-1/+6
2014-11-23net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann3-64/+60