summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds2019-05-021-1/+7
* net: netrom: Fix error cleanup path of nr_proto_initYueHaibing2019-05-021-1/+1
* tracing: Fix buffer_ref pipe opsJann Horn2019-05-021-0/+1
* netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso2019-05-021-0/+6
* netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso2019-05-021-4/+2
* netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso2019-05-021-0/+3
* netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso2019-05-021-4/+13
* netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal2019-05-021-1/+6
* x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu2019-04-271-0/+1
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-04-271-0/+21
* net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov2019-04-271-2/+9
* net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-04-271-2/+14
* net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski2019-04-271-1/+1
* failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2019-04-271-0/+3
* appletalk: Fix compile regressionArnd Bergmann2019-04-201-4/+14
* include/linux/swap.h: use offsetof() instead of custom __swapoffset macroPi-Hsun Shih2019-04-201-2/+2
* rxrpc: Fix client call connect/disconnect raceDavid Howells2019-04-201-0/+2
* appletalk: Fix use-after-free in atalk_proc_exitYueHaibing2019-04-201-1/+1
* xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-04-201-3/+9
* compiler.h: update definition of unreachable()ndesaulniers@google.com2019-04-201-1/+4
* Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa2019-04-201-0/+2
* netfilter: xt_cgroup: shrink size of v2 pathPablo Neira Ayuso2019-04-201-0/+16
* x86/gart: Exclude GART aperture from kcoreKairui Song2019-04-201-0/+2
* virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck2019-04-171-1/+1
* mm: writeback: use exact memcg dirty countsGreg Thelen2019-04-171-1/+4
* include/linux/bitrev.h: fix constant bitrevArnd Bergmann2019-04-171-23/+23
* netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal2019-04-171-0/+13
* lib/string.c: implement a basic bcmpNick Desaulniers2019-04-171-0/+3
* net/mlx5e: Add a lock on tir listYuval Avnery2019-04-171-0/+2
* vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-171-1/+1
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-04-172-8/+3
* netfilter: physdev: relax br_netfilter dependencyFlorian Westphal2019-04-051-1/+0
* cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov2019-04-052-1/+3
* bpf: fix missing prototype warningsValdis Kletnieks2019-04-051-1/+3
* sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2019-04-051-2/+2
* perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-04-051-1/+1
* genirq: Avoid summation loops for /proc/statThomas Gleixner2019-04-051-0/+1
* sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck2019-04-051-4/+4
* scsi: fcoe: make use of fip_mode enum completeSedat Dilek2019-04-051-2/+2
* clk: fractional-divider: check parent rate only if flag is setKatsuhiro Suzuki2019-04-051-0/+3
* f2fs: fix to check inline_xattr_size boundary correctlyChao Yu2019-04-051-6/+7
* include/linux/relay.h: fix percpu annotation in struct rchanLuc Van Oostenryck2019-04-051-1/+1
* tracing: kdb: Fix ftdump to not sleepDouglas Anderson2019-04-051-1/+1
* drivers: base: Helpers for adding device connection descriptionsHeikki Krogerus2019-04-031-0/+24
* mm: add support for kmem caches in DMA32 zoneNicolas Boichat2019-04-031-0/+2
* sctp: get sctphdr by offset in sctp_compute_cksumXin Long2019-04-031-1/+1
* packets: Always register packet sk in the same orderMaxime Chevallier2019-04-031-0/+6
* libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-271-0/+2
* KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-03-231-1/+1
* x86/unwind/orc: Fix ORC unwind table alignmentJosh Poimboeuf2019-03-231-1/+1