aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iscsi
Commit message (Expand)AuthorAgeFilesLines
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-251-1/+1
* mbuf: Don't force all M_EXTPG mbufs to be read-onlyJohn Baldwin2024-10-311-1/+1
* iscsi: Check for copyout errors in iscsi_ioctl_daemon_receive()Mark Johnston2023-12-261-4/+4
* sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff2023-11-301-6/+4
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-274-4/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* iscsi: adjust shutdown_pre_sync handlerMitchell Horne2023-11-231-2/+4
* shutdown: audit shutdown_post_sync event callbacksMitchell Horne2023-11-231-3/+5
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-129-9/+9
* Suppress possible unused variable warning for icl_soft.cDimitry Andric2022-07-271-1/+1
* Fix unused variable warning in icl_soft.cDimitry Andric2022-07-241-3/+14
* iscsi: Fetch limits based on a socket rather than assuming global limits.John Baldwin2022-04-185-28/+106
* isci(4): Remove a double word in an error messageGordon Bergling2022-04-031-1/+1
* icl_soft: Use PHYS_TO_DMAP instead of pmap_map_io_transient.John Baldwin2022-03-111-14/+2
* iscsi: Support unmapped I/O requests in the default initiator.John Baldwin2022-03-101-11/+199
* iscsi: Handle unmapped I/O requests.John Baldwin2022-03-103-3/+75
* iscsi: Use ICL_NOCOPY for SCSI command immediate data and R2T.John Baldwin2022-03-101-2/+3
* iscsi: per-session timeouts and rapid teardown of session on reconnectRichard Scheffenegger2022-02-253-5/+43
* iscsi: Use calloutng instead of ticks in iscsi initiatorRichard Scheffenegger2022-02-152-3/+12
* iscsi: address unused-but-set-variable warningRichard Scheffenegger2022-02-121-5/+1
* iscsi: Fix missing is_lock unlock after cam_simq_alloc() failedKa Ho Ng2022-01-211-0/+1
* iscsi: Pass the request PDU to icl_conn_transfer_setup().John Baldwin2022-01-043-5/+6
* 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