index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
RDMA/mlx5: Remove redundant destroy QP call
Leon Romanovsky
2020-04-30
1
-4
/
+1
|
*
|
|
|
RDMA/mlx5: Copy response to the user in one place
Leon Romanovsky
2020-04-30
1
-61
/
+52
|
*
|
|
|
RDMA/mlx5: Handle udate outlen checks in one place
Leon Romanovsky
2020-04-30
1
-18
/
+30
|
*
|
|
|
RDMA/mlx5: Promote RSS RAW QP flags check to higher level
Leon Romanovsky
2020-04-30
1
-8
/
+10
|
*
|
|
|
RDMA/mlx5: Group all create QP parameters to simplify in-kernel interfaces
Leon Romanovsky
2020-04-30
1
-67
/
+81
|
*
|
|
|
RDMA/mlx5: Reduce amount of duplication in QP destroy
Leon Romanovsky
2020-04-30
1
-39
/
+31
|
*
|
|
|
RDMA/mlx5: Separate to user/kernel create QP flows
Leon Romanovsky
2020-04-30
1
-49
/
+156
|
*
|
|
|
RDMA/mlx5: Separate XRC_TGT QP creation from common flow
Leon Romanovsky
2020-04-30
1
-52
/
+106
|
*
|
|
|
RDMA/mlx5: Globally parse DEVX UID
Leon Romanovsky
2020-04-30
1
-24
/
+27
|
*
|
|
|
RDMA/mlx5: Delete impossible inlen check
Leon Romanovsky
2020-04-30
1
-7
/
+0
|
*
|
|
|
RDMA/mlx5: Rely on existence of udata to separate kernel/user flows
Leon Romanovsky
2020-04-30
2
-27
/
+10
|
*
|
|
|
RDMA/mlx5: Remove second user copy in create_user_qp
Leon Romanovsky
2020-04-30
1
-19
/
+15
|
*
|
|
|
RDMA/mlx5: Combine copy of create QP command in RSS RAW QP
Leon Romanovsky
2020-04-30
1
-74
/
+82
|
*
|
|
|
RDMA/mlx5: Promote RSS RAW QP attribute check in higher level
Leon Romanovsky
2020-04-30
1
-3
/
+3
|
*
|
|
|
RDMA/mlx5: Store QP type in the vendor QP structure
Leon Romanovsky
2020-04-30
3
-73
/
+74
|
*
|
|
|
RDMA/mlx5: Delete unsupported QP types
Leon Romanovsky
2020-04-30
1
-11
/
+1
|
*
|
|
|
Merge branch 'mlx5_ib_qp_refactor_1' into rdma.git for-next
Jason Gunthorpe
2020-04-28
16
-631
/
+1255
|
|
\
\
\
\
|
|
*
|
|
|
RDMA/mlx5: Process all vendor flags in one place
Leon Romanovsky
2020-04-28
1
-85
/
+71
|
|
*
|
|
|
RDMA/mlx5: Return all configured create flags through query QP
Leon Romanovsky
2020-04-28
2
-12
/
+2
|
|
*
|
|
|
RDMA/mlx5: Change scatter CQE flag to be set like other vendor flags
Leon Romanovsky
2020-04-28
2
-8
/
+10
|
|
*
|
|
|
RDMA/mlx5: Use flags_en mechanism to mark QP created with WQE signature
Leon Romanovsky
2020-04-28
3
-16
/
+23
|
|
*
|
|
|
RDMA/mlx5: Process create QP flags in one place
Leon Romanovsky
2020-04-28
1
-99
/
+101
|
|
*
|
|
|
RDMA/mlx5: Delete create QP flags obfuscation
Leon Romanovsky
2020-04-28
5
-64
/
+47
|
|
*
|
|
|
RDMA/mlx5: Initial separation of RAW_PACKET QP from common flow
Leon Romanovsky
2020-04-28
1
-5
/
+17
|
|
*
|
|
|
RDMA/mlx5: Remove second copy from user for non RSS RAW QPs
Leon Romanovsky
2020-04-28
1
-29
/
+27
|
|
*
|
|
|
RDMA/mlx5: Move DRIVER QP flags check into separate function
Leon Romanovsky
2020-04-28
1
-48
/
+43
|
|
*
|
|
|
RDMA/mlx5: Update all DRIVER QP places to use QP subtype
Leon Romanovsky
2020-04-28
1
-33
/
+15
|
|
*
|
|
|
RDMA/mlx5: Split scatter CQE configuration for DCT QP
Leon Romanovsky
2020-04-28
1
-9
/
+6
|
|
*
|
|
|
RDMA/mlx5: Separate create QP flows to be based on type
Leon Romanovsky
2020-04-28
1
-15
/
+39
|
|
*
|
|
|
RDMA/mlx5: Set QP subtype immediately when it is known
Leon Romanovsky
2020-04-28
1
-4
/
+2
|
|
*
|
|
|
RDMA/mlx5: Avoid setting redundant NULL for XRC QPs
Leon Romanovsky
2020-04-28
1
-7
/
+1
|
|
*
|
|
|
RDMA/mlx5: Prepare QP allocation for future removal
Leon Romanovsky
2020-04-28
1
-25
/
+20
|
|
*
|
|
|
RDMA/mlx5: Perform check if QP creation flow is valid
Leon Romanovsky
2020-04-28
1
-67
/
+61
|
|
*
|
|
|
RDMA/mlx5: Delete impossible GSI port check
Leon Romanovsky
2020-04-28
1
-9
/
+0
|
|
*
|
|
|
RDMA/mlx5: Organize QP types checks in one place
Leon Romanovsky
2020-04-28
1
-61
/
+68
|
*
|
|
|
|
RDMA/mlx5: Fix udata response upon SRQ creation
Yishai Hadas
2020-04-14
1
-2
/
+8
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-31
1
-0
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
RDMA/mlx5: Fix NULL pointer dereference in destroy_prefetch_work
Maor Gottlieb
2020-05-21
1
-0
/
+1
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
2020-05-29
2
-38
/
+14
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
net/mlx5: Add support for RDMA TX FT headers modifying
Michael Guralnik
2020-05-18
1
-1
/
+4
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
{IB/net}/mlx5: Simplify don't trap code
Maor Gottlieb
2020-05-13
1
-37
/
+10
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-06
1
-1
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
/
RDMA/mlx5: Set GRH fields in query QP on RoCE
Aharon Landau
2020-04-22
1
-1
/
+3
|
|
/
*
|
net/mlx5: Refactor imm_inval_pkey field in cqe struct
Raed Salem
2020-04-28
1
-4
/
+4
*
|
net/mlx5: Use aligned variable while allocating ICM memory
Erez Shitrit
2020-04-28
1
-1
/
+1
*
|
net/mlx5: Add support for COPY steering action
Huy Nguyen
2020-04-28
1
-2
/
+2
*
|
net/mlx5: Update transobj.c new cmd interface
Leon Romanovsky
2020-04-23
1
-17
/
+15
*
|
net/mlx5: Update vport.c to new cmd interface
Leon Romanovsky
2020-04-23
2
-3
/
+3
*
|
net/mlx5: Move QP logic to mlx5_ib
Leon Romanovsky
2020-04-19
10
-34
/
+694
*
|
RDMA/mlx5: Alphabetically sort build artifacts
Leon Romanovsky
2020-04-19
1
-7
/
+20
[prev]
[next]