index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
userfaultfd.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2020-05-22
RDMA/rtrs: server: Use already dereferenced rtrs_sess structure
Md Haris Iqbal
1
-2
/
+2
2020-05-22
RDMA/rnbd: Fix compilation error when CONFIG_MODULES is disabled
Danil Kipnis
1
-4
/
+7
2020-05-22
IB/cma: Fix ports memory leak in cma_configfs
Maor Gottlieb
1
-0
/
+13
2020-05-22
block/rnbd: Fix an IS_ERR() vs NULL check in find_or_create_sess()
Dan Carpenter
1
-5
/
+4
2020-05-22
IB/uverbs: Introduce create/destroy QP commands over ioctl
Yishai Hadas
7
-41
/
+442
2020-05-22
IB/uverbs: Introduce create/destroy WQ commands over ioctl
Yishai Hadas
6
-24
/
+223
2020-05-22
IB/uverbs: Introduce create/destroy SRQ commands over ioctl
Yishai Hadas
6
-33
/
+265
2020-05-22
IB/uverbs: Move QP, SRQ, WQ type and flags to UAPI
Yishai Hadas
2
-19
/
+58
2020-05-22
IB/uverbs: Extend CQ to get its own asynchronous event FD
Yishai Hadas
3
-3
/
+25
2020-05-22
IB/uverbs: Refactor related objects to use their own asynchronous event FD
Yishai Hadas
4
-9
/
+39
2020-05-22
RDMA/core: Allow the ioctl layer to abort a fully created uobject
Jason Gunthorpe
13
-59
/
+74
2020-05-21
IB/hfi1: Enable the transmit side of the datagram ipoib netdev
Piotr Stankiewicz
2
-0
/
+3
2020-05-21
IB/ipoib: Add capability to switch between datagram and connected mode
Gary Leshner
1
-8
/
+10
2020-05-21
IB/hfi1: Add packet histogram trace event
Grzegorz Andrejczuk
3
-1
/
+43
2020-05-21
IB/{hfi1, ipoib, rdma}: Broadcast ping sent packets which exceeded mtu size
Gary Leshner
3
-0
/
+6
2020-05-21
IB/hfi1: Activate the dummy netdev
Grzegorz Andrejczuk
11
-342
/
+178
2020-05-21
IB/hfi1: Add rx functions for dummy netdev
Grzegorz Andrejczuk
5
-2
/
+414
2020-05-21
IB/hfi1: Add interrupt handler functions for accelerated ipoib
Grzegorz Andrejczuk
10
-7
/
+206
2020-05-21
IB/hfi1: Add functions to receive accelerated ipoib packets
Kaike Wan
7
-2
/
+355
2020-05-21
IB/hfi1: Rename num_vnic_contexts as num_netdev_contexts
Grzegorz Andrejczuk
4
-20
/
+20
2020-05-21
IB/ipoib: Increase ipoib Datagram mode MTU's upper limit
Kaike Wan
6
-32
/
+88
2020-05-21
IB/hfi1: RSM rules for AIP
Grzegorz Andrejczuk
4
-50
/
+136
2020-05-21
IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPs
Gary Leshner
5
-10
/
+27
2020-05-21
IB/hfi1: Remove module parameter for KDETH qpns
Gary Leshner
7
-34
/
+39
2020-05-21
IB/hfi1: Add the transmit side of a datagram ipoib RDMA netdev
Gary Leshner
3
-0
/
+289
2020-05-21
IB/hfi1: Add functions to transmit datagram ipoib packets
Gary Leshner
5
-1
/
+984
2020-05-21
IB/hfi1: Add accelerated IP capability bit
Kaike Wan
2
-3
/
+5
2020-05-21
RDMA/efa: Report host information to the device
Gal Pressman
4
-10
/
+130
2020-05-21
RDMA/efa: Fix setting of wrong bit in get/set_feature commands
Gal Pressman
1
-2
/
+2
[next]