summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-03Linux 5.6.16v5.6.16Greg Kroah-Hartman1-1/+1
2020-06-03netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso2-2/+2
2020-06-03netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_updateNathan Chancellor1-3/+3
2020-06-03netfilter: conntrack: comparison of unsigned in cthelper confirmationPablo Neira Ayuso1-1/+1
2020-06-03powerpc/bpf: Enable bpf_probe_read{, str}() on powerpc againPetr Mladek1-0/+1
2020-06-03bonding: Fix reference count leak in bond_sysfs_slave_add.Qiushi Wu1-1/+3
2020-06-03net: dsa: declare lockless TX feature for slave portsVladimir Oltean1-0/+1
2020-06-03ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern3-9/+45
2020-06-03nexthop: Expand nexthop_is_multipath in a few placesDavid Ahern1-16/+25
2020-06-03nexthops: don't modify published nexthop groupsNikolay Aleksandrov2-33/+59
2020-06-03nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entryDavid Ahern1-14/+13
2020-06-03crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet1-1/+1
2020-06-03qlcnic: fix missing release in qlcnic_83xx_interrupt_test.Qiushi Wu1-1/+3
2020-06-03xsk: Add overflow check for u64 division, stored into u32Björn Töpel1-2/+6
2020-06-03x86/ioperm: Prevent a memory leak when fork failsJay Lang3-15/+15
2020-06-03ieee80211: Fix incorrect mask for default PE durationPradeep Kumar Chitrapu1-1/+1
2020-06-03bnxt_en: fix firmware message length endiannessEdwin Peer2-15/+4
2020-06-03bnxt_en: Fix accumulation of bp->net_stats_prev.Michael Chan1-1/+1
2020-06-03esp6: get the right proto for transport mode in esp6_gso_encapXin Long1-1/+8
2020-06-03netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso3-33/+38
2020-06-03netfilter: nfnetlink_cthelper: unbreak userspace helper supportPablo Neira Ayuso1-1/+2
2020-06-03netfilter: conntrack: make conntrack userspace helpers work againPablo Neira Ayuso1-6/+72
2020-06-03netfilter: ipset: Fix subcounter update skipPhil Sutter1-1/+1
2020-06-03netfilter: nft_reject_bridge: enable reject with bridge vlanMichael Braun1-0/+6
2020-06-03ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long1-1/+22
2020-06-03xfrm: fix error in commentAntony Antony1-1/+1
2020-06-03xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long1-1/+2
2020-06-03xfrm: fix a warning in xfrm_policy_insert_listXin Long1-6/+1
2020-06-03xfrm interface: fix oops when deleting a x-netns interfaceNicolas Dichtel1-0/+21
2020-06-03xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long1-5/+7
2020-06-03xfrm: espintcp: save and call old ->sk_destructSabrina Dubroca2-0/+3
2020-06-03xfrm: remove the xfrm_state_put call becofe going to out_resetXin Long2-6/+2
2020-06-03xfrm: do pskb_pull properly in __xfrm_transport_prepXin Long1-5/+3
2020-06-03xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long1-1/+1
2020-06-03copy_xstate_to_kernel(): don't leave parts of destination uninitializedAl Viro1-38/+48
2020-06-03x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl1-1/+1
2020-06-03mac80211: mesh: fix discovery timer re-arming issue / crashLinus Lüssing1-0/+7
2020-06-03cfg80211: fix debugfs rename crashJohannes Berg1-1/+1
2020-06-03parisc: Fix kernel panic in mem_init()Helge Deller1-1/+1
2020-06-03iommu: Fix reference count leak in iommu_group_alloc.Qiushi Wu1-1/+1
2020-06-03gpio: fix locking open drain IRQ linesLinus Walleij1-2/+9
2020-06-03Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"Jens Axboe1-7/+4
2020-06-03include/asm-generic/topology.h: guard cpumask_of_node() macro argumentArnd Bergmann1-1/+1
2020-06-03fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko1-1/+1
2020-06-03mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()Konstantin Khlebnikov1-2/+13
2020-06-03mm,thp: stop leaking unreleased file pagesHugh Dickins1-0/+1
2020-06-03IB/ipoib: Fix double free of skb in case of multicast traffic in CM modeValentine Fatiev4-12/+26
2020-06-03drm/amd/display: Fix potential integer wraparound resulting in a hangAric Cyr1-0/+2
2020-06-03drm/amd/display: Defer cursor lock until after VUPDATENicholas Kazlauskas6-1/+81
2020-06-03drm/amd/display: Use cursor locking to prevent flip delaysAric Cyr16-45/+88