summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx4: Micro-optimize mlx4_ib_post_send()Roland Dreier2008-04-161-8/+8
* IB/mlx4: Add IPoIB LSO supportEli Cohen2008-04-164-9/+73
* IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen2008-04-161-0/+3
* IB/mlx4: Add IPoIB checksum offload supportEli Cohen2008-04-163-0/+21
* mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enumsRoland Dreier2008-04-161-6/+8
* IB/mlx4: Endianness annotationsRoland Dreier2008-04-161-2/+2
* IB/mlx4: Convert "if(foo)" to "if (foo)"Roland Dreier2008-04-161-1/+1
* IB/mlx4: mlx4_ib_fmr_alloc() should call mlx4_fmr_enable()Jack Morgenstein2008-02-141-1/+1
* IB/mlx4: Use multiple WQ blocks to post smaller send WQEsJack Morgenstein2008-02-083-36/+188
* IB/mlx4: Consolidate code to get an entry from a struct mlx4_bufRoland Dreier2008-02-063-19/+3
* IB/mlx4: Actually print out the driver versionRoland Dreier2008-02-041-1/+8
* mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()Jack Morgenstein2008-02-041-0/+1
* IB/mlx4: Micro-optimize mlx4_ib_poll_one()Roland Dreier2008-01-251-4/+5
* IB/mlx4: Fix value of pkey_index in QP1 completionsDotan Barak2008-01-081-1/+1
* IB/mlx4: Lock SQ lock in mlx4_ib_post_send()Roland Dreier2007-10-301-2/+2
* IB/mlx4: Sanity check userspace send queue sizesJack Morgenstein2007-10-181-2/+14
* IB/mlx4: Implement FMRsJack Morgenstein2007-10-093-0/+114
* mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW commandJack Morgenstein2007-10-091-4/+3
* IB/mlx4: Display misc device information under /sys/class/infiniband/Jack Morgenstein2007-10-091-0/+45
* IB/mlx4: Fix up SRQ limit_watermark endiannessRoland Dreier2007-10-091-1/+1
* IB/mlx4: Use __set_data_seg() in mlx4_ib_post_recv()Roland Dreier2007-10-091-5/+9
* IB/mlx4: Fix data corruption triggered by wrong headroom marking orderJack Morgenstein2007-09-231-13/+49
* IB/mlx4: Incorrect semicolon after if statementIlpo Järvinen2007-08-151-1/+1
* IB/mlx4: Fix opcode returned in RDMA read completionVu Pham2007-08-031-1/+1
* IB/mlx4: Whitespace fixRoland Dreier2007-07-281-1/+0
* IB/mlx4: Fix error path in create_qp_common()Roland Dreier2007-07-201-3/+5
* IB/mlx4: Fix leaks in __mlx4_ib_modify_qpFlorin Malita2007-07-201-7/+5
* IB/mlx4: Factor out setting other WQE segmentsRoland Dreier2007-07-181-31/+36
* IB/mlx4: Factor out setting WQE data segment entriesRoland Dreier2007-07-181-6/+9
* IB/mlx4: Return receive queue sizes for userspace QPs from query QPRoland Dreier2007-07-171-8/+16
* IB/mlx4: Take sizeof the correct pointer in call to memset()Dotan Barak2007-07-171-1/+1
* IB/mlx4: Fix port returned from query QP for QPs in INIT stateJack Morgenstein2007-07-171-1/+4
* IB/mlx4: Fix flow label returned from query QPJack Morgenstein2007-07-171-1/+1
* IB/mlx4: Implement query SRQJack Morgenstein2007-07-123-0/+21
* IB/mlx4: Implement query QPJack Morgenstein2007-07-123-0/+141
* IB: Use menuconfig for InfiniBand menuJan Engelhardt2007-07-091-1/+0
* mlx4_core: Get the maximum message size from reported device capabilitiesDotan Barak2007-07-091-1/+1
* IB/mlx4: Include linux/mutex.h from mlx4_ib.hMichael S. Tsirkin2007-07-091-0/+1
* IB/mlx4: Correct max_srq_wr returned from mlx4_ib_query_device()Jack Morgenstein2007-06-211-1/+1
* IB/mlx4: Make sure inline data segments don't cross a 64 byte boundaryRoland Dreier2007-06-181-3/+39
* IB/mlx4: Handle FW command interface rev 3Roland Dreier2007-06-182-34/+26
* IB/mlx4: Handle buffer wraparound in __mlx4_ib_cq_clean()Jack Morgenstein2007-06-181-4/+9
* IB/mlx4: Get rid of max_inline_data calculationRoland Dreier2007-06-181-5/+2
* IB/mlx4: Handle new FW requirement for send request prefetchingRoland Dreier2007-06-184-37/+82
* IB/mlx4: Fix warning in rounding up queue sizesRoland Dreier2007-06-121-2/+2
* IB/mlx4: Fix handling of wq->tail for send completionsRoland Dreier2007-06-121-1/+1
* IB/mlx4: Make sure RQ allocation is always validRoland Dreier2007-06-071-6/+16
* IB/mlx4: Fix zeroing of rnr_retry value in ib_modify_qp()Jack Morgenstein2007-06-071-5/+6
* IB/mlx4: Initialize send queue entry ownership bitsEli Cohen2007-05-241-7/+15
* IB/mlx4: Don't allocate RQ doorbell if using SRQRoland Dreier2007-05-231-15/+22
OpenPOWER on IntegriCloud