aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2019-05-30linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()Jann Horn
2019-05-23fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-05-23USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern
2019-05-23i2c: Allow recovery of the initial IRQ by an I2C client device.Jim Broadus
2019-05-23sctp: avoid running the sctp state machine recursivelyXin Long
2019-05-23ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin
2019-05-23net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti
2019-05-23xsk: fix umem memory leak on cleanupBjörn Töpel
2019-05-23fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-05-23mm: add 'try_get_page()' helper functionLinus Torvalds
2019-05-23mm: make page ref count overflow check tighter and more explicitLinus Torvalds
2019-05-23include/linux/bitops.h: introduce BITS_PER_TYPEChris Wilson
2019-05-15ip6: fix skb leak in ip6frag_expire_frag_queue()Eric Dumazet
2019-05-15printk: Tie printk_once / printk_deferred_once into .data.once for resetPaul Gortmaker
2019-05-15net: netrom: Fix error cleanup path of nr_proto_initYueHaibing
2019-05-15tracing: Fix buffer_ref pipe opsJann Horn
2019-05-15x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu
2019-05-15coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-05-15net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov
2019-05-15net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov
2019-05-15ip: add helpers to process in-order fragments faster.Peter Oskolkov
2019-05-15ip: use rb trees for IP frag queue.Peter Oskolkov
2019-05-15ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov
2019-05-15ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal
2019-05-15failover: allow name change on IFF_UP slave interfacesSi-Wei Liu
2019-05-14cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf
2019-05-14x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner
2019-05-14locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new...Will Deacon
2019-05-05include/linux/swap.h: use offsetof() instead of custom __swapoffset macroPi-Hsun Shih
2019-05-05rxrpc: Fix client call connect/disconnect raceDavid Howells
2019-05-05appletalk: Fix compile regressionArnd Bergmann
2019-05-05appletalk: Fix use-after-free in atalk_proc_exitYueHaibing
2019-05-05xfrm: destroy xfrm_state synchronously on net exit pathCong Wang
2019-05-05compiler.h: update definition of unreachable()ndesaulniers@google.com
2019-05-05Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa
2019-05-05netfilter: xt_cgroup: shrink size of v2 pathPablo Neira Ayuso
2019-05-05virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck
2019-05-05mm: writeback: use exact memcg dirty countsGreg Thelen
2019-05-05include/linux/bitrev.h: fix constant bitrevArnd Bergmann
2019-05-05lib/string.c: implement a basic bcmpNick Desaulniers
2019-05-05net/mlx5e: Add a lock on tir listYuval Avnery
2019-05-05vrf: check accept_source_route on the original netdeviceStephen Suryaputra
2019-05-05netns: provide pure entropy for net_hash_mix()Eric Dumazet
2019-05-05netns: get more entropy from net_hash_mix()Eric Dumazet
2019-04-12netfilter: physdev: relax br_netfilter dependencyFlorian Westphal
2019-04-12cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov
2019-04-12bpf: fix missing prototype warningsValdis Kletnieks
2019-04-12sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri
2019-04-12perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier
2019-04-12genirq: Add missing documentation for tot_countWaiman Long