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/rxe: Fix small problem in network_type patch
Bob Pearson
2020-10-26
2
-5
/
+32
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-10-17
44
-1050
/
+162
|
\
|
*
RDMA/rxe: Handle skb_clone() failure in rxe_recv.c
Bob Pearson
2020-10-16
1
-0
/
+3
|
*
RDMA/rxe: Move the definitions for rxe_av.network_type to uAPI
Jason Gunthorpe
2020-10-16
1
-4
/
+4
|
*
RDMA: Explicitly pass in the dma_device to ib_register_device
Jason Gunthorpe
2020-10-16
3
-12
/
+11
|
*
RDMA/rxe: Fix bug rejecting all multicast packets
Bob Pearson
2020-10-09
1
-3
/
+16
|
*
RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()
Bob Pearson
2020-10-09
1
-5
/
+12
|
*
RDMA/rxe: Remove duplicate entries in struct rxe_mr
Bob Pearson
2020-10-09
4
-22
/
+28
|
*
IB/rdmavt: Fix sizeof mismatch
Colin Ian King
2020-10-08
1
-3
/
+1
|
*
Merge branch 'mlx5_active_speed' into rdma.git for-next
Jason Gunthorpe
2020-09-18
5
-1
/
+13
|
|
\
|
*
|
RDMA: Allow fail of destroy CQ
Leon Romanovsky
2020-09-09
5
-5
/
+8
|
*
|
RDMA: Restore ability to fail on SRQ destroy
Leon Romanovsky
2020-09-09
5
-5
/
+8
|
*
|
RDMA: Restore ability to fail on AH destroy
Leon Romanovsky
2020-09-09
3
-3
/
+5
|
*
|
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
2020-09-09
5
-5
/
+8
|
*
|
RDMA/rxe: Convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-03
3
-8
/
+8
|
*
|
Merge tag 'v5.9-rc3' into rdma.git for-next
Jason Gunthorpe
2020-08-31
7
-10
/
+8
|
|
\
\
|
*
|
|
RDMA/rxe: Address an issue with hardened user copy
Bob Pearson
2020-08-31
3
-73
/
+2
|
*
|
|
RDMA/rxe: Add SPDX hdrs to rxe source files
Bob Pearson
2020-08-31
32
-896
/
+32
|
*
|
|
RDMA/rxe: Fix style warnings
Bob Pearson
2020-08-27
4
-6
/
+4
|
*
|
|
RDMA/rxe: prevent rxe creation on top of vlan interface
Mohammad Heib
2020-08-24
2
-0
/
+12
*
|
|
|
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
percpu_ref: reduce memory footprint of percpu_ref in fast path
Ming Lei
2020-10-06
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-09-11
5
-1
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
RDMA/rxe: Fix panic when calling kmem_cache_create()
Kamal Heib
2020-08-27
3
-0
/
+11
|
*
|
RDMA/rxe: Fix memleak in rxe_mem_init_user
Dinghao Liu
2020-08-27
1
-0
/
+1
|
*
|
RDMA/rxe: Fix the parent sysfs read when the interface has 15 chars
Yi Zhang
2020-08-24
1
-1
/
+1
|
|
/
*
/
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
7
-10
/
+8
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-08-07
15
-182
/
+37
|
\
|
*
RDMA/rxe: Remove pkey table
Kamal Heib
2020-07-31
6
-77
/
+13
|
*
RDMA/siw: Remove the query_pkey callback
Kamal Heib
2020-07-20
3
-11
/
+0
|
*
RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queue
Mikhail Malygin
2020-07-16
1
-1
/
+4
|
*
RDMA/rxe: Remove rxe_link_layer()
Kamal Heib
2020-07-16
3
-9
/
+1
|
*
RDMA/rxe: Return void from rxe_mem_init_dma()
Kamal Heib
2020-07-16
3
-23
/
+7
|
*
RDMA/rxe: Return void from rxe_init_port_param()
Kamal Heib
2020-07-16
1
-3
/
+1
|
*
RDMA/rxe: Drop pointless checks in rxe_init_ports
Kamal Heib
2020-07-16
1
-3
/
+0
|
*
RDMA/rxe: Skip dgid check in loopback mode
Zhu Yanjun
2020-07-07
1
-1
/
+5
|
*
RDMA: Remove the udata parameter from alloc_mr callback
Gal Pressman
2020-07-07
5
-5
/
+5
|
*
RDMA/rxe: Remove unused rxe_mem_map_pages
Kamal Heib
2020-06-22
2
-47
/
+0
|
*
RDMA: Correct trivial kernel-doc inconsistencies
Colton Lewis
2020-06-22
1
-2
/
+1
*
|
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-04
1
-1
/
+1
|
\
\
|
*
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
*
|
|
IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQE
Mike Marciniszyn
2020-07-29
2
-32
/
+5
*
|
|
RDMA/siw: Fix reporting vendor_part_id
Kamal Heib
2020-07-08
1
-1
/
+2
|
/
/
*
|
RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq
Aditya Pakki
2020-06-18
1
-2
/
+4
*
|
RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl()
Tom Seewald
2020-06-15
1
-1
/
+2
|
/
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-13
2
-2
/
+2
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-2
/
+2
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
2
-2
/
+0
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-06-05
13
-199
/
+38
|
\
|
*
RDMA: Remove 'max_fmr'
Jason Gunthorpe
2020-06-03
4
-5
/
+0
[next]