index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/rdmavt: Fix error code in rvt_create_qp()
Dan Carpenter
2021-10-13
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2021-09-02
46
-1596
/
+391
|
\
|
*
Merge branch 'sg_nents' into rdma.git for-next
Jason Gunthorpe
2021-08-30
4
-13
/
+21
|
|
\
|
|
*
RDMA: Use the sg_table directly and remove the opencoded version from umem
Maor Gottlieb
2021-08-25
2
-2
/
+2
|
*
|
IB/rdmavt: Convert to SPDX identifier
Cai Huoqing
2021-08-25
29
-1277
/
+59
|
*
|
RDMA: Globally allocate and release QP memory
Leon Romanovsky
2021-08-03
10
-125
/
+94
|
*
|
RDMA/rdmavt: Decouple QP and SGE lists allocations
Leon Romanovsky
2021-08-03
1
-5
/
+8
|
*
|
RDMA/rxe: Fix types in rxe_icrc.c
Bob Pearson
2021-07-16
1
-14
/
+14
|
*
|
RDMA/rxe: Add kernel-doc comments to rxe_icrc.c
Bob Pearson
2021-07-16
1
-3
/
+29
|
*
|
RDMA/rxe: Move crc32 init code to rxe_icrc.c
Bob Pearson
2021-07-16
4
-9
/
+22
|
*
|
RDMA/rxe: Fixup rxe_icrc_hdr
Bob Pearson
2021-07-16
2
-4
/
+3
|
*
|
RDMA/rxe: Move rxe_crc32 to a subroutine
Bob Pearson
2021-07-16
2
-21
/
+21
|
*
|
RDMA/rxe: Move ICRC generation to a subroutine
Bob Pearson
2021-07-16
7
-64
/
+37
|
*
|
RDMA/rxe: Fixup rxe_send and rxe_loopback
Bob Pearson
2021-07-16
2
-16
/
+14
|
*
|
RDMA/rxe: Move rxe_xmit_packet to a subroutine
Bob Pearson
2021-07-16
2
-43
/
+45
|
*
|
RDMA/rxe: Move ICRC checking to a subroutine
Bob Pearson
2021-07-16
3
-21
/
+42
|
*
|
RDMA/rxe: Remove the repeated 'mr->umem = umem'
Xiao Yang
2021-07-15
1
-1
/
+0
|
*
|
RDMA/siw: Convert siw_tx_hdt() to kmap_local_page()
Ira Weiny
2021-07-15
1
-11
/
+19
|
*
|
RDMA/siw: Remove kmap()
Ira Weiny
2021-07-15
1
-6
/
+8
*
|
|
RDMA/rxe: Zero out index member of struct rxe_queue
Xiao Yang
2021-08-20
1
-1
/
+1
*
|
|
RDMA/rxe: Fix memory allocation while in a spin lock
Bob Pearson
2021-08-20
1
-1
/
+1
|
|
/
|
/
|
*
|
RDMA/rxe: Restore setting tot_len in the IPv4 header
Bob Pearson
2021-08-02
1
-0
/
+1
*
|
RDMA/rxe: Use the correct size of wqe when processing SRQ
Bob Pearson
2021-08-02
1
-1
/
+1
*
|
RDMA/rxe: Fix memory leak in error path code
Bob Pearson
2021-07-15
1
-10
/
+17
|
/
*
Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-07-03
5
-8
/
+8
|
\
|
*
treewide: Add missing semicolons to __assign_str uses
Joe Perches
2021-06-30
5
-8
/
+8
*
|
RDMA/rxe: Missing unlock on error in get_srq_wqe()
Dan Carpenter
2021-06-25
1
-0
/
+1
*
|
RDMA/rxe: Fix redundant skb_put_zero
Bob Pearson
2021-06-22
1
-1
/
+1
*
|
RDMA/rxe: Fix extra copy in prepare_ack_packet
Bob Pearson
2021-06-22
1
-10
/
+3
*
|
RDMA/rxe: Fix over copying in get_srq_wqe
Bob Pearson
2021-06-22
1
-2
/
+8
*
|
RDMA/rxe: Fix extra copies in build_rdma_network_hdr
Bob Pearson
2021-06-22
1
-17
/
+12
*
|
RDMA/rxe: Fix redundant call to ip_send_check
Bob Pearson
2021-06-22
1
-2
/
+0
*
|
RDMA/rxe: Fix useless copy in send_atomic_ack
Bob Pearson
2021-06-22
1
-4
/
+0
*
|
Merge tag 'v5.13-rc7' into rdma.git for-next
Jason Gunthorpe
2021-06-22
3
-13
/
+21
|
\
|
|
*
RDMA/rxe: Return CQE error if invalid lkey was supplied
Leon Romanovsky
2021-05-17
1
-6
/
+10
|
*
RDMA/rxe: Clear all QP fields if creation failed
Leon Romanovsky
2021-05-11
1
-0
/
+7
|
*
RDMA/siw: Release xarray entry
Leon Romanovsky
2021-05-10
1
-1
/
+1
|
*
RDMA/siw: Properly check send and receive CQ pointers
Leon Romanovsky
2021-05-10
1
-6
/
+3
*
|
RDMA/rxe: Don't overwrite errno from ib_umem_get()
Xiao Yang
2021-06-22
1
-1
/
+1
*
|
RDMA: Fix kernel-doc warnings about wrong comment
Leon Romanovsky
2021-06-22
3
-5
/
+6
*
|
RDMA: Remove rdma_set_device_sysfs_group()
Jason Gunthorpe
2021-06-17
1
-1
/
+1
*
|
RDMA: Change ops->init_port to ops->port_groups
Jason Gunthorpe
2021-06-17
1
-1
/
+1
*
|
RDMA: Split the alloc_hw_stats() ops to port and device variants
Jason Gunthorpe
2021-06-17
3
-8
/
+5
*
|
RDMA/rxe: Disallow MR dereg and invalidate when bound
Bob Pearson
2021-06-17
3
-11
/
+26
*
|
RDMA/rxe: Implement memory access through MWs
Bob Pearson
2021-06-17
4
-15
/
+75
*
|
RDMA/rxe: Implement invalidate MW operations
Bob Pearson
2021-06-17
7
-93
/
+199
*
|
RDMA/rxe: Add support for bind MW work requests
Bob Pearson
2021-06-17
6
-5
/
+229
*
|
RDMA/rxe: Move local ops to subroutine
Bob Pearson
2021-06-17
1
-40
/
+63
*
|
RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASK
Bob Pearson
2021-06-17
4
-6
/
+5
*
|
RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs
Bob Pearson
2021-06-17
7
-11
/
+74
[next]