include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / infiniband / core / mad.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-11 Steve WiseIB/mad: Ignore iWARP devices on device removal
2010-03-06 Akinobu Mitainfiniband: use for_each_set_bit()
2009-09-11 Roland DreierMerge branch 'mad' into for-linus
2009-09-07 Hal RosenstockIB/mad: Allow tuning of QP0 and QP1 sizes
2009-09-07 Roland DreierIB/mad: Fix possible lock-lock-timer deadlock
2009-09-06 Roland DreierIB: Use DEFINE_SPINLOCK() for static spinlocks
2009-03-03 Ralph CampbellIB/mad: Fix ib_post_send_mad() returning 0 with no...
2009-02-27 Ralph CampbellIB/mad: initialize mad_agent_priv before putting on...
2009-02-27 Ralph CampbellIB/mad: Fix null pointer dereference in local_completions()
2008-10-14 Roland DreierIB/mad: Use krealloc() to resize snoop table
2008-09-21 Michael BrooksIB/mad: Don't discard BMA responses in kernel
2008-05-23 Dave OlsonIB/mad: Fix kernel crash when .process_mad() returns...
2008-01-25 Sean HeftyIB/mad: Fix incorrect access to items on local_list
2008-01-25 Sean HeftyIB/mad: Report number of times a mad was retried
2008-01-25 Steve WelchIB/mad: Enable loopback of DR SMP responses from userspace
2008-01-25 Ralph CampbellIB/mad: Remove redundant NULL pointer check in ib_mad_r...
2007-08-03 Hal RosenstockIB/mad: Fix memory leak in switch handling in ib_mad_re...
2007-08-03 Hal RosenstockIB/mad: Fix error path if response alloc fails in ib_ma...
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-09 Hal RosenstockIB/mad: Enhance SMI for switch support
2007-05-07 Michael S. TsirkinIB: Add CQ comp_vector support
2007-04-24 Hal RosenstockIB/mad: Change SMI to use enums rather than magic retur...
2007-02-04 Michael S. TsirkinIB: Return qp pointer as part of ib_wc
2006-12-12 Ralph CampbellIB/core: Use the new verbs DMA mapping functions
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-11-29 Roland DreierIB: Convert kmem_cache_t -> struct kmem_cache
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-11-13 Roland DreierIB/mad: Fix race between cancel and receive completion
2006-09-27 Alexey Dobriyan[PATCH] Really ignore kmem_cache_destroy return value
2006-09-22 Tom TuckerRDMA: iWARP Core Changes.
2006-09-22 Roland DreierIB: Whitespace fixes
2006-07-24 Sean HeftyIB/mad: Validate MADs for spec compliance
2006-06-26 Akinobu Mita[PATCH] drivers: use list_move()
2006-06-18 Jack MorgensteinIB/mad: Check GID/LID when matching requests
2006-06-18 Roland DreierIB: Make needlessly global ib_mad_cache static
2006-05-12 Sean HeftyIB: refcount race fixes
2006-04-19 Hal RosenstockIB/mad: Fix RMPP version check during agent registration
2006-04-02 Michael S. TsirkinIB/mad: fix oops in cancel_mads
2006-03-30 Hal RosenstockIB/mad: RMPP support for additional classes
2006-03-30 Jack MorgensteinIB/mad: include GID/class when matching receives
2006-03-20 Michael S. TsirkinIB/mad: Fix oopsable race on device removal
2006-03-20 Jack MorgensteinIB/umad: Add support for large RMPP transfers
2006-03-20 Ralph CampbellIB/mad: Simplify SMI by eliminating smi_check_local_dr_...
2006-02-03 Ralph CampbellIB/mad: Handle DR SMPs with a LID routed part
2005-11-28 Adrian Bunk[PATCH] drivers/infiniband/core/mad.c: fix use-after...
2005-11-07 Jesper Juhl[PATCH] kfree cleanup: misc remaining drivers
2005-11-02 Roland Dreier[IB] kzalloc() conversions
2005-10-25 Sean Hefty[IB] Fix MAD layer DMA mappings to avoid touching data...
2005-10-17 Roland Dreier[IB] Fix leak on MAD initialization failure
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-08-27 Hal Rosenstock[PATCH] IB: Fix ib_mad_thread_completion_handler declar...
2005-08-27 Sean Hefty[PATCH] IB: sparse endianness cleanup
2005-07-27 Hal Rosenstock[PATCH] IB: Add RMPP implementation
2005-07-27 Hal Rosenstock[PATCH] IB: Introduce RMPP APIs
2005-07-27 Hal Rosenstock[PATCH] IB: Fix a couple of MAD code paths
2005-07-27 Hal Rosenstock[PATCH] IB: Optimize canceling a MAD
2005-07-27 Hal Rosenstock[PATCH] IB: Add ib_modify_mad API to MAD
2005-07-27 Hal Rosenstock[PATCH] IB: Eliminate MAD cache leak associated with...
2005-07-27 Hal Rosenstock[PATCH] IB: Simplify calling of list_del in MAD
2005-07-27 Hal Rosenstock[PATCH] IB: Add automatic retries to MAD layer
2005-07-27 Hal Rosenstock[PATCH] IB: Add ib_coalesce_recv_mad to MAD
2005-07-27 Hal Rosenstock[PATCH] IB: Minor cleanup during MAD startup and shutdown
2005-07-27 Hal Rosenstock[PATCH] IB: Fix timeout/cancelled MAD handling
2005-07-27 Hal Rosenstock[PATCH] IB: Change ib_mad_send_wr_private struct
2005-07-27 Hal Rosenstock[PATCH] IB: Change saving of user's send wr_id in MAD
2005-07-27 Hal Rosenstock[PATCH] IB: Combine some MAD routines
2005-07-27 Hal Rosenstock[PATCH] IB: Add MAD helper functions
2005-07-27 Hal Rosenstock[PATCH] IB: Update MAD client API
2005-04-16 Hal Rosenstock[PATCH] IB: Remove incorrect comments
2005-04-16 Hal Rosenstock[PATCH] IB: remove unneeded includes
2005-04-16 Sean Hefty[PATCH] IB: Keep MAD work completion valid
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2