summaryrefslogtreecommitdiff
path: root/sys/dev/iscsi
AgeCommit message (Expand)Author
2024-10-31mbuf: Don't force all M_EXTPG mbufs to be read-onlyJohn Baldwin
2023-12-25iscsi: Check for copyout errors in iscsi_ioctl_daemon_receive()Mark Johnston
2023-11-30sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-11-23iscsi: adjust shutdown_pre_sync handlerMitchell Horne
2023-11-23shutdown: audit shutdown_post_sync event callbacksMitchell Horne
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-07-27Suppress possible unused variable warning for icl_soft.cDimitry Andric
2022-07-25Fix unused variable warning in icl_soft.cDimitry Andric
2022-04-18iscsi: Fetch limits based on a socket rather than assuming global limits.John Baldwin
2022-04-03isci(4): Remove a double word in an error messageGordon Bergling
2022-03-10icl_soft: Use PHYS_TO_DMAP instead of pmap_map_io_transient.John Baldwin
2022-03-10iscsi: Support unmapped I/O requests in the default initiator.John Baldwin
2022-03-10iscsi: Handle unmapped I/O requests.John Baldwin
2022-03-10iscsi: Use ICL_NOCOPY for SCSI command immediate data and R2T.John Baldwin
2022-02-25iscsi: per-session timeouts and rapid teardown of session on reconnectRichard Scheffenegger
2022-02-15iscsi: Use calloutng instead of ticks in iscsi initiatorRichard Scheffenegger
2022-02-12iscsi: address unused-but-set-variable warningRichard Scheffenegger
2022-01-21iscsi: Fix missing is_lock unlock after cam_simq_alloc() failedKa Ho Ng
2022-01-04iscsi: Pass the request PDU to icl_conn_transfer_setup().John Baldwin
2021-11-05Move the ICL_CONN_*LOCK* macros to <dev/iscsi/icl.h>.John Baldwin
2021-10-26Further refine the ExpDataSN checks for SCSI Response PDUs.John Baldwin
2021-08-24iscsi: Validate DataSN values in Data-In PDUs in the initiator.John Baldwin
2021-08-18iscsi: Teach the iSCSI stack about "large" received PDUs.John Baldwin
2021-08-06iSCSI: Add support for segmentation offload for hardware offloads.John Baldwin
2021-08-05iscsi: Remove icl_soft-only fields from struct icl_conn.John Baldwin
2021-06-28cam: fix xpt_bus_register and xpt_bus_deregister return errnoWarner Losh
2021-06-14Consistently use the SOCKBUF_MTX() and SOCK_MTX() macrosMark Johnston
2021-05-20iscsi: Move the maximum data segment limits into 'struct icl_conn'.John Baldwin
2021-04-12iscsi: Kick threads out of iscsi_ioctl() during unload.John Baldwin
2021-03-03Move ic_check_send_space clear to the actual check.Alexander Motin
2021-03-03Restore condition removed in df3747c6607b.Alexander Motin
2021-03-02Replace STAILQ_SWAP() with simpler STAILQ_CONCAT().Alexander Motin
2021-03-02Fix initiator panic after 6895f89fe54e.Alexander Motin
2021-03-01Optimize TX coalescing by keeping pointer to last mbuf.Alexander Motin
2021-02-22Coalesce socket reads in software iSCSI.Alexander Motin
2021-02-11iscsi: Mark iSCSI CAM sims as non-pollable.John Baldwin
2021-02-02Make DataSN counter of solicited Data-Out local.Alexander Motin
2021-01-28Make software iSCSI more configurable.Alexander Motin
2021-01-24Exclude reserved iSCSI Initiator Task Tag.Alexander Motin
2021-01-20Remove FirstBurstLength limit for software iSCSI.Alexander Motin
2021-01-12Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-10-28Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala
2020-10-25Introduce support of SCSI Command Priority.Alexander Motin
2020-10-24Add network QoS support for PCP to iscsi initiator.Richard Scheffenegger