summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/mad.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mad: Convert BUG_ONs to error flowsLeon Romanovsky2018-06-011-4/+7
* RDMA/mad: Delete inaccessible BUG_ONLeon Romanovsky2018-06-011-1/+0
* IB/core: Make ib_mad_client_id atomicHÃ¥kon Bugge2018-04-301-2/+2
* drivers: infiniband: remove duplicate includesPravin Shedge2017-12-221-1/+0
* IB/core: Avoid crash on pkey enforcement failed in received MADsParav Pandit2017-11-101-1/+2
* IB/core: Enforce security on management datagramsDaniel Jurgens2017-05-231-8/+44
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-8/+13
* IB/core: Rename ib_query_ah to rdma_query_ahDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: change the return type to voidZhu Yanjun2017-04-251-2/+1
* IB/mad: Add port_num to error messageYuval Shaia2017-01-241-1/+3
*-. Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-141-3/+3
|\ \
| * | IB/mad: Fix an array index checkBart Van Assche2016-12-141-1/+1
| * | IB/mad: Eliminate redundant SM class version defines for OPAHal Rosenstock2016-12-141-2/+2
| |/
* / IB/mad: Remove debug prints after allocation failureLeon Romanovsky2016-12-031-34/+6
|/
* IB/mad: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+1
* IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
* IB/mad: Fix indentationBart Van Assche2016-06-061-3/+3
* IB/MAD: Integrate ib_mad module into ib_core moduleMark Bloch2016-05-241-10/+3
* IB/mad: use CQ abstractionChristoph Hellwig2016-01-191-104/+58
* IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig2016-01-191-8/+10
* IB/mad: Ensure fairness in ib_mad_completion_handlerDean Luick2015-12-241-0/+18
* IB/mad: Require CM send method for everything except ClassPortInfoHal Rosenstock2015-12-081-0/+5
* Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-281-20/+20
|\
| * IB: split struct ib_send_wrChristoph Hellwig2015-10-081-20/+20
* | IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak2015-10-211-1/+1
|/
* IB/mad: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-301-23/+3
* IB/core: lock client data with lists_rwsemHaggai Eran2015-08-301-1/+1
* IB/mad: Fix compare between big endian and cpu endianIra Weiny2015-07-141-1/+1
* IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock2015-07-141-29/+16
* IB/mad: Add final OPA MAD processingIra Weiny2015-06-121-29/+195
* IB/mad: Add partial Intel OPA MAD supportIra Weiny2015-06-121-10/+32
* IB/mad: Add support for additional MAD info to/from driversIra Weiny2015-06-121-5/+12
* IB/mad: Convert allocations from kmem_cache to kzallocIra Weiny2015-06-121-81/+88
* IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny2015-06-121-0/+3
* IB/mad: Support alternate Base Versions when creating MADsIra Weiny2015-06-121-1/+2
* IB/mad: Split IB SMI handling from MAD Recv handlerIra Weiny2015-06-121-36/+49
* IB/mad cleanup: Generalize processing of MAD dataIra Weiny2015-06-121-6/+6
* IB/mad cleanup: Clean up function params -- find_mad_agentIra Weiny2015-06-121-18/+18
* IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-121-1/+3
*-. Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...Doug Ledford2015-05-201-51/+51
|\ \
| | * IB/Verbs: Use management helper rdma_cap_ib_smi()Michael Wang2015-05-181-1/+1
| | * IB/Verbs: Use management helper rdma_cap_ib_mad()Michael Wang2015-05-181-3/+3
| | * IB/Verbs: Reform IB-core mad/agent/user_madMichael Wang2015-05-181-22/+21
| |/ |/|
| * IB/mad: Add const qualifiers to query only functionsIra Weiny2015-05-201-8/+8
| * IB/mad: Clean up rcv_has_same_classIra Weiny2015-05-201-3/+3
| * IB/mad: Change ib_response_mad signature argumentsIra Weiny2015-05-201-10/+10
| * IB/mad: Change validate_mad signature argumentsIra Weiny2015-05-201-6/+6
| * IB/mad: Rename is_data_mad to is_rmpp_data_madIra Weiny2015-05-181-3/+4
|/
* IB/mad: Add user space RMPP supportIra Weiny2014-08-101-23/+51