summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-096-152/+93Star
|\
| * RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-032-5/+11
| * RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-031-15/+10Star
| * RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe2019-04-091-15/+4Star
| * RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-083-25/+15Star
| * RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-083-14/+10Star
| * IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-012-11/+12
| * IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-4/+5
| * IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-012-15/+15
| * qedr: Convert srqidr to XArrayMatthew Wilcox2019-03-293-41/+7Star
| * qedr: Convert qpidr to XArrayMatthew Wilcox2019-03-294-11/+8Star
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-12/+0Star
* | drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon2019-04-081-1/+1
|/
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-223-26/+13Star
* 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/+30Star
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-093-28/+13Star
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* 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-182-8/+8
* | RDMA/qedr: remove set but not used variable 'ib_ctx'YueHaibing2019-01-181-6/+0Star
* | RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-1/+2
* | RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* | 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/+16Star
|/
* infiniband/qedr: Potential null ptr dereference of qpAditya Pakki2019-01-031-0/+2
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-202-2/+2
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-202-2/+2
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-191-4/+5
* RDMA/qedr: Initialize ib_device_ops structKamal Heib2018-12-121-51/+52
* IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia2018-12-111-12/+0Star
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-40/+29Star
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-2/+1Star
* RDMA/qedr: Remove enumerated type qed_roce_ll2_tx_destNathan Chancellor2018-10-011-2/+2
* RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-3/+1Star
* RDMA/qedr: remove set but not used variable 'ctx'YueHaibing2018-09-051-2/+0Star
* 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-152-44/+191
* | | qedr: Add support for kernel mode SRQ'sYuval Bason2018-08-155-13/+458
* | | qedr: Add wrapping generic structure for qpidr and adjust idr routines.Yuval Bason2018-08-154-29/+31
* | | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-314-25/+25
* | | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-312-5/+6
* | | 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 the AH's sgid_attr in post_wr pathsParav Pandit2018-06-181-19/+6Star