summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-272-53/+35
|\
| * infiniband: hfi1: fix memory leaksWenwen Wang2019-08-201-3/+6
| * infiniband: hfi1: fix a memory leak bugWenwen Wang2019-08-201-1/+2
| * IB/hfi1: Drop stale TID RDMA packets that cause TIDErrKaike Wan2019-08-201-44/+3
| * IB/hfi1: Add additional checks when handling TID RDMA WRITE DATA packetKaike Wan2019-08-201-0/+7
| * IB/hfi1: Add additional checks when handling TID RDMA READ RESP packetKaike Wan2019-08-201-1/+4
| * IB/hfi1: Unsafe PSN checking for TID RDMA READ Resp packetKaike Wan2019-08-201-2/+2
| * IB/hfi1: Drop stale TID RDMA packetsKaike Wan2019-08-201-2/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-074-45/+13
|\|
| * IB/hfi1: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2019-08-011-0/+2
| * IB/hfi1: Drop all TID RDMA READ RESP packets after r_next_psnKaike Wan2019-07-221-41/+1
| * IB/hfi1: Field not zero-ed when allocating TID flow memoryKaike Wan2019-07-221-0/+1
| * IB/hfi1: Unreserve a flushed OPFN requestKaike Wan2019-07-221-2/+0
| * IB/hfi1: Check for error on call to alloc_rsm_map_tableJohn Fleck2019-07-221-2/+9
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-231-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-1615-332/+326
|\
| * IB/hfi1: No need to use try_module_get for debugfsDennis Dalessandro2019-06-291-3/+2
| * IB/hfi1: Add missing INVALIDATE opcodes for traceMike Marciniszyn2019-06-291-0/+2
| * IB/hfi1: Reduce excessive aspm inlinesMichael J. Ruhl2019-06-294-259/+280
| * IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR detailsMichael J. Ruhl2019-06-292-15/+16
| * IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPsMichael J. Ruhl2019-06-292-17/+17
| * IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam2019-06-293-7/+4
| * IB/hfi1: Move rvt_cq_wc struct into uapi directoryKamenee Arumugam2019-06-291-2/+2
| * Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-2917-53/+145
| |\
| * | IB/{rdmavt, qib, hfi1}: Convert to new completion APIMike Marciniszyn2019-06-211-22/+4
| * | IB/hfi1: Spelling s/statisfied/satisfied/Geert Uytterhoeven2019-06-191-1/+1
| * | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
| * | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+3
| * | IB/hfi1: Use struct_size() helperGustavo A. R. Silva2019-05-301-6/+3
| * | IB/hfi1: Remove extra brackets from an ifDennis Dalessandro2019-05-291-2/+1
| * | RDMA: Convert put_page() to put_user_page*()John Hubbard2019-05-281-7/+4
| * | IB/hfi1: Remove set but not used variables 'offset' and 'fspsn'YueHaibing2019-05-281-4/+1
* | | Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-2415-51/+140
|\ \ \ | | |/ | |/|
| * | 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 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-173-2/+4
|\| |
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-06-073-2/+4
| |\ \
| | * | IB/hfi1: Validate page aligned for a given virtual addressKamenee Arumugam2019-05-291-0/+3
| | * | IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn2019-05-291-2/+0
| | * | IB/hfi1: Insure freeze_work work_struct is canceled on shutdownMike Marciniszyn2019-05-291-0/+1
| | |/
* | / sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-032-5/+4
|/ /