summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_cm.c
AgeCommit message (Expand)Author
2008-04-29IPoIB: Use separate CQ for UD send completionsEli Cohen
2008-04-16IPoIB: Handle case when P_Key is deleted and re-added at same indexRoland Dreier
2008-04-16IPoIB: Add LSO supportEli Cohen
2008-04-16IPoIB: Use checksum offload support if availableEli Cohen
2008-03-12IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier
2008-03-11IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()Roland Dreier
2008-02-19IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times outPradeep Satyanarayana
2008-02-08IPoIB: Add send gather supportEli Cohen
2008-01-25IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entriesPradeep Satyanarayana
2008-01-25IPoIB/cm: Add connected mode support for devices without SRQsPradeep Satyanarayana
2008-01-25IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list()Roland Dreier
2008-01-25IPoIB/cm: Factor out ipoib_cm_create_srq()Roland Dreier
2008-01-25IPoIB/cm: Factor out ipoib_cm_free_rx_ring()Roland Dreier
2008-01-25IPoIB: Trivial formatting cleanupsRoland Dreier
2007-10-26IPoIB/cm: Fix receive QP cleanupRoland Dreier
2007-10-19IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin
2007-10-17IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"Roland Dreier
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2007-10-10[IPoIB]: Convert to netdevice internal statsRoland Dreier
2007-10-09IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp()Dotan Barak
2007-07-10IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty
2007-07-10IPoIB/cm: Fix warning if IPV6 is not enabledRoland Dreier
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-14IPoIB/cm: Optimize stale connection detectionMichael S. Tsirkin
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-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-18IPoIB: Remove pointless opcode field from debugging outputRoland Dreier
2007-04-10IPoIB/cm: Fix DMA direction typoMichael S. Tsirkin
2007-03-22IB/ipoib: Fix thinko in packet length checksMichael S. Tsirkin
2007-03-22IPoIB/cm: Fix reaping of stale connectionsMichael S. Tsirkin
2007-02-20IPoIB/cm: Improve small message bandwidthMichael S. Tsirkin
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-10IPoIB: Connected mode experimental supportMichael S. Tsirkin