summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-1/+1
|\
| * net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* | IB: Add a QP creation flag to use GFP_NOIO allocationsOr Gerlitz2014-06-021-3/+15
|/
*-. Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier2014-01-232-2/+5
|\ \
| | * IPoIB: Report operstate consistently when brought up without a linkMichal Schmidt2014-01-231-2/+2
| |/ |/|
| * IB/core: Add flow steering support for IPoIB UD trafficMatan Barak2014-01-141-0/+3
|/
* infiniband: make sure the src net is infiniband when create new linkHangbin Liu2014-01-041-1/+2
* IPoIB: lower NAPI weightMichal Schmidt2013-11-081-1/+1
* IPoIB: Start multicast join process only on active portsErez Shitrit2013-11-081-0/+8
* IPoIB: Add path query flushing in ipoib_ib_dev_cleanupErez Shitrit2013-11-081-0/+5
* IPoIB: Fix usage of uninitialized multicast objectsErez Shitrit2013-11-082-4/+19
* IPoIB: Avoid flushing the driver workqueue on dev_downErez Shitrit2013-11-081-3/+1Star
* IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush()Erez Shitrit2013-11-085-14/+16
* IPoIB: Change CM skb memory allocation to be non-atomic during initTal Alon2013-11-081-5/+9
* IPoIB: Fix crash in dev_open error flowErez Shitrit2013-11-081-4/+7
* IPoIB: Fix race in deleting ipoib_neigh entriesJim Foraker2013-08-132-9/+3Star
* IPoIB: Fix pkey change flow for virtualization environmentsErez Shitrit2013-07-311-13/+63
* IPoIB: Make sure child devices use valid/proper pkeysOr Gerlitz2013-07-312-1/+10
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-05-091-1/+1
|\
| *-. Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into...Roland Dreier2013-05-082-2/+2
| |\ \
| | | * RDMA: Rename random32() to prandom_u32()Akinobu Mita2013-04-171-1/+1
| | |/ | |/|
| | * IPoIB: Fix ipoib_hard_header() return valueDoug Ledford2013-04-171-1/+1
| |/
* | drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton2013-05-081-1/+1
* | IPoIB: add support for TIPC protocolPatrick McHardy2013-04-171-1/+3
|/
* IPoIB: Fix send lockup due to missed TX completionMike Marciniszyn2013-03-231-2/+6
* IPoIB: Free ipoib neigh on path record failure so path rec queries are retriedRoland Dreier2013-02-251-0/+3
* IPoIB: Don't attempt to release resources on error flowItai Garbi2013-02-191-0/+2
* IPoIB: Add version and firmware info to ethtool reportingYan Burman2013-02-193-1/+25
* IPoIB: Fix ipoib_neigh hashing to use the correct daddr octetsShlomo Pongratz2013-02-192-2/+4
* IPoIB: Fix crash due to skb double destructShlomo Pongratz2013-02-052-6/+6
* IPoIB: Call skb_dst_drop() once skb is enqueued for sendingRoland Dreier2012-12-192-1/+5
* IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=nRoland Dreier2012-10-033-33/+33
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-032-10/+11
|\
| * IPoIB: Fix use-after-free of multicast objectPatrick McHardy2012-10-012-10/+11
* | IB/ipoib: Add more rtnl_link_ops callbacksOr Gerlitz2012-10-015-26/+111
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-283-52/+48Star
|\|
| * IPoIB: Fix AB-BA deadlock when deleting neighboursShlomo Pongratz2012-09-123-46/+27Star
| * IPoIB: Fix memory leak in the neigh table deletion flowShlomo Pongratz2012-09-122-6/+21
* | IB/ipoib: Add rtnl_link_ops supportOr Gerlitz2012-09-205-51/+206
|/
* IB/ipoib: Fix RCU pointer dereference of wrong objectShlomo Pongratz2012-08-151-1/+1
* IB/ipoib: Add missing locking when CM object is deletedShlomo Pongratz2012-08-151-0/+3
* IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz2012-07-304-236/+539
* Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2012-07-241-1/+1
|\
| * IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier2012-07-091-1/+1
* | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-111-4/+8
|\ \
| * | IPoIB: fix skb truesize underestimatiomEric Dumazet2012-07-111-4/+8
| |/
* | ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock.David S. Miller2012-07-061-7/+8
* | ipoib: Convert over to dev_lookup_neigh_skb().David S. Miller2012-07-052-10/+16
|/
* IB: Change CQE "csum_ok" field to a bit flagOr Gerlitz2012-03-081-1/+2