summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-25crypto: hash - prevent using keyed hashes without setting keyEric Biggers
2018-02-25crypto: hash - annotate algorithms taking optional keyEric Biggers
2018-02-25net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn
2018-02-25rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan
2018-02-25netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang
2018-02-25netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()Cong Wang
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni
2018-02-25netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov
2018-02-25netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet
2018-02-25netfilter: x_tables: fix int overflow in xt_alloc_table_info()Dmitry Vyukov
2018-02-25kcov: detect double association with a single taskDmitry Vyukov
2018-02-25KVM: x86: fix escape of guest dr6 to the hostWanpeng Li
2018-02-25blk_rq_map_user_iov: fix error overrideDouglas Gilbert
2018-02-25staging: android: ion: Switch from WARN to pr_warnLaura Abbott
2018-02-25staging: android: ion: Add __GFP_NOWARN for system contig heapLaura Abbott
2018-02-25crypto: x86/twofish-3way - Fix %rbp usageEric Biggers
2018-02-25selinux: skip bounded transition processing if the policy isn't loadedPaul Moore
2018-02-25selinux: ensure the context is NUL terminated in security_context_to_sid_core()Paul Moore
2018-02-25Provide a function to create a NUL-terminated string from unterminated dataDavid Howells
2018-02-25ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZEJason Wang
2018-02-25drm: Require __GFP_NOFAIL for the legacy drm_modeset_lock_allChris Wilson
2018-02-25blktrace: fix unlocked registration of tracepointsJens Axboe
2018-02-25sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long
2018-02-25xfrm: check id proto in validate_tmpl()Cong Wang
2018-02-25xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert
2018-02-25mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa
2018-02-25xfrm: skip policies marked as dead while rehashingFlorian Westphal
2018-02-25cfg80211: check dev_set_name() return valueJohannes Berg
2018-02-25kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert
2018-02-25kcm: Check if sk_user_data already set in kcm_attachTom Herbert
2018-02-25vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang
2018-02-22Linux 4.9.83v4.9.83Greg Kroah-Hartman
2018-02-22media: r820t: fix r820t_write_reg for KASANArnd Bergmann
2018-02-22ARM: dts: Delete bogus reference to the charlcdLinus Walleij
2018-02-22arm: dts: mt2701: Add reset-cellsMatthias Brugger
2018-02-22ARM: dts: s5pv210: add interrupt-parent for ohciArnd Bergmann
2018-02-22arm64: dts: msm8916: Add missing #phy-cellsBjorn Andersson
2018-02-22ARM: pxa/tosa-bt: add MODULE_LICENSE tagArnd Bergmann
2018-02-22ARM: dts: exynos: fix RTC interrupt for exynos5410Arnd Bergmann
2018-02-22vfs: don't do RCU lookup of empty pathnamesLinus Torvalds
2018-02-22x86: fix build warnign with 32-bit PAEArnd Bergmann
2018-02-22x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva
2018-02-22x86/spectre: Fix an error messageDan Carpenter
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2018-02-22selftests/x86/mpx: Fix incorrect bounds with old _sigfaultRui Wang
2018-02-22x86/speculation: Add <asm/msr-index.h> dependencyPeter Zijlstra
2018-02-22nospec: Move array_index_nospec() parameter checking into separate macroWill Deacon
2018-02-22x86/speculation: Fix up array_index_nospec_mask() asm constraintDan Williams
2018-02-22selftests/x86: Do not rely on "int $0x80" in single_step_syscall.cDominik Brodowski
2018-02-22selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.cDominik Brodowski