index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.get_maintainer.ignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-29
IB/rdmavt: Set QP allowed opcodes after QP allocation
Michael J. Ruhl
1
-23
/
+12
2019-06-29
IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is full
Kamenee Arumugam
11
-25
/
+75
2019-06-29
IB/rdmavt: Fracture single lock used for posting and processing RWQEs
Kamenee Arumugam
4
-60
/
+97
2019-06-29
IB/hfi1: Move receive work queue struct into uapi directory
Kamenee Arumugam
6
-92
/
+212
2019-06-29
IB/hfi1: Move rvt_cq_wc struct into uapi directory
Kamenee Arumugam
5
-77
/
+205
2019-06-25
RDMA/hns: fix spelling mistake "attatch" -> "attach"
Colin Ian King
1
-1
/
+1
2019-06-25
RDMA/netlink: Audit policy settings for netlink attributes
Doug Ledford
3
-17
/
+18
2019-06-25
RDMA/hns: Cleanup unnecessary exported symbols
Lijun Ou
12
-56
/
+16
2019-06-25
docs: infiniband: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
10
-104
/
+175
2019-06-25
RDMA/hns: Fix an error code in hns_roce_set_user_sq_size()
Dan Carpenter
1
-2
/
+2
2019-06-25
RDMA/hns: fix potential integer overflow on left shift
Colin Ian King
1
-1
/
+1
2019-06-24
RDMA/mlx5: Refactor MR descriptors allocation
Max Gurtovoy
1
-133
/
+157
2019-06-24
RDMA/mlx5: Use PA mapping for PI handover
Max Gurtovoy
3
-30
/
+114
2019-06-24
RDMA/mlx5: Improve PI handover performance
Israel Rukshin
3
-24
/
+164
2019-06-24
RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR code
Israel Rukshin
4
-173
/
+17
2019-06-24
RDMA/rw: Use IB_WR_REG_MR_INTEGRITY for PI handover
Israel Rukshin
3
-108
/
+72
2019-06-24
RDMA/rw: Introduce rdma_rw_inv_key helper
Israel Rukshin
1
-8
/
+17
2019-06-24
RDMA/core: Validate integrity handover device cap
Max Gurtovoy
4
-7
/
+9
2019-06-24
RDMA/core: Rename signature qp create flag and signature device capability
Israel Rukshin
7
-18
/
+17
2019-06-24
RDMA/core: Add an integrity MR pool support
Israel Rukshin
4
-6
/
+10
2019-06-24
IB/iser: Unwind WR union at iser_tx_desc
Israel Rukshin
4
-38
/
+27
2019-06-24
IB/iser: Use IB_WR_REG_MR_INTEGRITY for PI handover
Israel Rukshin
4
-193
/
+95
2019-06-24
RDMA/mlx5: Introduce and implement new IB_WR_REG_MR_INTEGRITY work request
Max Gurtovoy
3
-21
/
+201
2019-06-24
RDMA/mlx5: Update set_sig_data_segment attribute for new signature API
Max Gurtovoy
1
-6
/
+5
2019-06-24
RDMA/mlx5: Pass UMR segment flags instead of boolean
Max Gurtovoy
1
-7
/
+12
2019-06-24
RDMA/mlx5: Add attr for max number page list length for PI operation
Max Gurtovoy
2
-0
/
+3
2019-06-24
RDMA/mlx5: Implement mlx5_ib_map_mr_sg_pi and mlx5_ib_alloc_mr_integrity
Max Gurtovoy
3
-11
/
+189
2019-06-24
RDMA/core: Add signature attrs element for ib_mr structure
Max Gurtovoy
4
-2
/
+16
2019-06-24
RDMA/core: Introduce ib_map_mr_sg_pi to map data/protection sgl's
Max Gurtovoy
3
-1
/
+49
2019-06-24
RDMA/core: Introduce IB_MR_TYPE_INTEGRITY and ib_alloc_mr_integrity API
Israel Rukshin
3
-0
/
+57
2019-06-24
RDMA/core: Save the MR type in the ib_mr structure
Max Gurtovoy
4
-0
/
+14
2019-06-24
RDMA/core: Introduce new header file for signature operations
Max Gurtovoy
2
-111
/
+121
2019-06-23
Linux 5.2-rc6
v5.2-rc6
Linus Torvalds
1
-1
/
+1
2019-06-22
Revert "iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_...
Peter Xu
1
-4
/
+3
2019-06-22
Bluetooth: Fix regression with minimum encryption key size alignment
Marcel Holtmann
2
-14
/
+37
2019-06-22
tcp: refine memory limit test in tcp_fragment()
Eric Dumazet
1
-1
/
+2
2019-06-21
x86/vdso: Prevent segfaults due to hoisted vclock reads
Andy Lutomirski
1
-2
/
+13
2019-06-21
SUNRPC: Fix a credential refcount leak
Trond Myklebust
1
-1
/
+0
2019-06-21
Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"
Anna Schumaker
2
-6
/
+2
2019-06-21
net :sunrpc :clnt :Fix xps refcount imbalance on the error path
Lin Yi
1
-0
/
+1
2019-06-21
NFS4: Only set creation opendata if O_CREAT
Benjamin Coddington
1
-9
/
+11
2019-06-21
RDMA/efa: Print address on AH creation failure
Firas Jahjah
1
-1
/
+2
2019-06-21
RDMA/efa: Be consistent with success flow return value
Gal Pressman
3
-5
/
+7
2019-06-21
RDMA/efa: Use API to get contiguous memory blocks aligned to device supported...
Gal Pressman
1
-67
/
+21
2019-06-21
IB/{rdmavt, qib, hfi1}: Convert to new completion API
Mike Marciniszyn
4
-102
/
+17
2019-06-21
IB/rdmavt: Add new completion inline
Mike Marciniszyn
1
-0
/
+72
2019-06-21
RDMA/odp: Do not leak dma maps when working with huge pages
Jason Gunthorpe
1
-1
/
+2
2019-06-21
RDMA/uverbs: Use offsetofend instead of opencoding
Jason Gunthorpe
1
-6
/
+3
2019-06-20
ARM: 8867/1: vdso: pass --be8 to linker if necessary
Jason A. Donenfeld
1
-2
/
+3
2019-06-20
RDMa/hns: Don't stuck in endless timeout loop
Leon Romanovsky
2
-2
/
+2
[next]