aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-02IPoIB/cm: Partial error clean up unmaps wrong addressRalph Campbell1-2/+2
2007-06-21IPoIB/cm: Remove dead definition of struct ipoib_cm_idRoland Dreier1-7/+0
2007-06-21IPoIB/cm: Fix interoperability when MTU doesn't matchMichael S. Tsirkin1-3/+3
2007-06-21IPoIB/cm: Initialize RX before moving QP to RTRMichael S. Tsirkin1-12/+17
2007-05-29IPoIB/cm: Fix performance regression on MellanoxMichael S. Tsirkin2-40/+37
2007-05-24IPoIB/cm: Drain cq in ipoib_cm_dev_stop()Michael S. Tsirkin3-12/+21
2007-05-24IPoIB/cm: Fix timeout check in ipoib_cm_dev_stop()Michael S. Tsirkin1-1/+1
2007-05-21IPoIB/cm: Fix SRQ WR leakMichael S. Tsirkin3-36/+211
2007-05-21IB/ipoib: Fix typos in error messagesMichael S. Tsirkin2-2/+2
2007-05-19IPoIB: Handle P_Key table reorderingYosef Etigin4-45/+92
2007-05-14IPoIB/cm: Optimize stale connection detectionMichael S. Tsirkin1-4/+7
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds8-28/+110
2007-05-06IPoIB: Convert to NAPIRoland Dreier4-20/+74
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin4-4/+4
2007-05-06IB/srp: Set proc_nameRoland Dreier1-1/+2
2007-05-06IB/srp: Add orig_dgid sysfs attribute to scsi_hostIshai Rabinovitz2-0/+23
2007-05-06IPoIB/cm: Don't crash if remote side uses one QP for both directionsMichael S. Tsirkin1-1/+1
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-04-30IPoIB/cm: Fix error handling in ipoib_cm_dev_open()Michael S. Tsirkin1-2/+6
2007-04-27Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-48/+36
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2-2/+2
2007-04-24IPoIB/cm: spin_lock_irqsave() -> spin_lock_irq() replacementsRoland Dreier1-32/+24
2007-04-24IB/ipoib: Use ib_init_ah_from_path to initialize ah_attrSean Hefty1-8/+4
2007-04-18IPoIB: Remove pointless opcode field from debugging outputRoland Dreier2-8/+8
2007-04-10IPoIB/cm: Fix DMA direction typoMichael S. Tsirkin1-1/+1
2007-04-05IB/iser: Don't defer connection failure notification to workqueueErez Zilber2-25/+16
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-11[SCSI] iscsi: rename DEFAULT_MAX_RECV_DATA_SEGMENT_LENGTHMike Christie1-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