summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
Commit message (Expand)AuthorAgeFilesLines
...
| | * | IB/mlx5: Add memory windows allocation supportMatan Barak2016-03-014-0/+117
| | * | net/mlx5: Refactor mlx5_core_mr to mkeyMatan Barak2016-03-014-45/+45
| | * | IB/mlx5: Added support for re-registration of MRsNoa Osherovich2016-03-014-3/+227
| | * | IB/mlx5: Refactoring register MR codeNoa Osherovich2016-03-011-75/+132
| | * | IB/mlx5: Eliminate GSI RX QP's send buffersHaggai Eran2016-03-011-0/+5
| | * | IB/mlx5: Pick the right GSI transmission QP for sendingHaggai Eran2016-03-011-1/+47
| | * | IB/mlx5: Reorder GSI completionsHaggai Eran2016-03-011-6/+150
| | * | IB/mlx5: Generate completions in softwareHaggai Eran2016-03-012-5/+88
| | * | IB/mlx5: Create GSI transmission QPs when P_Key table is changedHaggai Eran2016-03-013-0/+41
| | * | IB/mlx5: Create multiple transmission GSI QPsHaggai Eran2016-03-011-3/+167
| | * | IB/mlx5: Add GSI QP wrapperHaggai Eran2016-03-015-14/+249
| | * | IB/mlx5: Modify QP debugging printsHaggai Eran2016-03-011-6/+23
| | * | IB/mlx5: Add support for setting source QP numberHaggai Eran2016-03-012-1/+30
| | * | IB/mlx5: Add support for CSUM in RX flowErez Shitrit2016-03-011-1/+4
| | * | IB/mlx5: Implement UD QP offloads for IPoIB in the TX flowErez Shitrit2016-03-013-12/+117
| | * | IB/mlx5: Modify MAD reading counters method to use counter registersMeny Yossefi2016-03-011-11/+155
| | |/
| * / IB/mlx5: Add support for don't trap rulesMaor Gottlieb2016-03-102-7/+49
| |/
* | IB/{core, mlx5}: Fix input len in vendor part of create_qp/srqMajd Dibbiny2016-03-031-8/+3
* | IB/mlx5: Avoid using user-index for SRQsMajd Dibbiny2016-03-031-11/+19
|/
* IB/mlx5: Fix RC transport send queue overhead computationLeon Romanovsky2016-02-121-5/+7
* IB/mlx5: Use MLX5_GET to correctly get end of padding modeMaor Gottlieb2016-02-021-1/+1
* IB/mlx5: Fix use of null pointer PDMajd Dibbiny2016-02-021-9/+9
* IB/mlx5: Fix reqlen validation in mlx5_ib_alloc_ucontextMajd Dibbiny2016-02-021-1/+3
* IB/mlx5: Add CREATE_CQ and CREATE_QP to uverbs_ex_cmd_maskMatan Barak2016-02-021-1/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-238-207/+1571
|\
| * IB/mlx5: Unify CQ create flags checkLeon Romanovsky2016-01-212-9/+3
| * IB/mlx5: Expose Raw Packet QP to user space consumersmajd@mellanox.com2016-01-211-12/+127
| * {IB, net}/mlx5: Move the modify QP operation table to mlx5_ibmajd@mellanox.com2016-01-211-6/+47
| * IB/mlx5: Support setting Ethernet priority for Raw Packet QPsmajd@mellanox.com2016-01-211-3/+35
| * IB/mlx5: Add Raw Packet QP query functionalitymajd@mellanox.com2016-01-211-22/+169
| * IB/mlx5: Add create and destroy functionality for Raw Packet QPmajd@mellanox.com2016-01-213-18/+365
| * IB/mlx5: Refactor mlx5_ib_qp to accommodate other QP typesmajd@mellanox.com2016-01-213-95/+147
| * IB/mlx5: Allocate a Transport Domain for each ucontextmajd@mellanox.com2016-01-212-1/+18
| * IB/mlx5: Expose CQE version to user-spaceHaggai Abramovsky2016-01-212-5/+18
| * IB/mlx5: Add CQE version 1 support to user QPs and SRQsHaggai Abramovsky2016-01-214-8/+114
| * IB/mlx5: Fix data validation in mlx5_ib_alloc_ucontextHaggai Abramovsky2016-01-211-1/+4
| * IB/mlx5: Fix passing casted pointer in mlx5_query_port_roceLeon Romanovsky2016-01-191-2/+3
| * IB/mlx5: Delete locally redefined variableLeon Romanovsky2016-01-191-4/+0
| * IB/mlx5: Expose correct maximum number of CQE capacityLeon Romanovsky2016-01-191-1/+1
| * IB/mlx5: report tx/rx checksum cap in query resultsBodong Wang2015-12-241-0/+4
| * IB/mlx5: Advertise atomic capabilities in query deviceEran Ben Elisha2015-12-241-1/+27
| * IB/mlx5: Add driver cross-channel supportLeon Romanovsky2015-12-234-11/+69
| * IB/mlx5: Mmap the HCA's core clock register to user-spaceMatan Barak2015-12-232-1/+31
| * IB/mlx5: Add hca_core_clock_offset to udata in init_ucontextMatan Barak2015-12-233-10/+42
| * IB/mlx5: Add support for hca_core_clock and timestamp_maskMatan Barak2015-12-231-0/+2
| * IB/mlx5: Add create_cq extended commandMatan Barak2015-12-231-0/+7
| * IB: remove in-kernel support for memory windowsChristoph Hellwig2015-12-231-3/+0
| * IB/mlx5: Support RoCEAchiad Shochat2015-12-231-4/+44
| * IB/mlx5: Add RoCE fields to Address VectorAchiad Shochat2015-12-234-19/+81
| * IB/mlx5: Support IB device's callbacks for adding/deleting GIDsAchiad Shochat2015-12-231-0/+89