summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
* 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
* IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier2012-02-093-47/+24Star
* infiniband: ipoib: Sanitize neighbour handling in ipoib_main.cDavid Miller2011-12-051-12/+12
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-052-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-023-17/+29
|\
| *-. Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier2011-11-303-17/+29
| |\ \
| | | * IB: Fix RCU lockdep splatsEric Dumazet2011-11-292-9/+15
| | |/ | |/|
| | * IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn2011-11-293-8/+14
| |/
* | neigh: Add infrastructure for allocating device neigh privates.David Miller2011-12-011-0/+2
* | infiniband: Update net drivers for netdev_features_t changes.David S. Miller2011-11-171-1/+1
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-074-0/+4
|\
| * infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker2011-11-013-0/+3
| * infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-11-012-6/+6
|\ \ | |/ |/|
| *---. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-012-6/+6
| |\ \ \
| | | | * RDMA/core: Add SRQ type fieldSean Hefty2011-10-131-0/+1
| | |_|/ | |/| |
| | | * IPoIB: Use the right function to do DMA unmap pagesDotan Barak2011-10-181-2/+2
| | |/ | |/|
| | * IPoIB: Handle extended rates in debugfsMarcel Apfelbaum2011-10-111-4/+3Star
| |/
* | net: add skb frag size accessorsEric Dumazet2011-10-192-9/+11