aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-27IPoIB: Fix oops if xmit is called when priv->broadcast is NULLJack Morgenstein1-0/+3
2007-10-26IPoIB/cm: Fix receive QP cleanupRoland Dreier1-1/+1
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-98/+87
2007-10-19IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin4-95/+82
2007-10-17IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"Roland Dreier1-1/+1
2007-10-16IPoIB: Use round_jiffies() for ah_reap_taskAnton Blanchard1-2/+4
2007-10-15IB/ipoib: Verify address handle validity on sendMoni Shoua1-2/+3
2007-10-15IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua3-11/+20
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds7-37/+93
2007-10-10IPoIB: Fix unused variable warningRoland Dreier1-1/+0
2007-10-10[IPoIB]: Convert to netdevice internal statsRoland Dreier5-41/+31
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-2/+6
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger3-29/+29
2007-10-10IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz4-0/+46
2007-10-09IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp()Dotan Barak1-8/+10
2007-10-09IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty3-26/+26
2007-10-09IPoIB: Fix error path memory leakEli Cohen1-2/+2
2007-10-09IPoIB: Fix typo to end statement with ';' instead of ','Eli Cohen1-1/+1
2007-10-09IPoIB: Make sure no receives are handled when stopping deviceRoland Dreier1-0/+8
2007-08-07IPoIB: Fix leak in ipoib_transport_dev_init() error pathJack Morgenstein1-0/+1
2007-07-10IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty1-1/+0
2007-07-10IPoIB: Recycle loopback skbs instead of freeing and reallocatingRoland Dreier1-16/+17
2007-07-10IPoIB/cm: Fix warning if IPV6 is not enabledRoland Dreier1-2/+1
2007-07-09IB: Use menuconfig for InfiniBand menuJan Engelhardt1-1/+1
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-07Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds5-25/+83
2007-05-06IPoIB: Convert to NAPIRoland Dreier4-20/+74
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin2-2/+2
2007-05-06IPoIB/cm: Don't crash if remote side uses one QP for both directionsMichael S. Tsirkin1-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-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