include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / infiniband / hw / mlx4 / qp.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-02 Roland DreierMerge branch 'misc' into for-next
2010-02-24 Eli CohenIB/core: Fix and clean up ib_ud_header_init()
2010-02-12 Eli CohenIB/mlx4: Simplify retrieval of ib_device
2010-01-06 Or GerlitzIB/mlx4: Fix queue overflow check in post_recv
2009-12-16 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-11-12 Eli CohenIB/mlx4: Remove limitation on LSO header size
2009-11-12 Eli CohenIB/mlx4: Remove unneeded code
2009-09-06 Roland DreierIB/mlx4: Annotate CQ locking
2009-06-05 Jack MorgensteinIB/mlx4: Add strong ordering to local inval and fast...
2009-05-08 Jack MorgensteinIB/mlx4: Don't overwrite fast registration page list...
2009-01-18 Harvey HarrisonIB: Remove __constant_{endian} uses
2009-01-16 Roland DreierIB/mlx4: Fix memory ordering problem when posting LSO...
2008-10-10 Yevgeny Petrilinmlx4_core: Add QP range reservation support
2008-10-09 Vladimir SokolovskyIB/mlx4: Set RLKEY bit for kernel QPs
2008-09-15 Vladimir SokolovskyIB/mlx4: Fix up fast register page list format
2008-08-07 Alex NaslednikovIB/mlx4: Allow 4K messages for UD QPs
2008-07-25 Jack Morgensteinmlx4: Update/add Mellanox Technologies copyright lines...
2008-07-23 Roland DreierIB/mlx4: Add support for memory management extensions...
2008-07-22 Roland DreierIB/mlx4: Rename struct mlx4_lso_seg to mlx4_wqe_lso_seg
2008-07-15 Eli CohenIB/mlx4: Use kzalloc() for new QPs so flags are initial...
2008-07-15 Ron LivneIB/mlx4: Add support for blocking multicast loopback...
2008-07-15 Roland DreierIB/mlx4: Remove extra code for RESET->ERR QP state...
2008-07-15 Eli CohenIB/mlx4: Configure QPs' max message size based on real...
2008-07-15 Eli CohenIB/mlx4: Optimize QP stamping
2008-05-20 Roland DreierIB/mlx4: Fix creation of kernel QP with max number...
2008-05-16 Andrew MortonIB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_...
2008-04-29 Arthur KepnerIB: expand ib_umem_get() prototype
2008-04-23 Yevgeny Petrilinmlx4_core: Move kernel doorbell management into core
2008-04-17 Dotan BarakIB/mlx4: Update QP state if query QP succeeds
2008-04-17 Roland DreierIB/core: Add support for "send with invalidate" work...
2008-04-17 Roland DreierIB/mlx4: Micro-optimize mlx4_ib_post_send()
2008-04-17 Eli CohenIB/mlx4: Add IPoIB LSO support
2008-04-17 Eli CohenIB/core: Add creation flags to struct ib_qp_init_attr
2008-04-17 Eli CohenIB/mlx4: Add IPoIB checksum offload support
2008-04-17 Roland DreierIB/mlx4: Endianness annotations
2008-02-08 Jack MorgensteinIB/mlx4: Use multiple WQ blocks to post smaller send...
2008-02-07 Roland DreierIB/mlx4: Consolidate code to get an entry from a struct...
2007-10-30 Roland DreierIB/mlx4: Lock SQ lock in mlx4_ib_post_send()
2007-10-18 Jack MorgensteinIB/mlx4: Sanity check userspace send queue sizes
2007-10-10 Roland DreierIB/mlx4: Use __set_data_seg() in mlx4_ib_post_recv()
2007-09-23 Jack MorgensteinIB/mlx4: Fix data corruption triggered by wrong headroo...
2007-07-29 Roland DreierIB/mlx4: Whitespace fix
2007-07-21 Roland DreierIB/mlx4: Fix error path in create_qp_common()
2007-07-21 Florin MalitaIB/mlx4: Fix leaks in __mlx4_ib_modify_qp
2007-07-18 Roland DreierIB/mlx4: Factor out setting other WQE segments
2007-07-18 Roland DreierIB/mlx4: Factor out setting WQE data segment entries
2007-07-18 Roland DreierIB/mlx4: Return receive queue sizes for userspace QPs...
2007-07-18 Dotan BarakIB/mlx4: Take sizeof the correct pointer in call to...
2007-07-18 Jack MorgensteinIB/mlx4: Fix port returned from query QP for QPs in...
2007-07-18 Jack MorgensteinIB/mlx4: Fix flow label returned from query QP
2007-07-12 Jack MorgensteinIB/mlx4: Implement query QP
2007-06-18 Roland DreierIB/mlx4: Make sure inline data segments don't cross...
2007-06-18 Roland DreierIB/mlx4: Handle FW command interface rev 3
2007-06-18 Roland DreierIB/mlx4: Get rid of max_inline_data calculation
2007-06-18 Roland DreierIB/mlx4: Handle new FW requirement for send request...
2007-06-12 Roland DreierIB/mlx4: Fix warning in rounding up queue sizes
2007-06-08 Roland DreierIB/mlx4: Make sure RQ allocation is always valid
2007-06-08 Jack MorgensteinIB/mlx4: Fix zeroing of rnr_retry value in ib_modify_qp()
2007-05-24 Eli CohenIB/mlx4: Initialize send queue entry ownership bits
2007-05-23 Roland DreierIB/mlx4: Don't allocate RQ doorbell if using SRQ
2007-05-20 Eli CohenIB/mlx4: Pass send queue sizes from userspace to kernel
2007-05-19 Roland DreierIB/mlx4: Fix check of opcode in mlx4_ib_post_send()
2007-05-19 Michael S. TsirkinIB/mlx4: Fix RESET to RESET and RESET to ERROR transitions
2007-05-19 Roland DreierIB/mlx4: Set GRH:HopLimit when sending globally routed...
2007-05-19 Eli CohenIB/mlx4: Fix check of max_qp_dest_rdma in modify QP
2007-05-09 Roland DreierIB/mlx4: Add a driver Mellanox ConnectX InfiniBand...