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.13.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
/
ulp
/
srpt
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-03
RDMA/srpt: Remove unnecessary assertion in srpt_queue_response
Aditya Pakki
1
-2
/
+0
2019-11-13
RDMA/srpt: Report the SCSI residual to the initiator
Bart Van Assche
1
-0
/
+24
2019-11-06
Revert "RDMA/srpt: Postpone HCA removal until after configfs directory removal"
Bart Van Assche
1
-5
/
+1
2019-10-28
RDMA/srpt: Fix TPG creation
Bart Van Assche
2
-29
/
+73
2019-10-22
infiniband: fix ulp/srpt/ib_srpt.h kernel-doc notation
rd.dunlab@gmail.com
1
-5
/
+2
2019-10-04
RDMA/srpt: Postpone HCA removal until after configfs directory removal
Bart Van Assche
1
-1
/
+4
2019-10-04
RDMA/srpt: Make the code for handling port identities more systematic
Bart Van Assche
2
-32
/
+57
2019-10-04
RDMA/srpt: Rework the code that waits until an RDMA port is no longer in use
Bart Van Assche
2
-23
/
+25
2019-10-04
RDMA/srpt: Rework the approach for closing an RDMA channel
Bart Van Assche
2
-23
/
+10
2019-10-04
RDMA/srpt: Improve a debug message
Bart Van Assche
1
-1
/
+2
2019-10-04
RDMA/srpt: Fix handling of iWARP logins
Bart Van Assche
1
-1
/
+2
2019-10-04
RDMA/srpt: Fix handling of SR-IOV and iWARP ports
Bart Van Assche
1
-22
/
+19
2019-08-05
rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors
Chuck Lever
1
-2
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-03-10
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-49
/
+35
2019-02-05
scsi: RDMA/srpt: Fix a credit leak for aborted commands
Bart Van Assche
1
-0
/
+11
2019-02-05
scsi: RDMA/srpt: Rework I/O context allocation
Bart Van Assche
2
-32
/
+19
2019-02-05
scsi: RDMA/srpt: Fix handling of TMF submission failure
Bart Van Assche
1
-3
/
+1
2019-02-05
scsi: RDMA/srpt: Fix handling of command / TMF submission failure
Bart Van Assche
1
-5
/
+4
2019-02-05
scsi: target/core: Remove the write_pending_status() callback function
Bart Van Assche
1
-9
/
+0
2019-01-26
infiniband: remove unneeded header search paths
Masahiro Yamada
1
-1
/
+0
2018-12-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-93
/
+234
2018-12-23
RDMA/srpt: Use kmem_cache_free() instead of kfree()
Wei Yongjun
1
-1
/
+1
2018-12-20
RDMA: Mark if destroy address handle is in a sleepable context
Gal Pressman
1
-2
/
+2
2018-12-19
RDMA/srpt: Add support for immediate data
Bart Van Assche
2
-49
/
+189
2018-12-19
RDMA/srpt: Rework the srpt_alloc_srq() error path
Bart Van Assche
1
-4
/
+6
2018-12-19
RDMA/srpt: Remove driver version and release date
Bart Van Assche
1
-5
/
+2
2018-12-19
RDMA/srpt: Make kernel-doc headers complete
Bart Van Assche
1
-1
/
+4
2018-12-19
RDMA/srpt: Join split strings
Bart Van Assche
1
-17
/
+12
2018-12-19
RDMA/srpt: Improve coding style conformance
Bart Van Assche
2
-6
/
+6
2018-12-19
RDMA/srpt: Fix a use-after-free in the channel release code
Bart Van Assche
1
-5
/
+13
2018-12-19
include/scsi/srp.h: Move response flag definitions into this file
Bart Van Assche
1
-4
/
+0
2018-11-29
scsi: target: replace fabric_ops.name with fabric_alias
David Disseldorp
1
-1
/
+0
2018-11-29
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
David Disseldorp
1
-6
/
+1
2018-11-22
IB/srpt: Drop pointless static qualifier in srpt_make_tpg()
Yue Haibing
1
-1
/
+1
2018-09-26
RDMA/ulp: Use dev_name instead of ibdev->name
Jason Gunthorpe
1
-12
/
+14
2018-09-06
IB/srp: Remove unnecessary unlikely()
Igor Stoppa
1
-1
/
+1
2018-08-16
Merge branch 'linus/master' into rdma.git for-next
Jason Gunthorpe
1
-7
/
+4
2018-08-02
scsi: target: srp, vscsi, sbp, qla: use target_remove_session
Mike Christie
1
-2
/
+1
2018-08-02
scsi: target: rename target_alloc_session
Mike Christie
1
-3
/
+3
2018-07-31
RDMA/cma: Constify path record, ib_cm_event, listen_id pointers
Parav Pandit
1
-2
/
+3
2018-07-25
IB/srpt: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
1
-9
/
+8
2018-07-13
IB/srpt: Fix srpt_cm_req_recv() error path (2/2)
Bart Van Assche
1
-1
/
+4
2018-07-13
IB/srpt: Fix srpt_cm_req_recv() error path (1/2)
Bart Van Assche
1
-3
/
+14
2018-07-10
ib_srpt: use kvmalloc to allocate ring pointers
Jan Dakinevich
1
-3
/
+3
2018-07-03
ib_srpt: Fix a use-after-free in __srpt_close_all_ch()
Bart Van Assche
1
-2
/
+2
2018-07-03
ib_srpt: Fix a use-after-free in srpt_close_ch()
Bart Van Assche
1
-2
/
+1
2018-07-02
scsi: target: Remove second argument from fabric_make_tpg()
Bart Van Assche
1
-2
/
+0
2018-06-29
IB/srpt: Support HCAs with more than two ports
Bart Van Assche
2
-5
/
+4
2018-06-18
IB/core: add max_send_sge and max_recv_sge attributes
Steve Wise
1
-2
/
+4
[next]