index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
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
2008-04-29
IPoIB: Use separate CQ for UD send completions
Eli Cohen
2008-04-16
IPoIB: Handle case when P_Key is deleted and re-added at same index
Roland Dreier
2008-04-16
IPoIB: Add LSO support
Eli Cohen
2008-04-16
IPoIB: Use checksum offload support if available
Eli Cohen
2008-03-12
IPoIB: Allocate priv->tx_ring with vmalloc()
Roland Dreier
2008-03-11
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-19
IPoIB/cm: Use common CQ for CM send completions
Michael S. Tsirkin
2007-10-17
IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"
Roland Dreier
2007-10-11
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-09
IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp()
Dotan Barak
2007-07-10
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-02
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
2007-05-24
IPoIB/cm: Fix timeout check in ipoib_cm_dev_stop()
Michael S. Tsirkin
2007-05-21
IPoIB/cm: Fix SRQ WR leak
Michael S. Tsirkin
2007-05-14
IPoIB/cm: Optimize stale connection detection
Michael S. Tsirkin
2007-05-06
IPoIB: Convert to NAPI
Roland Dreier
2007-05-06
IB: Add CQ comp_vector support
Michael S. Tsirkin
2007-05-06
IPoIB/cm: Don't crash if remote side uses one QP for both directions
Michael S. Tsirkin
2007-04-30
IPoIB/cm: Fix error handling in ipoib_cm_dev_open()
Michael S. Tsirkin
2007-04-27
Merge 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-24
IPoIB/cm: spin_lock_irqsave() -> spin_lock_irq() replacements
Roland Dreier
2007-04-18
IPoIB: Remove pointless opcode field from debugging output
Roland Dreier
2007-04-10
IPoIB/cm: Fix DMA direction typo
Michael S. Tsirkin
2007-03-22
IB/ipoib: Fix thinko in packet length checks
Michael S. Tsirkin
2007-03-22
IPoIB/cm: Fix reaping of stale connections
Michael S. Tsirkin
2007-02-20
IPoIB/cm: Improve small message bandwidth
Michael S. Tsirkin
2007-02-16
IPoIB: CM error handling thinko fix
Michael S. Tsirkin
2007-02-16
IPoIB: Only allow root to change between datagram and connected mode
Roland Dreier
2007-02-10
IPoIB: Connected mode experimental support
Michael S. Tsirkin