index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
Age
Commit message (
Expand
)
Author
Lines
2023-10-02
IB/srp: Annotate struct srp_fr_pool with __counted_by
Kees Cook
-1
/
+1
2023-09-26
RDMA/ipoib: Add support for XDR speed in ethtool
Patrisious Haddad
-0
/
+2
2023-09-19
RDMA/rtrs: Fix the problem of variable not initialized fully
Zhu Yanjun
-1
/
+1
2023-09-19
RDMA/rtrs: Require holding rcu_read_lock explicitly
Zhu Yanjun
-1
/
+6
2023-09-11
RDMA/srp: Do not call scsi_done() from srp_abort()
Bart Van Assche
-11
/
+5
2023-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-4
/
+0
2023-08-22
Revert "IB/isert: Fix incorrect release of isert connection"
Leon Romanovsky
-0
/
+2
2023-08-08
RDMA: Make all 'class' structures const
Ivan Orlov
-17
/
+21
2023-07-25
scsi: RDMA/srp: Fix residual handling
Bart Van Assche
-4
/
+0
2023-06-27
Merge tag 'v6.4' into rdma.git for-next
Jason Gunthorpe
-37
/
+38
2023-06-11
IB/isert: Fix incorrect release of isert connection
Saravanan Vajravel
-2
/
+0
2023-06-11
IB/isert: Fix possible list corruption in CMA handler
Saravanan Vajravel
-0
/
+4
2023-06-11
IB/isert: Fix dead lock in ib_isert
Saravanan Vajravel
-2
/
+8
2023-06-01
RDMA/rtrs: Fix rxe_dealloc_pd warning
Li Zhijian
-32
/
+23
2023-06-01
RDMA/rtrs: Fix the last iu->buf leak in err path
Li Zhijian
-1
/
+3
2023-06-01
RDMA/rtrs: Remove duplicate cq_num assignment
Li Zhijian
-1
/
+0
2023-04-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-24
/
+22
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-5
/
+0
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2023-04-09
RDMA/srpt: Add a check for valid 'mad_agent' pointer
Saravanan Vajravel
-10
/
+13
2023-04-03
IB/iser: remove redundant new line
Max Gurtovoy
-1
/
+0
2023-04-03
IB/iser: centralize setting desc type and done callback
Max Gurtovoy
-7
/
+9
2023-04-03
IB/iser: remove unused macros
Max Gurtovoy
-6
/
+0
2023-03-24
Merge patch series "Constify most SCSI host templates"
Martin K. Petersen
-3
/
+3
2023-03-24
scsi: iscsi: Declare SCSI host template const
Bart Van Assche
-2
/
+2
2023-03-24
scsi: RDMA/srp: Declare the SCSI host template const
Bart Van Assche
-1
/
+1
2023-03-24
Merge patch series "target: TMF and recovery fixes"
Martin K. Petersen
-2
/
+2
2023-03-24
scsi: target: iscsit: isert: Alloc per conn cmd counter
Mike Christie
-2
/
+2
2023-03-19
dyndbg: cleanup dynamic usage in ib_srp.c
Jason Baron
-5
/
+0
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
-2
/
+2
2023-03-16
scsi: infiniband: srpt: Remove default fabric ops callouts
Dmitry Bogdanov
-33
/
+0
2023-02-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-2
/
+2
2023-02-23
Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+1
2023-02-07
RDMA/rtrs: Don't call kobject_del for srv_path->kobj
Li Zhijian
-2
/
+1
2023-02-02
scripts/spelling.txt: add "exsits" pattern and fix typo instances
Luca Ceresoli
-1
/
+1
2023-01-26
IB/IPoIB: Fix legacy IPoIB due to wrong number of queues
Dragos Tatulea
-0
/
+8
2023-01-15
Merge branch 'mlx5-next' into HEAD
Leon Romanovsky
-3
/
+5
2023-01-10
RDMA/cma: Refactor the inbound/outbound path records process flow
Mark Zhang
-2
/
+2
2022-12-29
RDMA/srp: Move large values to a new enum for gcc13
Jiri Slaby (SUSE)
-3
/
+5
2022-12-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-127
/
+164
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
-1
/
+1
2022-12-11
IB/IPoIB: Fix queue count inconsistency for PKEY child interfaces
Dragos Tatulea
-0
/
+7
2022-12-04
RDMA/srp: Fix error return code in srp_parse_options()
Wang Yufen
-14
/
+82
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
-1
/
+1
2022-11-25
[infiniband] READ is "data destination", not source...
Al Viro
-1
/
+1
2022-11-21
IB/isert: use the ISCSI_LOGIN_CURRENT_STAGE macro
Maurizio Lombardi
-3
/
+2
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
-1
/
+1
2022-11-17
RDMA/rtrs-srv: Remove kobject_del from rtrs_srv_destroy_once_sysfs_root_folders
Guoqing Jiang
-1
/
+0
2022-11-17
RDMA/rtrs-srv: Fix several issues in rtrs_srv_destroy_path_files
Guoqing Jiang
-3
/
+9
2022-11-17
RDMA/rtrs: Clean up rtrs_rdma_dev_pd_ops
Guoqing Jiang
-21
/
+4
[prev]
[next]