Age | Commit message (Expand) | Author | Files | Lines |
2013-05-08 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -1/+1 |
2013-04-17 | IPoIB: add support for TIPC protocol | Patrick McHardy | 1 | -1/+3 |
2013-04-16 | IPoIB: Fix ipoib_hard_header() return value | Doug Ledford | 1 | -1/+1 |
2013-02-25 | IPoIB: Free ipoib neigh on path record failure so path rec queries are retried | Roland Dreier | 1 | -0/+3 |
2013-02-19 | IPoIB: Don't attempt to release resources on error flow | Itai Garbi | 1 | -0/+2 |
2013-02-19 | IPoIB: Add version and firmware info to ethtool reporting | Yan Burman | 1 | -0/+5 |
2013-02-19 | IPoIB: Fix ipoib_neigh hashing to use the correct daddr octets | Shlomo Pongratz | 1 | -2/+2 |
2012-10-02 | IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=n | Roland Dreier | 1 | -0/+31 |
2012-10-02 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -1/+1 |
2012-10-01 | IB/ipoib: Add more rtnl_link_ops callbacks | Or Gerlitz | 1 | -5/+11 |
2012-09-30 | IPoIB: Fix use-after-free of multicast object | Patrick McHardy | 1 | -1/+1 |
2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -49/+44 |
2012-09-20 | IB/ipoib: Add rtnl_link_ops support | Or Gerlitz | 1 | -5/+20 |
2012-09-12 | IPoIB: Fix AB-BA deadlock when deleting neighbours | Shlomo Pongratz | 1 | -43/+27 |
2012-09-12 | IPoIB: Fix memory leak in the neigh table deletion flow | Shlomo Pongratz | 1 | -6/+17 |
2012-08-14 | IB/ipoib: Fix RCU pointer dereference of wrong object | Shlomo Pongratz | 1 | -1/+1 |
2012-07-30 | IPoIB: Use a private hash table for path lookup in xmit path | Shlomo Pongratz | 1 | -167/+479 |
2012-07-05 | ipoib: Convert over to dev_lookup_neigh_skb(). | David S. Miller | 1 | -1/+3 |
2012-02-08 | IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addresses | Roland Dreier | 1 | -36/+19 |
2011-12-05 | infiniband: ipoib: Sanitize neighbour handling in ipoib_main.c | David Miller | 1 | -12/+12 |
2011-12-05 | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. | David Miller | 1 | -4/+4 |
2011-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+12 |
2011-11-30 | neigh: Add infrastructure for allocating device neigh privates. | David Miller | 1 | -0/+2 |
2011-11-29 | Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next | Roland Dreier | 1 | -8/+12 |
2011-11-29 | IB: Fix RCU lockdep splats | Eric Dumazet | 1 | -7/+11 |
2011-11-29 | IB/ipoib: Prevent hung task or softlockup processing multicast response | Mike Marciniszyn | 1 | -1/+1 |
2011-11-16 | infiniband: Update net drivers for netdev_features_t changes. | David S. Miller | 1 | -1/+1 |
2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller | 1 | -3/+5 |
2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -1/+1 |
2011-08-16 | IPoIB: Fix possible NULL dereference in ipoib_start_xmit() | Bernd Schubert | 1 | -3/+5 |
2011-07-17 | 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-10 | IPoIB: Add GRO support | Or Gerlitz | 1 | -0/+2 |
2011-01-10 | IPoIB: Remove LRO support | Or Gerlitz | 1 | -62/+0 |
2010-10-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -0/+3 |
2010-10-26 | replace nested max/min macros with {max,min}3 macro | Hagen Paul Pfeifer | 1 | -2/+1 |
2010-10-26 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ... | Roland Dreier | 1 | -0/+3 |
2010-10-23 | 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-06 | 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-05 | 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-30 | net: unset IFF_XMIT_DST_RELEASE for qeth and ipoib | Eric Dumazet | 1 | -0/+1 |
2009-04-20 | IPoIB: Disable NAPI while CQ is being drained | Yossi Etigin | 1 | -4/+1 |
2009-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -7/+11 |
2009-03-21 | infiniband: convert ipoib to net_device_ops | Stephen Hemminger | 1 | -7/+11 |
2009-02-17 | IPoIB: In unicast_arp_send(), only free newly-created paths | Jack Morgenstein | 1 | -2/+7 |
2009-01-14 | IPoIB: Fix hang in napi_disable() if P_Key is never found | Roland Dreier | 1 | -12/+15 |