index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
/
rxe
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-02
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-24
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-19
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-21
RDMA/rxe: Don't overwrite errno from ib_umem_get()
Xiao Yang
1
-1
/
+1
2021-06-16
RDMA: Remove rdma_set_device_sysfs_group()
Jason Gunthorpe
1
-1
/
+1
2021-06-16
RDMA: Split the alloc_hw_stats() ops to port and device variants
Jason Gunthorpe
3
-8
/
+5
2021-06-16
RDMA/rxe: Disallow MR dereg and invalidate when bound
Bob Pearson
3
-11
/
+26
2021-06-16
RDMA/rxe: Implement memory access through MWs
Bob Pearson
4
-15
/
+75
2021-06-16
RDMA/rxe: Implement invalidate MW operations
Bob Pearson
7
-93
/
+199
2021-06-16
RDMA/rxe: Add support for bind MW work requests
Bob Pearson
6
-5
/
+229
2021-06-16
RDMA/rxe: Move local ops to subroutine
Bob Pearson
1
-40
/
+63
2021-06-16
RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASK
Bob Pearson
4
-6
/
+5
2021-06-16
RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs
Bob Pearson
7
-11
/
+74
2021-06-16
RDMA/rxe: Enable MW object pool
Bob Pearson
3
-8
/
+13
2021-06-16
RDMA/rxe: Return errors for add index and key
Bob Pearson
2
-20
/
+32
2021-06-16
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
2021-05-17
RDMA/rxe: Return CQE error if invalid lkey was supplied
Leon Romanovsky
1
-6
/
+10
2021-05-11
RDMA/rxe: Clear all QP fields if creation failed
Leon Romanovsky
1
-0
/
+7
2021-04-21
RDMA/rxe: Fix a bug in rxe_fill_ip_info()
Bob Pearson
1
-1
/
+1
2021-04-08
RDMA/rxe: Fix missing acks from responder
Bob Pearson
2
-11
/
+8
2021-03-31
RDMA/rxe: Remove rxe_dma_device declaration
Kamal Heib
1
-1
/
+0
[next]