freebsd-dev/sys/dev/iscsi
Navdeep Parhar 1e86840331 MFP r291227, r291228, and r292618.
r291227:
s/is->is_conn/ic to shorten things a bit.

r291228:
Do not generate PDUs with payload greater than max_data_segment_length.

It is perhaps preferable to have a separate limit for send instead of
reusing the receive limit.  I'll discuss with trasz@ and mav@ before
pulling this into head.

r292618:
Add comment to go with r291228.
2015-12-24 02:35:59 +00:00
..
icl_conn_if.m Remove icl_conn_connected(); was unused. 2015-04-04 22:11:38 +00:00
icl_proxy.c Use proper include paths in kernel iSCSI code. 2014-08-21 16:08:17 +00:00
icl_soft.c Close some potential races around socket start/close. 2015-05-15 13:36:50 +00:00
icl_wrappers.h Remove icl_conn_connected(); was unused. 2015-04-04 22:11:38 +00:00
icl.c Make output of "iscsictl -v" and "ctladm islist -v" a little prettier 2015-02-08 10:58:25 +00:00
icl.h Add a field to struct icl_conn for per-connection offload driver state. 2015-03-11 05:54:14 +00:00
iscsi_ioctl.h Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v) 2015-02-05 06:37:59 +00:00
iscsi_proto.h Missed addition to r278098. 2015-02-02 16:06:23 +00:00
iscsi.c MFP r291227, r291228, and r292618. 2015-12-24 02:35:59 +00:00
iscsi.h Extend ICL to add receive offload methods. For software ICL backend 2015-02-08 19:15:14 +00:00