index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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
*
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
*
|
IB/srpt: Fix srpt_cm_req_recv() error path (2/2)
Bart Van Assche
2018-07-13
1
-1
/
+4
*
|
IB/srpt: Fix srpt_cm_req_recv() error path (1/2)
Bart Van Assche
2018-07-13
1
-3
/
+14
*
|
ib_srpt: use kvmalloc to allocate ring pointers
Jan Dakinevich
2018-07-10
1
-3
/
+3
*
|
ib_srpt: Fix a use-after-free in __srpt_close_all_ch()
Bart Van Assche
2018-07-03
1
-2
/
+2
*
|
ib_srpt: Fix a use-after-free in srpt_close_ch()
Bart Van Assche
2018-07-03
1
-2
/
+1
*
|
IB/srpt: Support HCAs with more than two ports
Bart Van Assche
2018-06-29
1
-3
/
+2
*
|
IB/core: add max_send_sge and max_recv_sge attributes
Steve Wise
2018-06-18
1
-2
/
+4
*
|
IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gid
Parav Pandit
2018-06-18
1
-2
/
+1
|
/
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-1
/
+1
*
drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4
Andrew Morton
2018-03-14
1
-1
/
+2
*
IB/srpt: Add RDMA/CM support
Bart Van Assche
2018-03-07
1
-62
/
+318
*
IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()
Bart Van Assche
2018-03-06
1
-6
/
+9
*
RDMA/srpt: Fix RCU debug build error
Leon Romanovsky
2018-01-25
1
-2
/
+0
*
IB/srpt: Move the code for parsing struct ib_cm_req_event_param
Bart Van Assche
2018-01-18
1
-19
/
+30
*
IB/srpt: Preparations for adding RDMA/CM support
Bart Van Assche
2018-01-18
1
-16
/
+16
*
IB/srpt: Don't allow reordering of commands on wait list
Bart Van Assche
2018-01-18
1
-35
/
+47
*
IB/srpt: Fix a race condition related to wait list processing
Bart Van Assche
2018-01-18
1
-5
/
+7
*
IB/srpt: Fix login-related race conditions
Bart Van Assche
2018-01-18
1
-84
/
+111
*
IB/srpt: Log all zero-length writes and completions
Bart Van Assche
2018-01-18
1
-2
/
+6
*
IB/srpt: Simplify srpt_close_session()
Bart Van Assche
2018-01-18
1
-15
/
+4
*
IB/srpt: Rework multi-channel support
Bart Van Assche
2018-01-18
1
-51
/
+135
*
IB/srpt: Use the source GID as session name
Bart Van Assche
2018-01-18
1
-5
/
+6
*
IB/srpt: One target per port
Bart Van Assche
2018-01-18
1
-46
/
+52
*
IB/srpt: Add P_Key support
Bart Van Assche
2018-01-18
1
-3
/
+11
*
IB/srpt: Rework srpt_disconnect_ch_sync()
Bart Van Assche
2018-01-18
1
-22
/
+23
*
IB/srpt: Make it safe to use RCU for srpt_device.rch_list
Bart Van Assche
2018-01-18
1
-3
/
+10
*
IB/srpt: Micro-optimize I/O context state manipulation
Bart Van Assche
2018-01-08
1
-15
/
+1
*
IB/srpt: Inline srpt_get_cmd_state()
Bart Van Assche
2018-01-08
1
-20
/
+3
*
IB/srpt: Introduce srpt_format_guid()
Bart Van Assche
2018-01-08
1
-11
/
+13
*
IB/srpt: Reduce frequency of receive failure messages
Bart Van Assche
2018-01-08
1
-2
/
+2
[next]