index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
srpt
/
ib_srpt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/srpt: Fix error return code in srpt_cm_req_recv()
Wang Wensheng
2021-05-14
1
-0
/
+1
*
RDMA/srpt: Fix typo in srpt_unregister_mad_agent docstring
Jason Gunthorpe
2020-11-05
1
-1
/
+1
*
IB/srpt: Fix memory leak in srpt_add_one
Maor Gottlieb
2020-11-02
1
-5
/
+8
*
IB/srpt: use new shared CQ mechanism
Yamin Friedman
2020-07-29
1
-8
/
+9
*
IB/srpt: Remove WARN_ON from srpt_cm_req_recv
Jing Xiangfeng
2020-06-18
1
-3
/
+0
*
RDMA/srpt: Increase max_send_sge
Bart Van Assche
2020-05-29
1
-2
/
+1
*
RDMA/srpt: Reduce max_recv_sge to 1
Bart Van Assche
2020-05-29
1
-7
/
+3
*
RDMA/srpt: Make debug output more detailed
Bart Van Assche
2020-05-29
1
-4
/
+5
*
RDMA/cma: Provide ECE reject reason
Leon Romanovsky
2020-05-27
1
-1
/
+2
*
RDMA/srpt: Fix disabling device management
Kamal Heib
2020-05-17
1
-2
/
+6
*
RDMA/srpt: Add a newline when printing parameter 'srpt_service_guid' by sysfs
Xiongfeng Wang
2020-05-17
1
-1
/
+1
*
RDMA: Allow ib_client's to fail when add() is called
Jason Gunthorpe
2020-05-06
1
-15
/
+10
*
RDMA: Remove a few extra calls to ib_get_client_data()
Jason Gunthorpe
2020-04-14
1
-5
/
+2
*
RDMA/srpt: Remove unnecessary assertion in srpt_queue_response
Aditya Pakki
2020-01-03
1
-2
/
+0
*
RDMA/srpt: Report the SCSI residual to the initiator
Bart Van Assche
2019-11-13
1
-0
/
+24
*
Revert "RDMA/srpt: Postpone HCA removal until after configfs directory removal"
Bart Van Assche
2019-11-06
1
-5
/
+1
*
RDMA/srpt: Fix TPG creation
Bart Van Assche
2019-10-28
1
-25
/
+52
*
RDMA/srpt: Postpone HCA removal until after configfs directory removal
Bart Van Assche
2019-10-04
1
-1
/
+4
*
RDMA/srpt: Make the code for handling port identities more systematic
Bart Van Assche
2019-10-04
1
-24
/
+40
*
RDMA/srpt: Rework the code that waits until an RDMA port is no longer in use
Bart Van Assche
2019-10-04
1
-21
/
+21
*
RDMA/srpt: Rework the approach for closing an RDMA channel
Bart Van Assche
2019-10-04
1
-23
/
+7
*
RDMA/srpt: Improve a debug message
Bart Van Assche
2019-10-04
1
-1
/
+2
*
RDMA/srpt: Fix handling of iWARP logins
Bart Van Assche
2019-10-04
1
-1
/
+2
*
RDMA/srpt: Fix handling of SR-IOV and iWARP ports
Bart Van Assche
2019-10-04
1
-22
/
+19
*
rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors
Chuck Lever
2019-08-05
1
-2
/
+2
*
scsi: RDMA/srpt: Fix a credit leak for aborted commands
Bart Van Assche
2019-02-04
1
-0
/
+11
*
scsi: RDMA/srpt: Rework I/O context allocation
Bart Van Assche
2019-02-04
1
-28
/
+19
*
scsi: RDMA/srpt: Fix handling of TMF submission failure
Bart Van Assche
2019-02-04
1
-3
/
+1
*
scsi: RDMA/srpt: Fix handling of command / TMF submission failure
Bart Van Assche
2019-02-04
1
-5
/
+4
*
scsi: target/core: Remove the write_pending_status() callback function
Bart Van Assche
2019-02-04
1
-9
/
+0
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-12-28
1
-83
/
+200
|
\
|
*
RDMA/srpt: Use kmem_cache_free() instead of kfree()
Wei Yongjun
2018-12-22
1
-1
/
+1
|
*
RDMA: Mark if destroy address handle is in a sleepable context
Gal Pressman
2018-12-19
1
-2
/
+2
|
*
RDMA/srpt: Add support for immediate data
Bart Van Assche
2018-12-19
1
-45
/
+160
|
*
RDMA/srpt: Rework the srpt_alloc_srq() error path
Bart Van Assche
2018-12-19
1
-4
/
+6
|
*
RDMA/srpt: Remove driver version and release date
Bart Van Assche
2018-12-19
1
-5
/
+2
|
*
RDMA/srpt: Join split strings
Bart Van Assche
2018-12-19
1
-17
/
+12
|
*
RDMA/srpt: Improve coding style conformance
Bart Van Assche
2018-12-19
1
-5
/
+5
|
*
RDMA/srpt: Fix a use-after-free in the channel release code
Bart Van Assche
2018-12-19
1
-5
/
+13
|
*
IB/srpt: Drop pointless static qualifier in srpt_make_tpg()
Yue Haibing
2018-11-21
1
-1
/
+1
*
|
scsi: target: replace fabric_ops.name with fabric_alias
David Disseldorp
2018-11-28
1
-1
/
+0
*
|
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
David Disseldorp
2018-11-28
1
-6
/
+1
|
/
*
RDMA/ulp: Use dev_name instead of ibdev->name
Jason Gunthorpe
2018-09-26
1
-12
/
+14
*
IB/srp: Remove unnecessary unlikely()
Igor Stoppa
2018-09-05
1
-1
/
+1
*
Merge branch 'linus/master' into rdma.git for-next
Jason Gunthorpe
2018-08-16
1
-7
/
+4
|
\
|
*
scsi: target: srp, vscsi, sbp, qla: use target_remove_session
Mike Christie
2018-08-02
1
-2
/
+1
|
*
scsi: target: rename target_alloc_session
Mike Christie
2018-08-02
1
-3
/
+3
|
*
scsi: target: Remove second argument from fabric_make_tpg()
Bart Van Assche
2018-07-02
1
-2
/
+0
*
|
RDMA/cma: Constify path record, ib_cm_event, listen_id pointers
Parav Pandit
2018-07-30
1
-2
/
+3
*
|
IB/srpt: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
2018-07-24
1
-9
/
+8
[next]