summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr/verbs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-24/+10
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-1/+1
* RDMA/qedr: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-37/+30
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-25/+9
* Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-291-2/+2
|\
| * cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* | IB/hw: Remove unneeded semicolonsYueHaibing2019-01-181-7/+7
* | RDMA/qedr: remove set but not used variable 'ib_ctx'YueHaibing2019-01-181-6/+0
* | RDMA/qedr: Fix out of bounds index check in query pkeyGal Pressman2019-01-111-1/+1
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-111-17/+16
|/
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-201-1/+1
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-201-1/+1
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-191-4/+5
* IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia2018-12-111-12/+0
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-2/+1
* RDMA/qedr: remove set but not used variable 'ctx'YueHaibing2018-09-051-2/+0
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-0/+3
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-211-0/+3
| |\
| | * RDMA/qedr: Fix NULL pointer dereference when running over iWARP without RDMA-CMKalderon, Michal2018-06-111-0/+3
* | | qedr: Add user space support for SRQYuval Bason2018-08-151-21/+116
* | | qedr: Add support for kernel mode SRQ'sYuval Bason2018-08-151-13/+398
* | | qedr: Add wrapping generic structure for qpidr and adjust idr routines.Yuval Bason2018-08-151-19/+17
* | | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-13/+13
* | | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-3/+4
* | | RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-1/+1
* | | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* | | RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-15/+7
* | | IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe2018-06-181-1/+2
|/ /
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-071-2/+2
|\|
| * RDMA/qedr: fix spelling mistake: "adrresses" -> "addresses"Colin Ian King2018-05-311-1/+1
| * Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-31/+29
| |\
| * | RDMA/qedr: fix spelling mistake: "failes" -> "fails"Colin Ian King2018-05-011-1/+1
* | | qed*: Utilize FW 8.37.2.0Michal Kalderon2018-06-051-2/+2
| |/ |/|
* | RDMA/qedr: Fix doorbell bar mapping for dpi > 1Kalderon, Michal2018-05-231-31/+29
|/
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-071-101/+54
|\
| * RDMA/qedr: Fix wmb usage in qedrKalderon, Michal2018-04-051-8/+18
| * RDMA/qedr: Zero stack memory before copying to user spaceJason Gunthorpe2018-04-051-3/+3
| * IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-041-37/+35
| * IB/providers: Avoid zero GID check for RoCEParav Pandit2018-04-041-3/+0
| * RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-041-21/+0
| * IB/qedr: Remove GID add/del dummy routinesParav Pandit2018-04-031-31/+0
| * RDMA/qedr: eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-021-13/+32
|\ \
| * | RDMA/qedr: Fix QP state initialization raceKalderon, Michal2018-03-211-3/+17
| * | RDMA/qedr: fix QP's ack timeout configurationKalderon, Michal2018-03-211-10/+15
| |/
* / qed*: Utilize FW 8.33.11.0Michal Kalderon2018-03-291-2/+2
|/
* RDMA/qedr: Fix iWARP write and send with immediateKalderon, Michal2018-03-071-0/+10
* RDMA/qedr: Fix kernel panic when running fio over NFSoRDMAKalderon, Michal2018-03-071-1/+2
* RDMA/qedr: lower print level of flushed CQEsKalderon, Michal2018-01-251-3/+3