Age | Commit message (Expand) | Author | Files | Lines |
2008-04-29 | IB: expand ib_umem_get() prototype | Arthur Kepner | 2 | -2/+35 |
2008-04-20 | IB: convert struct class_device to struct device | Tony Jones | 1 | -1/+1 |
2008-04-17 | IB/core: Add support for modify CQ | Eli Cohen | 1 | -0/+11 |
2008-04-17 | IB/core: Add support for "send with invalidate" work requests | Roland Dreier | 2 | -4/+12 |
2008-04-17 | IB/core: Add IPoIB UD LSO support | Eli Cohen | 1 | -1/+7 |
2008-04-17 | IB/core: Add creation flags to struct ib_qp_init_attr | Eli Cohen | 1 | -0/+5 |
2008-04-17 | IB: Make struct ib_uobject.id a signed int | Roland Dreier | 1 | -1/+1 |
2008-02-09 | IB/core: Remove unused struct ib_device.flags member | Roland Dreier | 1 | -2/+0 |
2008-02-09 | IB/core: Add IP checksum offload support | Eli Cohen | 1 | -2/+12 |
2008-01-26 | RDMA/cma: add support for rdma_migrate_id() | Sean Hefty | 1 | -1/+12 |
2008-01-26 | IB/mad: Report number of times a mad was retried | Sean Hefty | 1 | -1/+3 |
2008-01-25 | Kobject: change drivers/infiniband to use kobject_init_and_add | Greg Kroah-Hartman | 1 | -1/+1 |
2007-11-02 | cleanup asm/scatterlist.h includes | Adrian Bunk | 1 | -1/+1 |
2007-10-10 | IB/cm: Modify interface to send MRAs in response to duplicate messages | Sean Hefty | 1 | -2/+5 |
2007-10-10 | IB/umad: Fix bit ordering and 32-on-64 problems on big endian systems | Roland Dreier | 1 | -1/+21 |
2007-10-10 | IB/umad: Add P_Key index support | Roland Dreier | 1 | -0/+48 |
2007-10-10 | IB/umem: Add hugetlb flag to struct ib_umem | Joachim Fenkes | 1 | -0/+1 |
2007-10-10 | RDMA/ucma: Allow user space to set service type | Sean Hefty | 1 | -0/+18 |
2007-10-10 | RDMA/cma: Add ability to specify type of service | Sean Hefty | 1 | -0/+14 |
2007-10-10 | IB/sa: Add new QoS fields to path record | Sean Hefty | 1 | -6/+5 |
2007-08-03 | IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.c | Dotan Barak | 1 | -5/+0 |
2007-08-03 | IB: Include <linux/list.h> and <linux/rwsem.h> from <rdma/ib_verbs.h> | Dotan Barak | 1 | -0/+2 |
2007-08-03 | IB: Include <linux/list.h> from <rdma/ib_mad.h> | Dotan Barak | 1 | -0/+2 |
2007-07-11 | IB/cm: Include HCA ACK delay in local ACK timeout | Sean Hefty | 1 | -1/+0 |
2007-07-11 | IB/sa: Make sure SA queries use default P_Key | Sean Hefty | 1 | -0/+3 |
2007-05-22 | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 1 | -0/+8 |
2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan | 1 | -0/+1 |
2007-05-19 | IB/core: Add helpers for uncached GID and P_Key searches | Yosef Etigin | 1 | -0/+8 |
2007-05-09 | IB: Put rlimit accounting struct in struct ib_umem | Roland Dreier | 1 | -0/+3 |
2007-05-09 | IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules | Roland Dreier | 2 | -24/+82 |
2007-05-07 | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 1 | -10/+37 |
2007-05-07 | IB: Return "maybe missed event" hint from ib_req_notify_cq() | Roland Dreier | 1 | -9/+31 |
2007-05-07 | IB: Add CQ comp_vector support | Michael S. Tsirkin | 1 | -1/+6 |
2007-05-03 | PCI: Cleanup the includes of <linux/pci.h> | Jean Delvare | 1 | -2/+0 |
2007-02-17 | RDMA/cma: Add multicast communication support | Sean Hefty | 3 | -5/+33 |
2007-02-17 | IB/sa: Track multicast join/leave requests | Sean Hefty | 2 | -91/+74 |
2007-02-05 | IB: Make sure struct ib_user_mad.data is aligned | Jason Gunthorpe | 1 | -1/+1 |
2007-02-05 | IB: Return qp pointer as part of ib_wc | Michael S. Tsirkin | 1 | -1/+1 |
2007-02-05 | IB: Include <linux/kref.h> explicitly in <rdma/ib_verbs.h> | Michael S. Tsirkin | 1 | -0/+1 |
2006-12-16 | IB: Fix ib_dma_alloc_coherent() wrapper | Roland Dreier | 1 | -1/+8 |
2006-12-14 | [PATCH] ib_verbs: Use explicit if-else statements to avoid errors with do-whi... | Ben Collins | 1 | -31/+39 |
2006-12-13 | IB: Add DMA mapping functions to allow device drivers to interpose | Ralph Campbell | 1 | -0/+253 |
2006-12-12 | RDMA/cma: Export rdma cm interface to userspace | Sean Hefty | 2 | -1/+210 |
2006-12-12 | RDMA/cma: Add support for RDMA_PS_UDP | Sean Hefty | 2 | -0/+18 |
2006-12-12 | RDMA/cma: Allow early transition to RTS to handle lost CM messages | Sean Hefty | 1 | -0/+15 |
2006-12-12 | RDMA/cma: Report connect info with connect events | Sean Hefty | 1 | -15/+16 |
2006-12-12 | RDMA/cma: Remove unneeded qp_type parameter from rdma_cm | Sean Hefty | 1 | -1/+0 |
2006-11-30 | IB/cm: Fix automatic path migration support | Sean Hefty | 2 | -7/+16 |
2006-11-03 | RDMA/addr: Use client registration to fix module unload race | Sean Hefty | 1 | -1/+19 |
2006-10-31 | IB/uverbs: Return sq_draining value in query_qp response | Jack Morgenstein | 1 | -1/+1 |