summaryrefslogtreecommitdiffstats
path: root/sys/dev/iscsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Slightly polish iSCSI parameters negotiation.mav2014-12-191-0/+4
* Make sequence numbers checks more strict.mav2014-12-172-21/+31
* For both iSCSI initiator and target increase socket buffer sizes beforemav2014-11-221-0/+2
* Fix use-after-free introduced in r274843.mav2014-11-221-41/+45
* Move icl_pdu_get_data() and xpt_done() out of initiator's session lock.mav2014-11-221-14/+27
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-121-1/+1
* s/icl_pdu_new_bhs/icl_pdu_new/; no functional changes, just a littletrasz2014-11-033-9/+9
* s/icl_pdu_new/icl_pdu_new_empty/g; no functional changes.trasz2014-11-031-3/+3
* When removing an iSCSI session, check whether all conditions match,trasz2014-10-161-10/+8
* Make iSCSI connection close somewhat less aggressive.mav2014-10-093-24/+5
* Remove one second wait for threads exit from icl_conn_close().mav2014-10-081-5/+3
OpenPOWER on IntegriCloud