aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-28Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-8/+9
2007-03-26IB/iser: Handle aborting a command after it is sentErez Zilber1-8/+9
2007-03-25[NET]: Fix neighbour destructor handling.Alexey Kuznetsov1-3/+3
2007-03-22IB/ipoib: Fix thinko in packet length checksMichael S. Tsirkin2-3/+3
2007-03-22IPoIB: Fix use-after-free in path_rec_completion()Michael S. Tsirkin1-2/+2
2007-03-22IPoIB: Fix race in detaching from mcast group before attachingSean Hefty1-3/+3
2007-03-22IPoIB/cm: Fix reaping of stale connectionsMichael S. Tsirkin1-1/+1
2007-03-08IPoIB: Turn on interface's carrier after broadcast group is joinedShirley Ma1-1/+4
2007-02-27IPoIB: Only handle async events for one portRoland Dreier1-6/+7
2007-02-26IPoIB: Correct debugging output when path record lookup failsRoland Dreier1-1/+1
2007-02-21IPoIB: Remove unused local_rate trackingRoland Dreier2-6/+3
2007-02-20IPoIB/cm: Improve small message bandwidthMichael S. Tsirkin1-19/+27
2007-02-16IB/sa: Track multicast join/leave requestsSean Hefty1-123/+72
2007-02-16IPoIB: CM error handling thinko fixMichael S. Tsirkin1-1/+1
2007-02-16IPoIB: Only allow root to change between datagram and connected modeRoland Dreier1-1/+1
2007-02-13Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds9-32/+1575
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-2/+2
2007-02-10IPoIB: Connected mode experimental supportMichael S. Tsirkin9-32/+1575
2007-02-09[PATCH] iscsi endianness annotationsAl Viro1-2/+2
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2-24/+20
2007-02-04IB/srp: Don't wait for response when QP is in error state.Ishai Rabinovitz2-0/+8
2007-01-22IB/srp: Check match_strdup() returnIshai Rabinovitz1-0/+20
2007-01-07IB/iser: Return error code when PDUs may not be sentErez Zilber2-16/+14
2006-12-15IB/srp: Fix FMR mapping for 32-bit kernels and addresses above 4GRoland Dreier2-2/+2
2006-12-12IPoIB: Make sure struct ipoib_neigh.queue is always initializedRoland Dreier1-2/+1
2006-12-12IB/iser: Use the new verbs DMA mapping functionsRalph Campbell2-63/+61
2006-12-12IB/srp: Use new verbs IB DMA mapping functionsRalph Campbell2-34/+49
2006-12-12IPoIB: Use the new verbs DMA mapping functionsRalph Campbell2-41/+38
2006-12-12IB/iser: Remove unused "write-only" variablesRoland Dreier2-6/+1
2006-12-08[PATCH] LOG2: Implement a general integer log2 facility in the kernelDavid Howells1-2/+2
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-0/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells5-13/+23
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro1-0/+1
2006-11-29IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin3-8/+15
2006-11-29IB/srp: Fix memory leak on reconnectVu Pham1-3/+5
2006-11-29IB: Convert kmem_cache_t -> struct kmem_cacheRoland Dreier1-1/+1
2006-11-29IB/srp: Increase supported CDB sizeArne Redlich1-1/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells6-41/+49
2006-11-16IPoIB: Clear high octet in QP numberMichael S. Tsirkin1-8/+7
2006-10-30IB/iser: Start connection after enabling iSERErez Zilber1-2/+2
2006-10-10IPoIB: Check for DMA mapping error for TX packetsRoland Dreier1-0/+5
2006-10-10IB/srp: Enable multiple connections to the same targetIshai Rabinovitz2-10/+18
2006-10-10IB/srp: Remove redundant memset()Ishai Rabinovitz1-1/+0
2006-10-03Still more typo fixesMatt LaPlante1-1/+1
2006-09-28IB/iser: Fix the description of iSER in KconfigErez Zilber1-6/+7
2006-09-28IB/iser: DMA unmap unaligned for RDMA data before touching itErez Zilber3-39/+59
2006-09-28IB/iser: Have iSER data transaction object point to iSER connErez Zilber4-9/+14
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-2/+2
2006-09-23Merge mulgrave-w:git/scsi-misc-2.6James Bottomley2-15/+4
2006-09-22IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen2-3/+3