aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iscsi
Commit message (Expand)AuthorAgeFilesLines
* Move the ICL_CONN_*LOCK* macros to <dev/iscsi/icl.h>.John Baldwin2021-11-052-5/+5
* Further refine the ExpDataSN checks for SCSI Response PDUs.John Baldwin2021-10-261-8/+32
* iscsi: Validate DataSN values in Data-In PDUs in the initiator.John Baldwin2021-08-242-1/+21
* iscsi: Teach the iSCSI stack about "large" received PDUs.John Baldwin2021-08-181-0/+8
* iSCSI: Add support for segmentation offload for hardware offloads.John Baldwin2021-08-062-4/+12
* iscsi: Remove icl_soft-only fields from struct icl_conn.John Baldwin2021-08-052-110/+128
* cam: fix xpt_bus_register and xpt_bus_deregister return errnoWarner Losh2021-06-281-2/+1
* Consistently use the SOCKBUF_MTX() and SOCK_MTX() macrosMark Johnston2021-06-141-1/+1
* iscsi: Move the maximum data segment limits into 'struct icl_conn'.John Baldwin2021-05-204-28/+30
* iscsi: Kick threads out of iscsi_ioctl() during unload.John Baldwin2021-04-122-0/+12
* Move ic_check_send_space clear to the actual check.Alexander Motin2021-03-031-1/+1
* Restore condition removed in df3747c6607b.Alexander Motin2021-03-031-1/+2
* Replace STAILQ_SWAP() with simpler STAILQ_CONCAT().Alexander Motin2021-03-021-7/+4
* Fix initiator panic after 6895f89fe54e.Alexander Motin2021-03-021-2/+4
* Optimize TX coalescing by keeping pointer to last mbuf.Alexander Motin2021-03-021-4/+6
* Coalesce socket reads in software iSCSI.Alexander Motin2021-02-221-169/+89
* iscsi: Mark iSCSI CAM sims as non-pollable.John Baldwin2021-02-111-9/+1
* Make DataSN counter of solicited Data-Out local.Alexander Motin2021-02-022-6/+5
* Make software iSCSI more configurable.Alexander Motin2021-01-282-22/+25
* Exclude reserved iSCSI Initiator Task Tag.Alexander Motin2021-01-241-0/+5
* Remove FirstBurstLength limit for software iSCSI.Alexander Motin2021-01-211-1/+1
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-2810-10/+0
* Introduce support of SCSI Command Priority.Alexander Motin2020-10-251-0/+5
* Add network QoS support for PCP to iscsi initiator.Richard Scheffenegger2020-10-241-1/+2
* Negotiate iSCSIProtocolLevel of 2 (RFC 7144) in initiator.Alexander Motin2020-10-224-4/+9
* If the SIM freezes the queue at exactly the wrong moment, afterEdward Tomasz Napierala2020-10-181-2/+13
* Add DSCP support for network QoS to iscsi initiator.Richard Scheffenegger2020-10-091-1/+2
* iscsi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-6/+4
* Implement zero-copy iSCSI target transmission/read.Alexander Motin2020-06-084-40/+136
* Do not try to fill socket send buffer to the last byte.Alexander Motin2020-05-221-1/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (1 of many)Pawel Biernacki2020-02-152-2/+4
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-0/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+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