summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/verbs.c
Commit message (Expand)AuthorAgeFilesLines
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-4/+9
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-22/+23
* IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-2/+2
* IB/core: Rename ib_query_ah to rdma_query_ahDasaratharaman Chandramouli2017-05-011-2/+2
* IB/core: Rename ib_modify_ah to rdma_modify_ahDasaratharaman Chandramouli2017-05-011-2/+2
* IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli2017-05-011-3/+3
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-6/+6
* IB/core: For multicast functions, verify that LIDs are multicast LIDsMichael J. Ruhl2017-04-281-2/+6
* IB/core: Add support for draining IB_POLL_DIRECT completion queuesBart Van Assche2017-02-191-20/+15Star
* IB/core: Add inline function to validate portYuval Shaia2017-01-271-2/+1Star
* IB/core: Support rate limit for packet pacingBodong Wang2016-12-131-0/+2
* IB/core: Let create_ah return extended response to userMoni Shoua2016-12-131-1/+1
* IB/core: Change ib_resolve_eth_dmac to use it in create AHMoni Shoua2016-12-131-42/+42
* IB/mlx4: Handle IPv4 header when demultiplexing MADMoni Shoua2016-11-171-7/+9
* IB/core: Save QP in ib_flow structureMark Bloch2016-11-171-1/+3
* IB/core: correctly handle rdma_rw_init_mrs() failureSteve Wise2016-10-071-1/+1
* IB/core: Improve ib_map_mr_sg() documentationBart Van Assche2016-10-071-4/+4
* IB/core: remove ib_get_dma_mrChristoph Hellwig2016-09-231-26/+8Star
* IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-5/+22
* IB/core: rename pd->local_mr to pd->__internal_mrChristoph Hellwig2016-09-231-6/+6
* Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-08-051-0/+9
|\
| * IB/core, RDMA RW API: Do not exceed QP SGE send limitBart Van Assche2016-08-021-0/+9
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-08-051-2/+161
|\ \ | |/ |/|
| * IB/core: Extend create QP to get indirection tableYishai Hadas2016-06-231-2/+17
| * IB/core: Introduce Receive Work Queue indirection tableYishai Hadas2016-06-231-0/+62
| * IB/core: Introduce Work Queue object and its verbsYishai Hadas2016-06-231-0/+82
* | IB/core: Fix false search of the IB_SA_WELL_KNOWN_GUIDEli Cohen2016-06-231-6/+10
|/
* IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-131-5/+21
* IB/core: add RW API support for signature MRsChristoph Hellwig2016-05-131-0/+1
* IB/core: generic RDMA READ/WRITE APIChristoph Hellwig2016-05-131-0/+25
* IB/core: add a need_inval flag to struct ib_mrSteve Wise2016-05-131-0/+2
* IB/core: add a simple MR poolChristoph Hellwig2016-05-131-0/+5
* IB/core: refactor ib_create_qpChristoph Hellwig2016-05-131-49/+54
* IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-131-12/+12
* IB/core: Don't drain non-existent rq queue-pairSagi Grimberg2016-04-261-1/+2
* IB/core: Add interfaces to control VF attributesEli Cohen2016-03-211-0/+40
*-. Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford2016-03-161-0/+2
|\ \
| | * IB/core: Add arbitrary sg_list supportSagi Grimberg2016-03-041-0/+2
| |/
* / IB: new common API for draining queuesSteve Wise2016-02-291-0/+164
|/
* IB/core: Use hop-limit from IP stack for RoCEMatan Barak2016-01-191-9/+7Star
* IB/core: Rename rdma_addr_find_dmac_by_grhMatan Barak2016-01-191-9/+9
* IB/core: Remove set-but-not-used variable from ib_sg_to_pages()Bart Van Assche2016-01-191-2/+1Star
* IB: remove the write-only usecnt field from struct ib_mrChristoph Hellwig2015-12-231-7/+1Star
* IB: remove in-kernel support for memory windowsChristoph Hellwig2015-12-231-36/+0Star
* IB: remove ib_query_mrChristoph Hellwig2015-12-231-7/+0Star
* IB/core: Validate route when we init ahMatan Barak2015-12-231-13/+35
* IB/core: Add rdma_network_type to wcSomnath Kotur2015-12-231-5/+118
* IB/core: Add gid_type to gid attributeMatan Barak2015-12-231-0/+1
* IB/core: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-7/+1Star
* IB core: Fix ib_sg_to_pages()Bart Van Assche2015-12-071-21/+22