summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-0/+3
2016-05-01net: validate variable length ll headersWillem de Bruijn1-1/+20
2016-05-01compiler-gcc: disable -ftracer for __noclone functionsPaolo Bonzini2-2/+2
2016-05-01fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2016-05-01tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)1-3/+3
2016-05-01bitops: Do not default to __clear_bit() for __clear_bit_unlock()Peter Zijlstra1-7/+7
2016-05-01tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-2/+2
2016-05-01net/mlx5: Make command timeout way shorterOr Gerlitz1-1/+1
2016-05-01PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas1-0/+1
2016-05-01mtd: map: fix .set_vpp() documentationLinus Walleij1-2/+5
2016-05-01tty: Fix GPF in flush_to_ldisc(), part 2Peter Hurley1-1/+1
2016-04-11cpu: Provide smpboot_thread_init() on !CONFIG_SMP kernels as wellIngo Molnar1-0/+4
2016-03-30cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney1-0/+2
2016-03-29include/linux/poison.h: fix LIST_POISON{1,2} offsetVasily Kulikov1-2/+2
2016-03-24tracing: Fix check for cpu online when event is disabledSteven Rostedt (Red Hat)1-8/+9
2016-03-24efi: Make efivarfs entries immutable by defaultPeter Jones1-0/+2
2016-03-24efi: Make our variable validation list include the guidPeter Jones1-1/+2
2016-03-24lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones1-0/+4
2016-03-24mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-0/+24
2016-03-24cfg80211/wext: fix message orderingJohannes Berg1-0/+6
2016-03-24libata: Align ata_device's id on a cachelineHarvey Hunt1-1/+1
2016-03-24libata: fix HDIO_GET_32BIT ioctlArnd Bergmann1-2/+2
2016-03-24target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger1-0/+2
2016-03-24route: check and remove route cache when we get routeXin Long1-0/+1
2016-03-24net:Add sysctl_max_skb_fragsHans Westgaard Ry1-0/+1
2016-03-24net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu2-0/+7
2016-03-08nfs: fix nfs_size_to_loff_tChristoph Hellwig1-3/+1
2016-03-04tracing: Fix freak link error caused by branch tracerArnd Bergmann1-1/+1
2016-03-04tracepoints: Do not trace when cpu is offlineSteven Rostedt (Red Hat)1-0/+6
2016-02-25pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2-0/+5
2016-02-25unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2-2/+3
2016-02-25pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-0/+4
2016-02-25radix-tree: fix oops after radix_tree_iter_retryKonstantin Khlebnikov1-3/+3
2016-02-25mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-14/+0
2016-02-25drm: Add drm_fixp_from_fraction and drm_fixp2int_ceilHarry Wentland1-2/+51
2016-02-25radix-tree: fix race in gang lookupMatthew Wilcox1-0/+16
2016-02-25ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai1-0/+4
2016-02-25cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()zengtao1-2/+3
2016-02-25target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie1-0/+3
2016-02-25cgroup: make sure a parent css isn't offlined before its childrenTejun Heo1-0/+6
2016-02-24crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu1-0/+8
2016-02-03arm64: fix building without CONFIG_UID16Arnd Bergmann2-2/+2
2016-02-03net/mlx4: Remove unused macroMoni Shoua1-4/+0
2016-02-03printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole1-6/+6
2016-02-02mtd: nand: remove unused and buggy get_platform_nandchip() helper functionBoris BREZILLON1-9/+0
2016-02-02mtd: nand: fix ONFI parameter page layoutBoris BREZILLON1-2/+2
2016-02-02crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu1-0/+1
2016-02-02crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu1-0/+7
2016-02-02crypto: af_alg - Add nokey compatibility pathHerbert Xu1-0/+2
2016-02-02crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu1-5/+3