index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
/
ipoib_multicast.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-02
IB/ipoib: Fix race condition in neigh creation
Erez Shitrit
1
-1
/
+4
2017-07-23
IB/ipoib: Make sure no in-flight joins while leaving that mcast
Erez Shitrit
1
-16
/
+8
2017-07-23
IB/ipoib: Use cancel_delayed_work_sync when needed
Erez Shitrit
1
-6
/
+1
2017-07-23
IB/ipoib: Fix race between light events and interface restart
Feras Daoud
1
-0
/
+2
2017-05-01
IB/core: Define 'ib' and 'roce' rdma_ah_attr types
Dasaratharaman Chandramouli
1
-0
/
+1
2017-05-01
IB/core: Use rdma_ah_attr accessor functions
Dasaratharaman Chandramouli
1
-32
/
+27
2017-05-01
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
Dasaratharaman Chandramouli
1
-1
/
+1
2017-05-01
IB/IPoIB: Remove 'else' when the 'if' has a return.
Dasaratharaman Chandramouli
1
-10
/
+9
2017-04-28
IB/SA: Modify SA to implicitly cache Class Port info
Dasaratharaman Chandramouli
1
-6
/
+3
2017-04-21
IB/ipoib: Fix deadlock between ipoib_stop and mcast join flow
Feras Daoud
1
-6
/
+5
2017-04-20
IB/IPoIB: Support acceleration options callbacks
Erez Shitrit
1
-5
/
+10
2017-04-20
IB/IPoIB: Use defined function for netdev_priv function
Erez Shitrit
1
-12
/
+12
2017-01-24
IB/ipoib: Remove the unnecessary error check
Zhu Yanjun
1
-3
/
+1
2017-01-12
IB/ipoib: Add detailed error message to dev_queue_xmit call
Feras Daoud
1
-2
/
+4
2016-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-2
/
+5
2016-12-14
IPoIB: Avoid reading an uninitialized member variable
Bart Van Assche
1
-2
/
+5
2016-10-14
IB/ipoib: move back IB LL address into the hard header
Paolo Abeni
1
-2
/
+4
2016-06-07
IB/IPoIB: Disable bottom half when dealing with device address
Mark Bloch
1
-3
/
+3
2016-05-25
IB/IPoIB: Allow setting the device address
Mark Bloch
1
-4
/
+6
2016-05-25
IB/ipoib: Support SendOnlyFullMember MCG for SendOnly join
Erez Shitrit
1
-13
/
+25
2016-02-12
IB/ipoib: fix for rare multicast join race condition
Alex Estrin
1
-7
/
+17
2016-01-19
IB/IPoIB: Fix kernel panic on multicast flow
Erez Shitrit
1
-4
/
+4
2015-12-23
IB/IPoIB: Move multicast specific code out of ipoib_main.c
Christoph Lameter
1
-1
/
+20
2015-12-23
IB/IPoIB: factor out common multicast list removal code
Christoph Lameter
1
-10
/
+14
2015-10-28
Merge branch 'wr-cleanup' into k.o/for-4.4
Doug Ledford
1
-1
/
+1
2015-10-21
IB/core: Add netdev and gid attributes paramteres to cache
Matan Barak
1
-1
/
+1
2015-10-13
IB/ipoib: For sendonly join free the multicast group on leave
Christoph Lameter
1
-1
/
+1
2015-10-08
IB: split struct ib_send_wr
Christoph Hellwig
1
-1
/
+1
2015-09-25
IB/ipoib: Make sendonly multicast joins create the mcast group
Doug Ledford
1
-10
/
+12
2015-09-25
IB/ipoib: Expire sendonly multicast joins
Christoph Lameter
1
-2
/
+2
2015-09-03
IB/ipoib: Suppress warning for send only join failures
Jason Gunthorpe
1
-2
/
+10
2015-09-03
IB/ipoib: Clean up send-only multicast joins
Doug Ledford
1
-11
/
+27
2015-04-15
IB/ipoib: Remove IPOIB_MCAST_RUN bit
Erez Shitrit
1
-4
/
+2
2015-04-15
IB/ipoib: Update broadcast record values after each successful join request
Erez Shitrit
1
-1
/
+17
2015-04-15
IB/ipoib: drop mcast_mutex usage
Doug Ledford
1
-38
/
+32
2015-04-15
IB/ipoib: deserialize multicast joins
Doug Ledford
1
-168
/
+82
2015-04-15
IB/ipoib: fix MCAST_FLAG_BUSY usage
Doug Ledford
1
-126
/
+229
2015-04-15
IB/ipoib: No longer use flush as a parameter
Doug Ledford
1
-4
/
+14
2015-04-15
IB/ipoib: Use dedicated workqueues per interface
Doug Ledford
1
-11
/
+9
2015-04-15
IB/ipoib: Make the carrier_on_task race aware
Doug Ledford
1
-8
/
+17
2015-04-15
IB/ipoib: Consolidate rtnl_lock tasks in workqueue
Doug Ledford
1
-6
/
+2
2015-01-30
Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue"
Roland Dreier
1
-2
/
+6
2015-01-30
Revert "IPoIB: Make the carrier_on_task race aware"
Roland Dreier
1
-15
/
+6
2015-01-30
Revert "IPoIB: fix MCAST_FLAG_BUSY usage"
Roland Dreier
1
-93
/
+55
2015-01-30
Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race"
Roland Dreier
1
-32
/
+5
2015-01-30
Revert "IPoIB: Use dedicated workqueues per interface"
Roland Dreier
1
-12
/
+14
2015-01-30
Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"
Roland Dreier
1
-9
/
+12
2014-12-15
IPoIB: Make ipoib_mcast_stop_thread flush the workqueue
Doug Ledford
1
-12
/
+9
2014-12-15
IPoIB: Use dedicated workqueues per interface
Doug Ledford
1
-14
/
+12
2014-12-15
IPoIB: fix mcast_dev_flush/mcast_restart_task race
Doug Ledford
1
-5
/
+32
[next]