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
2020-04-30
RDMA/mlx5: Combine copy of create QP command in RSS RAW QP
Leon Romanovsky
1
-74
/
+82
2020-04-30
RDMA/mlx5: Promote RSS RAW QP attribute check in higher level
Leon Romanovsky
1
-3
/
+3
2020-04-30
RDMA/mlx5: Store QP type in the vendor QP structure
Leon Romanovsky
3
-73
/
+74
2020-04-30
RDMA/mlx5: Delete unsupported QP types
Leon Romanovsky
1
-11
/
+1
2020-04-28
Merge branch 'mlx5_ib_qp_refactor_1' into rdma.git for-next
Jason Gunthorpe
16
-631
/
+1255
2020-04-28
RDMA/mlx5: Process all vendor flags in one place
Leon Romanovsky
1
-85
/
+71
2020-04-28
RDMA/mlx5: Return all configured create flags through query QP
Leon Romanovsky
2
-12
/
+2
2020-04-28
RDMA/mlx5: Change scatter CQE flag to be set like other vendor flags
Leon Romanovsky
2
-8
/
+10
2020-04-28
RDMA/mlx5: Use flags_en mechanism to mark QP created with WQE signature
Leon Romanovsky
3
-16
/
+23
2020-04-28
RDMA/mlx5: Process create QP flags in one place
Leon Romanovsky
1
-99
/
+101
2020-04-28
RDMA/mlx5: Delete create QP flags obfuscation
Leon Romanovsky
5
-64
/
+47
2020-04-28
RDMA/mlx5: Initial separation of RAW_PACKET QP from common flow
Leon Romanovsky
1
-5
/
+17
2020-04-28
RDMA/mlx5: Remove second copy from user for non RSS RAW QPs
Leon Romanovsky
1
-29
/
+27
2020-04-28
RDMA/mlx5: Move DRIVER QP flags check into separate function
Leon Romanovsky
1
-48
/
+43
2020-04-28
RDMA/mlx5: Update all DRIVER QP places to use QP subtype
Leon Romanovsky
1
-33
/
+15
2020-04-28
RDMA/mlx5: Split scatter CQE configuration for DCT QP
Leon Romanovsky
1
-9
/
+6
2020-04-28
RDMA/mlx5: Separate create QP flows to be based on type
Leon Romanovsky
1
-15
/
+39
2020-04-28
RDMA/mlx5: Set QP subtype immediately when it is known
Leon Romanovsky
1
-4
/
+2
2020-04-28
RDMA/mlx5: Avoid setting redundant NULL for XRC QPs
Leon Romanovsky
1
-7
/
+1
2020-04-28
RDMA/mlx5: Prepare QP allocation for future removal
Leon Romanovsky
1
-25
/
+20
2020-04-28
RDMA/mlx5: Perform check if QP creation flow is valid
Leon Romanovsky
1
-67
/
+61
2020-04-28
RDMA/mlx5: Delete impossible GSI port check
Leon Romanovsky
1
-9
/
+0
2020-04-28
RDMA/mlx5: Organize QP types checks in one place
Leon Romanovsky
1
-61
/
+68
2020-04-28
net/mlx5: Refactor imm_inval_pkey field in cqe struct
Raed Salem
1
-4
/
+4
2020-04-28
net/mlx5: Use aligned variable while allocating ICM memory
Erez Shitrit
1
-1
/
+1
2020-04-28
net/mlx5: Add support for COPY steering action
Huy Nguyen
1
-2
/
+2
2020-04-23
net/mlx5: Update transobj.c new cmd interface
Leon Romanovsky
1
-17
/
+15
2020-04-23
net/mlx5: Update vport.c to new cmd interface
Leon Romanovsky
2
-3
/
+3
2020-04-22
RDMA/mlx5: Set GRH fields in query QP on RoCE
Aharon Landau
1
-1
/
+3
2020-04-19
net/mlx5: Move QP logic to mlx5_ib
Leon Romanovsky
10
-34
/
+694
2020-04-19
RDMA/mlx5: Alphabetically sort build artifacts
Leon Romanovsky
1
-7
/
+20
2020-04-19
net/mlx5: Delete not-used cmd header
Leon Romanovsky
2
-2
/
+0
2020-04-19
RDMA/mlx5: Delete Q counter allocations command
Leon Romanovsky
4
-31
/
+20
2020-04-19
net/mlx5: Remove Q counter low level helper APIs
Leon Romanovsky
1
-23
/
+32
2020-04-14
RDMA/mlx5: Fix udata response upon SRQ creation
Yishai Hadas
1
-2
/
+8
2020-04-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
11
-360
/
+822
2020-03-29
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
3
-15
/
+56
2020-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-4
/
+34
2020-03-27
Merge branch 'mlx5_tx_steering' into rdma.git for-next
Jason Gunthorpe
3
-0
/
+11
2020-03-27
RDMA/mlx5: Add support for RDMA TX flow table
Michael Guralnik
3
-0
/
+11
2020-03-27
IB/mlx5: Move to fully dynamic UAR mode once user space supports it
Yishai Hadas
4
-3
/
+25
2020-03-27
IB/mlx5: Limit the scope of struct mlx5_bfreg_info to mlx5_ib
Leon Romanovsky
1
-0
/
+17
2020-03-27
IB/mlx5: Extend QP creation to get uar page index from user space
Yishai Hadas
1
-10
/
+17
2020-03-27
IB/mlx5: Extend CQ creation to get uar page index from user space
Yishai Hadas
1
-6
/
+11
2020-03-27
IB/mlx5: Expose UAR object and its alloc/destroy commands
Yishai Hadas
2
-9
/
+165
2020-03-25
RDMA/mlx5: Block delay drop to unprivileged users
Maor Gottlieb
1
-0
/
+4
2020-03-24
IB/mlx5: Generally use the WC auto detection test result
Yishai Hadas
2
-13
/
+5
2020-03-24
RDMA/mlx5: Fix access to wrong pointer while performing flush due to error
Leon Romanovsky
3
-2
/
+27
2020-03-24
IB/mlx5: Fix a NULL vs IS_ERR() check
Dan Carpenter
1
-2
/
+2
2020-03-13
Merge branch 'mlx5_mr_cache' into rdma.git for-next
Jason Gunthorpe
4
-283
/
+414
[prev]
[next]