aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/mad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-14IB/mad: Fix compare between big endian and cpu endianIra Weiny1-1/+1
2015-07-14IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock1-29/+16
2015-06-12IB/mad: Add final OPA MAD processingIra Weiny1-29/+195
2015-06-12IB/mad: Add partial Intel OPA MAD supportIra Weiny1-10/+32
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny1-5/+12
2015-06-12IB/mad: Convert allocations from kmem_cache to kzallocIra Weiny1-81/+88
2015-06-12IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny1-0/+3
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny1-1/+2
2015-06-12IB/mad: Split IB SMI handling from MAD Recv handlerIra Weiny1-36/+49
2015-06-12IB/mad cleanup: Generalize processing of MAD dataIra Weiny1-6/+6
2015-06-12IB/mad cleanup: Clean up function params -- find_mad_agentIra Weiny1-18/+18
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-1/+3
2015-05-20Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' into k.o/for-4.2Doug Ledford1-51/+51
2015-05-20IB/mad: Add const qualifiers to query only functionsIra Weiny1-8/+8
2015-05-20IB/mad: Clean up rcv_has_same_classIra Weiny1-3/+3
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