summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-07Linux 4.19.127v4.19.127Greg Kroah-Hartman1-1/+1
2020-06-07net: smsc911x: Fix runtime PM imbalance on errorDinghao Liu1-4/+5
2020-06-07net: ethernet: stmmac: Enable interface clocks on probe for IPQ806xJonathan McDowell1-0/+13
2020-06-07net/ethernet/freescale: rework quiesce/activate for ucc_gethValentin Longchamp1-6/+7
2020-06-07null_blk: return error for invalid zone sizeChaitanya Kulkarni1-0/+4
2020-06-07s390/mm: fix set_huge_pte_at() for empty ptesGerald Schaefer1-3/+6
2020-06-07drm/edid: Add Oculus Rift S to non-desktop listJan Schmidt1-1/+2
2020-06-07net: bmac: Fix read of MAC address from ROMJeremy Kerr1-1/+1
2020-06-07x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor1-2/+2
2020-06-07i2c: altera: Fix race between xfer_msg and isr threadAtsushi Nemoto1-1/+9
2020-06-07evm: Fix RCU list related warningsMadhuparna Bhowmik3-4/+11
2020-06-07ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACTVineet Gupta1-0/+1
2020-06-07ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev1-2/+3
2020-06-07s390/ftrace: save traced function callerVasily Gorbik1-0/+1
2020-06-07spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong1-0/+3
2020-06-07powerpc/powernv: Avoid re-registration of imc debugfs directoryAnju T Sudhakar1-23/+16
2020-06-07scsi: hisi_sas: Check sas_port before using itXiang Chen1-1/+2
2020-06-07drm/i915: fix port checks for MST support on gen >= 11Lucas De Marchi2-11/+18
2020-06-07airo: Fix read overflows sending packetsDan Carpenter1-0/+12
2020-06-07net: dsa: mt7530: set CPU port to fallback modeDENG Qingfang2-3/+14
2020-06-07scsi: ufs: Release clock if DMA map failsCan Guo1-0/+1
2020-06-07mmc: fix compilation of user APIJérôme Pouiller1-0/+1
2020-06-07kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens1-0/+5
2020-06-07p54usb: add AirVasT USB stick device-idGiuseppe Marco Randazzo1-0/+1
2020-06-07HID: i2c-hid: add Schneider SCL142ALM to descriptor overrideJulian Sax1-0/+8
2020-06-07HID: sony: Fix for broken buttons on DS3 USB donglesScott Shumate1-0/+17
2020-06-07mm: Fix mremap not considering huge pmd devmapFan Yang2-1/+2
2020-06-07libnvdimm: Fix endian conversion issues Aneesh Kumar K.V2-7/+8
2020-06-07Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"Tejun Heo1-13/+3
2020-06-03Linux 4.19.126v4.19.126Greg Kroah-Hartman1-1/+1
2020-06-03mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau1-1/+1
2020-06-03netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso2-2/+2
2020-06-03bonding: Fix reference count leak in bond_sysfs_slave_add.Qiushi Wu1-1/+3
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-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: 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-03vti4: eliminated some duplicate code.Jeremy Sowden1-38/+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: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long1-1/+1