summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-28net: dsa: declare lockless TX feature for slave portsVladimir Oltean1-0/+1
2020-05-27copy_xstate_to_kernel(): don't leave parts of destination uninitializedAl Viro1-38/+48
2020-05-27net: dsa: felix: send VLANs on CPU port as egress-taggedVladimir Oltean1-2/+6
2020-05-27bridge: multicast: work around clang bugArnd Bergmann1-1/+2
2020-05-27nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()Dongli Zhang1-4/+7
2020-05-27vsock: fix timeout in vsock_accept()Stefano Garzarella1-1/+1
2020-05-27nfp: flower: fix used time of merge flow statisticsHeinrich Kuhn1-1/+2
2020-05-27net/sched: fix infinite loop in sch_fq_pieDavide Caratti2-2/+23
2020-05-27RDMA/core: Fix double destruction of uobjectJason Gunthorpe2-8/+14
2020-05-27fanotify: turn off support for FAN_DIR_MODIFYAmir Goldstein2-3/+2
2020-05-27x86: Hide the archdata.iommu field behind generic IOMMU_APIKrzysztof Kozlowski1-1/+1
2020-05-27ia64: Hide the archdata.iommu field behind generic IOMMU_APIKrzysztof Kozlowski1-1/+1
2020-05-27netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso2-2/+2
2020-05-27netfilter: conntrack: comparison of unsigned in cthelper confirmationPablo Neira Ayuso1-1/+1
2020-05-27netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_updateNathan Chancellor1-3/+3
2020-05-27ceph: flush release queue when handling caps for unknown inodeJeff Layton1-1/+1
2020-05-27libceph: ignore pool overlay and cache logic on redirectsJerry Lee1-1/+3
2020-05-27ALSA: hda/realtek - Add new codec supported for ALC287Kailang Yang1-0/+3
2020-05-27crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet1-1/+1
2020-05-27Input: synaptics - add a second working PNP_ID for Lenovo T470sDennis Kadioglu1-0/+1
2020-05-27ALSA: usb-audio: Quirks for Gigabyte TRX40 Aorus Master onboard audioTakashi Iwai2-0/+44
2020-05-27net: sctp: Fix spelling in Kconfig helpChris Packham1-1/+1
2020-05-27bnxt_en: fix firmware message length endiannessEdwin Peer2-15/+4
2020-05-27bnxt_en: Fix return code to "flash_device".Vasundhara Volam1-4/+5
2020-05-27bnxt_en: Fix accumulation of bp->net_stats_prev.Michael Chan1-1/+1
2020-05-27net: usb: qmi_wwan: add Telit LE910C1-EUX compositionDaniele Palmas1-0/+1
2020-05-27net: check untrusted gso_size at kernel entryWillem de Bruijn1-2/+12
2020-05-27mptcp: avoid NULL-ptr derefence on fallbackPaolo Abeni1-1/+2
2020-05-27clk: qcom: gcc: Fix parent for gpll0_out_evenVinod Koul1-2/+1
2020-05-27clk: qcom: sm8250 gcc depends on QCOM_GDSCJonathan Marek1-0/+1
2020-05-27net: stmmac: enable timestamp snapshot for required PTP packets in dwmac v5.10aFugang Duan1-1/+2
2020-05-27ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern3-9/+45
2020-05-27ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern3-15/+71
2020-05-27nexthop: Expand nexthop_is_multipath in a few placesDavid Ahern1-16/+25
2020-05-27nexthops: don't modify published nexthop groupsNikolay Aleksandrov2-33/+59
2020-05-27nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entryDavid Ahern1-14/+13
2020-05-26exec: Always set cap_ambient in cap_bprm_set_credsEric W. Biederman1-0/+1
2020-05-26sched/fair: Don't NUMA balance for kthreadsJens Axboe1-1/+1
2020-05-26x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long"Andy Lutomirski2-3/+10
2020-05-26powerpc/64s: Fix restore of NV GPRs after facility unavailable exceptionMichael Ellerman1-0/+2
2020-05-26ALSA: usb-audio: mixer: volume quirk for ESS Technology Asus USB DACChris Chiu1-0/+8
2020-05-26ALSA: hda/realtek - Add a model for Thinkpad T570 without DAC workaroundTakashi Iwai1-10/+26
2020-05-26ALSA: hwdep: fix a left shifting 1 by 31 UB bugChangming Liu1-2/+2
2020-05-26qlcnic: fix missing release in qlcnic_83xx_interrupt_test.Qiushi Wu1-1/+3
2020-05-26dpaa_eth: fix usage as DSA master, try 3Vladimir Oltean1-1/+1
2020-05-26net/tls: fix race condition causing kernel panicVinay Kumar Yadav2-6/+31
2020-05-26xsk: Add overflow check for u64 division, stored into u32Björn Töpel1-2/+6
2020-05-25netfilter: nfnetlink_cthelper: unbreak userspace helper supportPablo Neira Ayuso1-1/+2
2020-05-25netfilter: conntrack: make conntrack userspace helpers work againPablo Neira Ayuso1-6/+72
2020-05-25netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso3-33/+38