index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/hns: Fix AH attr queried by query_qp
Chengchang Tang
2022-12-07
1
-0
/
+2
*
RDMA/hns: Fix the gid problem caused by free mr
Yixing Liu
2022-12-07
2
-46
/
+137
*
RDMA/cma: Change RoCE packet life time from 18 to 16
Chao Leng
2022-12-07
1
-1
/
+1
*
RDMA/hfi1: use sysfs_emit() to instead of scnprintf()
ye xingchen
2022-12-07
1
-1
/
+1
*
RDMA/mlx5: no need to kfree NULL pointer
Li Zhijian
2022-12-04
1
-4
/
+2
*
RDMA/srp: Fix error return code in srp_parse_options()
Wang Yufen
2022-12-04
1
-14
/
+82
*
RDMA/hfi1: Fix error return code in parse_platform_config()
Wang Yufen
2022-12-04
1
-0
/
+6
*
RDMA: Disable IB HW for UML
Randy Dunlap
2022-12-04
1
-0
/
+2
*
RDMA/rxe: Enable atomic write capability for rxe device
Xiao Yang
2022-12-01
1
-0
/
+5
*
RDMA/rxe: Implement atomic write completion
Xiao Yang
2022-12-01
1
-0
/
+4
*
RDMA/rxe: Make responder support atomic write on RC service
Xiao Yang
2022-12-01
1
-5
/
+79
*
RDMA/rxe: Make requester support atomic write on RC service
Xiao Yang
2022-12-01
1
-2
/
+13
*
RDMA/rxe: Extend rxe packet format to support atomic write
Xiao Yang
2022-12-01
2
-0
/
+21
*
IB/hfi1: Switch to netif_napi_add()
Yang Yang
2022-12-01
1
-1
/
+1
*
RDMA/nldev: Fix failure to send large messages
Mark Zhang
2022-11-30
1
-1
/
+1
*
RDMA/nldev: Add NULL check to silence false warnings
Or Har-Toov
2022-11-30
1
-8
/
+36
*
RDMA/mlx4: Remove NULL check before dev_{put, hold}
zhang songyi
2022-11-29
1
-8
/
+4
*
RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()
Yuan Can
2022-11-28
1
-0
/
+2
*
RDMA: Add netdevice_tracker to ib_device_set_netdev()
Jason Gunthorpe
2022-11-28
1
-2
/
+4
*
RDMA/erdma: Notify the latest PI to FW for reflushing when necessary
Cheng Xu
2022-11-24
2
-9
/
+26
*
RDMA/erdma: Implement the lifecycle of reflushing work for each QP
Cheng Xu
2022-11-24
3
-0
/
+28
*
RDMA/erdma: Add a workqueue for WRs reflushing
Cheng Xu
2022-11-24
2
-2
/
+13
*
RDMA/erdma: Fix a typo in annotation
Cheng Xu
2022-11-24
1
-1
/
+1
*
RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed
Zhang Xiaoxu
2022-11-22
1
-3
/
+3
*
RDMA/rxe: Do not NULL deref on debugging failure path
Jason Gunthorpe
2022-11-22
1
-1
/
+1
*
RDMA/hns: fix memory leak in hns_roce_alloc_mr()
Zhengchao Shao
2022-11-22
1
-2
/
+2
*
RDMA/irdma: Initialize net_type before checking it
Mustafa Ismail
2022-11-22
1
-0
/
+1
*
RDMA/hfi: Decrease PCI device reference count in error path
Xiongfeng Wang
2022-11-22
1
-0
/
+2
*
IB/isert: use the ISCSI_LOGIN_CURRENT_STAGE macro
Maurizio Lombardi
2022-11-21
1
-3
/
+2
*
RDMA/hns: Fix incorrect sge nums calculation
Luoyouming
2022-11-18
4
-30
/
+110
*
RDMA/hns: Fix ext_sge num error when post send
Luoyouming
2022-11-18
1
-2
/
+11
*
RDMA/rxe: Fix mr->map double free
Li Zhijian
2022-11-18
1
-7
/
+2
*
RDMA/rxe: Remove reliable datagram support
Zhu Yanjun
2022-11-18
1
-1
/
+0
*
IB/hfi1: Replace 1-element array with singleton
Kees Cook
2022-11-18
1
-11
/
+11
*
RDMA/rtrs-srv: Remove kobject_del from rtrs_srv_destroy_once_sysfs_root_folders
Guoqing Jiang
2022-11-17
1
-1
/
+0
*
RDMA/rtrs-srv: Fix several issues in rtrs_srv_destroy_path_files
Guoqing Jiang
2022-11-17
1
-3
/
+9
*
RDMA/rtrs: Clean up rtrs_rdma_dev_pd_ops
Guoqing Jiang
2022-11-17
2
-21
/
+4
*
RDMA/rtrs-srv: Remove outdated comments from create_con
Guoqing Jiang
2022-11-17
1
-6
/
+0
*
RDMA/rtrs-clt: Correct the checking of ib_map_mr_sg
Guoqing Jiang
2022-11-17
1
-4
/
+2
*
RDMA/rtrs-srv: Correct the checking of ib_map_mr_sg
Guoqing Jiang
2022-11-17
1
-1
/
+1
*
RDMA/rtrs-srv: Refactor the handling of failure case in map_cont_bufs
Guoqing Jiang
2022-11-17
1
-27
/
+20
*
RDMA/rtrs-srv: Refactor rtrs_srv_rdma_cm_handler
Guoqing Jiang
2022-11-17
1
-9
/
+8
*
RDMA/irdma: Do not request 2-level PBLEs for CQ alloc
Mustafa Ismail
2022-11-17
1
-10
/
+5
*
RDMA/irdma: Fix RQ completion opcode
Mustafa Ismail
2022-11-17
5
-45
/
+71
*
RDMA/irdma: Fix inline for multiple SGE's
Mustafa Ismail
2022-11-17
3
-104
/
+119
*
RDMA/siw: Set defined status for work completion with undefined status
Bernard Metzler
2022-11-15
1
-2
/
+2
*
RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected port
Mark Zhang
2022-11-15
1
-1
/
+1
*
RDMA/core: Make sure "ib_port" is valid when access sysfs node
Mark Zhang
2022-11-15
1
-6
/
+11
*
RDMA/restrack: Release MR restrack when delete
Mark Zhang
2022-11-15
1
-2
/
+0
*
RDMA/mana: Remove redefinition of basic u64 type
Leon Romanovsky
2022-11-14
2
-5
/
+3
[next]