- 5194ab8 Linux 2.6.32.66 by Willy Tarreau · 8 years ago master v2.6.32.66.26
- 72093a2 net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() behaviour by Catalin Marinas · 9 years ago
- 3830602 sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND) by Alexey Khoroshilov · 8 years ago
- 2535029 hfsplus: fix B-tree corruption after insertion at position 0 by Sergei Antonov · 9 years ago
- 1c66903 posix-timers: Fix stack info leak in timer_create() by Mathias Krause · 9 years ago
- 651ea30 scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND by Jan Kara · 9 years ago
- 67e6c7b lockd: Try to reconnect if statd has moved by Benjamin Coddington · 9 years ago
- 4f6c920 pagemap: do not leak physical addresses to non-privileged userspace by Kirill A. Shutemov · 9 years ago
- ced18a7 ipv4: fix nexthop attlen check in fib_nh_match by Jiri Pirko · 9 years ago
- 87e8ad9 ipvs: uninitialized data with IP_VS_IPV6 by Dan Carpenter · 9 years ago
- c32039b IB/core: Avoid leakage from kernel to user space by Eli Cohen · 9 years ago
- 46a71c6 spi: spidev: fix possible arithmetic overflow for multi-transfer message by Ian Abbott · 9 years ago
- a659fab tcp: avoid looping in tcp_send_fin() by Eric Dumazet · 8 years ago
- efeacee ip_forward: Drop frames with attached skb->sk by Sebastian Pöhn · 8 years ago
- 1bfa43e tcp: make connect() mem charging friendly by Eric Dumazet · 9 years ago
- e64701b rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg() by Al Viro · 9 years ago
- e6fb9d2 rds: avoid potential stack overflow by Arnd Bergmann · 9 years ago
- 2b7a2f0 net: sysctl_net_core: check SNDBUF and RCVBUF for min length by Alexey Kodanev · 9 years ago
- 19d110d6 net: avoid to hang up on sending due to sysctl configuration overflow. by bingtian.ly@taobao.com · 11 years ago
- d9df18a udp: only allow UFO for packets from SOCK_DGRAM sockets by Michal KubeÄek · 9 years ago
- b5d2cef ipv4: Don't use ufo handling on later transformed packets by Steffen Klassert · 12 years ago
- fcda7e3 net: reject creation of netdev names with colons by Matthew Thode · 9 years ago
- 1f88982 ematch: Fix auto-loading of ematch modules. by Ignacy GawÄdzki · 9 years ago
- 08831c9 ppp: deflate: never return len larger than output buffer by Florian Westphal · 9 years ago
- 6db6e34 net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr struct from userland. by Ani Sinha · 9 years ago
- ac93923 fs: take i_mutex during prepare_binprm for set[ug]id executables by Jann Horn · 8 years ago
- 0e6893c ipv6: Don't reduce hop limit for an interface by D.S. Ljungmark · 8 years ago
- 45a651d net: rds: use correct size for max unacked packets and bytes by Sasha Levin · 9 years ago
- f9f178c net: llc: use correct size for sysctl timeout entries by Sasha Levin · 9 years ago
- 4da8e76 IB/uverbs: Prevent integer overflow in ib_umem_get address arithmetic by Shachar Raindel · 9 years ago
- 38d3b39 net: sctp: fix slab corruption from use after free on INIT collisions by Daniel Borkmann · 9 years ago
- c1a863f net: sctp: fix memory leak in auth key management by Daniel Borkmann · 9 years ago
- c8a37f4 isofs: Fix unchecked printing of ER records by Jan Kara · 9 years ago
- f85ef07 isofs: Fix infinite looping over CE entries by Jan Kara · 9 years ago
- e0827f4 netfilter: conntrack: disable generic tracking for known protocols by Florian Westphal · 9 years ago
- 4adf521 splice: Apply generic position and size checks to each write by Ben Hutchings · 9 years ago
- e76f71b serial: samsung: wait for transfer completion before clock disable by Robert Baldyga · 9 years ago
- 61be547 x86: Conditionally update time when ack-ing pending irqs by Shai Fultheim · 11 years ago
- faf8e0a x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization by Andy Lutomirski · 9 years ago
- a3fd6ce x86, cpu, amd: Add workaround for family 16h, erratum 793 by Borislav Petkov · 10 years ago
- 495be9e ASLR: fix stack randomization on 64-bit systems by Hector Marco-Gisbert · 9 years ago
- 2524a3c x86_64, vdso: Fix the vdso address randomization algorithm by Andy Lutomirski · 9 years ago
- c0c4ae0 x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit by Andy Lutomirski · 9 years ago
- 223b4f2 x86/tls: Don't validate lm in set_thread_area() after all by Andy Lutomirski · 9 years ago
- e013037 x86/tls: Disallow unusual TLS segments by Andy Lutomirski · 9 years ago
- 5ef11d7 x86, tls: Interpret an all-zero struct user_desc as "no segment" by Andy Lutomirski · 9 years ago
- bbd9892 x86, tls, ldt: Stop checking lm in LDT_empty by Andy Lutomirski · 9 years ago
- 73023a5 x86/tls: Validate TLS entries to protect espfix by Andy Lutomirski · 9 years ago
- 286995d x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regs by Andy Lutomirski · 9 years ago
- cee5ee4 Linux 2.6.32.65 by Willy Tarreau · 9 years ago v2.6.32.65.26
- f78cd4a proc connector: Delete spurious memset in proc_exit_connector() by Ben Hutchings · 9 years ago
- 9126993 cciss: Fix misapplied "cciss: fix info leak in cciss_ioctl32_passthru()" by Ben Hutchings · 9 years ago
- e9a62d9 block: Fix blk_execute_rq_nowait() dead queue handling by Muthukumar Ratty · 9 years ago
- 54d917a block: add missing blk_queue_dead() checks by Tejun Heo · 9 years ago
- b2b287c md/raid6: Fix misapplied backport in 2.6.32.64 by Ben Hutchings · 9 years ago
- 39f505a sctp: Fix double-free introduced by bad backport in 2.6.32.62 by Ben Hutchings · 9 years ago
- 9c71ac5 vlan: Don't propagate flag changes on down interfaces. by Matthijs Kooijman · 9 years ago
- 3e43a35 ttusb-dec: buffer overflow in ioctl by Dan Carpenter · 9 years ago
- 463b240 mac80211: fix fragmentation code, particularly for encryption by Johannes Berg · 9 years ago
- 1e0e5f1 net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed packet by Daniel Borkmann · 9 years ago
- 8eafc4a udf: Avoid infinite loop when processing indirect ICBs by Jan Kara · 9 years ago
- 4623229 net: sctp: fix remote memory pressure from excessive queueing by Daniel Borkmann · 9 years ago
- 6e77f87 net: sctp: fix panic on duplicate ASCONF chunks by Daniel Borkmann · 9 years ago
- 50f09b8 USB: whiteheat: Added bounds checking for bulk command response by James Forshaw · 9 years ago
- 90bd4a9 ALSA: control: Fix replacing user controls by Lars-Peter Clausen · 9 years ago
- d3dc18f ALSA: control: Don't access controls outside of protected regions by Lars-Peter Clausen · 9 years ago
- 487f6cb net/l2tp: don't fall back on UDP [get|set]sockopt by Sasha Levin · 9 years ago
- 2befa65 x86_64, traps: Rework bad_iret by Andy Lutomirski · 9 years ago
- edc79bf x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C by Andy Lutomirski · 9 years ago
- d589410 x86_64, traps: Stop using IST for #SS by Andy Lutomirski · 9 years ago
- c36aad1 x86/espfix/xen: Fix allocation of pages for paravirt page tables by Boris Ostrovsky · 9 years ago
- 139b334 x86_64/entry/xen: Do not invoke espfix64 on Xen by Andy Lutomirski · 9 years ago
- 42419e8 x86, espfix: Make it possible to disable 16-bit support by H. Peter Anvin · 9 years ago
- 13fed2c x86, espfix: Make espfix64 a Kconfig option, fix UML by H. Peter Anvin · 9 years ago
- 8db0fc9 x86, espfix: Fix broken header guard by H. Peter Anvin · 9 years ago
- aed3537 x86, espfix: Move espfix definitions into a separate header file by H. Peter Anvin · 9 years ago
- d76ae6e x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack by H. Peter Anvin · 9 years ago
- a9add5f x86-32, espfix: Remove filter for espfix32 due to race by H. Peter Anvin · 9 years ago
- 6cc4296 x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernels by H. Peter Anvin · 10 years ago
- 537f33e x86-64: Adjust frame type at paranoid_exit: by Jan Beulich · 13 years ago
- 0e3f696 x86, 64-bit: Move K8 B step iret fixup to fault entry asm by Brian Gerst · 14 years ago
- 3c79521 net: sendmsg: fix failed backport of "fix NULL pointer dereference" by Willy Tarreau · 9 years ago
- 6f745f3 Linux 2.6.32.64 by Willy Tarreau · 9 years ago v2.6.32.64.26
- 48c7ec1 sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probe by Zhu Yanjun · 9 years ago
- df2e656 isofs: Fix unbounded recursion when processing relocated directories by Jan Kara · 9 years ago
- eeb81c9 futex: Unlock hb->lock in futex_wait_requeue_pi() error path by Thomas Gleixner · 9 years ago
- 19a0902 USB: add new zte 3g-dongle's pid to option.c by Rui li · 12 years ago
- 5be05cb lzo: check for length overrun in variable length encoding. by Willy Tarreau · 9 years ago
- ed7ba16 Documentation: lzo: document part of the encoding by Willy Tarreau · 9 years ago
- a81800d lib/lzo: Update LZO compression to current upstream version by Markus F.X.J. Oberhumer · 11 years ago
- 06c9690 ARM: 7670/1: fix the memset fix by Nicolas Pitre · 11 years ago
- 8538ce5 ARM: 7668/1: fix memset-related crashes caused by recent GCC (4.7.2) optimizations by Ivan Djelic · 11 years ago
- 0d5ca18 net: pppoe: use correct channel MTU when using Multilink PPP by Christoph Schulz · 9 years ago
- dc71f13 md/raid6: avoid data corruption during recovery of double-degraded RAID6 by NeilBrown · 9 years ago
- 9c0980a ring-buffer: Always reset iterator to reader page by Steven Rostedt (Red Hat) · 9 years ago
- 4c850e0 netfilter: nfnetlink_log: fix maximum packet length logged to userspace by Florian Westphal · 9 years ago
- 30aa685 netfilter: nf_log: account for size of NLMSG_DONE attribute by Florian Westphal · 9 years ago
- 38b11fb tty: Fix high cpu load if tty is unreleaseable by Peter Hurley · 9 years ago
- 4094fcd net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks by Daniel Borkmann · 9 years ago
- e7dce34 fix misuses of f_count() in ppp and netlink by Al Viro · 9 years ago