summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_cm.c
Commit message (Expand)AuthorAgeFilesLines
* IPoIB: Use separate CQ for UD send completionsEli Cohen2008-04-291-4/+4
* IPoIB: Handle case when P_Key is deleted and re-added at same indexRoland Dreier2008-04-161-2/+2
* IPoIB: Add LSO supportEli Cohen2008-04-161-2/+5
* IPoIB: Use checksum offload support if availableEli Cohen2008-04-161-0/+8
* IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier2008-03-121-3/+5
* IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()Roland Dreier2008-03-111-0/+1
* IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times outPradeep Satyanarayana2008-02-191-4/+6
* IPoIB: Add send gather supportEli Cohen2008-02-081-5/+5
* IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entriesPradeep Satyanarayana2008-01-251-11/+30
* IPoIB/cm: Add connected mode support for devices without SRQsPradeep Satyanarayana2008-01-251-41/+172
* IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list()Roland Dreier2008-01-251-22/+21
* IPoIB/cm: Factor out ipoib_cm_create_srq()Roland Dreier2008-01-251-17/+30
* IPoIB/cm: Factor out ipoib_cm_free_rx_ring()Roland Dreier2008-01-251-9/+19
* IPoIB: Trivial formatting cleanupsRoland Dreier2008-01-251-24/+24
* IPoIB/cm: Fix receive QP cleanupRoland Dreier2007-10-261-1/+1
* IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin2007-10-191-67/+45
* IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"Roland Dreier2007-10-171-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-111-8/+10
|\
| * IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp()Dotan Barak2007-10-091-8/+10
* | [IPoIB]: Convert to netdevice internal statsRoland Dreier2007-10-101-10/+10
|/
* IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty2007-07-101-1/+0
* IPoIB/cm: Fix warning if IPV6 is not enabledRoland Dreier2007-07-101-2/+1
* IPoIB/cm: Partial error clean up unmaps wrong addressRalph Campbell2007-07-021-2/+2
* IPoIB/cm: Remove dead definition of struct ipoib_cm_idRoland Dreier2007-06-211-7/+0
* IPoIB/cm: Fix interoperability when MTU doesn't matchMichael S. Tsirkin2007-06-211-3/+3
* IPoIB/cm: Initialize RX before moving QP to RTRMichael S. Tsirkin2007-06-211-12/+17
* IPoIB/cm: Fix performance regression on MellanoxMichael S. Tsirkin2007-05-291-38/+36
* IPoIB/cm: Drain cq in ipoib_cm_dev_stop()Michael S. Tsirkin2007-05-241-0/+1
* IPoIB/cm: Fix timeout check in ipoib_cm_dev_stop()Michael S. Tsirkin2007-05-241-1/+1
* IPoIB/cm: Fix SRQ WR leakMichael S. Tsirkin2007-05-211-34/+169
* IPoIB/cm: Optimize stale connection detectionMichael S. Tsirkin2007-05-141-4/+7
* IPoIB: Convert to NAPIRoland Dreier2007-05-061-1/+1
* IB: Add CQ comp_vector supportMichael S. Tsirkin2007-05-061-1/+1
* IPoIB/cm: Don't crash if remote side uses one QP for both directionsMichael S. Tsirkin2007-05-061-1/+1
* IPoIB/cm: Fix error handling in ipoib_cm_dev_open()Michael S. Tsirkin2007-04-301-2/+6
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-04-271-36/+28
|\
| * IPoIB/cm: spin_lock_irqsave() -> spin_lock_irq() replacementsRoland Dreier2007-04-241-32/+24
| * IPoIB: Remove pointless opcode field from debugging outputRoland Dreier2007-04-181-4/+4
* | [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
|/
* IPoIB/cm: Fix DMA direction typoMichael S. Tsirkin2007-04-101-1/+1
* IB/ipoib: Fix thinko in packet length checksMichael S. Tsirkin2007-03-221-1/+1
* IPoIB/cm: Fix reaping of stale connectionsMichael S. Tsirkin2007-03-221-1/+1
* IPoIB/cm: Improve small message bandwidthMichael S. Tsirkin2007-02-201-19/+27
* IPoIB: CM error handling thinko fixMichael S. Tsirkin2007-02-161-1/+1
* IPoIB: Only allow root to change between datagram and connected modeRoland Dreier2007-02-161-1/+1
* IPoIB: Connected mode experimental supportMichael S. Tsirkin2007-02-101-0/+1237