summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/mad.c
Commit message (Expand)AuthorAgeFilesLines
* IB/mad: Fix use-after-free in ib mad completion handlingJack Morgenstein2019-08-011-10/+10
* IB/MAD: Add SMP details to MAD tracingIra Weiny2019-03-271-0/+8
* IB/MAD: Add agent trace pointsIra Weiny2019-03-271-0/+4
* IB/MAD: Add recv path trace pointIra Weiny2019-03-271-0/+3
* IB/MAD: Add send path trace pointsIra Weiny2019-03-271-1/+32
* IB/mad: Convert ib_mad_clients to XArrayMatthew Wilcox2019-03-261-25/+14Star
* RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-191-2/+2
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-12/+10Star
* RDMA/core: Annotate timeout as unsigned longLeon Romanovsky2018-10-161-1/+1
* RDMA/core: Rate limit MAD error messagesParav Pandit2018-09-061-35/+37
* RDMA/core: Fail early if unsupported QP is providedParav Pandit2018-09-061-0/+4
* IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein2018-09-051-1/+1
* RDMA/core: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-9/+5Star
* IB/mad: Use IDR for agent IDswilly@infradead.org2018-06-181-32/+51
* IB/mad: Agent registration is process context onlyMatthew Wilcox2018-06-181-7/+9
* IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit2018-06-181-2/+2
* RDMA/mad: Convert BUG_ONs to error flowsLeon Romanovsky2018-06-011-4/+7
* RDMA/mad: Delete inaccessible BUG_ONLeon Romanovsky2018-06-011-1/+0Star
* IB/core: Make ib_mad_client_id atomicHÃ¥kon Bugge2018-04-301-2/+2
* drivers: infiniband: remove duplicate includesPravin Shedge2017-12-221-1/+0Star
* 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/+1Star
* 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/+6Star
|/
* 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-071-3/+3
* IB/MAD: Integrate ib_mad module into ib_core moduleMark Bloch2016-05-241-10/+3Star
* IB/mad: use CQ abstractionChristoph Hellwig2016-01-191-104/+58Star
* 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-291-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-221-1/+1
|/
* IB/mad: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-311-23/+3Star
* 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/+16Star
* 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