| Commit message (Expand) | Author | Age | Files | Lines |
* | net: better IFF_XMIT_DST_RELEASE support | Eric Dumazet | 2014-10-07 | 1 | -1/+1 |
* | ipoib: validate struct ipoib_cb size | Eric Dumazet | 2014-09-22 | 1 | -2/+2 |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2014-08-14 | 1 | -5/+4 |
|\ |
|
| * | IB/ipoib: Avoid multicast join attempts with invalid P_key | Alex Estrin | 2014-08-11 | 1 | -7/+4 |
| * | IB/ipoib: Avoid flushing the workqueue from worker context | Erez Shitrit | 2014-08-05 | 1 | -1/+1 |
| * | IB/ipoib: Use P_Key change event instead of P_Key polling mechanism | Erez Shitrit | 2014-08-05 | 1 | -2/+4 |
* | | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 2014-07-16 | 1 | -2/+2 |
|/ |
|
* | IPoIB: Report operstate consistently when brought up without a link | Michal Schmidt | 2014-01-23 | 1 | -2/+2 |
* | IPoIB: lower NAPI weight | Michal Schmidt | 2013-11-08 | 1 | -1/+1 |
* | IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush() | Erez Shitrit | 2013-11-08 | 1 | -5/+5 |
* | IPoIB: Fix race in deleting ipoib_neigh entries | Jim Foraker | 2013-08-13 | 1 | -6/+3 |
* | IPoIB: Make sure child devices use valid/proper pkeys | Or Gerlitz | 2013-07-31 | 1 | -1/+1 |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2013-05-09 | 1 | -1/+1 |
|\ |
|
| * | IPoIB: Fix ipoib_hard_header() return value | Doug Ledford | 2013-04-17 | 1 | -1/+1 |
* | | IPoIB: add support for TIPC protocol | Patrick McHardy | 2013-04-17 | 1 | -1/+3 |
|/ |
|
* | IPoIB: Free ipoib neigh on path record failure so path rec queries are retried | Roland Dreier | 2013-02-25 | 1 | -0/+3 |
* | IPoIB: Don't attempt to release resources on error flow | Itai Garbi | 2013-02-19 | 1 | -0/+2 |
* | IPoIB: Add version and firmware info to ethtool reporting | Yan Burman | 2013-02-19 | 1 | -0/+5 |
* | IPoIB: Fix ipoib_neigh hashing to use the correct daddr octets | Shlomo Pongratz | 2013-02-19 | 1 | -2/+2 |
* | IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=n | Roland Dreier | 2012-10-03 | 1 | -0/+31 |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-10-03 | 1 | -1/+1 |
|\ |
|
| * | IPoIB: Fix use-after-free of multicast object | Patrick McHardy | 2012-10-01 | 1 | -1/+1 |
* | | IB/ipoib: Add more rtnl_link_ops callbacks | Or Gerlitz | 2012-10-01 | 1 | -5/+11 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-28 | 1 | -49/+44 |
|\| |
|
| * | IPoIB: Fix AB-BA deadlock when deleting neighbours | Shlomo Pongratz | 2012-09-12 | 1 | -43/+27 |
| * | IPoIB: Fix memory leak in the neigh table deletion flow | Shlomo Pongratz | 2012-09-12 | 1 | -6/+17 |
* | | IB/ipoib: Add rtnl_link_ops support | Or Gerlitz | 2012-09-20 | 1 | -5/+20 |
|/ |
|
* | IB/ipoib: Fix RCU pointer dereference of wrong object | Shlomo Pongratz | 2012-08-15 | 1 | -1/+1 |
* | IPoIB: Use a private hash table for path lookup in xmit path | Shlomo Pongratz | 2012-07-30 | 1 | -167/+479 |
* | ipoib: Convert over to dev_lookup_neigh_skb(). | David S. Miller | 2012-07-05 | 1 | -1/+3 |
* | IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addresses | Roland Dreier | 2012-02-09 | 1 | -36/+19 |
* | infiniband: ipoib: Sanitize neighbour handling in ipoib_main.c | David Miller | 2011-12-05 | 1 | -12/+12 |
* | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. | David Miller | 2011-12-05 | 1 | -4/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-02 | 1 | -8/+12 |
|\ |
|
| *-. | Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next | Roland Dreier | 2011-11-30 | 1 | -8/+12 |
| |\ \ |
|
| | | * | IB: Fix RCU lockdep splats | Eric Dumazet | 2011-11-29 | 1 | -7/+11 |
| | |/
| |/| |
|
| | * | IB/ipoib: Prevent hung task or softlockup processing multicast response | Mike Marciniszyn | 2011-11-29 | 1 | -1/+1 |
| |/ |
|
* | | neigh: Add infrastructure for allocating device neigh privates. | David Miller | 2011-12-01 | 1 | -0/+2 |
* | | infiniband: Update net drivers for netdev_features_t changes. | David S. Miller | 2011-11-17 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of github.com:davem330/net | David S. Miller | 2011-09-22 | 1 | -3/+5 |
|\ |
|
| * | IPoIB: Fix possible NULL dereference in ipoib_start_xmit() | Bernd Schubert | 2011-08-16 | 1 | -3/+5 |
* | | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 2011-08-18 | 1 | -1/+1 |
|/ |
|
* | net: Abstract dst->neighbour accesses behind helpers. | David S. Miller | 2011-07-18 | 1 | -14/+27 |
* | net: infiniband/ulp/ipoib: convert to hw_features | Michał Mirosław | 2011-04-20 | 1 | -7/+17 |
* | RDMA: Use vzalloc() to replace vmalloc()+memset(0) | Joe Perches | 2011-01-12 | 1 | -2/+1 |
* | IPoIB: Add GRO support | Or Gerlitz | 2011-01-11 | 1 | -0/+2 |
* | IPoIB: Remove LRO support | Or Gerlitz | 2011-01-11 | 1 | -62/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2010-10-27 | 1 | -0/+3 |
|\ |
|
| *-. | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ... | Roland Dreier | 2010-10-27 | 1 | -0/+3 |
| |\ \ |
|
| | | * | IPoIB: Set dev_id field of net_device | Eli Cohen | 2010-10-23 | 1 | -0/+1 |
| | |/
| |/| |
|