index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()
Bob Pearson
2021-03-05
1
-32
/
+23
*
RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()
Bob Pearson
2021-03-05
1
-24
/
+35
*
RDMA/rxe: Fix missed IB reference counting in loopback
Bob Pearson
2021-03-05
1
-1
/
+9
*
RDMA/rxe: Fix missing kconfig dependency on CRYPTO
Julian Braha
2021-03-01
1
-0
/
+1
*
Merge tag 'v5.11' into rdma.git for-next
Jason Gunthorpe
2021-02-18
2
-0
/
+8
|
\
|
*
Revert "RDMA/rxe: Remove VLAN code leftovers from RXE"
Martin Wilck
2021-01-20
2
-0
/
+11
*
|
RDMA/rxe: Remove unused pkt->offset
Bob Pearson
2021-02-16
4
-96
/
+90
*
|
RDMA/rxe: Cleanup init_send_wqe
Bob Pearson
2021-02-08
1
-23
/
+19
*
|
RDMA/rxe: Fix minor coding style issues
Bob Pearson
2021-02-08
2
-7
/
+11
*
|
RDMA/siw: Fix calculation of tx_valid_cpus size
Kamal Heib
2021-02-08
1
-1
/
+1
*
|
RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()
Bob Pearson
2021-02-08
4
-35
/
+35
*
|
RDMA/rxe: Correct skb on loopback path
Bob Pearson
2021-02-05
1
-0
/
+5
*
|
RDMA/rxe: Fix coding error in rxe_rcv_mcast_pkt
Bob Pearson
2021-02-05
1
-6
/
+10
*
|
RDMA/rxe: Remove useless code in rxe_recv.c
Bob Pearson
2021-02-05
1
-2
/
+1
*
|
RDMA/rxe: Fix coding error in rxe_recv.c
Bob Pearson
2021-02-05
1
-3
/
+8
*
|
RDMA/sw/rdmavt/qp: Fix kernel-doc formatting problem
Lee Jones
2021-01-28
1
-1
/
+1
*
|
RDMA/sw/rdmavt/mad: Fix misspelling of 'rvt_process_mad()'s 'in_mad_size' param
Lee Jones
2021-01-28
1
-1
/
+1
*
|
RDMA/sw/rdmavt/srq: Fix a couple of kernel-doc issues
Lee Jones
2021-01-28
1
-3
/
+4
*
|
RDMA/rxe: Replace missing rxe_pool_get_index_locked
Bob Pearson
2021-01-28
1
-7
/
+14
*
|
RDMA/rxe: Remove unneeded pool->state
Bob Pearson
2021-01-28
2
-43
/
+1
*
|
RDMA/rxe: Remove references to ib_device and pool
Bob Pearson
2021-01-28
2
-41
/
+2
*
|
RDMA/rxe: Remove RXE_POOL_ATOMIC
Bob Pearson
2021-01-28
2
-6
/
+1
*
|
RDMA/rxe: Fix misleading comments and names
Bob Pearson
2021-01-28
3
-43
/
+42
*
|
RDMA/rxe: Fix bug in rxe_alloc()
Bob Pearson
2021-01-28
1
-6
/
+35
*
|
RDMA/sw/rdmavt/qp: Fix a bunch of kernel-doc misdemeanours
Lee Jones
2021-01-22
1
-14
/
+20
*
|
RDMA/sw/rdmavt/mr: Fix some issues related to formatting and missing descript...
Lee Jones
2021-01-22
1
-10
/
+11
*
|
RDMA/sw/rdmavt/mcast: Demote incomplete kernel-doc header
Lee Jones
2021-01-22
1
-1
/
+1
*
|
RDMA/sw/rdmavt/mad: Fix 'rvt_process_mad()'s documentation header
Lee Jones
2021-01-22
1
-2
/
+5
*
|
RDMA/sw/rdmavt/cq: Demote hardly complete kernel-doc header
Lee Jones
2021-01-22
1
-1
/
+1
*
|
RDMA/sw/rdmavt/vt: Fix formatting issue and update description for 'context'
Lee Jones
2021-01-22
1
-1
/
+1
*
|
RDMA/rxe: Fix race in rxe_mcast.c
Bob Pearson
2021-01-12
1
-24
/
+40
*
|
RDMA/rxe: Add unlocked versions of pool APIs
Bob Pearson
2021-01-12
2
-26
/
+97
*
|
RDMA/rxe: Make add/drop key/index APIs type safe
Bob Pearson
2021-01-12
3
-22
/
+28
*
|
RDMA/rxe: Make pool lookup and alloc APIs type safe
Bob Pearson
2021-01-12
1
-17
/
+38
*
|
RDMA/rxe: Add elem_offset field to rxe_type_info
Bob Pearson
2021-01-12
2
-0
/
+11
*
|
RDMA/rxe: Let pools support both keys and indices
Bob Pearson
2021-01-12
2
-47
/
+58
*
|
RDMA/rxe: Remove unneeded RXE_POOL_ATOMIC flag
Bob Pearson
2021-01-12
1
-1
/
+1
*
|
RDMA/rxe: Add check for supported QP types
Xiao Yang
2021-01-12
1
-0
/
+11
*
|
RDMA/siw: Fix handling of zero-sized Read and Receive Queues.
Bernard Metzler
2021-01-08
5
-146
/
+177
*
|
RDMA: Convert comma to semicolon
Zheng Yongjun
2021-01-07
1
-1
/
+1
|
/
*
RDMA/rxe: Use acquire/release for memory ordering
Bob Pearson
2020-12-11
3
-50
/
+60
*
IB: Fix kernel-doc markups
Mauro Carvalho Chehab
2020-12-07
3
-11
/
+11
*
RDMA/siw,rxe: Make emulated devices virtual in the device tree
Jason Gunthorpe
2020-11-23
3
-28
/
+1
*
RDMA/core: remove use of dma_virt_ops
Christoph Hellwig
2020-11-17
9
-31
/
+2
*
Merge branch 'for-rc' into rdma.git
Jason Gunthorpe
2020-11-17
8
-12
/
+51
|
\
|
*
RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configs
Christoph Hellwig
2020-11-12
3
-2
/
+4
|
*
RDMA: Fix software RDMA drivers for dma mapping error
Parav Pandit
2020-11-02
3
-5
/
+15
|
*
RDMA/rxe: Fix small problem in network_type patch
Bob Pearson
2020-10-26
2
-5
/
+32
*
|
RDMA/rxe: Remove VLAN code leftovers from RXE
Zhu Yanjun
2020-11-12
2
-14
/
+0
*
|
RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SEND
Jason Gunthorpe
2020-11-02
2
-1
/
+4
[next]