summaryrefslogtreecommitdiffstats
path: root/sys/dev/iscsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix LUN discovery for targets that don't support REPORT_LUNS, brokentrasz2014-09-171-1/+6
* Make sure we handle less than zero timeouts in iSCSI initiator and targettrasz2014-09-101-2/+12
* Use proper include paths in kernel iSCSI code.trasz2014-08-213-7/+7
* Make the iSCSI stack use __FBSDID() properly.trasz2014-08-213-3/+9
* Fix potential double free that could happen after connection error.trasz2014-07-281-1/+4
* Add XPT_ABORT support to iSCSI initiator.mav2014-07-081-23/+138
* Make XPT_GET_TRAN_SETTINGS to report CAM that command queueing is enabled,mav2014-07-071-18/+36
* Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects.mav2014-07-063-6/+13
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-282-11/+0
* Revert r267961, r267973:gjb2014-06-272-0/+11
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-272-11/+0
* Implement redirection handling in initiator.trasz2014-06-182-13/+71
* Close the race in older code, that caused connection stuck after r264348.mav2014-04-161-7/+11
* Make it possible for the initiator side to operate in both proxytrasz2014-04-162-12/+24
* Fix typo.trasz2014-04-161-1/+1
* Add kern.iscsi.fail_on_disconnection; this is required for gmultipathtrasz2014-04-161-63/+65
* Remove useless debug.trasz2014-04-161-1/+0
* Be more strict with locking for is_waiting_for_iscsid variable.trasz2014-04-161-1/+4
* Get rid of ISCSIDCLOSE; it wasn't used and is redundant anyway,trasz2014-04-162-31/+0
* Properly pass the initiator address when running in proxy mode.trasz2014-04-162-4/+7
* Properly identify target portal when running in proxy mode. While here,trasz2014-04-162-16/+21
* Add some stuff to make it easier to figure out for the system administratortrasz2014-04-161-0/+4
* Remove unused val argument value from SYSCTL_INT() calls.mav2014-04-112-10/+10
* Improve use of socket buffer upcalls.mav2014-04-111-6/+21
* Remove hack to pass STAILQ to a function and do it properly instead.trasz2014-04-051-3/+4
OpenPOWER on IntegriCloud