summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* IB/mad: Fix race between cancel and receive completionRoland Dreier2006-11-131-1/+1
* RDMA/addr: Use client registration to fix module unload raceSean Hefty2006-11-022-3/+33
* IB/uverbs: Return sq_draining value in query_qp responseJack Morgenstein2006-10-301-1/+1
* RDMA/cma: rdma_bind_addr() leaks a cma_dev reference countKrishna Kumar2006-10-301-8/+15
* IB/cm: Send DREP in response to unmatched DREQSean Hefty2006-10-101-1/+29
* IB/cm: Fix timewait crash after module unloadSean Hefty2006-10-101-18/+36
* RDMA/cma: Optimize error handlingKrishna Kumar2006-10-021-10/+14
* RDMA/cma: Eliminate unnecessary remove_listKrishna Kumar2006-10-021-5/+1
* RDMA/cma: Set status correctly on route resolution errorSean Hefty2006-10-021-0/+1
* RDMA/cma: Fix device removal raceKrishna Kumar2006-10-021-0/+1
* RDMA/cma: Fix leak of cm_ids in case of failuresKrishna Kumar2006-10-021-4/+11
* [IPV4]: annotate inetdev.h helpersAl Viro2006-09-281-2/+2
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-4/+1
* [PATCH] missing includes from infiniband mergeAl Viro2006-09-231-0/+1
* IB: Fix typo in kerneldoc for ib_set_client_data()Krishna Kumar2006-09-221-1/+1
* IB/cm: Do not track remote QPN in timewait stateMichael S. Tsirkin2006-09-221-0/+2
* IB/sa: Require SA registrationMichael S. Tsirkin2006-09-222-10/+57
* RDMA/cma: Protect against adding device during destructionSean Hefty2006-09-221-8/+26
* RDMA: iWARP Core Changes.Tom Tucker2006-09-2213-71/+383
* RDMA: iWARP Connection Manager.Tom Tucker2006-09-222-0/+1081
* IB: Whitespace fixesRoland Dreier2006-09-2210-22/+20
* IB/cm: Randomize starting comm IDSean Hefty2006-09-221-8/+16
* IB/mad: Remove unused includesJames Lentini2006-09-222-3/+0
* IB/mad: Add support for dual-sided RMPP transfers.Sean Hefty2006-09-221-3/+87
* IB/cm: Use correct reject code for invalid GIDSean Hefty2006-09-221-11/+21
* IB/cm: Enable atomics along with RDMA readsSean Hefty2006-09-221-1/+2
* IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell2006-09-222-5/+12
* IB/uverbs: Allow resize CQ operation to return driver-specific dataRalph Campbell2006-09-221-2/+1
* IB/uverbs: Fix lockdep warning when QP is created with 2 CQsRoland Dreier2006-09-221-15/+19
* IB/uverbs: Use idr_read_cq() where appropriateRoland Dreier2006-09-221-10/+6
* RDMA/cma: Increase the IB CM retry count in CMAMichael S. Tsirkin2006-09-141-1/+1
* IB/core: Fix SM LID/LID change with client reregister setJack Morgenstein2006-08-162-2/+4
* IB/uverbs: Avoid a crash on device hot removeJack Morgenstein2006-08-032-1/+9
* IB/cm: Fix error handling in ib_send_cm_reqSean Hefty2006-08-031-1/+3
* [NET] infiniband: Cleanup ib_addr module to use the neteventsTom Tucker2006-08-021-16/+14
* IB/mad: Validate MADs for spec complianceSean Hefty2006-07-242-21/+88
* IB/uverbs: Fix lockdep warningsRoland Dreier2006-07-231-11/+21
* IB/uverbs: Fix unlocking in error pathsMichael S. Tsirkin2006-07-231-2/+8
* [PATCH] IB/core: use correct gfp_mask in sa_queryMichael S. Tsirkin2006-07-141-5/+5
* [PATCH] fmr pool: remove unnecessary pointer dereferenceMichael S. Tsirkin2006-07-141-4/+4
* [PATCH] IB/cm: set private data length for reject messagesIra Weiny2006-07-141-0/+1
* [PATCH] IB/addr: gid structure alignment fixMichael S. Tsirkin2006-07-141-10/+11
* [PATCH] IB/cm: drop REQ when out of memoryMichael S. Tsirkin2006-07-141-3/+18
* IB/core: Set alternate port number when initializing QP attributesSean Hefty2006-06-301-0/+1
* IB/uverbs: Set correct user handle for user SRQsRoland Dreier2006-06-301-1/+1
* [PATCH] Array overrun in drivers/infiniband/core/cma.cEric Sesterhenn2006-06-261-1/+1
* [PATCH] drivers: use list_move()Akinobu Mita2006-06-262-8/+4
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-06-252-7/+1
|\
| * IB/uverbs: Remove unnecessary list_del()sRoland Dreier2006-06-221-6/+0
| * IB/uverbs: Don't free wr list when it's known to be emptyKrishna Kumar2006-06-221-1/+1