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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-12
Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-6
/
+6
2022-01-12
Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2022-01-11
Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
9
-17
/
+20
2022-01-07
net/mlx5: Introduce API for bulk request and release of IRQs
Shay Drory
1
-6
/
+0
2022-01-05
RDMA/core: Don't infoleak GRH fields
Leon Romanovsky
1
-1
/
+1
2022-01-05
RDMA/uverbs: Check for null return of kmalloc_array
Jiasheng Jiang
1
-0
/
+3
2022-01-05
Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow"
Maor Gottlieb
2
-15
/
+17
2022-01-04
RDMA/rxe: Prevent double freeing rxe_map_set()
Li Zhijian
1
-9
/
+7
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-0
/
+7
2021-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-9
/
+67
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
5
-0
/
+7
2021-12-22
RDMA/irdma: Use auxiliary_device driver data helpers
David E. Box
2
-6
/
+6
2021-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-66
/
+102
2021-12-16
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
David S. Miller
2
-10
/
+11
2021-12-15
RDMA/hns: Replace kfree() with kvfree()
Jiacheng Shi
1
-1
/
+1
2021-12-15
IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()
José Expósito
1
-1
/
+1
2021-12-15
RDMA/hns: Fix RNR retransmission issue for HIP08
Yangyang Li
2
-7
/
+65
2021-12-14
RDMA/mlx5: Add support to multiple priorities for FDB rules
Maor Gottlieb
2
-3
/
+4
2021-12-14
net/mlx5: Separate FDB namespace
Maor Gottlieb
1
-7
/
+7
2021-12-07
RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQ
Tatyana Nikolova
5
-5
/
+38
2021-12-07
RDMA/irdma: Report correct WC errors
Shiraz Saleem
1
-1
/
+4
2021-12-07
RDMA/irdma: Fix a potential memory allocation issue in 'irdma_prm_add_pble_me...
Christophe JAILLET
3
-12
/
+4
2021-12-07
RDMA/irdma: Fix a user-after-free in add_pble_prm
Shiraz Saleem
1
-1
/
+1
2021-12-07
IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr
Mike Marciniszyn
1
-19
/
+14
2021-12-07
IB/hfi1: Fix early init panic
Mike Marciniszyn
3
-3
/
+6
2021-12-07
IB/hfi1: Insure use of smp_processor_id() is preempt disabled
Mike Marciniszyn
1
-1
/
+1
2021-12-07
IB/hfi1: Correct guard on eager buffer deallocation
Mike Marciniszyn
1
-1
/
+1
2021-11-29
RDMA/rtrs: Call {get,put}_cpu_ptr to silence a debug kernel warning
Guoqing Jiang
1
-3
/
+6
2021-11-29
RDMA/qib: rename copy_io to qib_copy_io
Christoph Hellwig
1
-2
/
+2
2021-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-7
/
+22
2021-11-25
RDMA/hns: Do not destroy QP resources in the hw resetting phase
Yangyang Li
1
-1
/
+11
2021-11-25
RDMA/hns: Do not halt commands during reset until later
Yangyang Li
1
-2
/
+0
2021-11-25
RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow
Alaa Hleihel
2
-17
/
+15
2021-11-25
RDMA: Fix use-after-free in rxe_queue_cleanup
Pavel Skripkin
1
-0
/
+1
2021-11-22
RDMA/irdma: Set protocol based on PF rdma_mode flag
Shiraz Saleem
1
-1
/
+2
2021-11-17
RDMA/nldev: Check stat attribute before accessing it
Leon Romanovsky
1
-1
/
+2
2021-11-17
RDMA/mlx4: Do not fail the registration on port stats
Jack Wang
1
-3
/
+15
2021-11-16
IB/hfi1: Properly allocate rdma counter desc memory
Dennis Dalessandro
1
-3
/
+2
2021-11-16
RDMA/core: Set send and receive CQ before forwarding to the driver
Leon Romanovsky
1
-0
/
+3
2021-11-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-59
/
+38
2021-11-04
Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2021-11-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
117
-1846
/
+3501
2021-11-03
RDMA/core: Require the driver to set the IOVA correctly during rereg_mr
Aharon Landau
1
-3
/
+0
2021-11-03
RDMA/bnxt_re: Remove unsupported bnxt_re_modify_ah callback
Kamal Heib
3
-7
/
+0
2021-11-01
Merge branch 'for-rc' into rdma.git for-next
Jason Gunthorpe
2
-9
/
+12
2021-11-01
Merge tag 'v5.15' into rdma.git for-next
Jason Gunthorpe
12
-29
/
+57
2021-11-01
RDMA/irdma: optimize rx path by removing unnecessary copy
Zhu Yanjun
3
-64
/
+39
2021-10-29
RDMA/hns: Use the core code to manage the fixed mmap entries
Chengchang Tang
2
-27
/
+135
2021-10-29
IB/opa_vnic: Rebranding of OPA VNIC driver to Cornelis Networks
Scott Breyer
3
-6
/
+8
2021-10-29
IB/qib: Rebranding of qib driver to Cornelis Networks
Scott Breyer
1
-2
/
+3
[next]