summaryrefslogtreecommitdiff
path: root/sys/dev/iscsi
Commit message (Expand)AuthorAgeFilesLines
* MFC r330937:Edward Tomasz Napierala2018-04-161-2/+2
* MFC r330740:Edward Tomasz Napierala2018-04-161-1/+30
* MFC r326730:Edward Tomasz Napierala2018-04-161-5/+5
* MFC r328341:Edward Tomasz Napierala2018-04-163-0/+6
* Revert r330897:Eitan Adler2018-03-296-12/+0
* Partial merge of the SPDX changesEitan Adler2018-03-146-0/+12
* MFC r324957: iscsi_shutdown_post: do nothing if panic-ingAndriy Gapon2017-10-311-2/+4
* MFC r324694: never retry oustanding requests when terminating iscsi sessionAndriy Gapon2017-10-311-10/+7
* MFC r324689: iscsi: do not hold the global lock while tearing down a sessionAndriy Gapon2017-10-311-2/+2
* MFC r314555: Inline some trivial wrapper functions.Alexander Motin2017-03-161-64/+26
* MFC r313852: Freeze CAM SIM when request is postponed due to MaxCmdSN.Alexander Motin2017-03-031-5/+10
* MFC r313851: Fix tight loop spinning on postponed requests.Alexander Motin2017-03-031-6/+6
* MFC r313779: Fix handling of negative sbspace() return values.Alexander Motin2017-03-011-3/+3
* MFC r313739: Directly call m_gethdr() instead of m_getm2() for BHS.Alexander Motin2017-02-281-2/+2
* MFC r313731: Do not rely on data alignment after m_pullup().Alexander Motin2017-02-281-35/+44
* MFC r313738: Temporary attach AHS to BHS to calculate header digest.Alexander Motin2017-02-281-3/+3
* MFC r313707: Remove M_PKTHDR from m_getm2() in icl_pdu_append_data().Alexander Motin2017-02-271-1/+1
* 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
* Make iscsi_ioctl_daemon_send() actually work by adding missing locking.Edward Tomasz Napierala2016-05-171-0/+2
* Add icl_conn_connect() ICL method, required for iSER.Edward Tomasz Napierala2016-05-177-27/+52
* Extend the ICL interface to include the PDU pointer in the task_setupEdward Tomasz Napierala2016-05-174-10/+12
* Make ICL_KERNEL_PROXY compilable.Edward Tomasz Napierala2016-05-172-46/+14
* dev/iscsi: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* Fix iSCSI initiator crash that could happen with out-of-memoryEdward Tomasz Napierala2016-03-251-0/+1
* Add lock assertion.Edward Tomasz Napierala2016-03-181-0/+2
* Add a kern.icl.drivers sysctl, to retrieve the list of registeredEdward Tomasz Napierala2016-02-101-2/+32
* Remove stray semicolons from the iSCSI code.Edward Tomasz Napierala2016-02-101-1/+1
* Close iSCSI sessions on shutdownSteven Hartland2016-01-112-29/+73
* MFP r291227, r291228, and r292618.Navdeep Parhar2015-12-241-6/+14
|\
| * Add comment to go with r291228.Navdeep Parhar2015-12-221-0/+5
| * Do not generate PDUs with payload greater than max_data_segment_length.Navdeep Parhar2015-11-241-1/+2
| * s/is->is_conn/ic to shorten things a bit.Navdeep Parhar2015-11-241-5/+7
| * Catch up with head, primarily for the 1.14.4.0 firmware.Navdeep Parhar2015-08-131-10/+17
| |\
| * \ Catch up with HEAD (r280229-r284686).Navdeep Parhar2015-06-223-75/+44
| |\ \
| * | | Add a field to struct icl_conn for per-connection offload driver state.Navdeep Parhar2015-03-111-0/+1
| * | | Initial drop of the hardare accelerated iSCSI driver.Navdeep Parhar2015-02-101-0/+1