aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/mad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_mad()Michael Wang1-3/+3
2015-05-18IB/Verbs: Reform IB-core mad/agent/user_madMichael Wang1-22/+21
2014-08-10IB/mad: Add user space RMPP supportIra Weiny1-23/+51
2014-08-10IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny1-1/+3
2014-08-10IB/mad: Add dev_notice messages for various umad/mad registration failuresIra Weiny1-9/+49
2014-08-10IB/mad: Update module to [pr|dev]_* style print messagesIra Weiny1-68/+79
2014-04-01IB/mad: Check and handle potential DMA mapping errorsYan Burman1-0/+14
2013-07-31IB/core: Create QP1 using the pkey index which contains the default pkeyJack Morgenstein1-1/+7
2012-08-21workqueue: deprecate __cancel_delayed_work()Tejun Heo1-1/+1
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo1-9/+5
2012-04-24IB/mad: Don't send response for failed MADsJack Morgenstein1-3/+3
2012-04-24IB/mad: Set 'D' bit in response for unhandled MADsJack Morgenstein1-0/+2
2012-02-25IB/mad: Return error response for unsupported MADsSwapna Thete1-0/+21
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker1-0/+1
2011-10-06IB/mad: Verify mgmt class in received MADsHefty, Sean1-0/+3
2011-05-23IB/mad: Return EPROTONOSUPPORT when an RDMA device lacks the QP requiredIra Weiny1-0/+7
2010-10-13IB/mad: IBoE supports only QP1 (no QP0)Eli Cohen1-4/+23
2010-05-23IB/mad: Make needlessly global mad_sendq_size/mad_recvq_size staticRoland Dreier1-2/+2
2010-05-15IB/core: Use kmemdup() instead of kmalloc()+memcpy()Julia Lawall1-3/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-11IB/mad: Ignore iWARP devices on device removalSteve Wise1-0/+3
2010-03-06infiniband: use for_each_set_bit()Akinobu Mita1-16/+5
2009-09-10Merge branch 'mad' into for-linusRoland Dreier1-8/+23
2009-09-07IB/mad: Allow tuning of QP0 and QP1 sizesHal Rosenstock1-5/+20
2009-09-07IB/mad: Fix possible lock-lock-timer deadlockRoland Dreier1-3/+3
2009-09-05IB: Use DEFINE_SPINLOCK() for static spinlocksRoland Dreier1-5/+1
2009-03-03IB/mad: Fix ib_post_send_mad() returning 0 with no generate send compRalph Campbell1-6/+6
2009-02-27IB/mad: initialize mad_agent_priv before putting on listsRalph Campbell1-11/+10
2009-02-27IB/mad: Fix null pointer dereference in local_completions()Ralph Campbell1-3/+4
2008-10-14IB/mad: Use krealloc() to resize snoop tableRoland Dreier1-9/+5
2008-09-20IB/mad: Don't discard BMA responses in kernelMichael Brooks1-3/+2
2008-05-23IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMEDDave Olson1-1/+3
2008-01-25IB/mad: Fix incorrect access to items on local_listSean Hefty1-2/+0
2008-01-25IB/mad: Report number of times a mad was retriedSean Hefty1-2/+7
2008-01-25IB/mad: Enable loopback of DR SMP responses from userspaceSteve Welch1-3/+3
2008-01-25IB/mad: Remove redundant NULL pointer check in ib_mad_recv_done_handler()Ralph Campbell1-9/+0
2007-08-03IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler()Hal Rosenstock1-6/+5
2007-08-03IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler()Hal Rosenstock1-6/+8
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+0
2007-07-09IB/mad: Enhance SMI for switch supportHal Rosenstock1-9/+41
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin1-1/+1
2007-04-24IB/mad: Change SMI to use enums rather than magic return codesHal Rosenstock1-15/+19
2007-02-04IB: Return qp pointer as part of ib_wcMichael S. Tsirkin1-4/+7
2006-12-12IB/core: Use the new verbs DMA mapping functionsRalph Campbell1-46/+44
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-1/+1