aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/mad.c
AgeCommit message (Expand)Author
2012-08-21workqueue: deprecate __cancel_delayed_work()Tejun Heo
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo
2012-04-24IB/mad: Don't send response for failed MADsJack Morgenstein
2012-04-24IB/mad: Set 'D' bit in response for unhandled MADsJack Morgenstein
2012-02-25IB/mad: Return error response for unsupported MADsSwapna Thete
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker
2011-10-06IB/mad: Verify mgmt class in received MADsHefty, Sean
2011-05-23IB/mad: Return EPROTONOSUPPORT when an RDMA device lacks the QP requiredIra Weiny
2010-10-13IB/mad: IBoE supports only QP1 (no QP0)Eli Cohen
2010-05-23IB/mad: Make needlessly global mad_sendq_size/mad_recvq_size staticRoland Dreier
2010-05-15IB/core: Use kmemdup() instead of kmalloc()+memcpy()Julia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-11IB/mad: Ignore iWARP devices on device removalSteve Wise
2010-03-06infiniband: use for_each_set_bit()Akinobu Mita
2009-09-10Merge branch 'mad' into for-linusRoland Dreier
2009-09-07IB/mad: Allow tuning of QP0 and QP1 sizesHal Rosenstock
2009-09-07IB/mad: Fix possible lock-lock-timer deadlockRoland Dreier
2009-09-05IB: Use DEFINE_SPINLOCK() for static spinlocksRoland Dreier
2009-03-03IB/mad: Fix ib_post_send_mad() returning 0 with no generate send compRalph Campbell
2009-02-27IB/mad: initialize mad_agent_priv before putting on listsRalph Campbell
2009-02-27IB/mad: Fix null pointer dereference in local_completions()Ralph Campbell
2008-10-14IB/mad: Use krealloc() to resize snoop tableRoland Dreier
2008-09-20IB/mad: Don't discard BMA responses in kernelMichael Brooks
2008-05-23IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMEDDave Olson
2008-01-25IB/mad: Fix incorrect access to items on local_listSean Hefty
2008-01-25IB/mad: Report number of times a mad was retriedSean Hefty
2008-01-25IB/mad: Enable loopback of DR SMP responses from userspaceSteve Welch
2008-01-25IB/mad: Remove redundant NULL pointer check in ib_mad_recv_done_handler()Ralph Campbell
2007-08-03IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler()Hal Rosenstock
2007-08-03IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler()Hal Rosenstock
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-09IB/mad: Enhance SMI for switch supportHal Rosenstock
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin
2007-04-24IB/mad: Change SMI to use enums rather than magic return codesHal Rosenstock
2007-02-04IB: Return qp pointer as part of ib_wcMichael S. Tsirkin
2006-12-12IB/core: Use the new verbs DMA mapping functionsRalph Campbell
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-11-29IB: Convert kmem_cache_t -> struct kmem_cacheRoland Dreier
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-11-13IB/mad: Fix race between cancel and receive completionRoland Dreier
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan
2006-09-22RDMA: iWARP Core Changes.Tom Tucker
2006-09-22IB: Whitespace fixesRoland Dreier
2006-07-24IB/mad: Validate MADs for spec complianceSean Hefty
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita
2006-06-17IB/mad: Check GID/LID when matching requestsJack Morgenstein
2006-06-17IB: Make needlessly global ib_mad_cache staticRoland Dreier
2006-05-12IB: refcount race fixesSean Hefty
2006-04-19IB/mad: Fix RMPP version check during agent registrationHal Rosenstock