aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)Author
2007-08-07IPoIB: Fix leak in ipoib_transport_dev_init() error pathJack Morgenstein
2007-07-10IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty
2007-07-10IPoIB: Recycle loopback skbs instead of freeing and reallocatingRoland Dreier
2007-07-10IPoIB/cm: Fix warning if IPV6 is not enabledRoland Dreier
2007-07-09IB: Use menuconfig for InfiniBand menuJan Engelhardt
2007-07-02IPoIB/cm: Partial error clean up unmaps wrong addressRalph Campbell
2007-06-21IPoIB/cm: Remove dead definition of struct ipoib_cm_idRoland Dreier
2007-06-21IPoIB/cm: Fix interoperability when MTU doesn't matchMichael S. Tsirkin
2007-06-21IPoIB/cm: Initialize RX before moving QP to RTRMichael S. Tsirkin
2007-05-29IPoIB/cm: Fix performance regression on MellanoxMichael S. Tsirkin
2007-05-24IPoIB/cm: Drain cq in ipoib_cm_dev_stop()Michael S. Tsirkin
2007-05-24IPoIB/cm: Fix timeout check in ipoib_cm_dev_stop()Michael S. Tsirkin
2007-05-21IPoIB/cm: Fix SRQ WR leakMichael S. Tsirkin
2007-05-21IB/ipoib: Fix typos in error messagesMichael S. Tsirkin
2007-05-19IPoIB: Handle P_Key table reorderingYosef Etigin
2007-05-14IPoIB/cm: Optimize stale connection detectionMichael S. Tsirkin
2007-05-07Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds
2007-05-06IPoIB: Convert to NAPIRoland Dreier
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin
2007-05-06IPoIB/cm: Don't crash if remote side uses one QP for both directionsMichael S. Tsirkin
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare
2007-04-30IPoIB/cm: Fix error handling in ipoib_cm_dev_open()Michael S. Tsirkin
2007-04-27Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2007-04-24IPoIB/cm: spin_lock_irqsave() -> spin_lock_irq() replacementsRoland Dreier
2007-04-24IB/ipoib: Use ib_init_ah_from_path to initialize ah_attrSean Hefty
2007-04-18IPoIB: Remove pointless opcode field from debugging outputRoland Dreier
2007-04-10IPoIB/cm: Fix DMA direction typoMichael S. Tsirkin
2007-03-25[NET]: Fix neighbour destructor handling.Alexey Kuznetsov
2007-03-22IB/ipoib: Fix thinko in packet length checksMichael S. Tsirkin
2007-03-22IPoIB: Fix use-after-free in path_rec_completion()Michael S. Tsirkin
2007-03-22IPoIB: Fix race in detaching from mcast group before attachingSean Hefty
2007-03-22IPoIB/cm: Fix reaping of stale connectionsMichael S. Tsirkin
2007-03-08IPoIB: Turn on interface's carrier after broadcast group is joinedShirley Ma
2007-02-27IPoIB: Only handle async events for one portRoland Dreier
2007-02-26IPoIB: Correct debugging output when path record lookup failsRoland Dreier
2007-02-21IPoIB: Remove unused local_rate trackingRoland Dreier
2007-02-20IPoIB/cm: Improve small message bandwidthMichael S. Tsirkin
2007-02-16IB/sa: Track multicast join/leave requestsSean Hefty
2007-02-16IPoIB: CM error handling thinko fixMichael S. Tsirkin
2007-02-16IPoIB: Only allow root to change between datagram and connected modeRoland Dreier
2007-02-13Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven
2007-02-10IPoIB: Connected mode experimental supportMichael S. Tsirkin
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman
2006-12-12IPoIB: Make sure struct ipoib_neigh.queue is always initializedRoland Dreier
2006-12-12IPoIB: Use the new verbs DMA mapping functionsRalph Campbell
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-11-29IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin
2006-11-22WorkStruct: make allyesconfigDavid Howells