aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_multicast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-22RDMA/ipoib: Return void from ipoib_mcast_stop_thread()Kamal Heib1-3/+1
2020-05-25RDMA/ipoib: Remove can_sleep parameter from iboib_mcast_allocKamal Heib1-6/+5
2020-05-21IB/{hfi1, ipoib, rdma}: Broadcast ping sent packets which exceeded mtu sizeGary Leshner1-0/+1
2020-05-21IB/ipoib: Increase ipoib Datagram mode MTU's upper limitKaike Wan1-6/+5
2018-08-01IB/IPoIB: Set ah valid flag in multicast send flowDenis Drozdov1-0/+1
2018-07-09RDMA/ipoib: Fix use of sizeof()Kamal Heib1-3/+3
2018-05-16IB/ipoib: replace local_irq_disable() with proper lockingSebastian Andrzej Siewior1-9/+6
2018-01-02IB/ipoib: Fix race condition in neigh creationErez Shitrit1-1/+4
2017-07-23IB/ipoib: Make sure no in-flight joins while leaving that mcastErez Shitrit1-16/+8
2017-07-23IB/ipoib: Use cancel_delayed_work_sync when neededErez Shitrit1-6/+1
2017-07-23IB/ipoib: Fix race between light events and interface restartFeras Daoud1-0/+2
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-0/+1
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-32/+27
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1
2017-05-01IB/IPoIB: Remove 'else' when the 'if' has a return.Dasaratharaman Chandramouli1-10/+9
2017-04-28IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli1-6/+3
2017-04-21IB/ipoib: Fix deadlock between ipoib_stop and mcast join flowFeras Daoud1-6/+5
2017-04-20IB/IPoIB: Support acceleration options callbacksErez Shitrit1-5/+10
2017-04-20IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit1-12/+12
2017-01-24IB/ipoib: Remove the unnecessary error checkZhu Yanjun1-3/+1
2017-01-12IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud1-2/+4
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+5
2016-12-14IPoIB: Avoid reading an uninitialized member variableBart Van Assche1-2/+5
2016-10-14IB/ipoib: move back IB LL address into the hard headerPaolo Abeni1-2/+4
2016-06-07IB/IPoIB: Disable bottom half when dealing with device addressMark Bloch1-3/+3
2016-05-25IB/IPoIB: Allow setting the device addressMark Bloch1-4/+6
2016-05-25IB/ipoib: Support SendOnlyFullMember MCG for SendOnly joinErez Shitrit1-13/+25
2016-02-12IB/ipoib: fix for rare multicast join race conditionAlex Estrin1-7/+17
2016-01-19IB/IPoIB: Fix kernel panic on multicast flowErez Shitrit1-4/+4
2015-12-23IB/IPoIB: Move multicast specific code out of ipoib_main.cChristoph Lameter1-1/+20
2015-12-23IB/IPoIB: factor out common multicast list removal codeChristoph Lameter1-10/+14
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-1/+1
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-1/+1
2015-10-13IB/ipoib: For sendonly join free the multicast group on leaveChristoph Lameter1-1/+1
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-1/+1
2015-09-25IB/ipoib: Make sendonly multicast joins create the mcast groupDoug Ledford1-10/+12
2015-09-25IB/ipoib: Expire sendonly multicast joinsChristoph Lameter1-2/+2
2015-09-03IB/ipoib: Suppress warning for send only join failuresJason Gunthorpe1-2/+10
2015-09-03IB/ipoib: Clean up send-only multicast joinsDoug Ledford1-11/+27
2015-04-15IB/ipoib: Remove IPOIB_MCAST_RUN bitErez Shitrit1-4/+2
2015-04-15IB/ipoib: Update broadcast record values after each successful join requestErez Shitrit1-1/+17
2015-04-15IB/ipoib: drop mcast_mutex usageDoug Ledford1-38/+32
2015-04-15IB/ipoib: deserialize multicast joinsDoug Ledford1-168/+82
2015-04-15IB/ipoib: fix MCAST_FLAG_BUSY usageDoug Ledford1-126/+229
2015-04-15IB/ipoib: No longer use flush as a parameterDoug Ledford1-4/+14
2015-04-15IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford1-11/+9
2015-04-15IB/ipoib: Make the carrier_on_task race awareDoug Ledford1-8/+17
2015-04-15IB/ipoib: Consolidate rtnl_lock tasks in workqueueDoug Ledford1-6/+2
2015-01-30Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue"Roland Dreier1-2/+6
2015-01-30Revert "IPoIB: Make the carrier_on_task race aware"Roland Dreier1-15/+6