summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr
Commit message (Expand)AuthorAgeFilesLines
* RDMA/qedr: Add 64KB PAGE_SIZE support to user-space queuesRam Amrani2017-06-142-28/+41
* RDMA/qedr: Initialize byte_len in WC of READ and SEND commandsMichal Kalderon2017-06-141-0/+4
* RDMA/qedr: add null check before pointer dereferenceGustavo A. R. Silva2017-06-011-4/+6
* Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-101-0/+1
|\
| * iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel2017-04-291-0/+1
* | IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-012-1/+2
* | IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-014-34/+38
* | IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-014-5/+5
* | RDMA/qedr: add support for send+invalidate in poll CQAmrani, Ram2017-04-282-38/+63
* | RDMA/qedr: destroy CQ only after HW releases itAmrani, Ram2017-04-283-2/+75
* | RDMA/qedr: enhance destroy flow for GSI QPAmrani, Ram2017-04-281-10/+11
* | RDMA/qedr: properly check atomic capabilitiesAmrani, Ram2017-04-281-31/+46
* | RDMA/qedr: reset access control when registering a MRAmrani, Ram2017-04-281-0/+2
* | IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-4/+4
* | qed*: Utilize Firmware 8.15.3.0Mintz, Yuval2017-03-135-64/+6Star
|/
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * IB/qedr: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-4/+5
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-4/+5
* | | RDMA/qedr: Fix some error handlingChristophe Jaillet2017-02-191-4/+6
* | | Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-194-42/+65
|\ \ \ | |_|/ |/| |
| * | RDMA/qedr: Dispatch port active event from qedr_addRam Amrani2017-01-242-6/+19
| * | RDMA/qedr: Fix and simplify memory leak in PD allocRam Amrani2017-01-241-8/+18
| * | RDMA/qedr: Fix RDMA CM loopbackRam Amrani2017-01-241-2/+2
| * | RDMA/qedr: Fix formattingRam Amrani2017-01-242-3/+1Star
| * | RDMA/qedr: Mark three functions as staticRam Amrani2017-01-241-6/+8
| * | RDMA/qedr: Don't reset QP when queues aren't flushedRam Amrani2017-01-241-0/+8
| * | RDMA/qedr: Don't spam dmesg if QP is in error stateRam Amrani2017-01-241-3/+4
| * | RDMA/qedr: Remove CQ spinlock from CM completion handlersRam Amrani2017-01-242-11/+2Star
| * | RDMA/qedr: Return max inline data in QP query resultRam Amrani2017-01-241-1/+1
| * | RDMA/qedr: Return success when not changing QP stateRam Amrani2017-01-241-1/+1
| * | RDMA/qedr: Fix MTU returned from QP queryAmrani, Ram2017-01-241-1/+1
| |/
* | RDMA/qedr: restructure functions that create/destroy QPsAmrani, Ram2017-01-121-313/+236Star
* | RDMA: Adding ethertype ETH_P_IBOESelvin Xavier2017-01-102-2/+1Star
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-231-10/+25
|\
| * qedr: Always notify the verb consumer of flushed CQEsAmrani, Ram2016-12-221-1/+1
| * qedr: clear the vendor error field in the work completionAmrani, Ram2016-12-221-0/+3
| * qedr: post_send/recv according to QP stateAmrani, Ram2016-12-221-4/+4
| * qedr: ignore inline flag in read verbsAmrani, Ram2016-12-221-1/+3
| * qedr: modify QP state to error when destroying itAmrani, Ram2016-12-221-2/+4
| * qedr: return correct value on modify qpAmrani, Ram2016-12-221-1/+1
| * qedr: return error if destroy CQ failedAmrani, Ram2016-12-221-1/+6
| * qedr: configure the number of CQEs on CQ creationAmrani, Ram2016-12-221-0/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-152-14/+16
|\|
| *-. Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-141-12/+12
| |\ \
| | | * qedr: remove pointless NULL check in qedr_post_send()Wei Yongjun2016-12-141-5/+0Star
| | | * qedr: Use list_move_tail instead of list_del/list_add_tailWei Yongjun2016-12-141-2/+1Star
| | | * qedr: Fix possible memory leak in qedr_create_qp()Wei Yongjun2016-12-141-4/+8
| | | * qedr: return -EINVAL if pd is null and avoid null ptr dereferenceColin Ian King2016-12-141-1/+3
| | |/
| * / IB/core: Let create_ah return extended response to userMoni Shoua2016-12-132-2/+4
| |/