aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25RDMA/ipoib: Print symbolic error name instead of error codeChristian Heusel1-2/+1
2023-12-12IB/ipoib: Fix mcast list lockingDaniel Vacek1-5/+1
2023-11-26RDMA/IPoIB: Fix error code return in ipoib_mcast_joinJack Wang1-0/+1
2021-02-16RDMA/ipoib: Remove racy Subnet Manager sendonly join checksChristoph Lameter1-12/+1
2021-01-07RDMA: Convert comma to semicolonZheng Yongjun1-1/+1
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/dledfo...Linus 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
2015-01-30Revert "IPoIB: fix MCAST_FLAG_BUSY usage"Roland Dreier1-93/+55
2015-01-30Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race"Roland Dreier1-32/+5
2015-01-30Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier1-12/+14
2015-01-30Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"Roland Dreier1-9/+12
2014-12-15IPoIB: Make ipoib_mcast_stop_thread flush the workqueueDoug Ledford1-12/+9
2014-12-15IPoIB: Use dedicated workqueues per interfaceDoug Ledford1-14/+12
2014-12-15IPoIB: fix mcast_dev_flush/mcast_restart_task raceDoug Ledford1-5/+32
2014-12-15IPoIB: fix MCAST_FLAG_BUSY usageDoug Ledford1-55/+93
2014-12-15IPoIB: Make the carrier_on_task race awareDoug Ledford1-6/+15
2014-12-15IPoIB: Consolidate rtnl_lock tasks in workqueueDoug Ledford1-6/+2
2014-09-19IPoIB: Remove unnecessary port queryAlex Estrin1-9/+1
2013-11-08IPoIB: Start multicast join process only on active portsErez Shitrit1-0/+8
2013-11-08IPoIB: Fix usage of uninitialized multicast objectsErez Shitrit1-4/+17
2012-09-30IPoIB: Fix use-after-free of multicast objectPatrick McHardy1-9/+10
2012-09-12IPoIB: Fix AB-BA deadlock when deleting neighboursShlomo Pongratz1-2/+0
2012-07-30IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz1-38/+19
2012-07-05ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock.David S. Miller1-7/+8
2012-07-05ipoib: Convert over to dev_lookup_neigh_skb().David S. Miller1-9/+13
2012-02-08IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier1-9/+1
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-2/+2
2011-11-29Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier1-4/+9
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet1-2/+4
2011-11-29IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn1-2/+5
2011-10-31infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker1-0/+1
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-7/+13
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-5/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-22ipoib: remove addrlen check for mc addressesJiri Pirko1-5/+1
2010-02-28ipoib: returned back addrlen check for mc addressesJiri Pirko1-1/+5
2010-02-26infiniband: convert to use netdev_for_each_mc_addrJiri Pirko1-6/+2
2009-09-24IPoIB: Don't turn on carrier for a non-active portMoni Shoua1-0/+7
2009-09-05IPoIB: Check multicast address formatJason Gunthorpe1-0/+19
2009-09-05IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier1-0/+2
2009-06-03net: skb->dst accessorsEric Dumazet1-5/+5
2009-01-16IPoIB: Do not print error messages for multicast join retriesYossi Etigin1-1/+1
2009-01-12IPoIB: Do not join broadcast group if interface is brought downYossi Etigin1-0/+3
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-15/+15
2008-10-28infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison1-41/+29
2008-09-30IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier1-18/+13
2008-09-16IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()Yossi Etigin1-10/+21
2008-08-19IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier1-1/+9
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-16/+11
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller1-2/+0
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+2
2008-07-14IPoIB: Use dev_set_mtu() to change mtuEli Cohen1-1/+1
2008-07-14IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen1-1/+4
2008-07-14IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier1-3/+3
2008-07-14IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen1-1/+3
2008-07-14IPoIB: Remove unused IPOIB_MCAST_STARTED codeEli Cohen1-8/+0
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-05-20IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()Jack Morgenstein1-0/+6
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma1-2/+1
2008-03-11IPoIB: Don't drop multicast sends when they can be queuedOr Gerlitz1-1/+1
2008-01-25IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid1-4/+0
2008-01-25IPoIB: Trivial formatting cleanupsRoland Dreier1-2/+2
2007-10-15IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua1-1/+2
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-22/+9
2007-10-10[IPoIB]: Convert to netdevice internal statsRoland Dreier1-5/+5
2007-10-10IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz1-0/+9
2007-10-09IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty1-22/+0
2007-05-21IB/ipoib: Fix typos in error messagesMichael S. Tsirkin1-1/+1
2007-03-22IPoIB: Fix race in detaching from mcast group before attachingSean Hefty1-3/+3
2007-03-08IPoIB: Turn on interface's carrier after broadcast group is joinedShirley Ma1-1/+4
2007-02-21IPoIB: Remove unused local_rate trackingRoland Dreier1-5/+3
2007-02-16IB/sa: Track multicast join/leave requestsSean Hefty1-123/+72
2007-02-10IPoIB: Connected mode experimental supportMichael S. Tsirkin1-1/+3
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-1/+1
2006-11-29IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-9/+13
2006-09-22IPoIB: Create MCGs with all attributes required by RFCRoland Dreier1-5/+15
2006-09-22IB/sa: Require SA registrationMichael S. Tsirkin1-6/+6
2006-09-22IB: Whitespace fixesRoland Dreier1-1/+1
2006-09-14IPoIB: Retry failed send-only multicast group joinsEli Cohen1-0/+1
2006-07-24IB/ipoib: Fix oops with ipoib_debug_mcast setOr Gerlitz1-4/+4
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-4/+2
2006-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-6/+5
2006-06-17[NET]: Add netif_tx_lockHerbert Xu1-2/+4
2006-06-17IPoIB: Fix kernel unaligned access on ia64Jack Morgenstein1-6/+5
2006-04-10IPoIB: Wait for join to finish before freeing mcast structEli Cohen1-21/+20
2006-04-10IB: simplify static rate encodingJack Morgenstein1-9/+1
2006-04-04IPoIB: Consolidate private neighbour data handlingMichael S. Tsirkin1-5/+2
2006-03-20IPoIB: Fix build now that neighbour destructor is in neigh_paramsRoland Dreier1-1/+0
2006-03-20IPoIB: Fix multicast race between canceling and completingMichael S. Tsirkin1-3/+12
2006-03-20IPoIB: Close race in setting mcast->ahEli Cohen1-2/+7
2006-02-11IPoIB: Yet another fix for send-only joinsRoland Dreier1-5/+10
2006-02-07IPoIB: Fix another send-only join raceMichael S. Tsirkin1-1/+1
2006-02-07IPoIB: Don't start send-only joins while multicast thread is stoppedMichael S. Tsirkin1-0/+15
2006-01-17IPoIB: Lock accesses to multicast packet queuesMichael S. Tsirkin1-3/+22
2006-01-13IB: convert from semaphores to mutexesIngo Molnar1-13/+13
2006-01-12IPoIB: Fix memory leak of multicast group structuresEli Cohen1-53/+8
2006-01-11IPoIB: Take dev->xmit_lock around mc_list accessesMichael S. Tsirkin1-2/+5
2006-01-10IPoIB: Fix address handle refcounting for multicast groupsEli Cohen1-6/+7
2006-01-10IPoIB: Fix error path in ipoib_mcast_dev_flush()Eli Cohen1-3/+5
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+2
2005-11-29IPoIB: don't zero members after we allocate with kzallocRoland Dreier1-4/+0
2005-11-29IPoIB: reinitialize mcast structs' completions for every queryMichael S. Tsirkin1-2/+4
2005-11-10[IPoIB] no need to set skb->dev right before freeing skbRoland Dreier1-13/+4
2005-11-10[IPoIB] add path record information in debugfsRoland Dreier1-7/+2
2005-11-02[IPoIB] don't compile debug code if debugging isn't enabledRoland Dreier1-0/+4
2005-11-02[IB] kzalloc() conversionsRoland Dreier1-3/+1
2005-09-20[PATCH] IPoIB: Don't flush workqueue from within workqueueRoland Dreier1-3/+4
2005-09-18[PATCH] IPoIB: Fix SA client retransmission strategyHal Rosenstock1-3/+3
2005-08-26[PATCH] IB: sparse endianness cleanupSean Hefty1-3/+3
2005-08-26[PATCH] IB: Add copyright noticesRoland Dreier1-0/+2
2005-04-16[PATCH] IPoIB: fix static rate calculationRoland Dreier1-4/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+991