index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-22
Merge tag 'v5.13-rc7' into rdma.git for-next
Jason Gunthorpe
3
-13
/
+21
2021-06-21
RDMA/rxe: Don't overwrite errno from ib_umem_get()
Xiao Yang
1
-1
/
+1
2021-06-21
RDMA: Fix kernel-doc warnings about wrong comment
Leon Romanovsky
3
-5
/
+6
2021-06-16
RDMA: Remove rdma_set_device_sysfs_group()
Jason Gunthorpe
1
-1
/
+1
2021-06-16
RDMA: Change ops->init_port to ops->port_groups
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-05-10
RDMA/siw: Release xarray entry
Leon Romanovsky
1
-1
/
+1
2021-05-10
RDMA/siw: Properly check send and receive CQ pointers
Leon Romanovsky
1
-6
/
+3
2021-04-27
RDMA/siw: Fix a use after free in siw_alloc_mr
Lv Yunlong
1
-2
/
+2
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
2021-03-30
RDMA/rxe: Split MEM into MR and MW
Bob Pearson
8
-226
/
+218
2021-03-26
RDMA: Support more than 255 rdma ports
Mark Bloch
9
-56
/
+32
2021-03-22
RDMA: Delete not-used static inline functions
Leon Romanovsky
2
-18
/
+0
2021-03-10
RDMA/iwcm: Allow AFONLY binding for IPv6 addresses
Bernard Metzler
1
-2
/
+17
2021-03-05
RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()
Bob Pearson
1
-32
/
+23
2021-03-05
RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()
Bob Pearson
1
-24
/
+35
2021-03-05
RDMA/rxe: Fix missed IB reference counting in loopback
Bob Pearson
1
-1
/
+9
2021-03-01
RDMA/rxe: Fix missing kconfig dependency on CRYPTO
Julian Braha
1
-0
/
+1
2021-02-18
Merge tag 'v5.11' into rdma.git for-next
Jason Gunthorpe
2
-0
/
+8
2021-02-16
RDMA/rxe: Remove unused pkt->offset
Bob Pearson
4
-96
/
+90
2021-02-08
RDMA/rxe: Cleanup init_send_wqe
Bob Pearson
1
-23
/
+19
2021-02-08
RDMA/rxe: Fix minor coding style issues
Bob Pearson
2
-7
/
+11
2021-02-08
RDMA/siw: Fix calculation of tx_valid_cpus size
Kamal Heib
1
-1
/
+1
2021-02-08
RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()
Bob Pearson
4
-35
/
+35
2021-02-05
RDMA/rxe: Correct skb on loopback path
Bob Pearson
1
-0
/
+5
2021-02-05
RDMA/rxe: Fix coding error in rxe_rcv_mcast_pkt
Bob Pearson
1
-6
/
+10
2021-02-05
RDMA/rxe: Remove useless code in rxe_recv.c
Bob Pearson
1
-2
/
+1
2021-02-05
RDMA/rxe: Fix coding error in rxe_recv.c
Bob Pearson
1
-3
/
+8
2021-01-28
RDMA/sw/rdmavt/qp: Fix kernel-doc formatting problem
Lee Jones
1
-1
/
+1
2021-01-28
RDMA/sw/rdmavt/mad: Fix misspelling of 'rvt_process_mad()'s 'in_mad_size' param
Lee Jones
1
-1
/
+1
2021-01-28
RDMA/sw/rdmavt/srq: Fix a couple of kernel-doc issues
Lee Jones
1
-3
/
+4
[next]