index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
/
ipoib_cm.c
Age
Commit message (
Expand
)
Author
2011-01-12
RDMA: Use vzalloc() to replace vmalloc()+memset(0)
Joe Perches
2011-01-11
IPoIB: Add GRO support
Or Gerlitz
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-11
IPoIB: Include return code in trace message for ib_post_send() failures
Or Gerlitz
2010-03-11
IPoIB: Fix TX queue lockup with mixed UD/CM traffic
Eli Cohen
2010-02-18
ipv6: drop unused "dev" arg of icmpv6_send()
Alexey Dobriyan
2009-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2009-09-06
IPoIB: Remove unused <rdma/ib_cache.h> includes
Roland Dreier
2009-09-03
drivers: Kill now superfluous ->last_rx stores
Eric Dumazet
2009-06-03
net: skb->dst accessors
Eric Dumazet
2009-05-19
net: Fix ipoib rtnl_lock sysfs deadlock.
Eric W. Biederman
2008-10-29
net: replace %p6 with %pI6
Harvey Harrison
2008-10-29
infiniband: ipoib replace IPOIB_GID_FMT with %p6
Harvey Harrison
2008-09-30
IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX
Roland Dreier
2008-08-08
IPoIB/cm: Use vmalloc() to allocate rx_rings
David J. Wilder
2008-07-30
IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr()
Roland Dreier
2008-07-15
IPoIB/cm: Reduce connected mode TX object size
Eli Cohen
2008-07-15
IPoIB: Use dev_set_mtu() to change mtu
Eli Cohen
2008-07-15
IPoIB: Use rtnl lock/unlock when changing device flags
Eli Cohen
2008-07-15
IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq()
Roland Dreier
2008-07-15
IPoIB: Copy small received SKBs in connected mode
Eli Cohen
2008-07-15
RDMA: Remove subversion $Id tags
Roland Dreier
2008-04-29
IPoIB: Use separate CQ for UD send completions
Eli Cohen
2008-04-17
IPoIB: Handle case when P_Key is deleted and re-added at same index
Roland Dreier
2008-04-17
IPoIB: Add LSO support
Eli Cohen
2008-04-17
IPoIB: Use checksum offload support if available
Eli Cohen
2008-03-12
IPoIB: Allocate priv->tx_ring with vmalloc()
Roland Dreier
2008-03-12
IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()
Roland Dreier
2008-02-19
IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times out
Pradeep Satyanarayana
2008-02-08
IPoIB: Add send gather support
Eli Cohen
2008-01-25
IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entries
Pradeep Satyanarayana
2008-01-25
IPoIB/cm: Add connected mode support for devices without SRQs
Pradeep Satyanarayana
2008-01-25
IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list()
Roland Dreier
2008-01-25
IPoIB/cm: Factor out ipoib_cm_create_srq()
Roland Dreier
2008-01-25
IPoIB/cm: Factor out ipoib_cm_free_rx_ring()
Roland Dreier
2008-01-25
IPoIB: Trivial formatting cleanups
Roland Dreier
2007-10-26
IPoIB/cm: Fix receive QP cleanup
Roland Dreier
2007-10-20
IPoIB/cm: Use common CQ for CM send completions
Michael S. Tsirkin
2007-10-18
IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"
Roland Dreier
2007-10-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
2007-10-10
[IPoIB]: Convert to netdevice internal stats
Roland Dreier
2007-10-10
IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp()
Dotan Barak
2007-07-11
IB/cm: Include HCA ACK delay in local ACK timeout
Sean Hefty
2007-07-10
IPoIB/cm: Fix warning if IPV6 is not enabled
Roland Dreier
2007-07-03
IPoIB/cm: Partial error clean up unmaps wrong address
Ralph Campbell
2007-06-21
IPoIB/cm: Remove dead definition of struct ipoib_cm_id
Roland Dreier
2007-06-21
IPoIB/cm: Fix interoperability when MTU doesn't match
Michael S. Tsirkin
2007-06-21
IPoIB/cm: Initialize RX before moving QP to RTR
Michael S. Tsirkin
2007-05-29
IPoIB/cm: Fix performance regression on Mellanox
Michael S. Tsirkin
2007-05-24
IPoIB/cm: Drain cq in ipoib_cm_dev_stop()
Michael S. Tsirkin
[next]