index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-05
RDMA/mlx5: Fix UMR cleanup on error flow of driver init
Maor Gottlieb
2
-0
/
+4
2022-09-05
RDMA/mlx5: Set local port to one when accessing counters
Chris Mi
1
-0
/
+6
2022-09-05
RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profile
Maher Sanalla
1
-1
/
+1
2022-08-16
RDMA/mlx5: Use the proper number of ports
Mark Bloch
1
-18
/
+16
2022-08-02
RDMA/mlx5: Add missing check for return value in get namespace flow
Maor Gottlieb
1
-4
/
+2
2022-07-27
RDMA/mlx5: Rename the mkey cache variables and functions
Aharon Landau
4
-37
/
+37
2022-07-27
RDMA/mlx5: Store in the cache mkeys instead of mrs
Aharon Landau
2
-129
/
+97
2022-07-27
RDMA/mlx5: Store the number of in_use cache mkeys instead of total_mrs
Aharon Landau
2
-18
/
+16
2022-07-27
RDMA/mlx5: Replace cache list with Xarray
Aharon Landau
2
-88
/
+152
2022-07-27
RDMA/mlx5: Replace ent->lock with xa_lock
Aharon Landau
2
-50
/
+47
2022-07-19
RDMA/mlx5: Expose steering anchor to userspace
Mark Bloch
2
-5
/
+139
2022-07-19
RDMA/mlx5: Refactor get flow table function
Mark Bloch
1
-10
/
+11
2022-06-16
Merge branch 'mlx5-next' into wip/leon-for-next
Leon Romanovsky
2
-18
/
+36
2022-06-13
RDMA/mlx5: Support handling of modify-header pattern ICM area
Yevgeny Kliteynik
2
-18
/
+36
2022-06-07
RDMA/mlx5: Add a umr recovery flow
Aharon Landau
3
-11
/
+83
2022-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
11
-957
/
+982
2022-05-24
Merge tag 'v5.18' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+4
2022-05-19
RDMA/mlx5: Remove duplicate pointer assignment in mlx5_ib_alloc_implicit_mr()
Daisuke Matsuda
1
-1
/
+0
2022-05-09
net/mlx5: Lag, expose number of lag ports
Mark Bloch
4
-2
/
+4
2022-04-25
RDMA/mlx5: Clean UMR QP type flow from mlx5_ib_post_send()
Aharon Landau
4
-145
/
+1
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to update xlt
Aharon Landau
5
-208
/
+116
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to update MR pas
Aharon Landau
5
-75
/
+164
2022-04-25
RDMA/mlx5: Move creation and free of translation tables to umr.c
Aharon Landau
3
-100
/
+116
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to rereg pd access
Aharon Landau
3
-25
/
+45
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to revoke MRs
Aharon Landau
3
-28
/
+34
2022-04-25
RDMA/mlx5: Introduce mlx5_umr_post_send_wait()
Aharon Landau
2
-0
/
+104
2022-04-25
RDMA/mlx5: Expose wqe posting helpers outside of wr.c
Aharon Landau
2
-111
/
+121
2022-04-25
RDMA/mlx5: Simplify get_umr_update_access_mask()
Aharon Landau
1
-10
/
+5
2022-04-25
RDMA/mlx5: Move mkey ctrl segment logic to umr.c
Aharon Landau
5
-141
/
+147
2022-04-25
RDMA/mlx5: Move umr checks to umr.h
Aharon Landau
5
-70
/
+72
2022-04-25
RDMA/mlx5: Move init and cleanup of UMR to umr.c
Aharon Landau
4
-103
/
+125
2022-04-19
RDMA/mlx5: Fix flow steering egress flow
Leon Romanovsky
1
-5
/
+0
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+4
2022-04-12
Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...
Jason Gunthorpe
2
-252
/
+2
2022-04-09
RDMA/mlx5: Drop crypto flow steering API
Leon Romanovsky
2
-248
/
+2
2022-04-09
RDMA/mlx5: Delete never supported IPsec flow action
Leon Romanovsky
1
-4
/
+0
2022-04-06
RDMA: Split kernel-only global device caps from uverbs device caps
Jason Gunthorpe
1
-9
/
+6
2022-04-04
RDMA/mlx5: Add a missing update of cache->last_add
Aharon Landau
1
-0
/
+1
2022-04-04
RDMA/mlx5: Don't remove cache MRs when a delay is needed
Aharon Landau
1
-1
/
+3
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
8
-89
/
+57
2022-03-14
RDMA/mlx5: Fix memory leak in error flow for subscribe event routine
Yongzhi Liu
1
-1
/
+3
2022-03-09
net/mlx5: Move debugfs entries to separate struct
Moshe Shemesh
3
-4
/
+3
2022-02-23
RDMA/mlx5: Use new command interface API
Saeed Mahameed
1
-23
/
+32
2022-02-23
net/mlx5: cmdif, Refactor error handling and reporting of async commands
Saeed Mahameed
1
-1
/
+14
2022-02-23
net/mlx5: Use mlx5_cmd_do() in core create_{cq,dct}
Saeed Mahameed
3
-4
/
+5
2022-02-23
RDMA/mlx5: Reorder calls to pcie_relaxed_ordering_enabled()
Aharon Landau
1
-7
/
+7
2022-02-23
RDMA/mlx5: Store ndescs instead of the translation table size
Aharon Landau
3
-10
/
+25
2022-02-23
RDMA/mlx5: Merge similar flows of allocating MR from the cache
Aharon Landau
3
-46
/
+15
2022-02-23
RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MR
Aharon Landau
1
-0
/
+2
2022-02-23
RDMA/mlx5: Remove redundant work in struct mlx5_cache_ent
Aharon Landau
2
-14
/
+3
[next]