summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier2-2/+5
2014-01-23IPoIB: Report operstate consistently when brought up without a linkMichal Schmidt1-2/+2
2014-01-15IB/core: Add flow steering support for IPoIB UD trafficMatan Barak1-0/+3
2014-01-04infiniband: make sure the src net is infiniband when create new linkHangbin Liu1-1/+2
2013-11-09IPoIB: lower NAPI weightMichal Schmidt1-1/+1
2013-11-09IPoIB: Start multicast join process only on active portsErez Shitrit1-0/+8
2013-11-09IPoIB: Add path query flushing in ipoib_ib_dev_cleanupErez Shitrit1-0/+5
2013-11-09IPoIB: Fix usage of uninitialized multicast objectsErez Shitrit2-4/+19
2013-11-09IPoIB: Avoid flushing the driver workqueue on dev_downErez Shitrit1-3/+1
2013-11-09IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush()Erez Shitrit5-14/+16
2013-11-09IPoIB: Change CM skb memory allocation to be non-atomic during initTal Alon1-5/+9
2013-11-09IPoIB: Fix crash in dev_open error flowErez Shitrit1-4/+7
2013-08-13IPoIB: Fix race in deleting ipoib_neigh entriesJim Foraker2-9/+3
2013-08-01IPoIB: Fix pkey change flow for virtualization environmentsErez Shitrit1-13/+63
2013-08-01IPoIB: Make sure child devices use valid/proper pkeysOr Gerlitz2-1/+10
2013-05-09Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+1
2013-05-09Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into...Roland Dreier2-2/+2
2013-05-08drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton1-1/+1
2013-04-17IPoIB: add support for TIPC protocolPatrick McHardy1-1/+3
2013-04-17IPoIB: Fix ipoib_hard_header() return valueDoug Ledford1-1/+1
2013-04-17RDMA: Rename random32() to prandom_u32()Akinobu Mita1-1/+1
2013-03-23IPoIB: Fix send lockup due to missed TX completionMike Marciniszyn1-2/+6
2013-02-25IPoIB: Free ipoib neigh on path record failure so path rec queries are retriedRoland Dreier1-0/+3
2013-02-19IPoIB: Don't attempt to release resources on error flowItai Garbi1-0/+2
2013-02-19IPoIB: Add version and firmware info to ethtool reportingYan Burman3-1/+25
2013-02-19IPoIB: Fix ipoib_neigh hashing to use the correct daddr octetsShlomo Pongratz2-2/+4
2013-02-05IPoIB: Fix crash due to skb double destructShlomo Pongratz2-6/+6
2012-12-19IPoIB: Call skb_dst_drop() once skb is enqueued for sendingRoland Dreier2-1/+5
2012-10-03IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=nRoland Dreier3-33/+33
2012-10-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-10/+11
2012-10-02IB/ipoib: Add more rtnl_link_ops callbacksOr Gerlitz5-26/+111
2012-10-01IPoIB: Fix use-after-free of multicast objectPatrick McHardy2-10/+11
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-52/+48
2012-09-21IB/ipoib: Add rtnl_link_ops supportOr Gerlitz5-51/+206
2012-09-12IPoIB: Fix AB-BA deadlock when deleting neighboursShlomo Pongratz3-46/+27
2012-09-12IPoIB: Fix memory leak in the neigh table deletion flowShlomo Pongratz2-6/+21
2012-08-15IB/ipoib: Fix RCU pointer dereference of wrong objectShlomo Pongratz1-1/+1
2012-08-15IB/ipoib: Add missing locking when CM object is deletedShlomo Pongratz1-0/+3
2012-07-30IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz4-236/+539
2012-07-25Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-1/+1
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-1/+1
2012-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+8
2012-07-11IPoIB: fix skb truesize underestimatiomEric Dumazet1-4/+8
2012-07-09IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier1-1/+1
2012-07-06ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock.David S. Miller1-7/+8
2012-07-05ipoib: Convert over to dev_lookup_neigh_skb().David S. Miller2-10/+16
2012-03-09IB: Change CQE "csum_ok" field to a bit flagOr Gerlitz1-1/+2
2012-02-09IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier3-47/+24
2011-12-06infiniband: ipoib: Sanitize neighbour handling in ipoib_main.cDavid Miller1-12/+12
2011-12-06net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2-6/+6