index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-12
RDMA/rxe: Use acquire/release for memory ordering
Bob Pearson
3
-50
/
+60
2020-12-07
IB: Fix kernel-doc markups
Mauro Carvalho Chehab
3
-11
/
+11
2020-11-23
RDMA/siw,rxe: Make emulated devices virtual in the device tree
Jason Gunthorpe
3
-28
/
+1
2020-11-17
RDMA/core: remove use of dma_virt_ops
Christoph Hellwig
9
-31
/
+2
2020-11-17
Merge branch 'for-rc' into rdma.git
Jason Gunthorpe
8
-12
/
+51
2020-11-12
RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configs
Christoph Hellwig
3
-2
/
+4
2020-11-12
RDMA/rxe: Remove VLAN code leftovers from RXE
Zhu Yanjun
2
-14
/
+0
2020-11-02
RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SEND
Jason Gunthorpe
2
-1
/
+4
2020-11-02
RDMA/siw: Fix typo of EAGAIN not -EAGAIN in siw_cm_work_handler()
Zhang Qilong
1
-1
/
+1
2020-11-02
RDMA: Fix software RDMA drivers for dma mapping error
Parav Pandit
3
-5
/
+15
2020-10-28
RDMA/rxe: Compute PSN windows correctly
Bob Pearson
1
-1
/
+2
2020-10-27
RDMA/rxe: Remove unused RXE_MR_TYPE_FMR
Bob Pearson
2
-2
/
+0
2020-10-27
RDMA: Convert sysfs device * show functions to use sysfs_emit()
Joe Perches
1
-1
/
+1
2020-10-27
RDMA: Remove AH from uverbs_cmd_mask
Jason Gunthorpe
3
-12
/
+3
2020-10-27
RDMA: Remove uverbs cmds from drivers that don't use them
Jason Gunthorpe
2
-12
/
+1
2020-10-27
RDMA: Check create_flags during create_qp
Jason Gunthorpe
3
-3
/
+10
2020-10-27
RDMA: Check flags during create_cq
Jason Gunthorpe
3
-2
/
+5
2020-10-27
RDMA: Check attr_mask during modify_qp
Jason Gunthorpe
3
-0
/
+9
2020-10-27
RDMA: Check srq_type during create_srq
Jason Gunthorpe
2
-0
/
+6
2020-10-27
RDMA: Move more uverbs_cmd_mask settings to the core
Jason Gunthorpe
3
-20
/
+2
2020-10-27
RDMA: Remove elements in uverbs_cmd_mask that all drivers set
Jason Gunthorpe
3
-45
/
+4
2020-10-27
RDMA/rxe: Fix small problem in network_type patch
Bob Pearson
2
-5
/
+32
2020-10-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
44
-1050
/
+162
2020-10-16
RDMA/rxe: Handle skb_clone() failure in rxe_recv.c
Bob Pearson
1
-0
/
+3
2020-10-16
RDMA/rxe: Move the definitions for rxe_av.network_type to uAPI
Jason Gunthorpe
1
-4
/
+4
2020-10-16
RDMA: Explicitly pass in the dma_device to ib_register_device
Jason Gunthorpe
3
-12
/
+11
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-10-09
RDMA/rxe: Fix bug rejecting all multicast packets
Bob Pearson
1
-3
/
+16
2020-10-09
RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()
Bob Pearson
1
-5
/
+12
2020-10-09
RDMA/rxe: Remove duplicate entries in struct rxe_mr
Bob Pearson
4
-22
/
+28
2020-10-08
IB/rdmavt: Fix sizeof mismatch
Colin Ian King
1
-3
/
+1
2020-10-06
percpu_ref: reduce memory footprint of percpu_ref in fast path
Ming Lei
1
-1
/
+1
2020-09-18
Merge branch 'mlx5_active_speed' into rdma.git for-next
Jason Gunthorpe
5
-1
/
+13
2020-09-11
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
5
-1
/
+13
2020-09-09
RDMA: Allow fail of destroy CQ
Leon Romanovsky
5
-5
/
+8
2020-09-09
RDMA: Restore ability to fail on SRQ destroy
Leon Romanovsky
5
-5
/
+8
2020-09-09
RDMA: Restore ability to fail on AH destroy
Leon Romanovsky
3
-3
/
+5
2020-09-09
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
5
-5
/
+8
2020-09-03
RDMA/rxe: Convert tasklets to use new tasklet_setup() API
Allen Pais
3
-8
/
+8
2020-08-31
Merge tag 'v5.9-rc3' into rdma.git for-next
Jason Gunthorpe
7
-10
/
+8
2020-08-31
RDMA/rxe: Address an issue with hardened user copy
Bob Pearson
3
-73
/
+2
2020-08-31
RDMA/rxe: Add SPDX hdrs to rxe source files
Bob Pearson
32
-896
/
+32
2020-08-27
RDMA/rxe: Fix style warnings
Bob Pearson
4
-6
/
+4
2020-08-27
RDMA/rxe: Fix panic when calling kmem_cache_create()
Kamal Heib
3
-0
/
+11
2020-08-27
RDMA/rxe: Fix memleak in rxe_mem_init_user
Dinghao Liu
1
-0
/
+1
2020-08-24
RDMA/rxe: prevent rxe creation on top of vlan interface
Mohammad Heib
2
-0
/
+12
2020-08-24
RDMA/rxe: Fix the parent sysfs read when the interface has 15 chars
Yi Zhang
1
-1
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
7
-10
/
+8
2020-08-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
15
-182
/
+37
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
[next]