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
2023-11-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
186
-491
/
+1148
2023-11-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+3
2023-11-02
Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2
-2
/
+0
2023-10-31
Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-2
/
+19
2023-10-31
IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAF
George Kennedy
1
-3
/
+1
2023-10-31
RDMA/mlx5: Fix mkey cache WQ flush
Moshe Shemesh
1
-0
/
+2
2023-10-31
Merge tag 'v6.6' into rdma.git for-next
Jason Gunthorpe
14
-30
/
+54
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-2
/
+2
2023-10-30
Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+2
2023-10-25
RDMA/hfi1: Workaround truncation compilation error
Leon Romanovsky
1
-1
/
+1
2023-10-25
IB/hfi1: Fix potential deadlock on &irq_src_lock and &dd->uctxt_lock
Chengfeng Ye
1
-2
/
+3
2023-10-24
RDMA/core: Remove NULL check before dev_{put, hold}
Yang Li
4
-14
/
+7
2023-10-24
RDMA/hfi1: Remove redundant assignment to pointer ppd
Colin Ian King
1
-1
/
+0
2023-10-24
RDMA/mlx5: Change the key being sent for MPV device affiliation
Patrisious Haddad
1
-1
/
+1
2023-10-22
RDMA/bnxt_re: Fix clang -Wimplicit-fallthrough in bnxt_re_handle_cq_async_err...
Nathan Chancellor
1
-0
/
+1
2023-10-19
RDMA/hns: Fix init failure of RoCE VF and HIP08
Junxian Huang
1
-10
/
+9
2023-10-19
RDMA/hns: Fix unnecessary port_num transition in HW stats allocation
Junxian Huang
1
-2
/
+1
2023-10-19
RDMA/hns: The UD mode can only be configured with DCQCN
Luoyouming
1
-0
/
+3
2023-10-19
RDMA/hns: Add check for SL
Luoyouming
2
-11
/
+25
2023-10-19
RDMA/hns: Fix signed-unsigned mixed comparisons
Chengchang Tang
1
-1
/
+1
2023-10-19
RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common()
Chengchang Tang
1
-1
/
+1
2023-10-19
RDMA/hns: Fix printing level of asynchronous events
Chengchang Tang
1
-3
/
+3
2023-10-19
RDMA/core: Add support to set privileged QKEY parameter
Patrisious Haddad
3
-9
/
+58
2023-10-18
qib: convert to new timestamp accessors
Jeff Layton
1
-2
/
+2
2023-10-15
RDMA/bnxt_re: Do not report SRQ error in srq notification
Chandramohan Akula
1
-5
/
+2
2023-10-15
RDMA/bnxt_re: Report async events and errors
Chandramohan Akula
1
-9
/
+156
2023-10-15
RDMA/bnxt_re: Update HW interface headers
Chandramohan Akula
1
-0
/
+58
2023-10-15
IB/mlx5: Fix rdma counter binding for RAW QP
Patrisious Haddad
1
-0
/
+27
2023-10-13
scsi: target: Have drivers report if they support direct submissions
Mike Christie
1
-0
/
+3
2023-10-13
Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...
Jakub Kicinski
1
-0
/
+17
2023-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-30
/
+54
2023-10-12
netdev: replace napi_reschedule with napi_schedule
Christian Marangi
1
-2
/
+2
2023-10-11
infiniband: Remove the now superfluous sentinel element from ctl_table array
Joel Granados
2
-2
/
+0
2023-10-09
RDMA/irdma: Add support to re-register a memory region
Sindhu Devale
2
-43
/
+191
2023-10-05
RDMA/core: Require admin capabilities to set system parameters
Leon Romanovsky
1
-0
/
+1
2023-10-04
RDMA/core: Fix a couple of obvious typos in comments
Chuck Lever
1
-1
/
+1
2023-10-04
IPsec packet offload support in multiport RoCE devices
Leon Romanovsky
1
-0
/
+17
2023-10-02
IB/hfi1: Annotate struct tid_rb_node with __counted_by
Kees Cook
1
-1
/
+1
2023-10-02
IB/mthca: Annotate struct mthca_icm_table with __counted_by
Kees Cook
1
-1
/
+1
2023-10-02
IB/srp: Annotate struct srp_fr_pool with __counted_by
Kees Cook
1
-1
/
+1
2023-10-02
RDMA/siw: Annotate struct siw_pbl with __counted_by
Kees Cook
1
-1
/
+1
2023-10-02
RDMA/usnic: Annotate struct usnic_uiom_chunk with __counted_by
Kees Cook
1
-1
/
+1
2023-10-02
RDMA/core: Annotate struct ib_pkey_cache with __counted_by
Kees Cook
1
-1
/
+1
2023-10-02
RDMA/mlx5: Remove not-used cache disable flag
Leon Romanovsky
2
-6
/
+0
2023-10-02
RDMA/cma: Initialize ib_sa_multicast structure to 0 when join
Mark Zhang
1
-1
/
+1
2023-10-02
RDMA/hns: Support SRQ record doorbell
Yangyang Li
3
-11
/
+108
2023-10-02
RDMA/mlx5: Send events from IB driver about device affiliation state
Patrisious Haddad
1
-0
/
+17
2023-09-26
RDMA/ipoib: Add support for XDR speed in ethtool
Patrisious Haddad
1
-0
/
+2
2023-09-26
IB/mlx5: Adjust mlx5 rate mapping to support 800Gb
Patrisious Haddad
1
-1
/
+1
2023-09-26
IB/mlx5: Rename 400G_8X speed to comply to naming convention
Patrisious Haddad
1
-1
/
+1
[next]