aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-17IB/uverbs: Don't serialize with ib_uverbs_idr_mutexRoland Dreier1-0/+4
2006-06-17IB: Add ib_init_ah_from_wc()Sean Hefty1-0/+14
2006-06-17IB: Add client reregister event typeLeonid Arsh1-1/+2
2006-06-17IB: Add caching of ports' LMCJack Morgenstein1-0/+1
2006-04-10IB: simplify static rate encodingJack Morgenstein1-0/+28
2006-03-20IB/mthca: Return actual capacity from create_srqDotan Barak1-2/+6
2006-03-20IB: Add ib_modify_qp_is_ok() library functionRoland Dreier1-0/+18
2006-03-20IB: Enable FMR pool user to set page sizeOr Gerlitz1-1/+1
2006-03-20IB: Allow userspace to set node descriptionRoland Dreier1-1/+4
2006-03-20IB: Add userspace support for resizing CQsRoland Dreier1-2/+3
2006-01-10IB: Add node_guid to struct ib_deviceSean Hefty1-1/+1
2005-11-10[IB] Have cq_resize() method take an int, not int*Roland Dreier1-1/+1