aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/mad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-18IB/mad: Use IDR for agent IDswilly@infradead.org1-32/+51
2018-06-18IB/mad: Agent registration is process context onlyMatthew Wilcox1-7/+9
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit1-2/+2
2018-06-01RDMA/mad: Convert BUG_ONs to error flowsLeon Romanovsky1-4/+7
2018-06-01RDMA/mad: Delete inaccessible BUG_ONLeon Romanovsky1-1/+0
2018-04-30IB/core: Make ib_mad_client_id atomicHÃ¥kon Bugge1-2/+2
2017-12-22drivers: infiniband: remove duplicate includesPravin Shedge1-1/+0
2017-11-10IB/core: Avoid crash on pkey enforcement failed in received MADsParav Pandit1-1/+2
2017-05-23IB/core: Enforce security on management datagramsDaniel Jurgens1-8/+44
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-8/+13
2017-05-01IB/core: Rename ib_query_ah to rdma_query_ahDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1
2017-04-25IB/core: change the return type to voidZhu Yanjun1-2/+1
2017-01-24IB/mad: Add port_num to error messageYuval Shaia1-1/+3
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford1-3/+3
2016-12-14IB/mad: Fix an array index checkBart Van Assche1-1/+1
2016-12-14IB/mad: Eliminate redundant SM class version defines for OPAHal Rosenstock1-2/+2
2016-12-03IB/mad: Remove debug prints after allocation failureLeon Romanovsky1-34/+6
2016-10-07IB/mad: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-06-06IB/mad: Fix indentationBart Van Assche1-3/+3
2016-05-24IB/MAD: Integrate ib_mad module into ib_core moduleMark Bloch1-10/+3
2016-01-19IB/mad: use CQ abstractionChristoph Hellwig1-104/+58
2016-01-19IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig1-8/+10
2015-12-24IB/mad: Ensure fairness in ib_mad_completion_handlerDean Luick1-0/+18
2015-12-08IB/mad: Require CM send method for everything except ClassPortInfoHal Rosenstock1-0/+5
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-20/+20
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-1/+1
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-20/+20
2015-08-30IB/mad: Remove ib_get_dma_mr callsJason Gunthorpe1-23/+3
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran1-1/+1
2015-07-14IB/mad: Fix compare between big endian and cpu endianIra Weiny1-1/+1
2015-07-14IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock1-29/+16
2015-06-12IB/mad: Add final OPA MAD processingIra Weiny1-29/+195
2015-06-12IB/mad: Add partial Intel OPA MAD supportIra Weiny1-10/+32
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny1-5/+12
2015-06-12IB/mad: Convert allocations from kmem_cache to kzallocIra Weiny1-81/+88
2015-06-12IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny1-0/+3
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny1-1/+2
2015-06-12IB/mad: Split IB SMI handling from MAD Recv handlerIra Weiny1-36/+49
2015-06-12IB/mad cleanup: Generalize processing of MAD dataIra Weiny1-6/+6
2015-06-12IB/mad cleanup: Clean up function params -- find_mad_agentIra Weiny1-18/+18
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-1/+3
2015-05-20Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' into k.o/for-4.2Doug Ledford1-51/+51
2015-05-20IB/mad: Add const qualifiers to query only functionsIra Weiny1-8/+8
2015-05-20IB/mad: Clean up rcv_has_same_classIra Weiny1-3/+3
2015-05-20IB/mad: Change ib_response_mad signature argumentsIra Weiny1-10/+10
2015-05-20IB/mad: Change validate_mad signature argumentsIra Weiny1-6/+6
2015-05-18IB/mad: Rename is_data_mad to is_rmpp_data_madIra Weiny1-3/+4
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_smi()Michael Wang1-1/+1