summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-20netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2-3/+3
2020-05-20NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski1-18/+16
2020-05-20nfs: fscache: use timespec64 in inode auxdataArnd Bergmann3-11/+21
2020-05-20NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski1-1/+2
2020-05-20mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter1-2/+1
2020-05-20mmc: core: Check request type before completing the requestVeerabhadrarao Badiganti1-1/+2
2020-05-20i40iw: Fix error handling in i40iw_manage_arp_cache()Dan Carpenter1-1/+1
2020-05-20pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handlerGrace Kao1-0/+4
2020-05-20pinctrl: baytrail: Enable pin configuration setting for GPIO chipAndy Shevchenko1-0/+1
2020-05-20gfs2: Another gfs2_walk_metadata fixAndreas Gruenbacher1-7/+9
2020-05-20ALSA: hda/realtek - Fix S3 pop noise on Dell WyseKai-Heng Feng1-0/+16
2020-05-20ipc/util.c: sysvipc_find_ipc() incorrectly updates position indexVasily Averin1-6/+6
2020-05-20drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper()Vasily Averin1-1/+2
2020-05-20ALSA: hda/hdmi: fix race in monitor detection during probeKai Vehmanen1-0/+2
2020-05-20cpufreq: intel_pstate: Only mention the BIOS disabling turbo mode onceChris Wilson1-1/+1
2020-05-20dmaengine: mmp_tdma: Reset channel error on releaseLubomir Rintel1-0/+2
2020-05-20dmaengine: pch_dma.c: Avoid data race between probe and irq handlerMadhuparna Bhowmik1-1/+1
2020-05-20riscv: fix vdso build with lldIlie Halip1-3/+3
2020-05-20tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet3-4/+26
2020-05-20net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage1-2/+4
2020-05-20netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li1-0/+2
2020-05-20net: ipv4: really enforce backoff for redirectsPaolo Abeni1-1/+1
2020-05-20net: dsa: loop: Add module soft dependencyFlorian Fainelli1-0/+1
2020-05-20hinic: fix a bug of ndo_stopLuo bin2-18/+14
2020-05-20virtio_net: fix lockdep warning on 32 bitMichael S. Tsirkin1-2/+4
2020-05-20tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet1-3/+4
2020-05-20Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski1-2/+4
2020-05-20pppoe: only process PADT targeted at local interfacesGuillaume Nault1-0/+3
2020-05-20net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit1-3/+5
2020-05-20netlabel: cope with NULL catmapPaolo Abeni3-3/+12
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang1-1/+3
2020-05-20mmc: sdhci-acpi: Add SDHCI_QUIRK2_BROKEN_64_BIT_DMA for AMDI0040Raul E Rangel1-4/+6
2020-05-20scsi: sg: add sg_remove_request in sg_writeWu Bo1-1/+3
2020-05-20virtio-blk: handle block_device_operations callbacks after hot unplugStefan Hajnoczi1-8/+78
2020-05-20drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann1-4/+7
2020-05-20net: moxa: Fix a potential double 'free_irq()'Christophe JAILLET1-1/+1
2020-05-20net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()'Christophe JAILLET1-2/+4
2020-05-20shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins1-2/+5
2020-05-20net: dsa: Do not make user port errors fatalFlorian Fainelli1-1/+1
2020-05-14Linux 4.19.123v4.19.123Greg Kroah-Hartman1-1/+1
2020-05-14ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()Oleg Nesterov1-8/+26
2020-05-14scripts/decodecode: fix trapping instruction formattingIvan Delalande1-1/+1
2020-05-14objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf1-1/+1
2020-05-14netfilter: nf_osf: avoid passing pointer to local varArnd Bergmann1-5/+7
2020-05-14netfilter: nat: never update the UDP checksum when it's 0Guillaume Nault1-3/+2
2020-05-14x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf3-14/+43
2020-05-14x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf1-1/+1
2020-05-14x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf1-3/+3
2020-05-14x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes1-1/+1
2020-05-14x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn1-1/+1