summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx4/qp.c
AgeCommit message (Expand)Author
2008-10-10mlx4_core: Add QP range reservation supportYevgeny Petrilin
2008-10-08IB/mlx4: Set RLKEY bit for kernel QPsVladimir Sokolovsky
2008-09-15IB/mlx4: Fix up fast register page list formatVladimir Sokolovsky
2008-08-07IB/mlx4: Allow 4K messages for UD QPsAlex Naslednikov
2008-07-25mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver filesJack Morgenstein
2008-07-23IB/mlx4: Add support for memory management extensions and local DMA L_KeyRoland Dreier
2008-07-22IB/mlx4: Rename struct mlx4_lso_seg to mlx4_wqe_lso_segRoland Dreier
2008-07-14IB/mlx4: Use kzalloc() for new QPs so flags are initialized to 0Eli Cohen
2008-07-14IB/mlx4: Add support for blocking multicast loopback packetsRon Livne
2008-07-14IB/mlx4: Remove extra code for RESET->ERR QP state transitionRoland Dreier
2008-07-14IB/mlx4: Configure QPs' max message size based on real device capabilityEli Cohen
2008-07-14IB/mlx4: Optimize QP stampingEli Cohen
2008-05-20IB/mlx4: Fix creation of kernel QP with max number of send s/g entriesRoland Dreier
2008-05-16IB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_send()Andrew Morton
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner
2008-04-23mlx4_core: Move kernel doorbell management into coreYevgeny Petrilin
2008-04-16IB/mlx4: Update QP state if query QP succeedsDotan Barak
2008-04-16IB/core: Add support for "send with invalidate" work requestsRoland Dreier
2008-04-16IB/mlx4: Micro-optimize mlx4_ib_post_send()Roland Dreier
2008-04-16IB/mlx4: Add IPoIB LSO supportEli Cohen
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen
2008-04-16IB/mlx4: Add IPoIB checksum offload supportEli Cohen
2008-04-16IB/mlx4: Endianness annotationsRoland Dreier
2008-02-08IB/mlx4: Use multiple WQ blocks to post smaller send WQEsJack Morgenstein
2008-02-06IB/mlx4: Consolidate code to get an entry from a struct mlx4_bufRoland Dreier
2007-10-30IB/mlx4: Lock SQ lock in mlx4_ib_post_send()Roland Dreier
2007-10-18IB/mlx4: Sanity check userspace send queue sizesJack Morgenstein
2007-10-09IB/mlx4: Use __set_data_seg() in mlx4_ib_post_recv()Roland Dreier
2007-09-23IB/mlx4: Fix data corruption triggered by wrong headroom marking orderJack Morgenstein
2007-07-28IB/mlx4: Whitespace fixRoland Dreier
2007-07-20IB/mlx4: Fix error path in create_qp_common()Roland Dreier
2007-07-20IB/mlx4: Fix leaks in __mlx4_ib_modify_qpFlorin Malita
2007-07-18IB/mlx4: Factor out setting other WQE segmentsRoland Dreier
2007-07-18IB/mlx4: Factor out setting WQE data segment entriesRoland Dreier
2007-07-17IB/mlx4: Return receive queue sizes for userspace QPs from query QPRoland Dreier
2007-07-17IB/mlx4: Take sizeof the correct pointer in call to memset()Dotan Barak
2007-07-17IB/mlx4: Fix port returned from query QP for QPs in INIT stateJack Morgenstein
2007-07-17IB/mlx4: Fix flow label returned from query QPJack Morgenstein
2007-07-12IB/mlx4: Implement query QPJack Morgenstein
2007-06-18IB/mlx4: Make sure inline data segments don't cross a 64 byte boundaryRoland Dreier
2007-06-18IB/mlx4: Handle FW command interface rev 3Roland Dreier
2007-06-18IB/mlx4: Get rid of max_inline_data calculationRoland Dreier
2007-06-18IB/mlx4: Handle new FW requirement for send request prefetchingRoland Dreier
2007-06-12IB/mlx4: Fix warning in rounding up queue sizesRoland Dreier
2007-06-07IB/mlx4: Make sure RQ allocation is always validRoland Dreier
2007-06-07IB/mlx4: Fix zeroing of rnr_retry value in ib_modify_qp()Jack Morgenstein
2007-05-24IB/mlx4: Initialize send queue entry ownership bitsEli Cohen
2007-05-23IB/mlx4: Don't allocate RQ doorbell if using SRQRoland Dreier
2007-05-20IB/mlx4: Pass send queue sizes from userspace to kernelEli Cohen
2007-05-19IB/mlx4: Fix check of opcode in mlx4_ib_post_send()Roland Dreier