index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ghash-generic.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-04
RDMA/mlx5: Cleanup WQE page fault handler
Leon Romanovsky
1
-67
/
+52
2019-04-03
IB/hfi1: Implement CCA for TID RDMA protocol
Kaike Wan
3
-45
/
+167
2019-04-03
IB/hfi1: Remove WARN_ON when freeing expected receive groups
Kaike Wan
1
-3
/
+0
2019-04-03
IB/hfi1: Unify the software PSN check for TID RDMA READ/WRITE
Kaike Wan
3
-28
/
+31
2019-04-03
IB/hfi1: Add a function to read next expected psn from hardware flow
Kaike Wan
1
-20
/
+18
2019-04-03
IB/hfi1: Delay the release of destination mr for TID RDMA WRITE DATA
Kaike Wan
3
-29
/
+18
2019-04-03
RDMA/cma: Set proper port number as index
Leon Romanovsky
1
-1
/
+1
2019-04-02
RDMA/hns: Fix bad endianess of port_pd variable
Leon Romanovsky
1
-1
/
+1
2019-04-01
IB: Pass only ib_udata in function prototypes
Shamir Rabinovitch
53
-328
/
+271
2019-04-01
IB: Remove 'uobject->context' dependency in object destroy APIs
Shamir Rabinovitch
23
-102
/
+177
2019-04-01
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
73
-343
/
+513
2019-04-01
IB: Pass uverbs_attr_bundle down uobject destroy path
Shamir Rabinovitch
14
-78
/
+116
2019-04-01
IB: ucontext should be set properly for all cmd & ioctl paths
Shamir Rabinovitch
6
-81
/
+44
2019-04-01
opa_vnic: Convert vport_idr to XArray
Matthew Wilcox
1
-37
/
+23
2019-04-01
qib: Convert qib_unit_table to XArray
Matthew Wilcox
5
-69
/
+27
2019-04-01
hfi1: Convert hfi1_unit_table to XArray
Matthew Wilcox
6
-68
/
+31
2019-03-29
RDMA/core: Don't compare specific bit after boolean AND
Leon Romanovsky
1
-2
/
+2
2019-03-29
RDMA/netlink: Remove unused data structure
Leon Romanovsky
1
-11
/
+0
2019-03-29
qedr: Convert srqidr to XArray
Matthew Wilcox
3
-41
/
+7
2019-03-29
qedr: Convert qpidr to XArray
Matthew Wilcox
4
-11
/
+8
2019-03-29
hfi1: Convert vesw_idr to XArray
Matthew Wilcox
2
-10
/
+9
2019-03-29
RDMA/hns: Convert qp_table_tree to XArray
Matthew Wilcox
2
-40
/
+16
2019-03-29
RDMA/hns: Convert cq_table to XArray
Matthew Wilcox
2
-24
/
+12
2019-03-28
RDMA/core: Add command to set ib_core device net namspace sharing mode
Parav Pandit
4
-1
/
+117
2019-03-28
RDMA/core: Add interface to read device namespace sharing mode
Parav Pandit
4
-2
/
+42
2019-03-28
RDMA/core: Extend ib_device_get_by_index for net namespace
Parav Pandit
3
-11
/
+21
2019-03-28
RDMA: Check net namespace access for uverbs, umad, cma and nldev
Parav Pandit
5
-0
/
+41
2019-03-28
RDMA/core: Add module param to disable device sharing among net ns
Parav Pandit
1
-0
/
+7
2019-03-28
RDMA/core: Support core port attributes in non init_net
Parav Pandit
3
-7
/
+18
2019-03-28
RDMA/core: Implement compat device/sysfs tree in net namespace
Parav Pandit
2
-4
/
+263
2019-03-28
RDMA/core: Restrict sysfs entries view to init_net
Parav Pandit
1
-1
/
+11
2019-03-28
RDMA/core: Introduce ib_core_device to hold device
Parav Pandit
3
-23
/
+55
2019-03-28
RDMA/rdmavt: Use correct sizing on buffers holding page DMA addresses
Shiraz Saleem
1
-1
/
+1
2019-03-28
RDMA/rxe: Use correct sizing on buffers holding page DMA addresses
Shiraz Saleem
1
-1
/
+1
2019-03-28
RDMA/mthca: Use correct sizing on buffers holding page DMA addresses
Shiraz Saleem
1
-1
/
+1
2019-03-28
RDMA/cxbg: Use correct sizing on buffers holding page DMA addresses
Shiraz Saleem
2
-2
/
+2
2019-03-28
RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addresses
Selvin Xavier
7
-53
/
+67
2019-03-28
IB/qib: Remove a set-but-not-used variable
Bart Van Assche
1
-4
/
+1
2019-03-28
IB/hfi1: Fix two format strings
Bart Van Assche
2
-4
/
+4
2019-03-28
IB/mlx5: Declare devx_async_cmd_event_fops static
Bart Van Assche
1
-1
/
+1
2019-03-28
RDMA/uverbs: Allow the compiler to verify declaration and definition consistency
Bart Van Assche
4
-0
/
+4
2019-03-28
RDMA/uverbs: Annotate uverbs_request_next_ptr() return value as a __user pointer
Bart Van Assche
1
-1
/
+1
2019-03-28
RDMA/uverbs: Add a __user annotation to a pointer
Bart Van Assche
1
-1
/
+1
2019-03-27
IB/rxe: Replace av->network_type with skb->protocol
Zhu Yanjun
1
-16
/
+12
2019-03-27
BPF: Add sample code for new ib_umad tracepoint
Ira Weiny
4
-0
/
+271
2019-03-27
IB/MAD: Add SMP details to MAD tracing
Ira Weiny
2
-0
/
+98
2019-03-27
IB/UMAD: Add umad trace points
Ira Weiny
3
-0
/
+139
2019-03-27
IB/MAD: Add agent trace points
Ira Weiny
2
-0
/
+50
2019-03-27
IB/MAD: Add recv path trace point
Ira Weiny
2
-0
/
+70
2019-03-27
IB/MAD: Add send path trace points
Ira Weiny
3
-1
/
+220
[next]