aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-nextRoland Dreier1-2/+104
2011-10-13RDMA/core: Export ib_open_qp() to share XRC TGT QPsSean Hefty1-6/+24
2011-10-13RDMA/uverbs: Export XRC domains to user spaceSean Hefty1-0/+2
2011-10-13RDMA/verbs: Cleanup XRC TGT QPs when destroying XRCDSean Hefty1-1/+16
2011-10-13RDMA/core: Add XRC QPsSean Hefty1-1/+8
2011-10-13RDMA/core: Add XRC SRQ typeSean Hefty1-1/+17
2011-10-13RDMA/core: Add SRQ type fieldSean Hefty1-0/+6
2011-10-12RDMA/core: Add XRC domain supportSean Hefty1-0/+22
2011-10-11IB: Add new InfiniBand link speedsMarcel Apfelbaum1-1/+17
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-18IB/core: Add GID change eventOr Gerlitz1-1/+2
2011-01-16RDMA: Update workqueue usageTejun Heo1-0/+3
2010-09-27IB/core: Add link layer property to portsEli Cohen1-0/+11
2010-08-04IB: Rename RAW_ETY to RAW_ETHERTYPEAleksey Senin1-1/+1
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell1-1/+3
2010-04-21IB/core: Add support for masked atomic operationsVladimir Sokolovsky1-0/+7
2010-02-24IB/core: Pack struct ib_device a little tighterAlexander Chiang1-2/+2
2009-12-09IB: Clarify the documentation of ib_post_send()Bart Van Assche1-0/+5
2009-02-14net: replace __constant_{endian} uses in net headersHarvey Harrison1-1/+1
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-1/+1
2008-07-14RDMA/core: Add local DMA L_Key supportSteve Wise1-1/+2
2008-07-14IB/core: Add support for multicast loopback blockingRon Livne1-1/+3
2008-07-14RDMA/core: Add iWARP protocol statistics attributes in sysfsSteve Wise1-0/+53
2008-07-14RDMA/core: Add memory management extensions supportSteve Wise1-2/+81
2008-07-14RDMA: Improve include file coding styleDotan Barak1-4/+2
2008-06-09IB/core: Remove IB_DEVICE_SEND_W_INV capability flagRoland Dreier1-1/+0
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-0/+33
2008-04-19IB: convert struct class_device to struct deviceTony Jones1-1/+1
2008-04-16IB/core: Add support for modify CQEli Cohen1-0/+11
2008-04-16IB/core: Add support for "send with invalidate" work requestsRoland Dreier1-3/+8
2008-04-16IB/core: Add IPoIB UD LSO supportEli Cohen1-1/+7
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen1-0/+5
2008-04-16IB: Make struct ib_uobject.id a signed intRoland Dreier1-1/+1
2008-02-08IB/core: Remove unused struct ib_device.flags memberRoland Dreier1-2/+0
2008-02-08IB/core: Add IP checksum offload supportEli Cohen1-2/+12
2008-01-24Kobject: change drivers/infiniband to use kobject_init_and_addGreg Kroah-Hartman1-1/+1
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+1
2007-08-03IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.cDotan Barak1-5/+0
2007-08-03IB: Include <linux/list.h> and <linux/rwsem.h> from <rdma/ib_verbs.h>Dotan Barak1-0/+2
2007-05-19IB/core: Add helpers for uncached GID and P_Key searchesYosef Etigin1-0/+8
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier1-24/+4
2007-05-06IB: Return "maybe missed event" hint from ib_req_notify_cq()Roland Dreier1-9/+31
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin1-1/+6
2007-02-04IB: Return qp pointer as part of ib_wcMichael S. Tsirkin1-1/+1
2007-02-04IB: Include <linux/kref.h> explicitly in <rdma/ib_verbs.h>Michael S. Tsirkin1-0/+1
2006-12-15IB: Fix ib_dma_alloc_coherent() wrapperRoland Dreier1-1/+8
2006-12-13[PATCH] ib_verbs: Use explicit if-else statements to avoid errors with do-while macrosBen Collins1-31/+39
2006-12-12IB: Add DMA mapping functions to allow device drivers to interposeRalph Campbell1-0/+253
2006-09-22RDMA: iWARP Core Changes.Tom Tucker1-4/+21
2006-09-22IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell1-2/+4