summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-08-141-5/+4
|\
| * IB/ipoib: Avoid multicast join attempts with invalid P_keyAlex Estrin2014-08-101-7/+4
| * IB/ipoib: Avoid flushing the workqueue from worker contextErez Shitrit2014-08-051-1/+1
| * IB/ipoib: Use P_Key change event instead of P_Key polling mechanismErez Shitrit2014-08-051-2/+4
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-2/+2
|/
* IPoIB: Report operstate consistently when brought up without a linkMichal Schmidt2014-01-221-2/+2
* IPoIB: lower NAPI weightMichal Schmidt2013-11-081-1/+1
* IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush()Erez Shitrit2013-11-081-5/+5
* IPoIB: Fix race in deleting ipoib_neigh entriesJim Foraker2013-08-131-6/+3
* IPoIB: Make sure child devices use valid/proper pkeysOr Gerlitz2013-07-311-1/+1
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-05-081-1/+1
|\
| * IPoIB: Fix ipoib_hard_header() return valueDoug Ledford2013-04-161-1/+1
* | IPoIB: add support for TIPC protocolPatrick McHardy2013-04-171-1/+3
|/
* 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-191-0/+5
* IPoIB: Fix ipoib_neigh hashing to use the correct daddr octetsShlomo Pongratz2013-02-191-2/+2
* IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=nRoland Dreier2012-10-021-0/+31
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-021-1/+1
|\
| * IPoIB: Fix use-after-free of multicast objectPatrick McHardy2012-09-301-1/+1
* | IB/ipoib: Add more rtnl_link_ops callbacksOr Gerlitz2012-10-011-5/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-49/+44
|\ \ | |/
| * IPoIB: Fix AB-BA deadlock when deleting neighboursShlomo Pongratz2012-09-121-43/+27
| * IPoIB: Fix memory leak in the neigh table deletion flowShlomo Pongratz2012-09-121-6/+17
* | IB/ipoib: Add rtnl_link_ops supportOr Gerlitz2012-09-201-5/+20
|/
* IB/ipoib: Fix RCU pointer dereference of wrong objectShlomo Pongratz2012-08-141-1/+1
* IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz2012-07-301-167/+479
* ipoib: Convert over to dev_lookup_neigh_skb().David S. Miller2012-07-051-1/+3
* IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier2012-02-081-36/+19
* 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-051-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-8/+12
|\
| *-. Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier2011-11-291-8/+12
| |\ \
| | | * IB: Fix RCU lockdep splatsEric Dumazet2011-11-291-7/+11
| | |/ | |/|
| | * IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn2011-11-291-1/+1
| |/
* | neigh: Add infrastructure for allocating device neigh privates.David Miller2011-11-301-0/+2
* | infiniband: Update net drivers for netdev_features_t changes.David S. Miller2011-11-161-1/+1
|/
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-3/+5
|\
| * IPoIB: Fix possible NULL dereference in ipoib_start_xmit()Bernd Schubert2011-08-161-3/+5
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
|/
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-14/+27
* net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław2011-04-201-7/+17
* RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2011-01-121-2/+1
* IPoIB: Add GRO supportOr Gerlitz2011-01-101-0/+2
* IPoIB: Remove LRO supportOr Gerlitz2011-01-101-62/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-10-261-0/+3
|\
| *-. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier2010-10-261-0/+3
| |\ \
| | | * IPoIB: Set dev_id field of net_deviceEli Cohen2010-10-231-0/+1
| | |/ | |/|
| | * IPoIB: Skip IBoE portsEli Cohen2010-10-131-0/+2
| |/
* | replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer2010-10-261-2/+1
|/
OpenPOWER on IntegriCloud