aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-21Merge branches 'i40iw', 'sriov' and 'hfi1' into k.o/for-4.6Doug Ledford1-2/+46
2016-03-21IB/core: Add interfaces to control VF attributesEli Cohen1-0/+19
2016-03-21IB/core: Support accessing SA in virtualized environmentEli Cohen1-0/+6
2016-03-21IB/core: Add subnet prefix to port infoEli Cohen1-0/+1
2016-03-21IB/{core, ulp} Support above 32 possible device capability flagsLeon Romanovsky1-1/+1
2016-03-16Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford1-1/+13
2016-03-10IB/rdmavt: Break rdma_vt main include header file upDennis Dalessandro1-0/+1
2016-03-04IB/core: Add arbitrary sg_list supportSagi Grimberg1-0/+6
2016-03-01IB/core: Add vendor's specific data to alloc mwMatan Barak1-1/+2
2016-02-29IB/core: Add don't trap flag to flow creationMarina Varshaver1-0/+5
2016-02-29IB: new common API for draining queuesSteve Wise1-0/+5
2016-01-19IB/core: Add definition for the standard RoCE V2 UDP portMoni Shoua1-0/+1
2015-12-23IB/core: Add cross-channel supportLeon Romanovsky1-0/+11
2015-12-23IB/core: Align coding style of ib_device_cap_flags structureLeon Romanovsky1-30/+30
2015-12-23IB/core: Add ib_is_udata_clearedMatan Barak1-0/+27
2015-12-23IB: remove the write-only usecnt field from struct ib_mrChristoph Hellwig1-1/+0
2015-12-23IB: remove the struct ib_phys_buf definitionChristoph Hellwig1-5/+0
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig1-83/+0
2015-12-23IB: remove support for phys MRsChristoph Hellwig1-12/+4
2015-12-23IB: remove ib_query_mrChristoph Hellwig1-18/+0
2015-12-23IB: start documenting device capabilitiesChristoph Hellwig1-0/+18
2015-12-23IB/core: Add rdma_network_type to wcSomnath Kotur1-0/+44
2015-12-23IB/core: Add ROCE_UDP_ENCAP (RoCE V2) typeMatan Barak1-2/+21
2015-12-23IB/core: Add gid_type to gid attributeMatan Barak1-1/+10
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford1-3/+35
2015-12-22IB/core: Remove ib_query_deviceOr Gerlitz1-3/+0
2015-12-22IB/core: Save the device attributes on the device structureIra Weiny1-0/+1
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/rdma-cqDoug Ledford1-3/+35
2015-12-11IB: add a proper completion queue abstractionChristoph Hellwig1-3/+35
2015-12-07IB/core: use RCU for uverbs id lookupMike Marciniszyn1-0/+1
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-54/+0
2015-10-28IB/core: Introduce new fast registration APISagi Grimberg1-0/+44
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-46/+85
2015-10-21IB/core: Remove smac and vlan id from qp_attr and ah_attrMatan Barak1-9/+4
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-2/+3
2015-10-08IB: remove xrc_remote_srq_num from struct ib_send_wrChristoph Hellwig1-1/+0
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-45/+85
2015-09-28IB/core: Add support of checksum capability reporting for RC and RAWBodong Wang1-1/+2
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-87/+116
2015-08-30IB/uverbs: Enable device removal when there are active user space applicationsYishai Hadas1-0/+1
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe1-5/+1
2015-08-30IB/core: Guarantee that a local_dma_lkey is availableJason Gunthorpe1-7/+2
2015-08-30IB/mlx4: Implement ib_device callbacksMoni Shoua1-0/+2
2015-08-30IB/core: Add RoCE GID table managementMatan Barak1-2/+64
2015-08-30IB/core: Drop ib_alloc_fast_reg_mrSagi Grimberg1-11/+0
2015-08-30IB: Modify ib_create_mr APISagi Grimberg1-22/+15
2015-08-30IB/core: Get rid of redundant verb ib_destroy_mrSagi Grimberg1-10/+0
2015-08-30IB/core: Find the network device matching connection parametersYotam Kenneth1-0/+27
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran1-1/+3