Age | Commit message (Expand) | Author | Files | Lines |
2011-08-16 | IPoIB: Fix possible NULL dereference in ipoib_start_xmit() | Bernd Schubert | 1 | -3/+5 |
2011-07-18 | net: Abstract dst->neighbour accesses behind helpers. | David S. Miller | 1 | -14/+27 |
2011-04-20 | net: infiniband/ulp/ipoib: convert to hw_features | Michał Mirosław | 1 | -7/+17 |
2011-01-12 | RDMA: Use vzalloc() to replace vmalloc()+memset(0) | Joe Perches | 1 | -2/+1 |
2011-01-11 | IPoIB: Add GRO support | Or Gerlitz | 1 | -0/+2 |
2011-01-11 | IPoIB: Remove LRO support | Or Gerlitz | 1 | -62/+0 |
2010-10-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -0/+3 |
2010-10-27 | replace nested max/min macros with {max,min}3 macro | Hagen Paul Pfeifer | 1 | -2/+1 |
2010-10-27 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ... | Roland Dreier | 1 | -0/+3 |
2010-10-24 | IPoIB: Set dev_id field of net_device | Eli Cohen | 1 | -0/+1 |
2010-10-13 | IPoIB: Skip IBoE ports | Eli Cohen | 1 | -0/+2 |
2010-07-07 | IPoIB: Fix world-writable child interface control sysfs attributes | Or Gerlitz | 1 | -2/+2 |
2009-12-09 | IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc() | David J. Wilder | 1 | -0/+1 |
2009-09-06 | IPoIB: Drop priv->lock before calling ipoib_send() | Roland Dreier | 1 | -1/+6 |
2009-06-03 | net: skb->dst accessors | Eric Dumazet | 1 | -15/+15 |
2009-05-31 | net: unset IFF_XMIT_DST_RELEASE for qeth and ipoib | Eric Dumazet | 1 | -0/+1 |
2009-04-21 | IPoIB: Disable NAPI while CQ is being drained | Yossi Etigin | 1 | -4/+1 |
2009-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -7/+11 |
2009-03-22 | infiniband: convert ipoib to net_device_ops | Stephen Hemminger | 1 | -7/+11 |
2009-02-18 | IPoIB: In unicast_arp_send(), only free newly-created paths | Jack Morgenstein | 1 | -2/+7 |
2009-01-15 | IPoIB: Fix hang in napi_disable() if P_Key is never found | Roland Dreier | 1 | -12/+15 |
2009-01-10 | IPoIB: Fix loss of connectivity after bonding failover on both sides | Yossi Etigin | 1 | -19/+19 |
2008-11-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+4 |
2008-11-12 | IPoIB: Fix crash in path_rec_completion() | Yossi Etigin | 1 | -1/+1 |
2008-11-12 | IPoIB: Fix hang in ipoib_flush_paths() | Yossi Etigin | 1 | -0/+1 |
2008-11-12 | IPoIB: Don't enable NAPI when it's already enabled | Yossi Etigin | 1 | -1/+2 |
2008-10-29 | net: replace %p6 with %pI6 | Harvey Harrison | 1 | -6/+6 |
2008-10-29 | infiniband: ipoib replace IPOIB_GID_FMT with %p6 | Harvey Harrison | 1 | -13/+12 |
2008-10-23 | IPoIB: Set netdev offload features properly for child (VLAN) interfaces | Or Gerlitz | 1 | -28/+39 |
2008-09-30 | IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX | Roland Dreier | 1 | -40/+28 |
2008-09-26 | IPoIB: Fix crash when path record fails after path flush | Roland Dreier | 1 | -4/+4 |
2008-09-16 | IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop() | Yossi Etigin | 1 | -0/+1 |
2008-08-20 | IPoIB: Fix deadlock on RTNL in ipoib_stop() | Roland Dreier | 1 | -10/+9 |
2008-07-23 | IPoIB: Include err code in trace message for ib_sa_path_rec_get() failures | Or Gerlitz | 1 | -1/+1 |
2008-07-15 | IPoIB: Remove priv->mcast_mutex | Eli Cohen | 1 | -1/+0 |
2008-07-15 | IPoIB: Refresh paths instead of flushing them on SM change events | Moni Shoua | 1 | -4/+40 |
2008-07-15 | IPoIB: add LRO support | Vladimir Sokolovsky | 1 | -0/+62 |
2008-07-15 | IPoIB: Copy small received SKBs in connected mode | Eli Cohen | 1 | -0/+6 |
2008-07-15 | RDMA: Remove subversion $Id tags | Roland Dreier | 1 | -2/+0 |
2008-04-30 | IPoIB: Use separate CQ for UD send completions | Eli Cohen | 1 | -1/+2 |
2008-04-23 | IPoIB: Handle 4K IB MTU for UD (datagram) mode | Shirley Ma | 1 | -5/+14 |
2008-04-17 | IPoIB: Add basic ethtool support | Eli Cohen | 1 | -0/+2 |
2008-04-17 | IPoIB: Add LSO support | Eli Cohen | 1 | -3/+7 |
2008-04-17 | IB: Use shorter list_splice_init() for brevity | Robert P. J. Day | 1 | -2/+1 |
2008-04-17 | IPoIB: Use checksum offload support if available | Eli Cohen | 1 | -1/+23 |
2008-03-12 | IPoIB: Allocate priv->tx_ring with vmalloc() | Roland Dreier | 1 | -4/+5 |
2008-02-09 | IPoIB: Add high DMA feature flag | Eli Cohen | 1 | -1/+3 |
2008-02-05 | IPoIB: Remove a misleading debug print | Or Gerlitz | 1 | -4/+2 |
2008-02-05 | IPoIB: Handle bonding failover race for connected neighbours too | Or Gerlitz | 1 | -6/+7 |
2008-01-26 | IPoIB: Remove redundant check of netif_queue_stopped() in xmit handler | Krishna Kumar | 1 | -10/+0 |