aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/multicast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro1-1/+0
2018-06-25IB: Make ib_init_ah_from_mcmember set sgid_attrParav Pandit1-15/+25
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-1/+1
2018-03-15IB/core: Honor port_num while resolving GID for IB link layerParav Pandit1-14/+12
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-11/+9
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1
2016-12-14IB/multicast: Check ib_find_pkey() return valueBart Van Assche1-2/+5
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2016-10-07IB/multicast: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-09-02IB/core: Fix use after free in send_leave functionErez Shitrit1-11/+2
2016-08-03IB/core: Support for CMA multicast join flagsAlex Vesker1-12/+0
2016-05-25IB/core: Support new type of join-state for multicastErez Shitrit1-5/+18
2015-12-23IB/cma: Join and leave multicast groups with IGMPMoni Shoua1-2/+15
2015-12-23IB/core: Add gid_type to gid attributeMatan Barak1-1/+1
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-1/+2
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran1-4/+3
2015-07-14IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock1-6/+2
2015-06-10IB/core: Don't warn on no SA support in event handlerMoni Shoua1-1/+1
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_mcast()Michael Wang1-3/+3
2015-05-18IB/Verbs: Reform IB-core multicastMichael Wang1-9/+3
2014-12-15IB/core: Fix mgid key handling in SA agent multicast data-baseJack Morgenstein1-3/+8
2011-10-31infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2010-10-13IB/mad: IBoE supports only QP1 (no QP0)Eli Cohen1-3/+20
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-05IB/core: Fix send multicast group leave retryYossi Etigin1-1/+9
2008-01-25IB/multicast: Report errors on multicast groups if P_key changesSean Hefty1-10/+45
2007-10-09IB/core: Fix handling of multicast response failuresRalph Campbell1-1/+1
2007-07-09IB: Remove garbage non-ASCII characters from commentsRoland Dreier1-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-02-16IB/sa: Track multicast join/leave requestsSean Hefty1-0/+837