index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
/
ipoib_multicast.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/ipoib: Remove IPOIB_MCAST_RUN bit
Erez Shitrit
2015-04-15
1
-4
/
+2
*
IB/ipoib: Update broadcast record values after each successful join request
Erez Shitrit
2015-04-15
1
-1
/
+17
*
IB/ipoib: drop mcast_mutex usage
Doug Ledford
2015-04-15
1
-38
/
+32
*
IB/ipoib: deserialize multicast joins
Doug Ledford
2015-04-15
1
-168
/
+82
*
IB/ipoib: fix MCAST_FLAG_BUSY usage
Doug Ledford
2015-04-15
1
-126
/
+229
*
IB/ipoib: No longer use flush as a parameter
Doug Ledford
2015-04-15
1
-4
/
+14
*
IB/ipoib: Use dedicated workqueues per interface
Doug Ledford
2015-04-15
1
-11
/
+9
*
IB/ipoib: Make the carrier_on_task race aware
Doug Ledford
2015-04-15
1
-8
/
+17
*
IB/ipoib: Consolidate rtnl_lock tasks in workqueue
Doug Ledford
2015-04-15
1
-6
/
+2
*
Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue"
Roland Dreier
2015-01-30
1
-2
/
+6
*
Revert "IPoIB: Make the carrier_on_task race aware"
Roland Dreier
2015-01-30
1
-15
/
+6
*
Revert "IPoIB: fix MCAST_FLAG_BUSY usage"
Roland Dreier
2015-01-30
1
-93
/
+55
*
Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race"
Roland Dreier
2015-01-30
1
-32
/
+5
*
Revert "IPoIB: Use dedicated workqueues per interface"
Roland Dreier
2015-01-30
1
-12
/
+14
*
Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"
Roland Dreier
2015-01-30
1
-9
/
+12
*
IPoIB: Make ipoib_mcast_stop_thread flush the workqueue
Doug Ledford
2014-12-15
1
-12
/
+9
*
IPoIB: Use dedicated workqueues per interface
Doug Ledford
2014-12-15
1
-14
/
+12
*
IPoIB: fix mcast_dev_flush/mcast_restart_task race
Doug Ledford
2014-12-15
1
-5
/
+32
*
IPoIB: fix MCAST_FLAG_BUSY usage
Doug Ledford
2014-12-15
1
-55
/
+93
*
IPoIB: Make the carrier_on_task race aware
Doug Ledford
2014-12-15
1
-6
/
+15
*
IPoIB: Consolidate rtnl_lock tasks in workqueue
Doug Ledford
2014-12-15
1
-6
/
+2
*
IPoIB: Remove unnecessary port query
Alex Estrin
2014-09-19
1
-9
/
+1
*
IPoIB: Start multicast join process only on active ports
Erez Shitrit
2013-11-08
1
-0
/
+8
*
IPoIB: Fix usage of uninitialized multicast objects
Erez Shitrit
2013-11-08
1
-4
/
+17
*
IPoIB: Fix use-after-free of multicast object
Patrick McHardy
2012-09-30
1
-9
/
+10
*
IPoIB: Fix AB-BA deadlock when deleting neighbours
Shlomo Pongratz
2012-09-12
1
-2
/
+0
*
IPoIB: Use a private hash table for path lookup in xmit path
Shlomo Pongratz
2012-07-30
1
-38
/
+19
*
ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock.
David S. Miller
2012-07-05
1
-7
/
+8
*
ipoib: Convert over to dev_lookup_neigh_skb().
David S. Miller
2012-07-05
1
-9
/
+13
*
IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addresses
Roland Dreier
2012-02-08
1
-9
/
+1
*
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
David Miller
2011-12-05
1
-2
/
+2
*
-
.
Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next
Roland Dreier
2011-11-29
1
-4
/
+9
|
\
\
|
|
*
IB: Fix RCU lockdep splats
Eric Dumazet
2011-11-29
1
-2
/
+4
|
|
/
|
/
|
|
*
IB/ipoib: Prevent hung task or softlockup processing multicast response
Mike Marciniszyn
2011-11-29
1
-2
/
+5
|
/
*
infiniband: add moduleparam.h to drivers/infiniband as required
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
net: Abstract dst->neighbour accesses behind helpers.
David S. Miller
2011-07-17
1
-7
/
+13
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-11
1
-0
/
+1
|
\
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
|
net: convert multicast list to list_head
Jiri Pirko
2010-04-03
1
-5
/
+4
*
|
ipoib: remove addrlen check for mc addresses
Jiri Pirko
2010-03-22
1
-5
/
+1
|
/
*
ipoib: returned back addrlen check for mc addresses
Jiri Pirko
2010-02-28
1
-1
/
+5
*
infiniband: convert to use netdev_for_each_mc_addr
Jiri Pirko
2010-02-26
1
-6
/
+2
*
IPoIB: Don't turn on carrier for a non-active port
Moni Shoua
2009-09-24
1
-0
/
+7
*
IPoIB: Check multicast address format
Jason Gunthorpe
2009-09-05
1
-0
/
+19
*
IPoIB: Drop priv->lock before calling ipoib_send()
Roland Dreier
2009-09-05
1
-0
/
+2
*
net: skb->dst accessors
Eric Dumazet
2009-06-03
1
-5
/
+5
*
IPoIB: Do not print error messages for multicast join retries
Yossi Etigin
2009-01-16
1
-1
/
+1
*
IPoIB: Do not join broadcast group if interface is brought down
Yossi Etigin
2009-01-12
1
-0
/
+3
*
net: replace %p6 with %pI6
Harvey Harrison
2008-10-29
1
-15
/
+15
*
infiniband: ipoib replace IPOIB_GID_FMT with %p6
Harvey Harrison
2008-10-28
1
-41
/
+29
[next]