aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iscsi/icl.h
Commit message (Expand)AuthorAgeFilesLines
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* Implement zero-copy iSCSI target transmission/read.Alexander Motin2020-06-081-3/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make the iSCSI parameter negotiation more flexible.Navdeep Parhar2016-08-251-3/+11
* Add mechanism for choosing iSER-capable ICL modules.Edward Tomasz Napierala2016-05-241-4/+4
* Provide a way for ICL modules to declare they support PIM_UNMAPPED.Edward Tomasz Napierala2016-05-211-0/+1
* Pass maxtags value to the ICL module. iSER needs it.Edward Tomasz Napierala2016-05-211-0/+1
* Rename icl_proxy.c to icl_soft_proxy.c, to make it clear it's a partEdward Tomasz Napierala2016-05-171-1/+2
* Add icl_conn_connect() ICL method, required for iSER.Edward Tomasz Napierala2016-05-171-9/+5
* Make ICL_KERNEL_PROXY compilable.Edward Tomasz Napierala2016-05-171-17/+0
* Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v)Edward Tomasz Napierala2015-02-051-0/+1
* Add kobj interface between ICL and the rest of the iSCSI stack.Edward Tomasz Napierala2015-01-311-12/+34
* s/icl_pdu_new_bhs/icl_pdu_new/; no functional changes, just a littleEdward Tomasz Napierala2014-11-031-1/+1
* Make iSCSI connection close somewhat less aggressive.Alexander Motin2014-10-091-1/+0
* Properly pass the initiator address when running in proxy mode.Edward Tomasz Napierala2014-04-161-2/+4
* Properly identify target portal when running in proxy mode. While here,Edward Tomasz Napierala2014-04-161-8/+10
* Rework the iSCSI PDU transmit code to avoid lock contention and coalesceEdward Tomasz Napierala2014-04-041-0/+1
* We don't need TAILQ for iSCSI PDUs; STAILQ is enough.Edward Tomasz Napierala2014-04-041-2/+2
* Instead of "icltx" and "iclrx", use thread names with prefix from upperEdward Tomasz Napierala2014-04-011-1/+2
* Get rid of ICL lock; use upper-layer (initiator or target) lock instead.Edward Tomasz Napierala2014-04-011-2/+2
* Move the ic_outstanding_count under #ifdef DIAGNOSTIC.Edward Tomasz Napierala2014-03-251-0/+2
* Bring in the new iSCSI target and initiator.Edward Tomasz Napierala2013-09-141-0/+151