Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-09-23 | IB/sa: fix ib_sa_selector names | Michael S. Tsirkin | 1 | -2/+2 |
2006-09-23 | RDMA/cma: Document rdma_accept() error handling | Or Gerlitz | 1 | -0/+4 |
2006-09-23 | RDMA/cma: Document rdma_destroy_id() function | Or Gerlitz | 1 | -0/+8 |
2006-09-23 | IB/sa: Require SA registration | Michael S. Tsirkin | 1 | -7/+34 |
2006-09-23 | RDMA: iWARP Core Changes. | Tom Tucker | 2 | -5/+37 |
2006-09-23 | RDMA: iWARP Connection Manager. | Tom Tucker | 1 | -0/+258 |
2006-09-23 | IB/uverbs: Pass userspace data to modify_srq and modify_qp methods | Ralph Campbell | 1 | -2/+4 |
2006-09-23 | IB/uverbs: Allow resize CQ operation to return driver-specific data | Ralph Campbell | 1 | -0/+2 |
2006-09-19 | [HEADERS] One line per header in Kbuild files to reduce conflicts | David Woodhouse | 1 | -1/+1 |
2006-07-24 | IB/mad: Validate MADs for spec compliance | Sean Hefty | 1 | -0/+7 |
2006-07-15 | [PATCH] fmr pool: remove unnecessary pointer dereference | Michael S. Tsirkin | 1 | -1/+1 |
2006-07-15 | [PATCH] IB/addr: gid structure alignment fix | Michael S. Tsirkin | 1 | -4/+6 |
2006-07-04 | Merge git://git.infradead.org/hdrinstall-2.6 | Linus Torvalds | 1 | -0/+1 |
2006-06-18 | Add generic Kbuild files for 'make headers_install' | David Woodhouse | 1 | -0/+1 |
2006-06-18 | IB/uverbs: Don't serialize with ib_uverbs_idr_mutex | Roland Dreier | 1 | -0/+4 |
2006-06-18 | IB/sa: Add ib_init_ah_from_path() | Sean Hefty | 1 | -0/+7 |
2006-06-18 | IB: Add ib_init_ah_from_wc() | Sean Hefty | 1 | -0/+14 |
2006-06-18 | IB/ucm: Get rid of duplicate P_Key parameter | Sean Hefty | 2 | -3/+2 |
2006-06-18 | IB: Move struct port_info from ipath to <rdma/ib_smi.h> | Leonid Arsh | 1 | -0/+36 |
2006-06-18 | IB: Add client reregister event type | Leonid Arsh | 1 | -1/+2 |
2006-06-18 | IB: Add caching of ports' LMC | Jack Morgenstein | 2 | -0/+14 |
2006-06-18 | IB: IP address based RDMA connection manager | Sean Hefty | 2 | -0/+303 |
2006-06-18 | IB: address translation to map IP toIB addresses (GIDs) | Sean Hefty | 1 | -0/+114 |
2006-06-18 | IB/cm: Match connection requests based on private data | Sean Hefty | 1 | -6/+17 |
2006-06-18 | IB: common handling for marshalling parameters to/from userspace | Sean Hefty | 4 | -100/+174 |
2006-04-10 | IB: simplify static rate encoding | Jack Morgenstein | 2 | -28/+28 |
2006-03-30 | IB/mad: RMPP support for additional classes | Hal Rosenstock | 1 | -1/+26 |
2006-03-20 | IB/umad: Add support for large RMPP transfers | Jack Morgenstein | 1 | -18/+30 |
2006-03-20 | IB/uverbs: Return actual capacity from create SRQ operation | Dotan Barak | 1 | -1/+4 |
2006-03-20 | IB/mthca: Return actual capacity from create_srq | Dotan Barak | 1 | -2/+6 |
2006-03-20 | IB/uverbs: Fix alignment of struct ib_uverbs_create_qp_resp | Roland Dreier | 1 | -1/+2 |
2006-03-20 | IB/uverbs: Support for query SRQ from userspace | Dotan Barak | 1 | -0/+15 |
2006-03-20 | IB/uverbs: Support for query QP from userspace | Dotan Barak | 1 | -0/+41 |
2006-03-20 | IB: Whitespace cleanups | Roland Dreier | 1 | -2/+2 |