Age | Commit message (Expand) | Author |
2010-04-26 | IPoIB: Fix TX queue lockup with mixed UD/CM traffic | Eli Cohen |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds |
2009-09-05 | IPoIB: Remove unused <rdma/ib_cache.h> includes | Roland Dreier |
2009-09-02 | drivers: Kill now superfluous ->last_rx stores | Eric Dumazet |
2009-06-03 | net: skb->dst accessors | Eric Dumazet |
2009-05-18 | net: Fix ipoib rtnl_lock sysfs deadlock. | Eric W. Biederman |
2008-10-29 | net: replace %p6 with %pI6 | Harvey Harrison |
2008-10-28 | 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-14 | IPoIB/cm: Reduce connected mode TX object size | Eli Cohen |
2008-07-14 | IPoIB: Use dev_set_mtu() to change mtu | Eli Cohen |
2008-07-14 | IPoIB: Use rtnl lock/unlock when changing device flags | Eli Cohen |
2008-07-14 | IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq() | Roland Dreier |
2008-07-14 | IPoIB: Copy small received SKBs in connected mode | Eli Cohen |
2008-07-14 | RDMA: Remove subversion $Id tags | Roland Dreier |
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 |