aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-18Merge tag 'v2.6.32.68' of http://git.kernel.org/pub/scm/linux/kernel/git/stab...v2.6.32.68linux-2.6.32-stableAlexandre Oliva64-213/+514
2015-09-18Linux 2.6.32.68Willy Tarreau1-1/+1
2015-09-18ipv6: Fix return of xfrm6_tunnel_rcv()David S. Miller1-1/+1
2015-09-18dmaengine: fix missing 'cnt' in ?: in dmatestDr. David Alan Gilbert1-1/+1
2015-09-18dccp: catch failed request_module call in dccp_probe initWang Weidong1-12/+7
2015-09-18dccp: Fix compile warning in probe code.David S. Miller1-2/+12
2015-09-18dccp: fix auto-loading of dccp(_probe)Gerrit Renker1-2/+2
2015-09-18x86/xen: Probe target addresses in set_aliased_prot() before the hypercallAndy Lutomirski1-0/+40
2015-09-18libata: increase the timeout when setting transfer modeMikulas Patocka1-1/+2
2015-09-18s390/process: fix sfpc inline assemblyHeiko Carstens1-1/+1
2015-09-18mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov1-4/+9
2015-09-18fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-09-18tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)1-0/+6
2015-09-18tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)1-1/+3
2015-09-18mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas1-1/+13
2015-09-18NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle1-1/+2
2015-09-18ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-09-18nfs: increase size of EXCHANGE_ID name string bufferJeff Layton1-1/+1
2015-09-18Disable write buffering on Toshiba ToPIC95Ryan Underwood1-0/+16
2015-09-18ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-2/+18
2015-09-18dmaengine: mv_xor: bug fix for racing condition in descriptors cleanupLior Amsalem2-26/+47
2015-09-18SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust1-1/+1
2015-09-18fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia1-0/+2
2015-09-18staging: vt6655: device_rx_srv check sk_buff is NULLMalcolm Priestley1-0/+4
2015-09-18pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer1-1/+1
2015-09-18cx24116: fix a buffer overflow when checking userspace paramsMauro Carvalho Chehab1-4/+4
2015-09-18s5h1420: fix a buffer overflow when checking userspace paramsMauro Carvalho Chehab1-1/+1
2015-09-18hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra1-3/+9
2015-09-18MIPS: Fix race condition in lazy cache flushing.Lars Persson2-15/+35
2015-09-18MIPS: Octeon: Remove udelay() causing huge IRQ latencyAlexander Sverdlin3-12/+0
2015-09-18__ptrace_may_access() should not deny sub-threadsMark Grondona1-1/+1
2015-09-18include/linux/sched.h: don't use task->pid/tgid in same_thread_group/has_grou...Oleg Nesterov1-4/+4
2015-09-18x86/reboot: Fix a warning message triggered by stop_other_cpus()Feng Tang1-2/+5
2015-09-18tracing: Have filter check for balanced opsSteven Rostedt1-2/+8
2015-09-18x86_64: Fix strnlen_user() to not touch memory after specified maximumBen Hutchings1-1/+1
2015-09-18fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-09-18lguest: fix out-by-one error in address checking.Rusty Russell1-1/+1
2015-09-18sd: Disable support for 256 byte/sector disksMark Hounschell1-14/+5
2015-09-18jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong1-1/+6
2015-09-18powerpc: Align TOC to 256 bytesAnton Blanchard1-0/+1
2015-09-18md/raid5: don't record new size if resize_stripes fails.NeilBrown1-1/+2
2015-09-18memstick: mspro_block: add missing curly bracesDan Carpenter1-1/+2
2015-09-18ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov1-0/+20
2015-09-18s390/hibernate: fix save and restore of kernel text sectionHeiko Carstens1-0/+6
2015-09-18powerpc: Fix missing L2 cache size in /sys/devices/system/cpuDave Olson1-9/+34
2015-09-18e1000: add dummy allocator to fix race condition between mtu change and netpollSabrina Dubroca1-1/+9
2015-09-18udp: fix behavior of wrong checksumsEric Dumazet2-8/+4
2015-09-18udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+13
2015-09-18udf: Remove repeated loads blocksizeJan Kara1-11/+8
2015-09-18udf: Check component length before reading itJan Kara1-2/+7
2015-09-18udf: Check path length when reading symlinkJan Kara5-20/+48
2015-09-18udf: Treat symlink component of type 2 as /Jan Kara1-4/+10
2015-09-18udf: Verify symlink size before loading itJan Kara1-4/+13
2015-09-18udf: Verify i_size when loading inodeJan Kara1-0/+18
2015-09-18HID: fix a couple of off-by-onesJiri Kosina6-6/+6
2015-09-18eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow1-1/+0
2015-09-18netlink: fix possible spoofing from non-root processesPablo Neira Ayuso1-1/+2
2015-09-18TTY: drop driver reference in tty_open fail pathJiri Slaby1-0/+1
2015-09-18crypto: testmgr - update LZO compression test vectorsMarkus F.X.J. Oberhumer1-18/+20
2015-09-18sg_start_req(): make sure that there's not too many elements in iovecAl Viro1-0/+3
2015-09-18pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings1-23/+32
2015-06-04Merge tag 'v2.6.32.67' of http://git.kernel.org/pub/scm/linux/kernel/git/stab...v2.6.32.67Alexandre Oliva3-18/+12
2015-06-03Linux 2.6.32.67Willy Tarreau1-1/+1
2015-06-03net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng1-16/+10
2015-06-03net: fix incorrect backport of tcp_send_fin in 2.6.32.66Willy Tarreau1-1/+1
2015-05-25Merge tag 'v2.6.32.66' of http://git.kernel.org/pub/scm/linux/kernel/git/stab...v2.6.32.66Alexandre Oliva49-160/+400
2015-05-24Linux 2.6.32.66Willy Tarreau1-1/+1
2015-05-24net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas1-0/+7
2015-05-24sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND)Alexey Khoroshilov1-10/+2
2015-05-24hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov1-9/+11
2015-05-24posix-timers: Fix stack info leak in timer_create()Mathias Krause1-0/+1
2015-05-24scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara1-2/+1
2015-05-24lockd: Try to reconnect if statd has movedBenjamin Coddington1-0/+6
2015-05-24pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov1-0/+10
2015-05-24ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko1-1/+1
2015-05-24ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter1-5/+5
2015-05-24IB/core: Avoid leakage from kernel to user spaceEli Cohen1-0/+1
2015-05-24spi: spidev: fix possible arithmetic overflow for multi-transfer messageIan Abbott1-1/+4
2015-05-24tcp: avoid looping in tcp_send_fin()Eric Dumazet1-19/+26
2015-05-24ip_forward: Drop frames with attached skb->skSebastian Pöhn1-0/+3
2015-05-24tcp: make connect() mem charging friendlyEric Dumazet1-5/+2
2015-05-24rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro1-1/+1
2015-05-24rds: avoid potential stack overflowArnd Bergmann1-18/+22
2015-05-24net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev1-5/+6
2015-05-24net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com2-8/+23
2015-05-24udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2-3/+4
2015-05-24ipv4: Don't use ufo handling on later transformed packetsSteffen Klassert1-0/+1
2015-05-24net: reject creation of netdev names with colonsMatthew Thode1-1/+1
2015-05-24ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki1-0/+1
2015-05-24ppp: deflate: never return len larger than output bufferFlorian Westphal1-1/+1
2015-05-24net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha1-0/+3
2015-05-24fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn1-25/+40
2015-05-24ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark1-1/+8
2015-05-24net: rds: use correct size for max unacked packets and bytesSasha Levin1-2/+2
2015-05-24net: llc: use correct size for sysctl timeout entriesSasha Levin1-4/+4
2015-05-24IB/uverbs: Prevent integer overflow in ib_umem_get address arithmeticShachar Raindel1-0/+8
2015-05-24net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann1-1/+0
2015-05-24net: sctp: fix memory leak in auth key managementDaniel Borkmann1-2/+0
2015-05-24isofs: Fix unchecked printing of ER recordsJan Kara1-0/+3
2015-05-24isofs: Fix infinite looping over CE entriesJan Kara1-0/+6
2015-05-24netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal1-1/+25
2015-05-24splice: Apply generic position and size checks to each writeBen Hutchings2-4/+12
2015-05-24serial: samsung: wait for transfer completion before clock disableRobert Baldyga1-0/+4
2015-05-24x86: Conditionally update time when ack-ing pending irqsShai Fultheim1-5/+7
2015-05-24x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski1-5/+8
2015-05-24x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov2-0/+11
2015-05-24ASLR: fix stack randomization on 64-bit systemsHector Marco-Gisbert2-5/+6
2015-05-24x86_64, vdso: Fix the vdso address randomization algorithmAndy Lutomirski1-10/+26
2015-05-24x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitAndy Lutomirski2-2/+8
2015-05-24x86/tls: Don't validate lm in set_thread_area() after allAndy Lutomirski2-6/+7
2015-05-24x86/tls: Disallow unusual TLS segmentsAndy Lutomirski1-0/+22
2015-05-24x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski2-2/+36
2015-05-24x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski1-7/+2
2015-05-24x86/tls: Validate TLS entries to protect espfixAndy Lutomirski1-0/+23
2015-05-24x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regsAndy Lutomirski1-2/+2
2014-12-15Merge tag 'v2.6.32.65' of http://git.kernel.org/pub/scm/linux/kernel/git/stab...Alexandre Oliva40-188/+523
2014-12-13Linux 2.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-23Merge tag 'v2.6.32.64' of http://git.kernel.org/pub/scm/linux/kernel/git/stab...v2.6.32.64Alexandre Oliva56-661/+1092
2014-11-23Linux 2.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
2014-11-23fix misuses of f_count() in ppp and netlinkAl Viro1-1/+1
2014-11-23USB: kobil_sct: fix non-atomic allocation in write pathJohan Hovold1-2/+2
2014-11-23gianfar: disable vlan tag insertion by defaultZhu Yanjun1-6/+0
2014-11-23dm crypt: fix access beyond the end of allocated spaceMikulas Patocka1-4/+16
2014-11-23Revert "nfsd: correctly handle return value from nfsd_map_name_to_*"Willy Tarreau1-4/+4
2014-11-23sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet1-1/+1
2014-11-23iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin1-0/+4
2014-11-23net: Correctly set segment mac_len in skb_segment().Vlad Yasevich1-1/+1
2014-11-23macvlan: Initialize vlan_features to turn on offload support.Vlad Yasevich1-0/+1
2014-11-23tcp: Fix integer-overflow in TCP vegasChristoph Paasch1-1/+2
2014-11-23tcp: Fix integer-overflows in TCP venoChristoph Paasch1-1/+1
2014-11-23net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2-7/+8
2014-11-23net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann1-0/+1
2014-11-23ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-11-23sunvnet: clean up objects created in vnet_new() on vnet_exit()Sowmini Varadhan1-1/+19
2014-11-23net: sctp: fix information leaks in ulpevent layerDaniel Borkmann1-107/+15
2014-11-23appletalk: Fix socket referencing in skbAndrey Utkin1-3/+0
2014-11-23igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-11-23tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell1-1/+1
2014-11-23sym53c8xx_2: Set DID_REQUEUE return code when aborting squeueMikulas Patocka1-0/+4
2014-11-23ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo2-0/+19
2014-11-23ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen3-6/+28
2014-11-23filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+7
2014-11-23mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka2-2/+14
2014-11-23sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang1-1/+1
2014-11-23ALSA: control: Handle numid overflowLars-Peter Clausen1-0/+4
2014-11-23ALSA: control: Make sure that id->index does not overflowLars-Peter Clausen1-0/+3
2014-11-23fix autofs/afs/etc. magic mountpoint breakageAl Viro2-1/+1
2014-11-23MIPS: asm: thread_info: Add _TIF_SECCOMP flagMarkos Chandras1-1/+2
2014-11-23MIPS: Cleanup flags in syscall flags handlers.Ralf Baechle5-4/+6
2014-11-23x86_32, entry: Clean up sysenter_badsys declarationStefan Bader1-1/+1
2014-11-23x86_32, entry: Store badsys error code in %eaxSven Wegener1-4/+5
2014-11-23x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski1-2/+8