aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_cm.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-14
|\
| * drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-03
* | IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier2009-09-05
|/
* net: skb->dst accessorsEric Dumazet2009-06-03
* net: Fix ipoib rtnl_lock sysfs deadlock.Eric W. Biederman2009-05-19
* net: replace %p6 with %pI6Harvey Harrison2008-10-29
* infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison2008-10-29
* IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier2008-09-30
* IPoIB/cm: Use vmalloc() to allocate rx_ringsDavid J. Wilder2008-08-08
* IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr()Roland Dreier2008-07-30
* IPoIB/cm: Reduce connected mode TX object sizeEli Cohen2008-07-15
* IPoIB: Use dev_set_mtu() to change mtuEli Cohen2008-07-15
* IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen2008-07-15
* IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq()Roland Dreier2008-07-15
* IPoIB: Copy small received SKBs in connected modeEli Cohen2008-07-15
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-15
* IPoIB: Use separate CQ for UD send completionsEli Cohen2008-04-29
* IPoIB: Handle case when P_Key is deleted and re-added at same indexRoland Dreier2008-04-17
* IPoIB: Add LSO supportEli Cohen2008-04-17
* IPoIB: Use checksum offload support if availableEli Cohen2008-04-17
* IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier2008-03-12
* IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()Roland Dreier2008-03-11
* IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times outPradeep Satyanarayana2008-02-19
* IPoIB: Add send gather supportEli Cohen2008-02-08
* IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entriesPradeep Satyanarayana2008-01-25
* IPoIB/cm: Add connected mode support for devices without SRQsPradeep Satyanarayana2008-01-25
* IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list()Roland Dreier2008-01-25
* IPoIB/cm: Factor out ipoib_cm_create_srq()Roland Dreier2008-01-25
* IPoIB/cm: Factor out ipoib_cm_free_rx_ring()Roland Dreier2008-01-25
* IPoIB: Trivial formatting cleanupsRoland Dreier2008-01-25
* IPoIB/cm: Fix receive QP cleanupRoland Dreier2007-10-26
* IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin2007-10-20
* IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"Roland Dreier2007-10-18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-11
|\
| * IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp()Dotan Barak2007-10-09
* | [IPoIB]: Convert to netdevice internal statsRoland Dreier2007-10-10
|/
* IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty2007-07-11
* IPoIB/cm: Fix warning if IPV6 is not enabledRoland Dreier2007-07-10
* IPoIB/cm: Partial error clean up unmaps wrong addressRalph Campbell2007-07-02
* IPoIB/cm: Remove dead definition of struct ipoib_cm_idRoland Dreier2007-06-21
* IPoIB/cm: Fix interoperability when MTU doesn't matchMichael S. Tsirkin2007-06-21
* IPoIB/cm: Initialize RX before moving QP to RTRMichael S. Tsirkin2007-06-21
* IPoIB/cm: Fix performance regression on MellanoxMichael S. Tsirkin2007-05-29
* IPoIB/cm: Drain cq in ipoib_cm_dev_stop()Michael S. Tsirkin2007-05-24
* IPoIB/cm: Fix timeout check in ipoib_cm_dev_stop()Michael S. Tsirkin2007-05-24
* IPoIB/cm: Fix SRQ WR leakMichael S. Tsirkin2007-05-21
* IPoIB/cm: Optimize stale connection detectionMichael S. Tsirkin2007-05-14
* IPoIB: Convert to NAPIRoland Dreier2007-05-07
* IB: Add CQ comp_vector supportMichael S. Tsirkin2007-05-07
* IPoIB/cm: Don't crash if remote side uses one QP for both directionsMichael S. Tsirkin2007-05-07