index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()
Jason Gunthorpe
2019-04-09
9
-92
/
+31
*
RDMA/hns: Support to create 1M srq queue
chenglang
2019-04-08
1
-1
/
+1
*
RDMA/umem: Use correct value for SG entries in sg_copy_to_buffer()
Shiraz Saleem
2019-04-08
1
-2
/
+2
*
RDMA/hns: Dump detailed driver-specific CQ
Lijun Ou
2019-04-08
8
-2
/
+181
*
RDMA: Handle SRQ allocations by IB/core
Leon Romanovsky
2019-04-08
41
-413
/
+308
*
RDMA: Handle AH allocations by IB/core
Leon Romanovsky
2019-04-08
36
-330
/
+229
*
RDMA/core: Support object allocation in atomic context
Leon Romanovsky
2019-04-08
1
-1
/
+6
*
IB: When attrs.udata/ufile is available use that instead of uobject
Jason Gunthorpe
2019-04-08
6
-9
/
+9
*
IB/mlx5: Remove references to uboject->context
Jason Gunthorpe
2019-04-08
3
-14
/
+23
*
RDMA/nldev: Return device protocol
Leon Romanovsky
2019-04-08
2
-1
/
+28
*
RDMA/cm: Move debug counters to be under relevant IB device
Leon Romanovsky
2019-04-08
3
-38
/
+57
*
opa_vnic: fix check on record->event, incorrect operator used
Colin Ian King
2019-04-08
1
-1
/
+1
*
RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEs
Shiraz Saleem
2019-04-08
7
-29
/
+95
*
RDMA/cm: Remove useless zeroing of static global variable
Leon Romanovsky
2019-04-04
1
-1
/
+0
*
RDMA/iw_cxgb4: Always disconnect when QP is transitioning to TERMINATE state
Potnuri Bharat Teja
2019-04-04
1
-2
/
+2
*
RDMA/mlx5: Cleanup WQE page fault handler
Leon Romanovsky
2019-04-04
1
-67
/
+52
*
Merge HFI1 updates into k.o/for-next
Jason Gunthorpe
2019-04-03
10
-131
/
+255
|
\
|
*
IB/hfi1: Implement CCA for TID RDMA protocol
Kaike Wan
2019-04-03
3
-45
/
+167
|
*
IB/hfi1: Remove WARN_ON when freeing expected receive groups
Kaike Wan
2019-04-03
1
-3
/
+0
|
*
IB/hfi1: Unify the software PSN check for TID RDMA READ/WRITE
Kaike Wan
2019-04-03
3
-28
/
+31
|
*
IB/hfi1: Add a function to read next expected psn from hardware flow
Kaike Wan
2019-04-03
1
-20
/
+18
|
*
IB/hfi1: Delay the release of destination mr for TID RDMA WRITE DATA
Kaike Wan
2019-04-03
3
-29
/
+18
|
*
IB/mlx5: Reset access mask when looping inside page fault handler
Moni Shoua
2019-03-27
1
-1
/
+2
|
*
IB/hfi1: Fix the allocation of RSM table
Kaike Wan
2019-03-27
1
-7
/
+19
|
*
IB/hfi1: Eliminate opcode tests on mr deref
Kaike Wan
2019-03-27
1
-2
/
+2
|
*
IB/hfi1: Clear the IOWAIT pending bits when QP is put into error state
Kaike Wan
2019-03-27
1
-0
/
+2
|
*
IB/hfi1: Failed to drain send queue when QP is put into error state
Kaike Wan
2019-03-27
1
-1
/
+1
*
|
RDMA/cma: Set proper port number as index
Leon Romanovsky
2019-04-03
1
-1
/
+1
*
|
RDMA/hns: Fix bad endianess of port_pd variable
Leon Romanovsky
2019-04-02
1
-1
/
+1
*
|
IB: Pass only ib_udata in function prototypes
Shamir Rabinovitch
2019-04-01
53
-328
/
+271
*
|
IB: Remove 'uobject->context' dependency in object destroy APIs
Shamir Rabinovitch
2019-04-01
23
-102
/
+177
*
|
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
2019-04-01
73
-343
/
+513
*
|
IB: Pass uverbs_attr_bundle down uobject destroy path
Shamir Rabinovitch
2019-04-01
14
-78
/
+116
*
|
IB: ucontext should be set properly for all cmd & ioctl paths
Shamir Rabinovitch
2019-04-01
6
-81
/
+44
*
|
opa_vnic: Convert vport_idr to XArray
Matthew Wilcox
2019-04-01
1
-37
/
+23
*
|
qib: Convert qib_unit_table to XArray
Matthew Wilcox
2019-04-01
5
-69
/
+27
*
|
hfi1: Convert hfi1_unit_table to XArray
Matthew Wilcox
2019-04-01
6
-68
/
+31
*
|
RDMA/core: Don't compare specific bit after boolean AND
Leon Romanovsky
2019-03-29
1
-2
/
+2
*
|
RDMA/netlink: Remove unused data structure
Leon Romanovsky
2019-03-29
1
-11
/
+0
*
|
qedr: Convert srqidr to XArray
Matthew Wilcox
2019-03-29
3
-41
/
+7
*
|
qedr: Convert qpidr to XArray
Matthew Wilcox
2019-03-29
4
-11
/
+8
*
|
hfi1: Convert vesw_idr to XArray
Matthew Wilcox
2019-03-29
2
-10
/
+9
*
|
RDMA/hns: Convert qp_table_tree to XArray
Matthew Wilcox
2019-03-29
2
-40
/
+16
*
|
RDMA/hns: Convert cq_table to XArray
Matthew Wilcox
2019-03-29
2
-24
/
+12
*
|
RDMA/core: Add command to set ib_core device net namspace sharing mode
Parav Pandit
2019-03-28
4
-1
/
+117
*
|
RDMA/core: Add interface to read device namespace sharing mode
Parav Pandit
2019-03-28
4
-2
/
+42
*
|
RDMA/core: Extend ib_device_get_by_index for net namespace
Parav Pandit
2019-03-28
3
-11
/
+21
*
|
RDMA: Check net namespace access for uverbs, umad, cma and nldev
Parav Pandit
2019-03-28
5
-0
/
+41
*
|
RDMA/core: Add module param to disable device sharing among net ns
Parav Pandit
2019-03-28
1
-0
/
+7
*
|
RDMA/core: Support core port attributes in non init_net
Parav Pandit
2019-03-28
3
-7
/
+18
[next]