summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-03-24net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu
2016-03-08nfs: fix nfs_size_to_loff_tChristoph Hellwig
2016-03-04tracing: Fix freak link error caused by branch tracerArnd Bergmann
2016-03-04tracepoints: Do not trace when cpu is offlineSteven Rostedt (Red Hat)
2016-02-25pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau
2016-02-25unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2016-02-25pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski
2016-02-25radix-tree: fix oops after radix_tree_iter_retryKonstantin Khlebnikov
2016-02-25mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov
2016-02-25drm: Add drm_fixp_from_fraction and drm_fixp2int_ceilHarry Wentland
2016-02-25radix-tree: fix race in gang lookupMatthew Wilcox
2016-02-25ALSA: rawmidi: Make snd_rawmidi_transmit() race-freeTakashi Iwai
2016-02-25cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()zengtao
2016-02-25target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie
2016-02-25cgroup: make sure a parent css isn't offlined before its childrenTejun Heo
2016-02-24crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu
2016-02-03arm64: fix building without CONFIG_UID16Arnd Bergmann
2016-02-03net/mlx4: Remove unused macroMoni Shoua
2016-02-03printk: help pr_debug and pr_devel to optimize out argumentsAaron Conole
2016-02-02mtd: nand: remove unused and buggy get_platform_nandchip() helper functionBoris BREZILLON
2016-02-02mtd: nand: fix ONFI parameter page layoutBoris BREZILLON
2016-02-02crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu
2016-02-02crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu
2016-02-02crypto: af_alg - Add nokey compatibility pathHerbert Xu
2016-02-02crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu
2016-02-02printk: do cond_resched() between lines while outputting to consolesTejun Heo
2016-01-28sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien
2016-01-28sctp: convert sack_needed and sack_generation to bitsMarcelo Ricardo Leitner
2016-01-28ipv6: update skb->csum when CE mark is propagatedEric Dumazet
2016-01-28vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel
2016-01-28unix: properly account for FDs passed over unix socketswilly tarreau
2016-01-25Revert "[stable-only] net: add length argument to skb_copy_and_csum_datagram_...Luis Henriques
2016-01-25net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent
2016-01-25ASoC: Use nested lock for snd_soc_dapm_mutex_lockCharles Keepax
2016-01-25ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)
2016-01-25include/linux/mmdebug.h: should include linux/bug.hJames Morse
2016-01-25net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa
2016-01-25xen: Add RING_COPY_REQUEST()David Vrabel
2016-01-25ses: fix additional element traversal bugJames Bottomley
2016-01-18USB: add quirk for devices with broken LPMAlan Stern
2016-01-05drm: Fix an unwanted master inheritance v2Thomas Hellstrom
2016-01-05locking: Add WARN_ON_ONCE lock assertionPeter Hurley
2016-01-05block: Always check queue limits for cloned requestsHannes Reinecke
2016-01-04net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-04sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-18target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger
2015-12-18ipv6: add complete rcu protection around np->optEric Dumazet
2015-12-18ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2015-12-18ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld
2015-12-18unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat