summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/mad.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-061-15/+15
|\
| * IB/mad: Change atomics to refcount APIShay Drory2020-06-241-8/+8
| * IB/mad: Issue complete whenever decrements agent refcountShay Drory2020-06-241-7/+7
* | IB/mad: Fix use after free when destroying MAD agentShay Drory2020-06-221-1/+1
* | RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()Fan Guo2020-06-191-0/+1
|/
* RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-061-4/+13
* RDMA/mad: Remove snoop interfaceMaor Gottlieb2020-05-061-233/+5
* RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2019-11-121-6/+6
* RDMA/mad: Delete never implemented functionsLeon Romanovsky2019-11-061-19/+0
* 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/+14
* RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-191-2/+2
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-12/+10
* 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-241-9/+5
* 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/+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