summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | net: netem: fix use after free and double free with packet corruptionJakub Kicinski2019-06-191-8/+7
| | * | | | | | net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski2019-06-191-5/+8
| |/ / / / / /
| * | | | | | net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King2019-06-191-1/+1
| * | | | | | Merge branch 'net-fix-quite-a-few-dst_cache-crashes-reported-by-syzbot'David S. Miller2019-06-193-11/+15
| |\ \ \ \ \ \
| | * | | | | | tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long2019-06-191-5/+3
| | * | | | | | ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long2019-06-191-3/+6
| | * | | | | | ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long2019-06-191-3/+6
| |/ / / / / /
| * | | | | | tun: wake up waitqueues after IFF_UP is setFei Li2019-06-181-10/+9
| * | | | | | net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-06-181-3/+0
| * | | | | | tipc: fix issues with early FAILOVER_MSG from peerTuong Lien2019-06-182-4/+7
| * | | | | | bnx2x: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2019-06-182-1/+3
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-06-2117-62/+174
|\ \ \ \ \ \ \
| * | | | | | | RDMA/efa: Handle mmap insertions overflowGal Pressman2019-06-181-5/+16
| * | | | | | | RDMA/efa: Fix success return value in case of errorGal Pressman2019-06-181-6/+18
| * | | | | | | IB/hfi1: Handle port down properly in pioMike Marciniszyn2019-06-184-7/+8
| * | | | | | | IB/hfi1: Handle wakeup of orphaned QPs for pioMike Marciniszyn2019-06-181-0/+16
| * | | | | | | IB/hfi1: Wakeup QPs orphaned on wait list after flushMike Marciniszyn2019-06-181-0/+17
| * | | | | | | IB/hfi1: Use aborts to trigger RC throttlingMike Marciniszyn2019-06-183-4/+37
| * | | | | | | IB/hfi1: Create inline to get extended headersMike Marciniszyn2019-06-182-20/+32
| * | | | | | | IB/hfi1: Silence txreq allocation warningsMike Marciniszyn2019-06-182-2/+3
| * | | | | | | IB/hfi1: Avoid hardlockup with flushlist_lockMike Marciniszyn2019-06-181-6/+3
| * | | | | | | IB/hfi1: Correct tid qp rcd to match verbs contextMike Marciniszyn2019-06-113-3/+15
| * | | | | | | IB/hfi1: Close PSM sdma_progress sleep windowMike Marciniszyn2019-06-112-9/+4
| * | | | | | | IB/hfi1: Validate fault injection opcode user inputKaike Wan2019-06-111-0/+5
* | | | | | | | Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-06-214-16/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | SUNRPC: Fix a credential refcount leakTrond Myklebust2019-06-211-1/+0
| * | | | | | | | Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker2019-06-212-6/+2
| * | | | | | | | net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi2019-06-211-0/+1
| * | | | | | | | NFS4: Only set creation opendata if O_CREATBenjamin Coddington2019-06-211-9/+11
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski2019-06-211-2/+13
* | | | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-06-211-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: 8867/1: vdso: pass --be8 to linker if necessaryJason A. Donenfeld2019-06-201-2/+3
* | | | | | | | | Merge tag 'drm-fixes-2019-06-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-06-2111-65/+209
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'imx-drm-fixes-2019-06-20' of git://git.pengutronix.de/git/pza/linu...Dave Airlie2019-06-211-13/+27
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | gpu: ipu-v3: image-convert: Fix image downsize coefficientsSteve Longerbeam2019-06-141-2/+4
| | * | | | | | | | | gpu: ipu-v3: image-convert: Fix input bytesperline for packed formatsSteve Longerbeam2019-06-141-1/+3
| | * | | | | | | | | gpu: ipu-v3: image-convert: Fix input bytesperline width/height alignSteve Longerbeam2019-06-141-11/+21
| | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'drm-intel-fixes-2019-06-20' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-06-212-15/+38
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/i915: Don't clobber M/N values during fastset checkVille Syrjälä2019-06-191-9/+29
| | * | | | | | | | | Merge tag 'gvt-fixes-2019-06-19' of https://github.com/intel/gvt-linux into d...Jani Nikula2019-06-191-6/+9
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| | | * | | | | | | | drm/i915/gvt: ignore unexpected pvinfo writeWeinan Li2019-06-171-6/+9
| * | | | | | | | | | Merge tag 'drm-misc-fixes-2019-06-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-06-215-3/+19
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | drm: return -EFAULT if copy_to_user() failsDan Carpenter2019-06-182-2/+8
| | * | | | | | | | | | drm/panfrost: Make sure a BO is only unmapped when appropriateBoris Brezillon2019-06-183-1/+11
| * | | | | | | | | | | Merge branch 'vmwgfx-fixes-5.2' of git://people.freedesktop.org/~thomash/linu...Dave Airlie2019-06-213-34/+125
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | drm/vmwgfx: fix a warning due to missing dma_parmsQian Cai2019-06-111-0/+3
| | * | | | | | | | | | drm/vmwgfx: Honor the sg list segment size limitationThomas Hellstrom2019-06-111-5/+5
| | * | | | | | | | | | drm/vmwgfx: Use the backdoor port if the HB port is not availableThomas Hellstrom2019-06-111-29/+117
* | | | | | | | | | | | Merge tag 'staging-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-06-219-22/+71
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'erofs_fix' into staging-linusGreg Kroah-Hartman2019-06-173-3/+31
| |\ \ \ \ \ \ \ \ \ \ \ \