summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 2.6.32.67v2.6.32.67Willy Tarreau2015-06-031-1/+1
* net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng2015-06-031-16/+10
* net: fix incorrect backport of tcp_send_fin in 2.6.32.66Willy Tarreau2015-06-031-1/+1
* Linux 2.6.32.66v2.6.32.66Willy Tarreau2015-05-241-1/+1
* net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas2015-05-241-0/+7
* sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND)Alexey Khoroshilov2015-05-241-10/+2
* hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov2015-05-241-9/+11
* posix-timers: Fix stack info leak in timer_create()Mathias Krause2015-05-241-0/+1
* scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara2015-05-241-2/+1
* lockd: Try to reconnect if statd has movedBenjamin Coddington2015-05-241-0/+6
* pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov2015-05-241-0/+10
* ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko2015-05-241-1/+1
* ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter2015-05-241-5/+5
* IB/core: Avoid leakage from kernel to user spaceEli Cohen2015-05-241-0/+1
* spi: spidev: fix possible arithmetic overflow for multi-transfer messageIan Abbott2015-05-241-1/+4
* tcp: avoid looping in tcp_send_fin()Eric Dumazet2015-05-241-19/+26
* ip_forward: Drop frames with attached skb->skSebastian Pöhn2015-05-241-0/+3
* tcp: make connect() mem charging friendlyEric Dumazet2015-05-241-5/+2
* rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro2015-05-241-1/+1
* rds: avoid potential stack overflowArnd Bergmann2015-05-241-18/+22
* net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-05-241-5/+6
* net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com2015-05-242-8/+23
* udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-05-242-3/+4
* ipv4: Don't use ufo handling on later transformed packetsSteffen Klassert2015-05-241-0/+1
* net: reject creation of netdev names with colonsMatthew Thode2015-05-241-1/+1
* ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki2015-05-241-0/+1
* ppp: deflate: never return len larger than output bufferFlorian Westphal2015-05-241-1/+1
* net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha2015-05-241-0/+3
* fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn2015-05-241-25/+40
* ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2015-05-241-1/+8
* net: rds: use correct size for max unacked packets and bytesSasha Levin2015-05-241-2/+2
* net: llc: use correct size for sysctl timeout entriesSasha Levin2015-05-241-4/+4
* IB/uverbs: Prevent integer overflow in ib_umem_get address arithmeticShachar Raindel2015-05-241-0/+8
* net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann2015-05-241-1/+0
* net: sctp: fix memory leak in auth key managementDaniel Borkmann2015-05-241-2/+0
* isofs: Fix unchecked printing of ER recordsJan Kara2015-05-241-0/+3
* isofs: Fix infinite looping over CE entriesJan Kara2015-05-241-0/+6
* netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal2015-05-241-1/+25
* splice: Apply generic position and size checks to each writeBen Hutchings2015-05-242-4/+12
* serial: samsung: wait for transfer completion before clock disableRobert Baldyga2015-05-241-0/+4
* x86: Conditionally update time when ack-ing pending irqsShai Fultheim2015-05-241-5/+7
* x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski2015-05-241-5/+8
* x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov2015-05-242-0/+11
* ASLR: fix stack randomization on 64-bit systemsHector Marco-Gisbert2015-05-242-5/+6
* x86_64, vdso: Fix the vdso address randomization algorithmAndy Lutomirski2015-05-241-10/+26
* x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitAndy Lutomirski2015-05-242-2/+8
* x86/tls: Don't validate lm in set_thread_area() after allAndy Lutomirski2015-05-242-6/+7
* x86/tls: Disallow unusual TLS segmentsAndy Lutomirski2015-05-241-0/+22
* x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski2015-05-242-2/+36
* x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski2015-05-241-7/+2