aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-23mlx4_core: Move kernel doorbell management into coreYevgeny Petrilin6-160/+16
2008-04-19IB: convert struct class_device to struct deviceTony Jones1-20/+29
2008-04-16IB/mlx4: Update module version and release dateJack Morgenstein1-2/+2
2008-04-16IB/mlx4: Update QP state if query QP succeedsDotan Barak1-5/+12
2008-04-16IB/mlx4: Add support for resizing CQsVladimir Sokolovsky3-33/+270
2008-04-16IB/mlx4: Add support for modifying CQ moderation parametersEli Cohen3-0/+10
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 Cohen4-9/+73
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 Cohen3-0/+21
2008-04-16mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enumsRoland Dreier1-6/+8
2008-04-16IB/mlx4: Endianness annotationsRoland Dreier1-2/+2
2008-04-16IB/mlx4: Convert "if(foo)" to "if (foo)"Roland Dreier1-1/+1
2008-02-14IB/mlx4: mlx4_ib_fmr_alloc() should call mlx4_fmr_enable()Jack Morgenstein1-1/+1
2008-02-08IB/mlx4: Use multiple WQ blocks to post smaller send WQEsJack Morgenstein3-36/+188
2008-02-06IB/mlx4: Consolidate code to get an entry from a struct mlx4_bufRoland Dreier3-19/+3
2008-02-04IB/mlx4: Actually print out the driver versionRoland Dreier1-1/+8
2008-02-04mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()Jack Morgenstein1-0/+1
2008-01-25IB/mlx4: Micro-optimize mlx4_ib_poll_one()Roland Dreier1-4/+5
2008-01-08IB/mlx4: Fix value of pkey_index in QP1 completionsDotan Barak1-1/+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: Implement FMRsJack Morgenstein3-0/+114
2007-10-09mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW commandJack Morgenstein1-4/+3
2007-10-09IB/mlx4: Display misc device information under /sys/class/infiniband/Jack Morgenstein1-0/+45
2007-10-09IB/mlx4: Fix up SRQ limit_watermark endiannessRoland Dreier1-1/+1
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-08-15IB/mlx4: Incorrect semicolon after if statementIlpo Järvinen1-1/+1
2007-08-03IB/mlx4: Fix opcode returned in RDMA read completionVu Pham1-1/+1
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
2007-07-17IB/mlx4: Take sizeof the correct pointer in call to memset()Dotan Barak1-1/+1
2007-07-17IB/mlx4: Fix port returned from query QP for QPs in INIT stateJack Morgenstein1-1/+4
2007-07-17IB/mlx4: Fix flow label returned from query QPJack Morgenstein1-1/+1
2007-07-12IB/mlx4: Implement query SRQJack Morgenstein3-0/+21
2007-07-12IB/mlx4: Implement query QPJack Morgenstein3-0/+141
2007-07-09IB: Use menuconfig for InfiniBand menuJan Engelhardt1-1/+0
2007-07-09mlx4_core: Get the maximum message size from reported device capabilitiesDotan Barak1-1/+1
2007-07-09IB/mlx4: Include linux/mutex.h from mlx4_ib.hMichael S. Tsirkin1-0/+1
2007-06-21IB/mlx4: Correct max_srq_wr returned from mlx4_ib_query_device()Jack Morgenstein1-1/+1
2007-06-18IB/mlx4: Make sure inline data segments don't cross a 64 byte boundaryRoland Dreier1-3/+39
2007-06-18IB/mlx4: Handle FW command interface rev 3Roland Dreier2-34/+26
2007-06-18IB/mlx4: Handle buffer wraparound in __mlx4_ib_cq_clean()Jack Morgenstein1-4/+9
2007-06-18IB/mlx4: Get rid of max_inline_data calculationRoland Dreier1-5/+2