summaryrefslogtreecommitdiff
path: root/sys/dev/iscsi/iscsi.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* iscsi: Validate DataSN values in Data-In PDUs in the initiator.John Baldwin2021-11-231-0/+1
* iscsi: Move the maximum data segment limits into 'struct icl_conn'.John Baldwin2021-10-291-2/+0
* iscsi: Kick threads out of iscsi_ioctl() during unload.John Baldwin2021-04-261-0/+1
* Make DataSN counter of solicited Data-Out local.Alexander Motin2021-03-041-1/+1
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* Negotiate iSCSIProtocolLevel of 2 (RFC 7144) in initiator.Alexander Motin2020-10-221-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make the iSCSI parameter negotiation more flexible.Navdeep Parhar2016-08-251-3/+4
* Remove stray semicolons from the iSCSI code.Edward Tomasz Napierala2016-02-101-1/+1
* Close iSCSI sessions on shutdownSteven Hartland2016-01-111-1/+2
* Extend ICL to add receive offload methods. For software ICL backendEdward Tomasz Napierala2015-02-081-0/+1
* Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects.Alexander Motin2014-07-061-0/+1
* We don't need TAILQ for iSCSI PDUs; STAILQ is enough.Edward Tomasz Napierala2014-04-041-1/+1
* Bring in the new iSCSI target and initiator.Edward Tomasz Napierala2013-09-141-0/+135