aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-09qed*: LL2 callback operationsMichal Kalderon3-58/+188
2017-06-01RDMA/qedr: add null check before pointer dereferenceGustavo A. R. Silva1-4/+6
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+1
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2-1/+2
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli4-34/+38
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli4-5/+5
2017-04-29iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel1-0/+1
2017-04-28RDMA/qedr: add support for send+invalidate in poll CQAmrani, Ram2-38/+63
2017-04-28RDMA/qedr: destroy CQ only after HW releases itAmrani, Ram3-2/+75
2017-04-28RDMA/qedr: enhance destroy flow for GSI QPAmrani, Ram1-10/+11
2017-04-28RDMA/qedr: properly check atomic capabilitiesAmrani, Ram1-31/+46
2017-04-28RDMA/qedr: reset access control when registering a MRAmrani, Ram1-0/+2
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-4/+4
2017-03-13qed*: Utilize Firmware 8.15.3.0Mintz, Yuval5-64/+6
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-4/+5
2017-02-19RDMA/qedr: Fix some error handlingChristophe Jaillet1-4/+6
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford4-42/+65
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-4/+5
2017-01-24RDMA/qedr: Dispatch port active event from qedr_addRam Amrani2-6/+19
2017-01-24RDMA/qedr: Fix and simplify memory leak in PD allocRam Amrani1-8/+18
2017-01-24RDMA/qedr: Fix RDMA CM loopbackRam Amrani1-2/+2
2017-01-24RDMA/qedr: Fix formattingRam Amrani2-3/+1
2017-01-24RDMA/qedr: Mark three functions as staticRam Amrani1-6/+8
2017-01-24RDMA/qedr: Don't reset QP when queues aren't flushedRam Amrani1-0/+8
2017-01-24RDMA/qedr: Don't spam dmesg if QP is in error stateRam Amrani1-3/+4
2017-01-24RDMA/qedr: Remove CQ spinlock from CM completion handlersRam Amrani2-11/+2
2017-01-24RDMA/qedr: Return max inline data in QP query resultRam Amrani1-1/+1
2017-01-24RDMA/qedr: Return success when not changing QP stateRam Amrani1-1/+1
2017-01-24RDMA/qedr: Fix MTU returned from QP queryAmrani, Ram1-1/+1
2017-01-24IB/qedr: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2017-01-12RDMA/qedr: restructure functions that create/destroy QPsAmrani, Ram1-313/+236
2017-01-10RDMA: Adding ethertype ETH_P_IBOESelvin Xavier2-2/+1
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-10/+25
2016-12-22qedr: Always notify the verb consumer of flushed CQEsAmrani, Ram1-1/+1
2016-12-22qedr: clear the vendor error field in the work completionAmrani, Ram1-0/+3
2016-12-22qedr: post_send/recv according to QP stateAmrani, Ram1-4/+4
2016-12-22qedr: ignore inline flag in read verbsAmrani, Ram1-1/+3
2016-12-22qedr: modify QP state to error when destroying itAmrani, Ram1-2/+4
2016-12-22qedr: return correct value on modify qpAmrani, Ram1-1/+1
2016-12-22qedr: return error if destroy CQ failedAmrani, Ram1-1/+6
2016-12-22qedr: configure the number of CQEs on CQ creationAmrani, Ram1-0/+3
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-14/+16
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford1-12/+12
2016-12-14qedr: remove pointless NULL check in qedr_post_send()Wei Yongjun1-5/+0
2016-12-14qedr: Use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2016-12-14qedr: Fix possible memory leak in qedr_create_qp()Wei Yongjun1-4/+8
2016-12-14qedr: return -EINVAL if pd is null and avoid null ptr dereferenceColin Ian King1-1/+3
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua2-2/+4
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1