summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/qp.c
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx4: Allow 4K messages for UD QPsAlex Naslednikov2008-08-071-1/+1
* mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver filesJack Morgenstein2008-07-251-0/+1
* IB/mlx4: Add support for memory management extensions and local DMA L_KeyRoland Dreier2008-07-231-5/+67
* IB/mlx4: Rename struct mlx4_lso_seg to mlx4_wqe_lso_segRoland Dreier2008-07-221-1/+1
* IB/mlx4: Use kzalloc() for new QPs so flags are initialized to 0Eli Cohen2008-07-141-13/+2
* IB/mlx4: Add support for blocking multicast loopback packetsRon Livne2008-07-141-3/+18
* IB/mlx4: Remove extra code for RESET->ERR QP state transitionRoland Dreier2008-07-141-26/+0
* IB/mlx4: Configure QPs' max message size based on real device capabilityEli Cohen2008-07-141-1/+2
* IB/mlx4: Optimize QP stampingEli Cohen2008-07-141-2/+6
* IB/mlx4: Fix creation of kernel QP with max number of send s/g entriesRoland Dreier2008-05-201-5/+8
* IB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_send()Andrew Morton2008-05-161-1/+1
* IB: expand ib_umem_get() prototypeArthur Kepner2008-04-291-1/+1
* mlx4_core: Move kernel doorbell management into coreYevgeny Petrilin2008-04-231-3/+3
* IB/mlx4: Update QP state if query QP succeedsDotan Barak2008-04-161-5/+12
* IB/core: Add support for "send with invalidate" work requestsRoland Dreier2008-04-161-2/+2
* IB/mlx4: Micro-optimize mlx4_ib_post_send()Roland Dreier2008-04-161-8/+8
* IB/mlx4: Add IPoIB LSO supportEli Cohen2008-04-161-9/+63
* 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-161-0/+3
* IB/mlx4: Endianness annotationsRoland Dreier2008-04-161-2/+2
* IB/mlx4: Use multiple WQ blocks to post smaller send WQEsJack Morgenstein2008-02-081-34/+176
* IB/mlx4: Consolidate code to get an entry from a struct mlx4_bufRoland Dreier2008-02-061-5/+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: 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: 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 QPJack Morgenstein2007-07-121-0/+137
* 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-181-29/+15
* 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-181-30/+71
* IB/mlx4: Fix warning in rounding up queue sizesRoland Dreier2007-06-121-2/+2
* 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
* IB/mlx4: Pass send queue sizes from userspace to kernelEli Cohen2007-05-201-16/+47
* IB/mlx4: Fix check of opcode in mlx4_ib_post_send()Roland Dreier2007-05-191-1/+1
* IB/mlx4: Fix RESET to RESET and RESET to ERROR transitionsMichael S. Tsirkin2007-05-191-35/+80
* IB/mlx4: Set GRH:HopLimit when sending globally routed MADsRoland Dreier2007-05-191-0/+1
* IB/mlx4: Fix check of max_qp_dest_rdma in modify QPEli Cohen2007-05-191-1/+1
OpenPOWER on IntegriCloud