aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iscsi
Commit message (Expand)AuthorAgeFilesLines
* Make software iSCSI more configurable.Alexander Motin2021-03-152-22/+25
* Move ic_check_send_space clear to the actual check.Alexander Motin2021-03-151-1/+1
* Restore condition removed in df3747c6607b.Alexander Motin2021-03-151-1/+2
* Replace STAILQ_SWAP() with simpler STAILQ_CONCAT().Alexander Motin2021-03-151-7/+4
* Fix initiator panic after 6895f89fe54e.Alexander Motin2021-03-151-2/+4
* Optimize TX coalescing by keeping pointer to last mbuf.Alexander Motin2021-03-151-4/+6
* Coalesce socket reads in software iSCSI.Alexander Motin2021-03-151-169/+89
* Make DataSN counter of solicited Data-Out local.Alexander Motin2021-03-042-6/+5
* Exclude reserved iSCSI Initiator Task Tag.Alexander Motin2021-02-231-0/+5
* Remove FirstBurstLength limit for software iSCSI.Alexander Motin2021-02-041-1/+1
* MFC r367044: Introduce support of SCSI Command Priority.Alexander Motin2020-11-241-0/+5
* MFC r366953: Negotiate iSCSIProtocolLevel of 2 (RFC 7144) in initiator.Alexander Motin2020-11-214-4/+9
* MFC r366573: Add DSCP support for network QoS to iscsi initiator.Richard Scheffenegger2020-10-241-1/+2
* MFC 361400: Do not try to fill socket send buffer to the last byte.Alexander Motin2020-06-021-1/+2
* Fix typo in a warning message.Edward Tomasz Napierala2018-03-141-2/+2
* Check for duplicates when modifying an iSCSI session. Previously we didEdward Tomasz Napierala2018-03-101-1/+30
* Add SPDX tags to iscsi(4).Edward Tomasz Napierala2018-01-243-0/+6
* Move the DIAGNOSTIC check for lost iSCSI PDUs from icl_conn_close()Edward Tomasz Napierala2017-12-091-5/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* Make sure the iSCSI I/O limits are set properly so that the ISCSIDSEND IOCTLHans Petter Selasky2017-11-232-0/+15
* iscsi_shutdown_post: do nothing if panic-ingAndriy Gapon2017-10-241-2/+4
* never retry oustanding requests when terminating iscsi sessionAndriy Gapon2017-10-171-10/+7
* iscsi: do not hold the global lock while tearing down a sessionAndriy Gapon2017-10-171-2/+2
* Listening sockets improvements.Gleb Smirnoff2017-06-081-51/+19
* Inline some trivial wrapper functions.Alexander Motin2017-03-021-64/+26
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Freeze CAM SIM when request is postponed due to MaxCmdSN.Alexander Motin2017-02-171-5/+10
* Fix tight loop spinning on postponed requests.Alexander Motin2017-02-171-6/+6
* Fix handling of negative sbspace() return values.Alexander Motin2017-02-151-3/+3
* Directly call m_gethdr() instead of m_getm2() for BHS.Alexander Motin2017-02-141-2/+2
* Temporary attach AHS to BHS to calculate header digest.Alexander Motin2017-02-141-3/+3
* Do not rely on data alignment after m_pullup().Alexander Motin2017-02-141-35/+44
* Remove M_PKTHDR from m_getm2() in icl_pdu_append_data().Alexander Motin2017-02-131-1/+1
* Fix send/recv limit mixup.Navdeep Parhar2016-09-051-1/+1
* Make the iSCSI parameter negotiation more flexible.Navdeep Parhar2016-08-256-38/+92
* Consistently use 'unsigned int' for session IDs.Edward Tomasz Napierala2016-06-091-3/+3
* Add some spares to structs used by iscsi(4), to avoid ABI problemsEdward Tomasz Napierala2016-06-091-6/+8
* Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"Edward Tomasz Napierala2016-06-052-1/+4
* Add "iscsictl -e". Among other things, it makes it possible to performEdward Tomasz Napierala2016-05-312-5/+24
* Add a special case for iSER data tranfers.Edward Tomasz Napierala2016-05-261-0/+17
* Add kern.icl.iser_offloads sysctl.Edward Tomasz Napierala2016-05-241-1/+8
* Rename kern.icl.drivers to kern.icl.offloads, for consistency.Edward Tomasz Napierala2016-05-241-5/+5
* Add mechanism for choosing iSER-capable ICL modules.Edward Tomasz Napierala2016-05-244-27/+56
* Properly reset session state when using proxy and fail_on_disconnection=1.Edward Tomasz Napierala2016-05-211-0/+4
* Provide a way for ICL modules to declare they support PIM_UNMAPPED.Edward Tomasz Napierala2016-05-213-0/+10
* Pass maxtags value to the ICL module. iSER needs it.Edward Tomasz Napierala2016-05-212-2/+4
* Call the ICL module's handoff method even when using ICL proxy.Edward Tomasz Napierala2016-05-202-14/+27
* Make ICL proxy use kernel code for handling iSCSI sequence numbersEdward Tomasz Napierala2016-05-191-5/+3
* Make it possible to interrupt proxy-mode iscsid receive.Edward Tomasz Napierala2016-05-191-2/+8
* Rename icl_proxy.c to icl_soft_proxy.c, to make it clear it's a partEdward Tomasz Napierala2016-05-172-1/+2