summaryrefslogtreecommitdiffstats
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
* trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-03-261-1/+1
|\
| * net: replace __constant_{endian} uses in net headersHarvey Harrison2009-02-141-1/+1
| |
| \
*-. \ Merge branches 'cxgb3', 'endian', 'ipath', 'ipoib', 'iser', 'mad', 'misc', 'm...Roland Dreier2009-03-243-25/+25
|\ \ \ | |_|/ |/| |
| | * IB/mad: Fix RMPP header RRespTime manipulationRamachandra K2009-02-271-1/+1
| |/ |/|
| * IB: Remove __constant_{endian} usesHarvey Harrison2009-01-173-24/+24
|/
* RDMA/cma: Remove padding arrays by using struct sockaddr_storageRoland Dreier2008-08-041-6/+2
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-1/+1
* RDMA/cma: Add RDMA_CM_EVENT_TIMEWAIT_EXIT eventAmir Vadai2008-07-221-1/+2
* RDMA/cma: Add RDMA_CM_EVENT_ADDR_CHANGE eventOr Gerlitz2008-07-221-1/+2
* RDMA/addr: Keep pointer to netdevice in struct rdma_dev_addrOr Gerlitz2008-07-141-0/+1
* RDMA/core: Add local DMA L_Key supportSteve Wise2008-07-141-1/+2
* IB/core: Add support for multicast loopback blockingRon Livne2008-07-141-1/+3
* RDMA/core: Add iWARP protocol statistics attributes in sysfsSteve Wise2008-07-141-0/+53
* RDMA/core: Add memory management extensions supportSteve Wise2008-07-142-3/+85
* RDMA: Improve include file coding styleDotan Barak2008-07-1413-40/+17
* RDMA: Fix license textSean Hefty2008-07-143-61/+73
* IB/core: Remove IB_DEVICE_SEND_W_INV capability flagRoland Dreier2008-06-091-1/+0
* IB: expand ib_umem_get() prototypeArthur Kepner2008-04-292-2/+35
* IB: convert struct class_device to struct deviceTony Jones2008-04-191-1/+1
* IB/core: Add support for modify CQEli Cohen2008-04-161-0/+11
* IB/core: Add support for "send with invalidate" work requestsRoland Dreier2008-04-162-4/+12
* IB/core: Add IPoIB UD LSO supportEli Cohen2008-04-161-1/+7
* IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen2008-04-161-0/+5
* IB: Make struct ib_uobject.id a signed intRoland Dreier2008-04-161-1/+1
* IB/core: Remove unused struct ib_device.flags memberRoland Dreier2008-02-081-2/+0
* IB/core: Add IP checksum offload supportEli Cohen2008-02-081-2/+12
* RDMA/cma: add support for rdma_migrate_id() Sean Hefty2008-01-251-1/+12
* IB/mad: Report number of times a mad was retriedSean Hefty2008-01-251-1/+3
* Kobject: change drivers/infiniband to use kobject_init_and_addGreg Kroah-Hartman2008-01-241-1/+1
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+1
* IB/cm: Modify interface to send MRAs in response to duplicate messagesSean Hefty2007-10-091-2/+5
* IB/umad: Fix bit ordering and 32-on-64 problems on big endian systemsRoland Dreier2007-10-091-1/+21
* IB/umad: Add P_Key index supportRoland Dreier2007-10-091-0/+48
* IB/umem: Add hugetlb flag to struct ib_umemJoachim Fenkes2007-10-091-0/+1
* RDMA/ucma: Allow user space to set service typeSean Hefty2007-10-091-0/+18
* RDMA/cma: Add ability to specify type of serviceSean Hefty2007-10-091-0/+14
* IB/sa: Add new QoS fields to path recordSean Hefty2007-10-091-6/+5
* IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.cDotan Barak2007-08-031-5/+0
* IB: Include <linux/list.h> and <linux/rwsem.h> from <rdma/ib_verbs.h>Dotan Barak2007-08-031-0/+2
* IB: Include <linux/list.h> from <rdma/ib_mad.h>Dotan Barak2007-08-031-0/+2
* IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty2007-07-101-1/+0
* IB/sa: Make sure SA queries use default P_KeySean Hefty2007-07-101-0/+3
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-05-211-0/+8
|\
| * IB/core: Add helpers for uncached GID and P_Key searchesYosef Etigin2007-05-191-0/+8
* | Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
|/
* IB: Put rlimit accounting struct in struct ib_umemRoland Dreier2007-05-081-0/+3
* IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier2007-05-082-24/+82
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-05-071-10/+37
|\
| * IB: Return "maybe missed event" hint from ib_req_notify_cq()Roland Dreier2007-05-061-9/+31