summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_cm.c
AgeCommit message (Expand)Author
2011-01-12RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches
2011-01-10IPoIB: Add GRO supportOr Gerlitz
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-11IPoIB: Include return code in trace message for ib_post_send() failuresOr Gerlitz
2010-03-11IPoIB: Fix TX queue lockup with mixed UD/CM trafficEli Cohen
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-09-05IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet
2009-06-03net: skb->dst accessorsEric Dumazet
2009-05-18net: Fix ipoib rtnl_lock sysfs deadlock.Eric W. Biederman
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison
2008-09-30IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier
2008-08-08IPoIB/cm: Use vmalloc() to allocate rx_ringsDavid J. Wilder
2008-07-30IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr()Roland Dreier
2008-07-14IPoIB/cm: Reduce connected mode TX object sizeEli Cohen
2008-07-14IPoIB: Use dev_set_mtu() to change mtuEli Cohen
2008-07-14IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen
2008-07-14IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq()Roland Dreier
2008-07-14IPoIB: Copy small received SKBs in connected modeEli Cohen
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier
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