| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-09-30 | linux-3.10.0-1160.el7 |  Jason A. Donenfeld | 10 | -1590/+3157 |
| 2013-05-08 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband |  Linus Torvalds | 1 | -1/+1 |
| 2013-05-08 | Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into for-next |  Roland Dreier | 2 | -2/+2 |
| 2013-05-07 | drivers/infiniband/hw: rename random32() to prandom_u32() |  Andrew Morton | 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-04-16 | RDMA: Rename random32() to prandom_u32() |  Akinobu Mita | 1 | -1/+1 |
| 2013-03-22 | IPoIB: Fix send lockup due to missed TX completion |  Mike Marciniszyn | 1 | -2/+6 |
| 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 | 3 | -1/+25 |
| 2013-02-19 | IPoIB: Fix ipoib_neigh hashing to use the correct daddr octets |  Shlomo Pongratz | 2 | -2/+4 |
| 2013-02-05 | IPoIB: Fix crash due to skb double destruct |  Shlomo Pongratz | 2 | -6/+6 |
| 2012-12-19 | IPoIB: Call skb_dst_drop() once skb is enqueued for sending |  Roland Dreier | 2 | -1/+5 |
| 2012-10-02 | IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=n |  Roland Dreier | 3 | -33/+33 |
| 2012-10-02 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband |  Linus Torvalds | 2 | -10/+11 |
| 2012-10-01 | IB/ipoib: Add more rtnl_link_ops callbacks |  Or Gerlitz | 5 | -25/+110 |
| 2012-09-30 | IPoIB: Fix use-after-free of multicast object |  Patrick McHardy | 2 | -10/+11 |
| 2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 3 | -52/+48 |
| 2012-09-20 | IB/ipoib: Add rtnl_link_ops support |  Or Gerlitz | 5 | -51/+206 |
| 2012-09-12 | IPoIB: Fix AB-BA deadlock when deleting neighbours |  Shlomo Pongratz | 3 | -46/+27 |
| 2012-09-12 | IPoIB: Fix memory leak in the neigh table deletion flow |  Shlomo Pongratz | 2 | -6/+21 |
| 2012-08-14 | IB/ipoib: Fix RCU pointer dereference of wrong object |  Shlomo Pongratz | 1 | -1/+1 |
| 2012-08-14 | IB/ipoib: Add missing locking when CM object is deleted |  Shlomo Pongratz | 1 | -0/+3 |
| 2012-07-30 | IPoIB: Use a private hash table for path lookup in xmit path |  Shlomo Pongratz | 4 | -235/+538 |
| 2012-07-24 | Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband |  Linus Torvalds | 1 | -1/+1 |
| 2012-07-17 | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() |  David S. Miller | 1 | -1/+1 |
| 2012-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -4/+8 |
| 2012-07-10 | IPoIB: fix skb truesize underestimatiom |  Eric Dumazet | 1 | -4/+8 |
| 2012-07-08 | IB: Use IS_ENABLED(CONFIG_IPV6) |  Roland Dreier | 1 | -1/+1 |
| 2012-07-05 | ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock. |  David S. Miller | 1 | -7/+8 |
| 2012-07-05 | ipoib: Convert over to dev_lookup_neigh_skb(). |  David S. Miller | 2 | -9/+15 |
| 2012-03-08 | IB: Change CQE "csum_ok" field to a bit flag |  Or Gerlitz | 1 | -1/+2 |
| 2012-02-08 | IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addresses |  Roland Dreier | 3 | -47/+24 |
| 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 | 2 | -6/+6 |
| 2011-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 3 | -17/+29 |
| 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 | 3 | -17/+29 |
| 2011-11-29 | IB: Fix RCU lockdep splats |  Eric Dumazet | 2 | -9/+15 |
| 2011-11-29 | IB/ipoib: Prevent hung task or softlockup processing multicast response |  Mike Marciniszyn | 3 | -8/+14 |
| 2011-11-16 | infiniband: Update net drivers for netdev_features_t changes. |  David S. Miller | 1 | -1/+1 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux |  Linus Torvalds | 4 | -0/+4 |
| 2011-11-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband |  Linus Torvalds | 2 | -6/+6 |
| 2011-11-01 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-next |  Roland Dreier | 2 | -6/+6 |
| 2011-10-31 | infiniband: add moduleparam.h to drivers/infiniband as required |  Paul Gortmaker | 3 | -0/+3 |
| 2011-10-31 | infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULE |  Paul Gortmaker | 1 | -0/+1 |
| 2011-10-19 | net: add skb frag size accessors |  Eric Dumazet | 2 | -9/+11 |
| 2011-10-18 | IPoIB: Use the right function to do DMA unmap pages |  Dotan Barak | 1 | -2/+2 |
| 2011-10-13 | RDMA/core: Add SRQ type field |  Sean Hefty | 1 | -0/+1 |