aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-02RDMA/cma: Optimize error handlingKrishna Kumar1-10/+14
2006-10-02RDMA/cma: Eliminate unnecessary remove_listKrishna Kumar1-5/+1
2006-10-02RDMA/cma: Set status correctly on route resolution errorSean Hefty1-0/+1
2006-10-02RDMA/cma: Fix device removal raceKrishna Kumar1-0/+1
2006-10-02RDMA/cma: Fix leak of cm_ids in case of failuresKrishna Kumar1-4/+11
2006-09-28[IPV4]: annotate inetdev.h helpersAl Viro1-2/+2
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-4/+1
2006-09-23[PATCH] missing includes from infiniband mergeAl Viro1-0/+1
2006-09-22IB: Fix typo in kerneldoc for ib_set_client_data()Krishna Kumar1-1/+1
2006-09-22IB/cm: Do not track remote QPN in timewait stateMichael S. Tsirkin1-0/+2
2006-09-22IB/sa: Require SA registrationMichael S. Tsirkin2-10/+57
2006-09-22RDMA/cma: Protect against adding device during destructionSean Hefty1-8/+26
2006-09-22RDMA: iWARP Core Changes.Tom Tucker13-71/+383
2006-09-22RDMA: iWARP Connection Manager.Tom Tucker2-0/+1081
2006-09-22IB: Whitespace fixesRoland Dreier10-22/+20
2006-09-22IB/cm: Randomize starting comm IDSean Hefty1-8/+16
2006-09-22IB/mad: Remove unused includesJames Lentini2-3/+0
2006-09-22IB/mad: Add support for dual-sided RMPP transfers.Sean Hefty1-3/+87
2006-09-22IB/cm: Use correct reject code for invalid GIDSean Hefty1-11/+21
2006-09-22IB/cm: Enable atomics along with RDMA readsSean Hefty1-1/+2
2006-09-22IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell2-5/+12
2006-09-22IB/uverbs: Allow resize CQ operation to return driver-specific dataRalph Campbell1-2/+1
2006-09-22IB/uverbs: Fix lockdep warning when QP is created with 2 CQsRoland Dreier1-15/+19
2006-09-22IB/uverbs: Use idr_read_cq() where appropriateRoland Dreier1-10/+6
2006-09-14RDMA/cma: Increase the IB CM retry count in CMAMichael S. Tsirkin1-1/+1
2006-08-16IB/core: Fix SM LID/LID change with client reregister setJack Morgenstein2-2/+4
2006-08-03IB/uverbs: Avoid a crash on device hot removeJack Morgenstein2-1/+9
2006-08-03IB/cm: Fix error handling in ib_send_cm_reqSean Hefty1-1/+3
2006-08-02[NET] infiniband: Cleanup ib_addr module to use the neteventsTom Tucker1-16/+14
2006-07-24IB/mad: Validate MADs for spec complianceSean Hefty2-21/+88
2006-07-23IB/uverbs: Fix lockdep warningsRoland Dreier1-11/+21
2006-07-23IB/uverbs: Fix unlocking in error pathsMichael S. Tsirkin1-2/+8
2006-07-14[PATCH] IB/core: use correct gfp_mask in sa_queryMichael S. Tsirkin1-5/+5
2006-07-14[PATCH] fmr pool: remove unnecessary pointer dereferenceMichael S. Tsirkin1-4/+4
2006-07-14[PATCH] IB/cm: set private data length for reject messagesIra Weiny1-0/+1
2006-07-14[PATCH] IB/addr: gid structure alignment fixMichael S. Tsirkin1-10/+11
2006-07-14[PATCH] IB/cm: drop REQ when out of memoryMichael S. Tsirkin1-3/+18
2006-06-30IB/core: Set alternate port number when initializing QP attributesSean Hefty1-0/+1
2006-06-30IB/uverbs: Set correct user handle for user SRQsRoland Dreier1-1/+1
2006-06-26[PATCH] Array overrun in drivers/infiniband/core/cma.cEric Sesterhenn1-1/+1
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita2-8/+4
2006-06-25Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-7/+1
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+4
2006-06-22IB/uverbs: Remove unnecessary list_del()sRoland Dreier1-6/+0
2006-06-22IB/uverbs: Don't free wr list when it's known to be emptyKrishna Kumar1-1/+1
2006-06-17IB/uverbs: Don't serialize with ib_uverbs_idr_mutexRoland Dreier3-376/+553
2006-06-17IB/uverbs: Factor out common idr codeRoland Dreier1-60/+22
2006-06-17IB/uverbs: Don't decrement usecnt on error pathsRoland Dreier1-7/+0
2006-06-17IB/uverbs: Release lock on error pathGanapathi CH1-2/+4
2006-06-17IB/cm: Use address handle helpersSean Hefty2-20/+11