aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/mad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang1-5/+5
2021-06-02IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() callsMark Zhang1-11/+6
2021-04-12RDMA/core: Correct format of block commentsWenpeng Liang1-1/+2
2021-04-12RDMA/core: Correct format of bracesWenpeng Liang1-12/+8
2021-04-12RDMA/core: Remove redundant spacesWenpeng Liang1-11/+11
2021-04-12RDMA/core: Remove the redundant return statementsWenpeng Liang1-2/+0
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-16/+16
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-15/+15
2020-06-24IB/mad: Change atomics to refcount APIShay Drory1-8/+8
2020-06-24IB/mad: Issue complete whenever decrements agent refcountShay Drory1-7/+7
2020-06-22IB/mad: Fix use after free when destroying MAD agentShay Drory1-1/+1
2020-06-19RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()Fan Guo1-0/+1
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-4/+13
2020-05-06RDMA/mad: Remove snoop interfaceMaor Gottlieb1-233/+5
2019-11-12RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky1-6/+6
2019-11-06RDMA/mad: Delete never implemented functionsLeon Romanovsky1-19/+0
2019-08-01IB/mad: Fix use-after-free in ib mad completion handlingJack Morgenstein1-10/+10
2019-03-27IB/MAD: Add SMP details to MAD tracingIra Weiny1-0/+8
2019-03-27IB/MAD: Add agent trace pointsIra Weiny1-0/+4
2019-03-27IB/MAD: Add recv path trace pointIra Weiny1-0/+3
2019-03-27IB/MAD: Add send path trace pointsIra Weiny1-1/+32
2019-03-26IB/mad: Convert ib_mad_clients to XArrayMatthew Wilcox1-25/+14
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe1-2/+2
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-12/+10
2018-10-16RDMA/core: Annotate timeout as unsigned longLeon Romanovsky1-1/+1
2018-09-06RDMA/core: Rate limit MAD error messagesParav Pandit1-35/+37
2018-09-06RDMA/core: Fail early if unsupported QP is providedParav Pandit1-0/+4
2018-09-05IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein1-1/+1
2018-07-24RDMA/core: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-9/+5
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