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-12-05
RDMA/irdma: Avoid free the non-cqp_request scratch
Shifeng Li
1
-3
/
+1
2023-12-05
RDMA/irdma: Fix support for 64k pages
Mike Marciniszyn
1
-1
/
+1
2023-12-05
RDMA/irdma: Ensure iWarp QP queue memory is OS paged aligned
Mike Marciniszyn
1
-0
/
+5
2023-12-05
RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgsz
Mike Marciniszyn
1
-6
/
+0
2023-11-22
RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info()
Shifeng Li
1
-3
/
+3
2023-11-22
RDMA/bnxt_re: Correct module description string
Kalesh AP
1
-1
/
+1
2023-11-22
RDMA/rtrs-clt: Remove the warnings for req in_use check
Jack Wang
1
-1
/
+1
2023-11-22
RDMA/rtrs-clt: Fix the max_send_wr setting
Jack Wang
1
-1
/
+1
2023-11-22
RDMA/rtrs-srv: Destroy path files after making sure no IOs in-flight
Md Haris Iqbal
1
-1
/
+2
2023-11-22
RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is true
Md Haris Iqbal
1
-1
/
+4
2023-11-22
RDMA/rtrs-srv: Check return values while processing info request
Md Haris Iqbal
1
-6
/
+18
2023-11-22
RDMA/rtrs-clt: Start hb after path_up
Jack Wang
1
-2
/
+1
2023-11-22
RDMA/rtrs-srv: Do not unconditionally enable irq
Jack Wang
1
-2
/
+3
2023-11-15
RDMA/irdma: Add wait for suspend on SQD
Mustafa Ismail
5
-3
/
+29
2023-11-15
RDMA/irdma: Do not modify to SQD on error
Mustafa Ismail
1
-7
/
+0
2023-11-13
RDMA/hns: Fix unnecessary err return when using invalid congest control algor...
Junxian Huang
1
-4
/
+9
2023-11-13
RDMA/core: Fix uninit-value access in ib_get_eth_speed()
Shigeru Yoshida
1
-1
/
+1
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
[next]