aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* IB/srp: Allow sg_tablesize to be adjustedVu Pham2006-06-172-9/+17
* IB/srp: Allow cmd_per_lun to be set per target portVu Pham2006-06-171-7/+17
* IB/srp: Clean up loop in srp_remove_one()Ishai Rabinovitz2006-06-171-5/+3
* IB/srp: Change target_mutex to a spinlockMatthew Wilcox2006-06-172-8/+8
* IB/srp: Get rid of unneeded use of list_for_each_entry_safe()Matthew Wilcox2006-06-171-2/+1
* IB/srp: Use SCAN_WILD_CARD from SCSI headersMatthew Wilcox2006-06-171-2/+1
* IB/srp: Use FMRs to map gather/scatter listsRoland Dreier2006-06-172-87/+228
* IPoIB: Fix AH leak at interface downEli Cohen2006-06-051-0/+1
* IB/srp: Complete correct SCSI commands on device resetIshai Rabinovitz2006-05-171-1/+1
* IB/srp: Get rid of extra scsi_host_put()s if reconnection failsRoland Dreier2006-05-171-3/+0
* IB/srp: Don't wait for disconnection if sending DREQ failsRoland Dreier2006-05-171-1/+4
* IPoIB: Free child interfaces properlyRoland Dreier2006-05-091-3/+1
* IB/srp: Fix tracking of pending requests during error handlingRoland Dreier2006-05-092-84/+115
* IB/srp: Remove request from list when SCSI abort succeedsRoland Dreier2006-04-191-7/+11
* IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave()Roland Dreier2006-04-101-5/+4
* IPoIB: Close race in ipoib_flush_paths()Eli Cohen2006-04-101-2/+3
* IPoIB: Make send and receive queue sizes tunableShirley Ma2006-04-104-20/+40
* IPoIB: Wait for join to finish before freeing mcast structEli Cohen2006-04-101-21/+20
* IB: simplify static rate encodingJack Morgenstein2006-04-103-19/+4
* IPoIB: Consolidate private neighbour data handlingMichael S. Tsirkin2006-04-043-17/+34
* IB/srp: Fix memory leak in options parsingRoland Dreier2006-04-031-0/+1
* IPoIB: Always build debugging code unless CONFIG_EMBEDDED=yRoland Dreier2006-04-021-1/+2
* IPoIB: Fix oops with raw socketsRoland Dreier2006-03-291-1/+1
* IB/srp: Fix unmapping of fake scatterlistRoland Dreier2006-03-291-2/+2
* IPoIB: P_Key change event handlingLeonid Arsh2006-03-244-19/+44
* IPoIB: Fix network interface "RUNNING" statusLeonid Arsh2006-03-241-2/+3
* IB/srp: Use a fake scatterlist for non-SG SCSI commandsRoland Dreier2006-03-242-77/+75
* IPoIB: Pass correct pointer when flushing child interfacesLeonid Arsh2006-03-241-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-211-15/+1
|\
| * [INFINIBAND] ipoib: Remove leftover use of neigh_ops->destructorArnaldo Carvalho de Melo2006-03-201-1/+0
| * [NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin2006-03-201-15/+1
* | IPoIB: Get rid of useless test of queue lengthRoland Dreier2006-03-201-6/+1
* | IB/srp: Coverity fix to srp_parse_options()Roland Dreier2006-03-201-0/+1
* | IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueueJack Morgenstein2006-03-204-7/+14
* | IPoIB: Fix build now that neighbour destructor is in neigh_paramsRoland Dreier2006-03-201-1/+0
* | IB/srp: Add SCSI host attributes to show target portRoland Dreier2006-03-201-1/+83
* | IPoIB: Fix multicast race between canceling and completingMichael S. Tsirkin2006-03-201-3/+12
* | IPoIB: Clean up if posting receives failsEli Cohen2006-03-201-0/+1
* | IPoIB: Close race in setting mcast->ahEli Cohen2006-03-201-2/+7
* | IPoIB: clarify to_ipoib_neigh()Michael S. Tsirkin2006-03-201-2/+8
|/
* IB/srp: Don't send task management commands after target removalRoland Dreier2006-03-031-0/+6
* IPoIB: Yet another fix for send-only joinsRoland Dreier2006-02-111-5/+10
* IPoIB: Fix another send-only join raceMichael S. Tsirkin2006-02-071-1/+1
* IPoIB: Don't start send-only joins while multicast thread is stoppedMichael S. Tsirkin2006-02-072-0/+16
* IB/srp: Semaphore to mutex conversionIngo Molnar2006-01-302-10/+9
* IPoIB: Lock accesses to multicast packet queuesMichael S. Tsirkin2006-01-171-3/+22
* IPoIB: Make sure path is fully initialized before using itMichael S. Tsirkin2006-01-171-2/+2
* IB: convert from semaphores to mutexesIngo Molnar2006-01-136-40/+40
* IPoIB: Fix memory leak of multicast group structuresEli Cohen2006-01-122-65/+9
* IPoIB: Take dev->xmit_lock around mc_list accessesMichael S. Tsirkin2006-01-111-2/+5