aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-21IB/mlx4: Add support for masked atomic operationsVladimir Sokolovsky1-11/+39
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01Merge branch 'misc' into for-nextRoland Dreier1-1/+1
2010-02-24IB/core: Fix and clean up ib_ud_header_init()Eli Cohen1-1/+1
2010-02-12IB/mlx4: Simplify retrieval of ib_deviceEli Cohen1-1/+1
2010-01-06IB/mlx4: Fix queue overflow check in post_recvOr Gerlitz1-1/+1
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-13/+12
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-12IB/mlx4: Remove limitation on LSO header sizeEli Cohen1-12/+12
2009-11-12IB/mlx4: Remove unneeded codeEli Cohen1-1/+0
2009-09-05IB/mlx4: Annotate CQ lockingRoland Dreier1-4/+8
2009-06-05IB/mlx4: Add strong ordering to local inval and fast reg work requestsJack Morgenstein1-0/+4
2009-05-07IB/mlx4: Don't overwrite fast registration page list when posting work requestJack Morgenstein1-1/+1
2009-01-17IB: Remove __constant_{endian} usesHarvey Harrison1-11/+11
2009-01-16IB/mlx4: Fix memory ordering problem when posting LSO sendsRoland Dreier1-9/+19
2008-10-10mlx4_core: Add QP range reservation supportYevgeny Petrilin1-2/+19
2008-10-08IB/mlx4: Set RLKEY bit for kernel QPsVladimir Sokolovsky1-0/+3
2008-09-15IB/mlx4: Fix up fast register page list formatVladimir Sokolovsky1-0/+6
2008-08-07IB/mlx4: Allow 4K messages for UD QPsAlex Naslednikov1-1/+1
2008-07-25mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver filesJack Morgenstein1-0/+1
2008-07-23IB/mlx4: Add support for memory management extensions and local DMA L_KeyRoland Dreier1-5/+67
2008-07-22IB/mlx4: Rename struct mlx4_lso_seg to mlx4_wqe_lso_segRoland Dreier1-1/+1
2008-07-14IB/mlx4: Use kzalloc() for new QPs so flags are initialized to 0Eli Cohen1-13/+2
2008-07-14IB/mlx4: Add support for blocking multicast loopback packetsRon Livne1-3/+18
2008-07-14IB/mlx4: Remove extra code for RESET->ERR QP state transitionRoland Dreier1-26/+0
2008-07-14IB/mlx4: Configure QPs' max message size based on real device capabilityEli Cohen1-1/+2
2008-07-14IB/mlx4: Optimize QP stampingEli Cohen1-2/+6
2008-05-20IB/mlx4: Fix creation of kernel QP with max number of send s/g entriesRoland Dreier1-5/+8
2008-05-16IB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_send()Andrew Morton1-1/+1
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-1/+1
2008-04-23mlx4_core: Move kernel doorbell management into coreYevgeny Petrilin1-3/+3
2008-04-16IB/mlx4: Update QP state if query QP succeedsDotan Barak1-5/+12
2008-04-16IB/core: Add support for "send with invalidate" work requestsRoland Dreier1-2/+2
2008-04-16IB/mlx4: Micro-optimize mlx4_ib_post_send()Roland Dreier1-8/+8
2008-04-16IB/mlx4: Add IPoIB LSO supportEli Cohen1-9/+63
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen1-0/+3
2008-04-16IB/mlx4: Add IPoIB checksum offload supportEli Cohen1-0/+3
2008-04-16IB/mlx4: Endianness annotationsRoland Dreier1-2/+2
2008-02-08IB/mlx4: Use multiple WQ blocks to post smaller send WQEsJack Morgenstein1-34/+176
2008-02-06IB/mlx4: Consolidate code to get an entry from a struct mlx4_bufRoland Dreier1-5/+1
2007-10-30IB/mlx4: Lock SQ lock in mlx4_ib_post_send()Roland Dreier1-2/+2
2007-10-18IB/mlx4: Sanity check userspace send queue sizesJack Morgenstein1-2/+14
2007-10-09IB/mlx4: Use __set_data_seg() in mlx4_ib_post_recv()Roland Dreier1-5/+9
2007-09-23IB/mlx4: Fix data corruption triggered by wrong headroom marking orderJack Morgenstein1-13/+49
2007-07-28IB/mlx4: Whitespace fixRoland Dreier1-1/+0
2007-07-20IB/mlx4: Fix error path in create_qp_common()Roland Dreier1-3/+5
2007-07-20IB/mlx4: Fix leaks in __mlx4_ib_modify_qpFlorin Malita1-7/+5
2007-07-18IB/mlx4: Factor out setting other WQE segmentsRoland Dreier1-31/+36
2007-07-18IB/mlx4: Factor out setting WQE data segment entriesRoland Dreier1-6/+9
2007-07-17IB/mlx4: Return receive queue sizes for userspace QPs from query QPRoland Dreier1-8/+16