summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 2.6.32.69v2.6.32.69Willy Tarreau2015-12-061-1/+1
* splice: sendfile() at once fails for big filesChristophe Leroy2015-12-061-1/+11
* net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet2015-12-061-1/+2
* ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha2015-12-061-2/+2
* RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan2015-12-061-2/+9
* binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki2015-12-061-5/+5
* devres: fix a for loop bounds checkDan Carpenter2015-12-061-1/+1
* HID: core: Avoid uninitialized buffer accessRichard Purdie2015-12-061-1/+1
* ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches2015-12-061-1/+1
* mvsas: Fix NULL pointer dereference in mvs_slot_task_freeDāvis Mosāns2015-12-061-0/+2
* tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa2015-12-061-4/+2
* mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman2015-12-061-0/+8
* x86/process: Add proper bound checks in 64bit get_wchan()Thomas Gleixner2015-12-061-10/+42
* module: Fix locking in symbol_put_addr()Peter Zijlstra2015-12-061-2/+6
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2015-12-067-7/+14
* net: Fix skb csum races when peekingHerbert Xu2015-12-061-1/+2
* RDS: verify the underlying transport exists before creating a connectionSasha Levin2015-12-061-0/+6
* x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski2015-12-062-4/+23
* hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung2015-12-061-9/+11
* hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2015-12-062-10/+8
* pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov2015-12-061-13/+8
* security: add cred argument to security_capable()Chris Wright2015-12-063-7/+6
* Input: evdev - do not report errors form flush()Takashi Iwai2015-12-061-9/+4
* SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust2015-12-061-0/+2
* xfs: Fix xfs_attr_leafblock definitionJan Kara2015-12-061-2/+9
* windfarm: decrement client count when unregisteringPaul Bolle2015-12-061-1/+1
* devres: fix devres_get()Masahiro Yamada2015-12-061-2/+2
* ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set...Herton R. Krzesinski2015-12-061-6/+17
* net: Fix skb_set_peeked use-after-free bugHerbert Xu2015-12-061-6/+7
* net: Clone skb before setting peeked flagHerbert Xu2015-12-061-3/+37
* rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter2015-12-061-1/+1
* xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman2015-12-061-1/+1
* Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds2015-12-063-19/+20
* ipc/sem.c: fully initialize sem_array before making it visibleManfred Spraul2015-12-061-5/+6
* USB: whiteheat: fix potential null-deref at probeJohan Hovold2015-12-061-0/+31
* virtio-net: drop NETIF_F_FRAGLISTJason Wang2015-12-061-1/+1
* ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2015-12-061-1/+36
* md: use kzalloc() when bitmap is disabledBenjamin Randazzo2015-12-061-2/+2
* Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia2015-12-061-1/+1
* vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman2015-12-061-3/+29
* dcache: Handle escaped paths in prepend_pathEric W. Biederman2015-12-061-1/+10
* Linux 2.6.32.68v2.6.32.68Willy Tarreau2015-09-181-1/+1
* ipv6: Fix return of xfrm6_tunnel_rcv()David S. Miller2015-09-181-1/+1
* dmaengine: fix missing 'cnt' in ?: in dmatestDr. David Alan Gilbert2015-09-181-1/+1
* dccp: catch failed request_module call in dccp_probe initWang Weidong2015-09-181-12/+7
* dccp: Fix compile warning in probe code.David S. Miller2015-09-181-2/+12
* dccp: fix auto-loading of dccp(_probe)Gerrit Renker2015-09-181-2/+2
* x86/xen: Probe target addresses in set_aliased_prot() before the hypercallAndy Lutomirski2015-09-181-0/+40
* libata: increase the timeout when setting transfer modeMikulas Patocka2015-09-181-1/+2
* s390/process: fix sfpc inline assemblyHeiko Carstens2015-09-181-1/+1