summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/mad.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* IB/mad: initialize mad_agent_priv before putting on listsRalph Campbell2009-02-271-11/+10Star
* IB/mad: Fix null pointer dereference in local_completions()Ralph Campbell2009-02-271-3/+4
* IB/mad: Use krealloc() to resize snoop tableRoland Dreier2008-10-141-9/+5Star
* IB/mad: Don't discard BMA responses in kernelMichael Brooks2008-09-211-3/+2Star
* IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMEDDave Olson2008-05-231-1/+3
* IB/mad: Fix incorrect access to items on local_listSean Hefty2008-01-251-2/+0Star
* IB/mad: Report number of times a mad was retriedSean Hefty2008-01-251-2/+7
* IB/mad: Enable loopback of DR SMP responses from userspaceSteve Welch2008-01-251-3/+3
* IB/mad: Remove redundant NULL pointer check in ib_mad_recv_done_handler()Ralph Campbell2008-01-251-9/+0Star
* IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler()Hal Rosenstock2007-08-031-6/+5Star
* IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler()Hal Rosenstock2007-08-031-6/+8
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+0Star
* IB/mad: Enhance SMI for switch supportHal Rosenstock2007-07-101-9/+41
* IB: Add CQ comp_vector supportMichael S. Tsirkin2007-05-071-1/+1
* IB/mad: Change SMI to use enums rather than magic return codesHal Rosenstock2007-04-251-15/+19
* IB: Return qp pointer as part of ib_wcMichael S. Tsirkin2007-02-041-4/+7
* IB/core: Use the new verbs DMA mapping functionsRalph Campbell2006-12-121-46/+44Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-1/+1
|\
| * IB: Convert kmem_cache_t -> struct kmem_cacheRoland Dreier2006-11-301-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-12/+13
|/
* IB/mad: Fix race between cancel and receive completionRoland Dreier2006-11-131-1/+1
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-4/+1Star
* RDMA: iWARP Core Changes.Tom Tucker2006-09-231-2/+5
* IB: Whitespace fixesRoland Dreier2006-09-231-6/+6