index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
crc32c_generic.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-03
RDMA/i40iw: Remove FMR leftovers
Jason Gunthorpe
2
-10
/
+0
2020-06-03
RDMA/bnxt_re: Remove FMR leftovers
Jason Gunthorpe
4
-14
/
+0
2020-06-03
RDMA/mlx5: Remove FMR leftovers
Gal Pressman
1
-8
/
+0
2020-06-03
RDMA/core: Remove FMR pool API
Max Gurtovoy
4
-591
/
+1
2020-06-03
RDMA/rds: Remove FMR support for memory registration
Max Gurtovoy
8
-322
/
+21
2020-06-03
RDMA/srp: Remove support for FMR memory registration
Max Gurtovoy
2
-227
/
+22
2020-06-03
RDMA/iser: Remove support for FMR memory registration
Israel Rukshin
4
-372
/
+40
2020-05-29
RDMA/core: Introduce shared CQ pool API
Yamin Friedman
4
-1
/
+194
2020-05-29
RDMA/core: Add protection for shared CQs used by ULPs
Yamin Friedman
2
-1
/
+13
2020-05-29
RDMA/core: Fix several reference count leaks.
Qiushi Wu
1
-5
/
+5
2020-05-29
IB/hfi1: Fix spelling mistake "enought" -> "enough"
Colin Ian King
1
-1
/
+1
2020-05-29
RDMA/core: Use offsetofend() instead of open coding
Jason Gunthorpe
1
-2
/
+1
2020-05-29
RDMA/hns: remove duplicate assignment to pointer raq
Colin Ian King
1
-1
/
+1
2020-05-29
RDMA/mlx5: Support TX port affinity for VF drivers in LAG mode
Mark Zhang
3
-2
/
+10
2020-05-29
RDMA/srpt: Increase max_send_sge
Bart Van Assche
2
-7
/
+1
2020-05-29
RDMA/srpt: Reduce max_recv_sge to 1
Bart Van Assche
1
-7
/
+3
2020-05-29
RDMA/srpt: Make debug output more detailed
Bart Van Assche
1
-4
/
+5
2020-05-29
RDMA/srp: Make the channel count configurable per target
Bart Van Assche
1
-5
/
+17
2020-05-27
RDMA/mlx5: Return ECE data after modify QP
Leon Romanovsky
3
-4
/
+48
2020-05-27
RDMA/mlx5: Set ECE options during modify QP
Leon Romanovsky
5
-15
/
+25
2020-05-27
RDMA/mlx5: Convert modify QP to use MLX5_SET macros
Leon Romanovsky
2
-172
/
+97
2020-05-27
RDMA/mlx5: Remove manually crafted QP context the query call
Leon Romanovsky
1
-73
/
+56
2020-05-27
RDMA/mlx5: Use direct modify QP implementation
Leon Romanovsky
1
-6
/
+11
2020-05-27
RDMA/mlx5: Set ECE options during QP create
Leon Romanovsky
2
-9
/
+68
2020-05-27
RDMA/mlx5: Get ECE options from FW during create QP
Leon Romanovsky
4
-12
/
+18
2020-05-27
RDMA/cma: Provide ECE reject reason
Leon Romanovsky
9
-14
/
+34
2020-05-27
RDMA/cma: Connect ECE to rdma_accept
Leon Romanovsky
4
-3
/
+34
2020-05-27
RDMA/cm: Send and receive ECE parameter over the wire
Leon Romanovsky
3
-6
/
+50
2020-05-27
RDMA/ucma: Deliver ECE parameters through UCMA events
Leon Romanovsky
3
-1
/
+7
2020-05-27
RDMA/ucma: Extend ucma_connect to receive ECE parameters
Leon Romanovsky
5
-3
/
+42
2020-05-27
RDMA/cm: Add Enhanced Connection Establishment (ECE) bits
Leon Romanovsky
1
-0
/
+6
2020-05-27
IB/mlx5: Fix DEVX support for MLX5_CMD_OP_INIT2INIT_QP command
Mark Zhang
1
-0
/
+4
2020-05-27
RDMA/core: Use sizeof_field() helper
Gustavo A. R. Silva
5
-16
/
+16
2020-05-27
net/mlx5: Add ability to read and write ECE options
Leon Romanovsky
1
-10
/
+16
2020-05-25
RDMA/ipoib: Remove can_sleep parameter from iboib_mcast_alloc
Kamal Heib
1
-6
/
+5
2020-05-25
RDMA/iw_cxgb4: cleanup device debugfs entries on ULD remove
Potnuri Bharat Teja
1
-0
/
+1
2020-05-25
RDMA/hns: Make the end of sge process more clear
Yixian Liu
1
-2
/
+2
2020-05-25
RDMA/hns: Simplify process related to poll cq
Lang Cheng
1
-8
/
+3
2020-05-25
RDMA/hns: Remove redundant parameters from free_srq/qp_wrid()
Wenpeng Liang
2
-7
/
+6
2020-05-25
RDMA/hns: Remove redundant type cast for general pointers
Weihang Li
3
-137
/
+73
2020-05-25
RDMA/hns: Optimize the usage of MTR
Xi Wang
2
-27
/
+30
2020-05-25
RDMA/hns: Refactor the QP context filling process related to WQE buffer confi...
Xi Wang
1
-115
/
+149
2020-05-25
RDMA/hns: Change variables representing quantity to unsigned
Weihang Li
2
-10
/
+11
2020-05-25
RDMA/hns: Change all page_shift to unsigned
Weihang Li
5
-24
/
+27
2020-05-25
RDMA/hns: Rename QP buffer related function
Xi Wang
1
-4
/
+4
2020-05-25
RDMA/hns: Remove unused code about assert
Yangyang Li
2
-5
/
+0
2020-05-25
RDMA/hns: Optimize post and poll process
Lang Cheng
1
-13
/
+14
2020-05-25
RDMA/hns: Add CQ flag instead of independent enable flag
Lang Cheng
3
-11
/
+11
2020-05-25
RDMA/hns: Let software PI/CI grow naturally
Lang Cheng
1
-5
/
+4
2020-05-22
RDMA/rtrs: Get rid of the do_next_path while_next_path macros
Danil Kipnis
1
-16
/
+13
[next]