aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-22IB/core: Fix for core panicAlex Estrin1-2/+2
2017-08-31IB/core: Add might_sleep() annotation to ib_init_ah_from_wc()Roland Dreier1-0/+2
2017-08-29IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov1-7/+9
2017-08-24RDMA/core: Refactor get link layer wrapperLeon Romanovsky1-9/+5
2017-08-24RDMA/core: Delete BUG() from unreachable flowLeon Romanovsky1-13/+7
2017-08-24Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford1-1/+6
2017-08-24IB/core: Avoid accessing non-allocated memory when inferring port typeNoa Osherovich1-1/+6
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford1-1/+0
2017-07-27Merge branch 'misc' into k.o/for-nextDoug Ledford1-0/+55
2017-07-24IB/core: Add support for RoCEv2 multicastNoa Osherovich1-0/+12
2017-07-24IB/core: Set RoCEv2 MGID according to specNoa Osherovich1-4/+6
2017-07-24IB/core: Fix the validations of a multicast LID in attach or detach operationsNoa Osherovich1-4/+40
2017-07-24IB/core: Add generic function to extract IB speed from netdevYuval Shaia1-0/+55
2017-07-23Revert "IB/core: Allow QP state transition from reset to error"Leon Romanovsky1-1/+0
2017-07-17IB/core: Allow QP state transition from reset to errorTadeusz Struk1-0/+1
2017-07-17IB/core: Introduce modify QP operation with udataParav Pandit1-8/+24
2017-07-17IB/core: Don't resolve IP address to the loopback deviceMoni Shoua1-5/+0
2017-07-17RDMA/core: Document confusing codeGustavo A. R. Silva1-0/+13
2017-05-23IB/core: Enforce PKey security on QPsDaniel Jurgens1-1/+26
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-4/+9
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-22/+23
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename ib_query_ah to rdma_query_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename ib_modify_ah to rdma_modify_ahDasaratharaman Chandramouli1-2/+2
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli1-3/+3
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-6/+6
2017-04-28IB/core: For multicast functions, verify that LIDs are multicast LIDsMichael J. Ruhl1-2/+6
2017-02-19IB/core: Add support for draining IB_POLL_DIRECT completion queuesBart Van Assche1-20/+15
2017-01-27IB/core: Add inline function to validate portYuval Shaia1-2/+1
2016-12-13IB/core: Support rate limit for packet pacingBodong Wang1-0/+2
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua1-1/+1
2016-12-13IB/core: Change ib_resolve_eth_dmac to use it in create AHMoni Shoua1-42/+42
2016-11-16IB/mlx4: Handle IPv4 header when demultiplexing MADMoni Shoua1-7/+9
2016-11-16IB/core: Save QP in ib_flow structureMark Bloch1-1/+3
2016-10-07IB/core: correctly handle rdma_rw_init_mrs() failureSteve Wise1-1/+1
2016-10-07IB/core: Improve ib_map_mr_sg() documentationBart Van Assche1-4/+4
2016-09-23IB/core: remove ib_get_dma_mrChristoph Hellwig1-26/+8
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-5/+22
2016-09-23IB/core: rename pd->local_mr to pd->__internal_mrChristoph Hellwig1-6/+6
2016-08-04Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+9
2016-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+161
2016-08-02IB/core, RDMA RW API: Do not exceed QP SGE send limitBart Van Assche1-0/+9
2016-06-23IB/core: Extend create QP to get indirection tableYishai Hadas1-2/+17
2016-06-23IB/core: Introduce Receive Work Queue indirection tableYishai Hadas1-0/+62
2016-06-23IB/core: Introduce Work Queue object and its verbsYishai Hadas1-0/+82
2016-06-23IB/core: Fix false search of the IB_SA_WELL_KNOWN_GUIDEli Cohen1-6/+10
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche1-5/+21
2016-05-13IB/core: add RW API support for signature MRsChristoph Hellwig1-0/+1
2016-05-13IB/core: generic RDMA READ/WRITE APIChristoph Hellwig1-0/+25
2016-05-13IB/core: add a need_inval flag to struct ib_mrSteve Wise1-0/+2