aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iscsi/icl_soft.c
Commit message (Expand)AuthorAgeFilesLines
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* iscsi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Implement zero-copy iSCSI target transmission/read.Alexander Motin2020-06-081-37/+107
* Do not try to fill socket send buffer to the last byte.Alexander Motin2020-05-221-1/+2
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-0/+1
* Add SPDX tags to iscsi(4).Edward Tomasz Napierala2018-01-241-0/+2
* Move the DIAGNOSTIC check for lost iSCSI PDUs from icl_conn_close()Edward Tomasz Napierala2017-12-091-5/+5
* Make sure the iSCSI I/O limits are set properly so that the ISCSIDSEND IOCTLHans Petter Selasky2017-11-231-0/+3
* Inline some trivial wrapper functions.Alexander Motin2017-03-021-64/+26
* Fix handling of negative sbspace() return values.Alexander Motin2017-02-151-3/+3
* Directly call m_gethdr() instead of m_getm2() for BHS.Alexander Motin2017-02-141-2/+2
* Temporary attach AHS to BHS to calculate header digest.Alexander Motin2017-02-141-3/+3
* Do not rely on data alignment after m_pullup().Alexander Motin2017-02-141-35/+44
* Remove M_PKTHDR from m_getm2() in icl_pdu_append_data().Alexander Motin2017-02-131-1/+1
* Make the iSCSI parameter negotiation more flexible.Navdeep Parhar2016-08-251-2/+2
* Add mechanism for choosing iSER-capable ICL modules.Edward Tomasz Napierala2016-05-241-2/+15
* Provide a way for ICL modules to declare they support PIM_UNMAPPED.Edward Tomasz Napierala2016-05-211-0/+1
* Call the ICL module's handoff method even when using ICL proxy.Edward Tomasz Napierala2016-05-201-0/+17
* Add icl_conn_connect() ICL method, required for iSER.Edward Tomasz Napierala2016-05-171-1/+16
* Extend the ICL interface to include the PDU pointer in the task_setupEdward Tomasz Napierala2016-05-171-2/+2
* dev/iscsi: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* Close some potential races around socket start/close.Alexander Motin2015-05-151-44/+44
* Remove icl_conn_connected(); was unused.Edward Tomasz Napierala2015-04-041-20/+0
* Extend ICL to add receive offload methods. For software ICL backendEdward Tomasz Napierala2015-02-081-0/+34
* Make output of "iscsictl -v" and "ctladm islist -v" a little prettierEdward Tomasz Napierala2015-02-081-1/+1
* Tidy up; no functional changes.Edward Tomasz Napierala2015-02-071-17/+8
* Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v)Edward Tomasz Napierala2015-02-051-0/+1
* Use proper module name in MODULE_VERSION().Edward Tomasz Napierala2015-01-311-1/+1
* Add kobj interface between ICL and the rest of the iSCSI stack.Edward Tomasz Napierala2015-01-311-0/+1537