index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
/
rxe
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-08
RDMA/rxe: Check the last packet by RXE_END_MASK
Xiao Yang
1
-4
/
+6
2022-01-27
RDMA/rxe: Fix a typo in opcode name
Chengguang Xu
1
-1
/
+1
2021-12-17
RDMA: Fix use-after-free in rxe_queue_cleanup
Pavel Skripkin
1
-0
/
+1
2021-11-25
RDMA/rxe: Separate HW and SW l/rkeys
Bob Pearson
5
-51
/
+81
2021-11-18
RDMA/rxe: Fix wrong port_cap_flags
Junji Wei
1
-1
/
+1
2021-09-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
12
-201
/
+226
2021-08-30
Merge branch 'sg_nents' into rdma.git for-next
Jason Gunthorpe
3
-12
/
+20
2021-08-25
RDMA: Use the sg_table directly and remove the opencoded version from umem
Maor Gottlieb
1
-1
/
+1
2021-08-20
RDMA/rxe: Zero out index member of struct rxe_queue
Xiao Yang
1
-1
/
+1
2021-08-20
RDMA/rxe: Fix memory allocation while in a spin lock
Bob Pearson
1
-1
/
+1
2021-08-03
RDMA: Globally allocate and release QP memory
Leon Romanovsky
3
-29
/
+23
2021-08-02
RDMA/rxe: Restore setting tot_len in the IPv4 header
Bob Pearson
1
-0
/
+1
2021-08-02
RDMA/rxe: Use the correct size of wqe when processing SRQ
Bob Pearson
1
-1
/
+1
2021-07-16
RDMA/rxe: Fix types in rxe_icrc.c
Bob Pearson
1
-14
/
+14
2021-07-16
RDMA/rxe: Add kernel-doc comments to rxe_icrc.c
Bob Pearson
1
-3
/
+29
2021-07-16
RDMA/rxe: Move crc32 init code to rxe_icrc.c
Bob Pearson
4
-9
/
+22
2021-07-16
RDMA/rxe: Fixup rxe_icrc_hdr
Bob Pearson
2
-4
/
+3
2021-07-16
RDMA/rxe: Move rxe_crc32 to a subroutine
Bob Pearson
2
-21
/
+21
2021-07-16
RDMA/rxe: Move ICRC generation to a subroutine
Bob Pearson
7
-64
/
+37
2021-07-16
RDMA/rxe: Fixup rxe_send and rxe_loopback
Bob Pearson
2
-16
/
+14
2021-07-16
RDMA/rxe: Move rxe_xmit_packet to a subroutine
Bob Pearson
2
-43
/
+45
2021-07-16
RDMA/rxe: Move ICRC checking to a subroutine
Bob Pearson
3
-21
/
+42
2021-07-15
RDMA/rxe: Fix memory leak in error path code
Bob Pearson
1
-10
/
+17
2021-07-15
RDMA/rxe: Remove the repeated 'mr->umem = umem'
Xiao Yang
1
-1
/
+0
2021-06-25
RDMA/rxe: Missing unlock on error in get_srq_wqe()
Dan Carpenter
1
-0
/
+1
2021-06-22
RDMA/rxe: Fix redundant skb_put_zero
Bob Pearson
1
-1
/
+1
2021-06-22
RDMA/rxe: Fix extra copy in prepare_ack_packet
Bob Pearson
1
-10
/
+3
2021-06-22
RDMA/rxe: Fix over copying in get_srq_wqe
Bob Pearson
1
-2
/
+8
2021-06-22
RDMA/rxe: Fix extra copies in build_rdma_network_hdr
Bob Pearson
1
-17
/
+12
2021-06-22
RDMA/rxe: Fix redundant call to ip_send_check
Bob Pearson
1
-2
/
+0
2021-06-22
RDMA/rxe: Fix useless copy in send_atomic_ack
Bob Pearson
1
-4
/
+0
2021-06-22
Merge tag 'v5.13-rc7' into rdma.git for-next
Jason Gunthorpe
2
-6
/
+17
2021-06-22
RDMA/rxe: Don't overwrite errno from ib_umem_get()
Xiao Yang
1
-1
/
+1
2021-06-17
RDMA: Remove rdma_set_device_sysfs_group()
Jason Gunthorpe
1
-1
/
+1
2021-06-17
RDMA: Split the alloc_hw_stats() ops to port and device variants
Jason Gunthorpe
3
-8
/
+5
2021-06-17
RDMA/rxe: Disallow MR dereg and invalidate when bound
Bob Pearson
3
-11
/
+26
2021-06-17
RDMA/rxe: Implement memory access through MWs
Bob Pearson
4
-15
/
+75
2021-06-17
RDMA/rxe: Implement invalidate MW operations
Bob Pearson
7
-93
/
+199
2021-06-17
RDMA/rxe: Add support for bind MW work requests
Bob Pearson
6
-5
/
+229
2021-06-17
RDMA/rxe: Move local ops to subroutine
Bob Pearson
1
-40
/
+63
2021-06-17
RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASK
Bob Pearson
4
-6
/
+5
2021-06-17
RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs
Bob Pearson
7
-11
/
+74
2021-06-17
RDMA/rxe: Enable MW object pool
Bob Pearson
3
-8
/
+13
2021-06-17
RDMA/rxe: Return errors for add index and key
Bob Pearson
2
-20
/
+32
2021-06-17
RDMA/rxe: Fix qp reference counting for atomic ops
Bob Pearson
2
-3
/
+0
2021-06-03
RDMA/rxe: Fix failure during driver load
Kamal Heib
1
-3
/
+7
2021-06-03
RDMA/rxe: Protext kernel index from user space
Bob Pearson
10
-98
/
+305
2021-06-03
RDMA/rxe: Protect user space index loads/stores
Bob Pearson
1
-51
/
+117
2021-06-03
RDMA/rxe: Add a type flag to rxe_queue structs
Bob Pearson
5
-13
/
+28
2021-05-20
RDMA/rxe: Remove unused parameter udata
Lang Cheng
3
-3
/
+3
[next]