aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iscsi
Commit message (Expand)AuthorAgeFilesLines
* Extend ICL to add receive offload methods. For software ICL backendEdward Tomasz Napierala2015-02-085-30/+135
* Make output of "iscsictl -v" and "ctladm islist -v" a little prettierEdward Tomasz Napierala2015-02-082-2/+2
* Tidy up; no functional changes.Edward Tomasz Napierala2015-02-071-17/+8
* Don't call callout_drain() with iscsi mutex held; this fixes a warningEdward Tomasz Napierala2015-02-051-4/+6
* Fix error handling.Edward Tomasz Napierala2015-02-051-2/+4
* Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v)Edward Tomasz Napierala2015-02-054-8/+37
* Missed addition to r278098.Alexander Motin2015-02-021-1/+2
* Add some fields and constants from RFC7144.Alexander Motin2015-02-021-1/+14
* Use proper module name in MODULE_VERSION().Edward Tomasz Napierala2015-01-311-1/+1
* Drop unneeded include.Edward Tomasz Napierala2015-01-311-1/+0
* Add two files missed in r277963.Edward Tomasz Napierala2015-01-312-0/+203
* Add kobj interface between ICL and the rest of the iSCSI stack.Edward Tomasz Napierala2015-01-314-1332/+1677
* Slightly polish iSCSI parameters negotiation.Alexander Motin2014-12-191-0/+4
* Make sequence numbers checks more strict.Alexander Motin2014-12-172-21/+31
* For both iSCSI initiator and target increase socket buffer sizes beforeAlexander Motin2014-11-221-0/+2
* Fix use-after-free introduced in r274843.Alexander Motin2014-11-221-41/+45
* Move icl_pdu_get_data() and xpt_done() out of initiator's session lock.Alexander Motin2014-11-221-14/+27
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-121-1/+1
* s/icl_pdu_new_bhs/icl_pdu_new/; no functional changes, just a littleEdward Tomasz Napierala2014-11-033-9/+9
* s/icl_pdu_new/icl_pdu_new_empty/g; no functional changes.Edward Tomasz Napierala2014-11-031-3/+3
* When removing an iSCSI session, check whether all conditions match,Edward Tomasz Napierala2014-10-161-10/+8
* Make iSCSI connection close somewhat less aggressive.Alexander Motin2014-10-093-24/+5
* Remove one second wait for threads exit from icl_conn_close().Alexander Motin2014-10-081-5/+3
* Fix LUN discovery for targets that don't support REPORT_LUNS, brokenEdward Tomasz Napierala2014-09-171-1/+6
* Make sure we handle less than zero timeouts in iSCSI initiator and targetEdward Tomasz Napierala2014-09-101-2/+12
* Use proper include paths in kernel iSCSI code.Edward Tomasz Napierala2014-08-213-7/+7
* Make the iSCSI stack use __FBSDID() properly.Edward Tomasz Napierala2014-08-213-3/+9
* Fix potential double free that could happen after connection error.Edward Tomasz Napierala2014-07-281-1/+4
* Add XPT_ABORT support to iSCSI initiator.Alexander Motin2014-07-081-23/+138
* Make XPT_GET_TRAN_SETTINGS to report CAM that command queueing is enabled,Alexander Motin2014-07-071-18/+36
* Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects.Alexander Motin2014-07-063-6/+13
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-11/+0
* Revert r267961, r267973:Glen Barber2014-06-272-0/+11
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-11/+0
* Implement redirection handling in initiator.Edward Tomasz Napierala2014-06-182-13/+71
* Close the race in older code, that caused connection stuck after r264348.Alexander Motin2014-04-161-7/+11
* Make it possible for the initiator side to operate in both proxyEdward Tomasz Napierala2014-04-162-12/+24
* Fix typo.Edward Tomasz Napierala2014-04-161-1/+1
* Add kern.iscsi.fail_on_disconnection; this is required for gmultipathEdward Tomasz Napierala2014-04-161-63/+65
* Remove useless debug.Edward Tomasz Napierala2014-04-161-1/+0
* Be more strict with locking for is_waiting_for_iscsid variable.Edward Tomasz Napierala2014-04-161-1/+4
* Get rid of ISCSIDCLOSE; it wasn't used and is redundant anyway,Edward Tomasz Napierala2014-04-162-31/+0
* Properly pass the initiator address when running in proxy mode.Edward Tomasz Napierala2014-04-162-4/+7
* Properly identify target portal when running in proxy mode. While here,Edward Tomasz Napierala2014-04-162-16/+21
* Add some stuff to make it easier to figure out for the system administratorEdward Tomasz Napierala2014-04-161-0/+4
* Remove unused val argument value from SYSCTL_INT() calls.Alexander Motin2014-04-112-10/+10
* Improve use of socket buffer upcalls.Alexander Motin2014-04-111-6/+21
* Remove hack to pass STAILQ to a function and do it properly instead.Edward Tomasz Napierala2014-04-051-3/+4
* Rework the iSCSI PDU transmit code to avoid lock contention and coalesceEdward Tomasz Napierala2014-04-042-37/+169
* All the iSCSI sysctls are also tunables; advertise that.Edward Tomasz Napierala2014-04-042-9/+9