summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)AuthorFilesLines
2007-07-03IPoIB/cm: Partial error clean up unmaps wrong addressRalph Campbell1-2/+2
2007-06-22IPoIB/cm: Remove dead definition of struct ipoib_cm_idRoland Dreier1-7/+0
2007-06-22IPoIB/cm: Fix interoperability when MTU doesn't matchMichael S. Tsirkin1-3/+3
2007-06-22IPoIB/cm: Initialize RX before moving QP to RTRMichael S. Tsirkin1-12/+17
2007-05-30IPoIB/cm: Fix performance regression on MellanoxMichael S. Tsirkin2-40/+37
2007-05-25IPoIB/cm: Drain cq in ipoib_cm_dev_stop()Michael S. Tsirkin3-12/+21
2007-05-25IPoIB/cm: Fix timeout check in ipoib_cm_dev_stop()Michael S. Tsirkin1-1/+1
2007-05-22IPoIB/cm: Fix SRQ WR leakMichael S. Tsirkin3-36/+211
2007-05-22IB/ipoib: Fix typos in error messagesMichael S. Tsirkin2-2/+2
2007-05-19IPoIB: Handle P_Key table reorderingYosef Etigin4-45/+92
2007-05-15IPoIB/cm: Optimize stale connection detectionMichael S. Tsirkin1-4/+7
2007-05-07Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds5-25/+83
2007-05-07IPoIB: Convert to NAPIRoland Dreier4-20/+74
2007-05-07IB: Add CQ comp_vector supportMichael S. Tsirkin2-2/+2
2007-05-07IPoIB/cm: Don't crash if remote side uses one QP for both directionsMichael S. Tsirkin1-1/+1
2007-05-03PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-05-01IPoIB/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/rolan...Linus Torvalds3-48/+36
2007-04-26[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2-2/+2
2007-04-25IPoIB/cm: spin_lock_irqsave() -> spin_lock_irq() replacementsRoland Dreier1-32/+24
2007-04-25IB/ipoib: Use ib_init_ah_from_path to initialize ah_attrSean Hefty1-8/+4
2007-04-19IPoIB: Remove pointless opcode field from debugging outputRoland Dreier2-8/+8
2007-04-10IPoIB/cm: Fix DMA direction typoMichael S. Tsirkin1-1/+1
2007-03-26[NET]: Fix neighbour destructor handling.Alexey Kuznetsov1-3/+3
2007-03-23IB/ipoib: Fix thinko in packet length checksMichael S. Tsirkin2-3/+3
2007-03-23IPoIB: Fix use-after-free in path_rec_completion()Michael S. Tsirkin1-2/+2
2007-03-23IPoIB: Fix race in detaching from mcast group before attachingSean Hefty1-3/+3
2007-03-23IPoIB/cm: Fix reaping of stale connectionsMichael S. Tsirkin1-1/+1
2007-03-09IPoIB: 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-22IPoIB: Remove unused local_rate trackingRoland Dreier2-6/+3
2007-02-21IPoIB/cm: Improve small message bandwidthMichael S. Tsirkin1-19/+27
2007-02-17IB/sa: Track multicast join/leave requestsSean Hefty1-123/+72
2007-02-17IPoIB: CM error handling thinko fixMichael S. Tsirkin1-1/+1
2007-02-17IPoIB: Only allow root to change between datagram and connected modeRoland Dreier1-1/+1
2007-02-14Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus 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-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2-24/+20
2006-12-13IPoIB: Make sure struct ipoib_neigh.queue is always initializedRoland Dreier1-2/+1
2006-12-13IPoIB: Use the new verbs DMA mapping functionsRalph Campbell2-41/+38
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells3-8/+15
2006-11-30IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin3-8/+15
2006-11-22WorkStruct: make allyesconfigDavid Howells4-33/+40
2006-11-17IPoIB: Clear high octet in QP numberMichael S. Tsirkin1-8/+7
2006-10-10IPoIB: Check for DMA mapping error for TX packetsRoland Dreier1-0/+5
2006-10-04Still more typo fixesMatt LaPlante1-1/+1
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-2/+2
2006-09-23IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen2-3/+3