summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
Commit message (Expand)AuthorAgeFilesLines
...
| * | RDMA/mlx5: Don't remove cache MRs when a delay is neededAharon Landau2022-04-041-1/+3
| |/
* | RDMA/mlx5: Drop crypto flow steering APILeon Romanovsky2022-04-092-248/+2
* | RDMA/mlx5: Delete never supported IPsec flow actionLeon Romanovsky2022-04-091-4/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-03-248-89/+57
|\
| * RDMA/mlx5: Fix memory leak in error flow for subscribe event routineYongzhi Liu2022-03-141-1/+3
| * RDMA/mlx5: Reorder calls to pcie_relaxed_ordering_enabled()Aharon Landau2022-02-231-7/+7
| * RDMA/mlx5: Store ndescs instead of the translation table sizeAharon Landau2022-02-233-10/+25
| * RDMA/mlx5: Merge similar flows of allocating MR from the cacheAharon Landau2022-02-233-46/+15
| * RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MRAharon Landau2022-02-231-0/+2
| * RDMA/mlx5: Remove redundant work in struct mlx5_cache_entAharon Landau2022-02-232-14/+3
| * RDMA/mlx5: Delete useless module.h includeLeon Romanovsky2022-01-284-4/+0
| * RDMA/mlx5: Delete get_num_static_uars functionLeon Romanovsky2022-01-282-7/+2
* | net/mlx5: Move debugfs entries to separate structMoshe Shemesh2022-03-093-4/+3
* | RDMA/mlx5: Use new command interface APISaeed Mahameed2022-02-231-23/+32
* | net/mlx5: cmdif, Refactor error handling and reporting of async commandsSaeed Mahameed2022-02-231-1/+14
* | net/mlx5: Use mlx5_cmd_do() in core create_{cq,dct}Saeed Mahameed2022-02-233-4/+5
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-01-133-20/+20
|\
| * Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe2022-01-132-15/+17
| |\
| * | IB/mlx5: Expose NDR speed through MADMaher Sanalla2022-01-051-0/+5
| * | RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky2022-01-052-17/+9
| * | RDMA/mlx5: Print wc status on CQE error and dump neededDust Li2022-01-051-1/+4
| * | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-12-152-10/+11
| |\ \
| * | | RDMA/mlx5: Use memset_after() to zero struct mlx5_ib_mrKees Cook2021-12-141-2/+2
* | | | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-121-4/+4
|\ \ \ \
| * | | | RDMA/irdma: Use auxiliary_device driver data helpersDavid E. Box2021-12-221-4/+4
* | | | | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-105-16/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | net/mlx5: Introduce API for bulk request and release of IRQsShay Drory2022-01-061-6/+0
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-312-0/+2
| |\ \ \ \
| | * | | | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-292-0/+2
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-162-17/+15
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| * | | RDMA/mlx5: Add support to multiple priorities for FDB rulesMaor Gottlieb2021-12-132-3/+4
| * | | net/mlx5: Separate FDB namespaceMaor Gottlieb2021-12-131-7/+7
| | |/ | |/|
* | | Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow"Maor Gottlieb2022-01-052-15/+17
| |/ |/|
* | RDMA/mlx5: Fix releasing unallocated memory in dereg MR flowAlaa Hleihel2021-11-252-17/+15
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-11-035-71/+493
|\
| * Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe2021-11-012-1/+3
| |\
| * | RDMA/mlx5: fix build error with INFINIBAND_USER_ACCESS=nArnd Bergmann2021-10-251-4/+5
| * | Merge brank 'mlx5_mkey' into rdma.git for-nextJason Gunthorpe2021-10-196-96/+81
| |\ \
| * | | RDMA/mlx5: Add optional counter support in get_hw_stats callbackAharon Landau2021-10-121-3/+85
| * | | RDMA/mlx5: Add modify_op_stat() supportAharon Landau2021-10-122-6/+74
| * | | RDMA/mlx5: Add steering support in optional flow countersAharon Landau2021-10-122-0/+211
| * | | RDMA/mlx5: Support optional counters in hw_stats initializationAharon Landau2021-10-122-16/+75
| * | | RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-122-22/+21
| * | | RDMA/mlx5: Avoid taking MRs from larger MR cache pools when a pool is emptyAharon Landau2021-10-041-17/+9
| * | | IB/mlx5: Flow through a more detailed return code from get_prefetchable_mr()Jason Gunthorpe2021-10-011-15/+25
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-282-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | RDMA/mlx5: Initialize the ODP xarray when creating an ODP MRAharon Landau2021-10-191-1/+1
| * | | RDMA/mlx5: Set user priority for DCTPatrisious Haddad2021-10-061-0/+2
* | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2021-10-279-120/+140
|\ \ \ \
| * \ \ \ Merge brank 'mlx5_mkey' into rdma.git for-nextLeon Romanovsky2021-10-216-96/+81
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|