summaryrefslogtreecommitdiffstats
path: root/sys/dev/iscsi
Commit message (Expand)AuthorAgeFilesLines
* MFC r314555: Inline some trivial wrapper functions.mav2017-03-161-64/+26
* MFC r313852: Freeze CAM SIM when request is postponed due to MaxCmdSN.mav2017-03-031-5/+10
* MFC r313851: Fix tight loop spinning on postponed requests.mav2017-03-031-6/+6
* MFC r313779: Fix handling of negative sbspace() return values.mav2017-03-011-3/+3
* MFC r313739: Directly call m_gethdr() instead of m_getm2() for BHS.mav2017-02-281-2/+2
* MFC r313731: Do not rely on data alignment after m_pullup().mav2017-02-281-35/+44
* MFC r313738: Temporary attach AHS to BHS to calculate header digest.mav2017-02-281-3/+3
* MFC r313707: Remove M_PKTHDR from m_getm2() in icl_pdu_append_data().mav2017-02-271-1/+1
* Consistently use 'unsigned int' for session IDs.trasz2016-06-091-3/+3
* Add some spares to structs used by iscsi(4), to avoid ABI problemstrasz2016-06-091-6/+8
* Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"trasz2016-06-052-1/+4
* Add "iscsictl -e". Among other things, it makes it possible to performtrasz2016-05-312-5/+24
* Add a special case for iSER data tranfers.trasz2016-05-261-0/+17
* Add kern.icl.iser_offloads sysctl.trasz2016-05-241-1/+8
* Rename kern.icl.drivers to kern.icl.offloads, for consistency.trasz2016-05-241-5/+5
* Add mechanism for choosing iSER-capable ICL modules.trasz2016-05-244-27/+56
* Properly reset session state when using proxy and fail_on_disconnection=1.trasz2016-05-211-0/+4
* Provide a way for ICL modules to declare they support PIM_UNMAPPED.trasz2016-05-213-0/+10
* Pass maxtags value to the ICL module. iSER needs it.trasz2016-05-212-2/+4
* Call the ICL module's handoff method even when using ICL proxy.trasz2016-05-202-14/+27
* Make ICL proxy use kernel code for handling iSCSI sequence numberstrasz2016-05-191-5/+3
* Make it possible to interrupt proxy-mode iscsid receive.trasz2016-05-191-2/+8
* Rename icl_proxy.c to icl_soft_proxy.c, to make it clear it's a parttrasz2016-05-172-1/+2
* Make iscsi_ioctl_daemon_send() actually work by adding missing locking.trasz2016-05-171-0/+2
* Add icl_conn_connect() ICL method, required for iSER.trasz2016-05-177-27/+52
* Extend the ICL interface to include the PDU pointer in the task_setuptrasz2016-05-174-10/+12
* Make ICL_KERNEL_PROXY compilable.trasz2016-05-172-47/+15
* dev/iscsi: minor spelling fixes.pfg2016-05-031-2/+2
* Fix iSCSI initiator crash that could happen with out-of-memorytrasz2016-03-251-0/+1
* Add lock assertion.trasz2016-03-181-0/+2
* Add a kern.icl.drivers sysctl, to retrieve the list of registeredtrasz2016-02-101-2/+32
* Remove stray semicolons from the iSCSI code.trasz2016-02-101-1/+1
* Close iSCSI sessions on shutdownsmh2016-01-112-29/+73
* MFP r291227, r291228, and r292618.np2015-12-241-6/+14
* Fix panic on shutdown due to iscsi event prioritysmh2015-12-071-1/+1
* Rework the way iSCSI initiator handles system shutdown. This fixestrasz2015-08-031-10/+17
* Close some potential races around socket start/close.mav2015-05-151-44/+44
* Remove icl_conn_connected(); was unused.trasz2015-04-043-31/+0
* Extend ICL to add receive offload methods. For software ICL backendtrasz2015-02-085-30/+135
* Make output of "iscsictl -v" and "ctladm islist -v" a little prettiertrasz2015-02-082-2/+2
* Tidy up; no functional changes.trasz2015-02-071-17/+8
* Don't call callout_drain() with iscsi mutex held; this fixes a warningtrasz2015-02-051-4/+6
* Fix error handling.trasz2015-02-051-2/+4
* Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v)trasz2015-02-054-8/+37
* Missed addition to r278098.mav2015-02-021-1/+2
* Add some fields and constants from RFC7144.mav2015-02-021-1/+14
* Use proper module name in MODULE_VERSION().trasz2015-01-311-1/+1
* Drop unneeded include.trasz2015-01-311-1/+0
* Add two files missed in r277963.trasz2015-01-312-0/+203
* Add kobj interface between ICL and the rest of the iSCSI stack.trasz2015-01-314-1332/+1677
OpenPOWER on IntegriCloud