summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/mad.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny2015-06-121-0/+3
* IB/mad: Support alternate Base Versions when creating MADsIra Weiny2015-06-121-1/+2
* IB/mad: Split IB SMI handling from MAD Recv handlerIra Weiny2015-06-121-36/+49
* IB/mad cleanup: Generalize processing of MAD dataIra Weiny2015-06-121-6/+6
* IB/mad cleanup: Clean up function params -- find_mad_agentIra Weiny2015-06-121-18/+18
* IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-121-1/+3
*-. Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...Doug Ledford2015-05-201-51/+51
|\ \
| | * IB/Verbs: Use management helper rdma_cap_ib_smi()Michael Wang2015-05-181-1/+1
| | * IB/Verbs: Use management helper rdma_cap_ib_mad()Michael Wang2015-05-181-3/+3
| | * IB/Verbs: Reform IB-core mad/agent/user_madMichael Wang2015-05-181-22/+21Star
| |/ |/|
| * IB/mad: Add const qualifiers to query only functionsIra Weiny2015-05-201-8/+8
| * IB/mad: Clean up rcv_has_same_classIra Weiny2015-05-201-3/+3
| * IB/mad: Change ib_response_mad signature argumentsIra Weiny2015-05-201-10/+10
| * IB/mad: Change validate_mad signature argumentsIra Weiny2015-05-201-6/+6
| * IB/mad: Rename is_data_mad to is_rmpp_data_madIra Weiny2015-05-181-3/+4
|/
* IB/mad: Add user space RMPP supportIra Weiny2014-08-111-23/+51
* IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny2014-08-111-1/+3
* IB/mad: Add dev_notice messages for various umad/mad registration failuresIra Weiny2014-08-111-9/+49
* IB/mad: Update module to [pr|dev]_* style print messagesIra Weiny2014-08-111-68/+79
* IB/mad: Check and handle potential DMA mapping errorsYan Burman2014-04-011-0/+14
* IB/core: Create QP1 using the pkey index which contains the default pkeyJack Morgenstein2013-07-311-1/+7
* workqueue: deprecate __cancel_delayed_work()Tejun Heo2012-08-211-1/+1
* workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo2012-08-211-9/+5Star
* IB/mad: Don't send response for failed MADsJack Morgenstein2012-04-251-3/+3
* IB/mad: Set 'D' bit in response for unhandled MADsJack Morgenstein2012-04-251-0/+2
* IB/mad: Return error response for unsupported MADsSwapna Thete2012-02-261-0/+21
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * infiniband: Fix up module files that need to include module.hPaul Gortmaker2011-11-011-0/+1
* | IB/mad: Verify mgmt class in received MADsHefty, Sean2011-10-061-0/+3
|/
* IB/mad: Return EPROTONOSUPPORT when an RDMA device lacks the QP requiredIra Weiny2011-05-231-0/+7
* IB/mad: IBoE supports only QP1 (no QP0)Eli Cohen2010-10-131-4/+23
* IB/mad: Make needlessly global mad_sendq_size/mad_recvq_size staticRoland Dreier2010-05-241-2/+2
* IB/core: Use kmemdup() instead of kmalloc()+memcpy()Julia Lawall2010-05-161-3/+1Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* IB/mad: Ignore iWARP devices on device removalSteve Wise2010-03-111-0/+3
* infiniband: use for_each_set_bit()Akinobu Mita2010-03-061-16/+5Star
* Merge branch 'mad' into for-linusRoland Dreier2009-09-111-8/+23
|\
| * IB/mad: Allow tuning of QP0 and QP1 sizesHal Rosenstock2009-09-071-5/+20
| * IB/mad: Fix possible lock-lock-timer deadlockRoland Dreier2009-09-071-3/+3
* | IB: Use DEFINE_SPINLOCK() for static spinlocksRoland Dreier2009-09-061-5/+1Star
|/
* IB/mad: Fix ib_post_send_mad() returning 0 with no generate send compRalph Campbell2009-03-031-6/+6