index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
/
qp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-01
RDMA/mlx5: Copy response to the user in one place
Leon Romanovsky
1
-61
/
+52
2020-05-01
RDMA/mlx5: Handle udate outlen checks in one place
Leon Romanovsky
1
-18
/
+30
2020-05-01
RDMA/mlx5: Promote RSS RAW QP flags check to higher level
Leon Romanovsky
1
-8
/
+10
2020-05-01
RDMA/mlx5: Group all create QP parameters to simplify in-kernel interfaces
Leon Romanovsky
1
-67
/
+81
2020-05-01
RDMA/mlx5: Reduce amount of duplication in QP destroy
Leon Romanovsky
1
-39
/
+31
2020-05-01
RDMA/mlx5: Separate to user/kernel create QP flows
Leon Romanovsky
1
-49
/
+156
2020-05-01
RDMA/mlx5: Separate XRC_TGT QP creation from common flow
Leon Romanovsky
1
-52
/
+106
2020-05-01
RDMA/mlx5: Globally parse DEVX UID
Leon Romanovsky
1
-24
/
+27
2020-05-01
RDMA/mlx5: Delete impossible inlen check
Leon Romanovsky
1
-7
/
+0
2020-05-01
RDMA/mlx5: Rely on existence of udata to separate kernel/user flows
Leon Romanovsky
1
-13
/
+10
2020-05-01
RDMA/mlx5: Remove second user copy in create_user_qp
Leon Romanovsky
1
-19
/
+15
2020-05-01
RDMA/mlx5: Combine copy of create QP command in RSS RAW QP
Leon Romanovsky
1
-74
/
+82
2020-05-01
RDMA/mlx5: Promote RSS RAW QP attribute check in higher level
Leon Romanovsky
1
-3
/
+3
2020-05-01
RDMA/mlx5: Store QP type in the vendor QP structure
Leon Romanovsky
1
-69
/
+67
2020-05-01
RDMA/mlx5: Delete unsupported QP types
Leon Romanovsky
1
-11
/
+1
2020-04-29
RDMA/mlx5: Process all vendor flags in one place
Leon Romanovsky
1
-85
/
+71
2020-04-29
RDMA/mlx5: Return all configured create flags through query QP
Leon Romanovsky
1
-12
/
+1
2020-04-29
RDMA/mlx5: Change scatter CQE flag to be set like other vendor flags
Leon Romanovsky
1
-7
/
+10
2020-04-29
RDMA/mlx5: Use flags_en mechanism to mark QP created with WQE signature
Leon Romanovsky
1
-14
/
+22
2020-04-29
RDMA/mlx5: Process create QP flags in one place
Leon Romanovsky
1
-99
/
+101
2020-04-29
RDMA/mlx5: Delete create QP flags obfuscation
Leon Romanovsky
1
-40
/
+40
2020-04-29
RDMA/mlx5: Initial separation of RAW_PACKET QP from common flow
Leon Romanovsky
1
-5
/
+17
2020-04-29
RDMA/mlx5: Remove second copy from user for non RSS RAW QPs
Leon Romanovsky
1
-29
/
+27
2020-04-29
RDMA/mlx5: Move DRIVER QP flags check into separate function
Leon Romanovsky
1
-48
/
+43
2020-04-29
RDMA/mlx5: Update all DRIVER QP places to use QP subtype
Leon Romanovsky
1
-33
/
+15
2020-04-29
RDMA/mlx5: Split scatter CQE configuration for DCT QP
Leon Romanovsky
1
-9
/
+6
2020-04-29
RDMA/mlx5: Separate create QP flows to be based on type
Leon Romanovsky
1
-15
/
+39
2020-04-29
RDMA/mlx5: Set QP subtype immediately when it is known
Leon Romanovsky
1
-4
/
+2
2020-04-29
RDMA/mlx5: Avoid setting redundant NULL for XRC QPs
Leon Romanovsky
1
-7
/
+1
2020-04-29
RDMA/mlx5: Prepare QP allocation for future removal
Leon Romanovsky
1
-25
/
+20
2020-04-29
RDMA/mlx5: Perform check if QP creation flow is valid
Leon Romanovsky
1
-67
/
+61
2020-04-29
RDMA/mlx5: Organize QP types checks in one place
Leon Romanovsky
1
-61
/
+68
2020-04-23
net/mlx5: Update transobj.c new cmd interface
Leon Romanovsky
1
-17
/
+15
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
1
-25
/
+22
2020-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-11
/
+24
2020-03-27
IB/mlx5: Move to fully dynamic UAR mode once user space supports it
Yishai Hadas
1
-0
/
+6
2020-03-27
IB/mlx5: Extend QP creation to get uar page index from user space
Yishai Hadas
1
-10
/
+17
2020-03-25
RDMA/mlx5: Block delay drop to unprivileged users
Maor Gottlieb
1
-0
/
+4
2020-03-25
RDMA/mlx5: Fix access to wrong pointer while performing flush due to error
Leon Romanovsky
1
-0
/
+1
2020-03-04
Merge tag 'v5.6-rc4' into rdma.git for-next
Jason Gunthorpe
1
-3
/
+6
2020-03-04
RDMA/providers: Fix return value when QP type isn't supported
Kamal Heib
1
-1
/
+1
2020-02-11
IB/mlx5: Return failure when rts2rts_qp_counters_set_id is not supported
Mark Zhang
1
-3
/
+6
2020-01-21
Merge tag 'rds-odp-for-5.5' into rdma.git for-next
Jason Gunthorpe
1
-60
/
+107
2020-01-16
RDMA/mlx5: Set relaxed ordering when requested
Michael Guralnik
1
-1
/
+1
2020-01-16
IB/mlx5: Add ODP WQE handlers for kernel QPs
Moni Shoua
1
-58
/
+105
2020-01-16
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
1
-2
/
+2
2020-01-04
RDMA/mlx5: use true,false for bool variable
zhengbin
1
-1
/
+1
2019-11-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-17
/
+43
2019-11-19
IB/mlx5: Support extended number of strides for Striding RQ
Mark Zhang
1
-10
/
+34
[prev]
[next]