aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-05-29Linux 2.6.32.66HEADv2.6.32.66.26masterWilly Tarreau1-1/+1
2015-05-29net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas1-0/+7
2015-05-29sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND)Alexey Khoroshilov1-10/+2
2015-05-29hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov1-9/+11
2015-05-29posix-timers: Fix stack info leak in timer_create()Mathias Krause1-0/+1
2015-05-29scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara1-2/+1
2015-05-29lockd: Try to reconnect if statd has movedBenjamin Coddington1-0/+6
2015-05-29pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov1-0/+10
2015-05-29ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko1-1/+1
2015-05-29ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter1-5/+5
2015-05-29IB/core: Avoid leakage from kernel to user spaceEli Cohen1-0/+1
2015-05-29spi: spidev: fix possible arithmetic overflow for multi-transfer messageIan Abbott1-1/+4
2015-05-29tcp: avoid looping in tcp_send_fin()Eric Dumazet1-19/+26
2015-05-29ip_forward: Drop frames with attached skb->skSebastian Pöhn1-0/+3
2015-05-29tcp: make connect() mem charging friendlyEric Dumazet1-5/+2
2015-05-29rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro1-1/+1
2015-05-29rds: avoid potential stack overflowArnd Bergmann1-18/+22
2015-05-29net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev1-5/+6
2015-05-29net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com2-8/+23
2015-05-29udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2-3/+4
2015-05-29ipv4: Don't use ufo handling on later transformed packetsSteffen Klassert1-0/+1
2015-05-29net: reject creation of netdev names with colonsMatthew Thode1-1/+1
2015-05-29ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki1-0/+1
2015-05-29ppp: deflate: never return len larger than output bufferFlorian Westphal1-1/+1
2015-05-29net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha1-0/+3
2015-05-29fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn1-25/+40
2015-05-29ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark1-1/+8
2015-05-29net: rds: use correct size for max unacked packets and bytesSasha Levin1-2/+2
2015-05-29net: llc: use correct size for sysctl timeout entriesSasha Levin1-4/+4
2015-05-29IB/uverbs: Prevent integer overflow in ib_umem_get address arithmeticShachar Raindel1-0/+8
2015-05-29net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann1-1/+0
2015-05-29net: sctp: fix memory leak in auth key managementDaniel Borkmann1-2/+0
2015-05-29isofs: Fix unchecked printing of ER recordsJan Kara1-0/+3
2015-05-29isofs: Fix infinite looping over CE entriesJan Kara1-0/+6
2015-05-29netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal1-1/+25
2015-05-29splice: Apply generic position and size checks to each writeBen Hutchings2-4/+12
2015-05-29serial: samsung: wait for transfer completion before clock disableRobert Baldyga1-0/+4
2015-05-29x86: Conditionally update time when ack-ing pending irqsShai Fultheim1-5/+7
2015-05-29x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski1-5/+8
2015-05-29x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov2-0/+11
2015-05-29ASLR: fix stack randomization on 64-bit systemsHector Marco-Gisbert2-5/+6
2015-05-29x86_64, vdso: Fix the vdso address randomization algorithmAndy Lutomirski1-10/+26
2015-05-29x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitAndy Lutomirski2-2/+8
2015-05-29x86/tls: Don't validate lm in set_thread_area() after allAndy Lutomirski2-6/+7
2015-05-29x86/tls: Disallow unusual TLS segmentsAndy Lutomirski1-0/+22
2015-05-29x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski2-2/+36
2015-05-29x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski1-7/+2
2015-05-29x86/tls: Validate TLS entries to protect espfixAndy Lutomirski1-0/+23
2015-05-29x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regsAndy Lutomirski1-2/+2
2014-12-15Linux 2.6.32.65v2.6.32.65.26Willy Tarreau1-1/+1
2014-12-15proc connector: Delete spurious memset in proc_exit_connector()Ben Hutchings1-1/+0
2014-12-15cciss: Fix misapplied "cciss: fix info leak in cciss_ioctl32_passthru()"Ben Hutchings1-1/+1
2014-12-15block: Fix blk_execute_rq_nowait() dead queue handlingMuthukumar Ratty1-3/+8
2014-12-15block: add missing blk_queue_dead() checksTejun Heo2-2/+8
2014-12-15md/raid6: Fix misapplied backport in 2.6.32.64Ben Hutchings1-2/+2
2014-12-15sctp: Fix double-free introduced by bad backport in 2.6.32.62Ben Hutchings1-1/+0
2014-12-15vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman1-4/+6
2014-12-15ttusb-dec: buffer overflow in ioctlDan Carpenter1-0/+3
2014-12-15mac80211: fix fragmentation code, particularly for encryptionJohannes Berg1-1/+1
2014-12-15net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann1-0/+3
2014-12-15udf: Avoid infinite loop when processing indirect ICBsJan Kara1-14/+21
2014-12-15net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2-26/+10
2014-12-15net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann2-0/+7
2014-12-15USB: whiteheat: Added bounds checking for bulk command responseJames Forshaw1-1/+6
2014-12-15ALSA: control: Fix replacing user controlsLars-Peter Clausen1-14/+9
2014-12-15ALSA: control: Don't access controls outside of protected regionsLars-Peter Clausen1-3/+5
2014-12-15net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin1-2/+2
2014-12-15x86_64, traps: Rework bad_iretAndy Lutomirski2-29/+48
2014-12-15x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski2-32/+26
2014-12-15x86_64, traps: Stop using IST for #SSAndy Lutomirski5-22/+7
2014-12-15x86/espfix/xen: Fix allocation of pages for paravirt page tablesBoris Ostrovsky1-3/+2
2014-12-15x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski3-24/+11
2014-12-15x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin4-5/+44
2014-12-15x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin4-3/+7
2014-12-15x86, espfix: Fix broken header guardH. Peter Anvin1-1/+1
2014-12-15x86, espfix: Move espfix definitions into a separate header fileH. Peter Anvin3-0/+19
2014-12-15x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin9-26/+319
2014-12-15x86-32, espfix: Remove filter for espfix32 due to raceH. Peter Anvin1-5/+0
2014-12-15x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernelsH. Peter Anvin1-0/+11
2014-12-15x86-64: Adjust frame type at paranoid_exit:Jan Beulich1-1/+1
2014-12-15x86, 64-bit: Move K8 B step iret fixup to fault entry asmBrian Gerst3-35/+8
2014-12-15net: sendmsg: fix failed backport of "fix NULL pointer dereference"Willy Tarreau1-1/+1
2014-11-25Linux 2.6.32.64v2.6.32.64.26Willy Tarreau1-1/+1
2014-11-25sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probeZhu Yanjun1-5/+9
2014-11-25isofs: Fix unbounded recursion when processing relocated directoriesJan Kara3-22/+55
2014-11-25futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner1-0/+1
2014-11-25USB: add new zte 3g-dongle's pid to option.cRui li1-1/+128
2014-11-25lzo: check for length overrun in variable length encoding.Willy Tarreau1-6/+37
2014-11-25Documentation: lzo: document part of the encodingWilly Tarreau1-0/+164
2014-11-25lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer4-342/+395
2014-11-25ARM: 7670/1: fix the memset fixNicolas Pitre1-20/+13
2014-11-25ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimiza...Ivan Djelic1-41/+44
2014-11-25net: pppoe: use correct channel MTU when using Multilink PPPChristoph Schulz1-1/+1
2014-11-25md/raid6: avoid data corruption during recovery of double-degraded RAID6NeilBrown1-0/+2
2014-11-25ring-buffer: Always reset iterator to reader pageSteven Rostedt (Red Hat)1-9/+3
2014-11-25netfilter: nfnetlink_log: fix maximum packet length logged to userspaceFlorian Westphal1-3/+5
2014-11-25netfilter: nf_log: account for size of NLMSG_DONE attributeFlorian Westphal1-3/+3
2014-11-25tty: Fix high cpu load if tty is unreleaseablePeter Hurley1-1/+6
2014-11-25net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann3-64/+60
2014-11-25fix misuses of f_count() in ppp and netlinkAl Viro1-1/+1
2014-11-25USB: kobil_sct: fix non-atomic allocation in write pathJohan Hovold1-2/+2
2014-11-25gianfar: disable vlan tag insertion by defaultZhu Yanjun1-6/+0
2014-11-25dm crypt: fix access beyond the end of allocated spaceMikulas Patocka1-4/+16
2014-11-25Revert "nfsd: correctly handle return value from nfsd_map_name_to_*"Willy Tarreau1-4/+4
2014-11-25sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet1-1/+1
2014-11-25iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin1-0/+4
2014-11-25net: Correctly set segment mac_len in skb_segment().Vlad Yasevich1-1/+1
2014-11-25macvlan: Initialize vlan_features to turn on offload support.Vlad Yasevich1-0/+1
2014-11-25tcp: Fix integer-overflow in TCP vegasChristoph Paasch1-1/+2
2014-11-25tcp: Fix integer-overflows in TCP venoChristoph Paasch1-1/+1
2014-11-25net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2-7/+8
2014-11-25net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann1-0/+1
2014-11-25ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-11-25sunvnet: clean up objects created in vnet_new() on vnet_exit()Sowmini Varadhan1-1/+19
2014-11-25net: sctp: fix information leaks in ulpevent layerDaniel Borkmann1-107/+15
2014-11-25appletalk: Fix socket referencing in skbAndrey Utkin1-3/+0
2014-11-25igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-11-25tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell1-1/+1
2014-11-25sym53c8xx_2: Set DID_REQUEUE return code when aborting squeueMikulas Patocka1-0/+4
2014-11-25ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo2-0/+19
2014-11-25ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen3-6/+28
2014-11-25filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+7
2014-11-25mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka2-2/+14
2014-11-25sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang1-1/+1
2014-11-25ALSA: control: Handle numid overflowLars-Peter Clausen1-0/+4
2014-11-25ALSA: control: Make sure that id->index does not overflowLars-Peter Clausen1-0/+3
2014-11-25fix autofs/afs/etc. magic mountpoint breakageAl Viro2-1/+1
2014-11-25MIPS: asm: thread_info: Add _TIF_SECCOMP flagMarkos Chandras1-1/+2
2014-11-25MIPS: Cleanup flags in syscall flags handlers.Ralf Baechle5-4/+6
2014-11-25x86_32, entry: Clean up sysenter_badsys declarationStefan Bader1-1/+1
2014-11-25x86_32, entry: Store badsys error code in %eaxSven Wegener1-4/+5
2014-11-25x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski1-2/+8
2014-06-26Linux 2.6.32.63v2.6.32.63.26Willy Tarreau1-1/+1
2014-06-26net: fix regression introduced in 2.6.32.62 by sysctl fixesWilly Tarreau2-2/+4
2014-06-26auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski1-7/+18
2014-06-26futex: Make lookup_pi_state more robustThomas Gleixner1-28/+106
2014-06-26futex: Always cleanup owner tid in unlock_piThomas Gleixner1-23/+19
2014-06-26futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner1-3/+11
2014-06-26futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...Thomas Gleixner1-0/+25
2014-06-26futex: Prevent attaching to kernel threadsThomas Gleixner1-0/+5
2014-06-26futex: Add another early deadlock detection checkThomas Gleixner1-14/+35
2014-06-26ethtool: Report link-down while interface is downBen Hutchings2-3/+18
2014-05-20Linux 2.6.32.62v2.6.32.62.26drm-nextWilly Tarreau1-1/+1
2014-05-20floppy: don't write kernel-only members to FDRAWCMD ioctl outputMatthew Daley1-1/+6
2014-05-20floppy: ignore kernel-only members in FDRAWCMD ioctl inputMatthew Daley1-1/+4
2014-05-20netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann1-3/+3
2014-05-20s390: fix kernel crash due to linkage stack instructionsMartin Schwidefsky1-2/+5
2014-05-20SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley1-0/+4
2014-05-20aacraid: missing capable() check in compat ioctlDan Carpenter1-0/+2
2014-05-20xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter2-2/+4
2014-05-20qeth: avoid buffer overflow in snmp ioctlUrsula Braun1-1/+5
2014-05-20KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig1-1/+2
2014-05-20KVM: Improve create VCPU parameter (CVE-2013-4587)Andy Honig1-0/+3
2014-05-20uml: check length in exitcode_proc_write()Dan Carpenter1-1/+3
2014-05-20crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman1-2/+2
2014-05-20dm snapshot: fix data corruptionMikulas Patocka1-6/+12
2014-05-20ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa3-2/+9
2014-05-20exec/ptrace: fix get_dumpable() incorrect testsKees Cook5-5/+12
2014-05-20n_tty: Fix n_tty_write crash when echoing in raw modePeter Hurley1-0/+2
2014-05-20tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-05-20tcp_cubic: limit delayed_ack ratio to prevent divide errorstephen hemminger1-2/+7
2014-05-20tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2014-05-20powernow-k6: reorder frequenciesMikulas Patocka1-7/+10
2014-05-20powernow-k6: correctly initialize default parametersMikulas Patocka1-4/+72
2014-05-20powernow-k6: disable cache when changing frequencyMikulas Patocka1-17/+39
2014-05-20powernow-k6: set transition latency value so ondemand governor can be usedKrzysztof Helt1-1/+1
2014-05-20gianfar: disable TX vlan based on kernel 2.6.xZhu Yanjun1-7/+1
2014-05-20x86, fpu, amd: Clear exceptions in AMD FXSAVE workaroundLinus Torvalds1-6/+7
2014-05-20libertas: potential oops in debugfsDan Carpenter1-1/+5
2014-05-20Fix a few incorrectly checked [io_]remap_pfn_range() callsLinus Torvalds3-51/+17
2014-05-20vm: add vm_iomap_memory() helper functionLinus Torvalds2-0/+49
2014-05-20inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa2-2/+2
2014-05-20ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa1-19/+12
2014-05-20aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara1-1/+2
2014-05-20sctp: unbalanced rcu lock in ip_queue_xmit()Nicolas Dichtel1-1/+1
2014-05-20isdnloop: Validate NUL-terminated strings from user.YOSHIFUJI Hideaki1-0/+6
2014-05-20rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin1-1/+2
2014-05-20isdnloop: several buffer overflowsDan Carpenter1-8/+9
2014-05-20netlink: don't compare the nul-termination in nla_strcmpPablo Neira1-2/+8
2014-05-20net: socket: error on a negative msg_namelenMatthew Leach1-0/+4
2014-05-20net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann2-6/+2
2014-05-20net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann1-0/+7
2014-05-20tg3: Don't check undefined error bits in RXBDMichael Chan2-3/+6
2014-05-20virtio-net: alloc big buffers also when guest can receive UFOJason Wang1-1/+2
2014-05-20net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann1-9/+32
2014-05-20bonding: 802.3ad: make aggregator_identifier bond-privateJiri Bohac2-4/+3
2014-05-20tg3: Fix deadlock in tg3_change_mtu()Nithin Sujir1-2/+2
2014-05-20net: fix 'ip rule' iif/oif device renameMaciej Zenczykowski1-0/+7
2014-05-20inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell1-1/+3
2014-05-20net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann1-2/+3
2014-05-20net: rose: restore old recvmsg behaviorFlorian Westphal1-12/+4
2014-05-20rds: prevent dereference of a NULL deviceSasha Levin1-1/+2
2014-05-20hamradio/yam: fix info leak in ioctlSalva Peiró1-0/+1
2014-05-20drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl()Wenliang Fan1-0/+2
2014-05-20net: unix: allow bind to fail on mutex lockSasha Levin1-2/+6
2014-05-20net: drop_monitor: fix the value of maxattrChangli Gao1-1/+0
2014-05-20{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du1-0/+7
2014-05-20ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2014-05-20inet: fix possible seqlock deadlocksEric Dumazet2-2/+2
2014-05-20bridge: flush br's address entry in fdb when remove the bridge devDing Tianhong1-0/+2