summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/verbs.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-13IB/core: add a simple MR poolChristoph Hellwig1-0/+5
2016-05-13IB/core: refactor ib_create_qpChristoph Hellwig1-49/+54
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig1-12/+12
2016-04-26IB/core: Don't drain non-existent rq queue-pairSagi Grimberg1-1/+2
2016-03-21IB/core: Add interfaces to control VF attributesEli Cohen1-0/+40
2016-03-16Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford1-0/+2
2016-03-04IB/core: Add arbitrary sg_list supportSagi Grimberg1-0/+2
2016-02-29IB: new common API for draining queuesSteve Wise1-0/+164
2016-01-19IB/core: Use hop-limit from IP stack for RoCEMatan Barak1-9/+7
2016-01-19IB/core: Rename rdma_addr_find_dmac_by_grhMatan Barak1-9/+9
2016-01-19IB/core: Remove set-but-not-used variable from ib_sg_to_pages()Bart Van Assche1-2/+1
2015-12-23IB: remove the write-only usecnt field from struct ib_mrChristoph Hellwig1-7/+1
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig1-36/+0
2015-12-23IB: remove ib_query_mrChristoph Hellwig1-7/+0
2015-12-23IB/core: Validate route when we init ahMatan Barak1-13/+35
2015-12-23IB/core: Add rdma_network_type to wcSomnath Kotur1-5/+118
2015-12-23IB/core: Add gid_type to gid attributeMatan Barak1-0/+1
2015-12-22IB/core: Avoid calling ib_query_deviceOr Gerlitz1-7/+1
2015-12-07IB core: Fix ib_sg_to_pages()Bart Van Assche1-21/+22
2015-10-30IB/core, cma: Make __attribute_const__ declarations sparse-friendlyBart Van Assche1-2/+2
2015-10-29IB/core: Remove old fast registration APISagi Grimberg1-25/+0
2015-10-28IB/core: Introduce new fast registration APISagi Grimberg1-0/+107
2015-10-21IB/core: Use GID table in AH creation and dmac resolutionMatan Barak1-67/+93
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-3/+4
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-53/+78
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe1-6/+20
2015-08-30IB/core: Guarantee that a local_dma_lkey is availableJason Gunthorpe1-5/+42
2015-08-30IB/core: Drop ib_alloc_fast_reg_mrSagi Grimberg1-29/+3
2015-08-30IB: Modify ib_create_mr APISagi Grimberg1-7/+24
2015-08-30IB/core: Get rid of redundant verb ib_destroy_mrSagi Grimberg1-17/+0
2015-08-05core: Remove the ib_reg_phys_mr() and ib_rereg_phys_mr() verbsChuck Lever1-67/+0
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-3/+3
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak1-1/+2
2015-06-02IB/core cleanup: Add const to args - agent_send_responseIra Weiny1-4/+5
2015-05-20Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...Doug Ledford1-4/+67
2015-05-18IB/core, cma: Nice log-friendly string helpersSagi Grimberg1-0/+65
2015-05-18IB/Verbs: Use management helper rdma_cap_eth_ah()Michael Wang1-2/+2
2015-05-18IB/Verbs: Reform IB-core verbsMichael Wang1-4/+2
2014-12-15IB/core: Do not resolve VLAN if already resolvedMoni Shoua1-1/+2
2014-06-04IB/core: Fix sparse warnings about redeclared functionsRoland Dreier1-4/+4
2014-03-07IB/core: Introduce signature verbs APISagi Grimberg1-0/+8
2014-03-07IB/core: Introduce protected memory regionsSagi Grimberg1-0/+39
2014-01-22Merge branch 'ip-roce' into for-nextRoland Dreier1-2/+96
2014-01-19IB/core: Resolve Ethernet L2 addresses when modifying QPOr Gerlitz1-0/+43
2014-01-18IB/core: Add support for RDMA_NODE_USNIC_UDPUpinder Malhi1-0/+2
2014-01-14IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak1-2/+53