summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-09cxgb4: use correct type for all-mask IP address comparisonRahul Lakkireddy1-5/+5
2020-07-09cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy3-25/+22
2020-07-09cxgb4: parse TC-U32 key values and masks nativelyRahul Lakkireddy2-49/+91
2020-07-09cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy1-1/+1
2020-07-09hsr: avoid to create proc file after unregisterTaehee Yoo4-24/+25
2020-07-09hsr: remove hsr interface if all slaves are removedTaehee Yoo1-2/+20
2020-07-09xfs: fix use-after-free on CIL context on shutdownDave Chinner2-6/+6
2020-07-09RDMA/counter: Query a counter before releaseMark Zhang1-1/+3
2020-07-09irqchip/gic-v4.1: Use readx_poll_timeout_atomic() to fix sleep in atomicZenghui Yu1-4/+4
2020-07-09enetc: Fix HW_VLAN_CTAG_TX|RX togglingClaudiu Manoil3-17/+34
2020-07-09net: enetc: add hw tc hw offload features for PSPF capabilityPo Liu4-0/+96
2020-07-09mptcp: drop MP_JOIN request sock on syn cookiesPaolo Abeni1-8/+10
2020-07-09rxrpc: Fix afs large storage transmission performance dropDavid Howells1-1/+1
2020-07-09btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IOFilipe Manana1-11/+26
2020-07-09drm/msm/dpu: fix error return code in dpu_encoder_initChen Tao1-1/+1
2020-07-09io_uring: use signal based task_work runningJens Axboe1-8/+24
2020-07-09task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov4-7/+28
2020-07-09crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu5-35/+22
2020-07-09tpm: Fix TIS locality timeout problemsJames Bottomley1-10/+9
2020-07-09selftests: tpm: Use /bin/sh instead of /bin/bashJarkko Sakkinen2-2/+2
2020-07-09Revert "tpm: selftest: cleanup after unseal with wrong auth/policy test"Jarkko Sakkinen1-5/+0
2020-07-09kgdb: Avoid suspicious RCU usage warningDouglas Anderson1-0/+4
2020-07-09io_uring: fix current->mm NULL dereference on exitPavel Begunkov1-0/+9
2020-07-09nvme-multipath: fix bogus request queue reference putSagi Grimberg1-0/+8
2020-07-09nvme-multipath: fix deadlock due to head->lockAnton Eidelman2-2/+4
2020-07-09nvme-multipath: fix deadlock between ana_work and scan_workAnton Eidelman1-8/+16
2020-07-09nvme: fix possible deadlock when I/O is blockedSagi Grimberg1-1/+0
2020-07-09nvme-multipath: set bdi capabilities onceKeith Busch2-7/+8
2020-07-09io_uring: fix io_sq_thread no schedule when busyXuan Zhuo1-2/+2
2020-07-09s390/debug: avoid kernel warning on too large number of pagesChristian Borntraeger1-1/+2
2020-07-09tools lib traceevent: Handle __attribute__((user)) in field namesSteven Rostedt (VMware)1-1/+38
2020-07-09tools lib traceevent: Add append() function helper for appending stringsSteven Rostedt (VMware)1-58/+40
2020-07-09usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnectZqiang1-0/+1
2020-07-09rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells1-18/+11
2020-07-09io_uring: fix {SQ,IO}POLL with unsupported opcodesPavel Begunkov1-0/+18
2020-07-09mm, dump_page(): do not crash with invalid mapping pointerVlastimil Babka1-6/+50
2020-07-09mm/slub: fix stack overruns with SLUB_STATSQian Cai1-1/+2
2020-07-09mm/slub.c: fix corrupted freechain in deactivate_slab()Dongli Zhang1-0/+27
2020-07-09powerpc/book3s64/kvm: Fix secondary page table walk warning during migrationAneesh Kumar K.V2-6/+39
2020-07-09powerpc/kvm/book3s: Add helper to walk partition scoped linux page table.Aneesh Kumar K.V3-7/+20
2020-07-09soc: ti: omap-prm: use atomic iopoll instead of sleeping oneTero Kristo1-4/+4
2020-07-09sched/debug: Make sd->flags sysctl read-onlyValentin Schneider1-1/+1
2020-07-09drm/amdgpu: fix kernel page fault issue by ras recovery on sGPUGuchun Chen1-2/+3
2020-07-09drm/amdgpu: fix non-pointer dereference for non-RAS supportedEvan Quan1-2/+2
2020-07-09drm/amdgpu: disable ras query and iject during gpu resetJohn Clements3-3/+28
2020-07-09drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace periodChris Wilson1-2/+10
2020-07-09tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing1-2/+6
2020-07-09usbnet: smsc95xx: Fix use-after-free after removalTuomas Tynkkynen1-1/+1
2020-07-09tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien2-3/+4
2020-07-09tipc: add test for Nagle algorithm effectivenessTuong Lien3-17/+64