| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistently use 'unsigned int' for session IDs. | trasz | 2016-06-09 | 1 | -3/+3 |
* | Add some spares to structs used by iscsi(4), to avoid ABI problems | trasz | 2016-06-09 | 1 | -6/+8 |
* | Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v" | trasz | 2016-06-05 | 2 | -1/+4 |
* | Add "iscsictl -e". Among other things, it makes it possible to perform | trasz | 2016-05-31 | 2 | -5/+24 |
* | Add a special case for iSER data tranfers. | trasz | 2016-05-26 | 1 | -0/+17 |
* | Add kern.icl.iser_offloads sysctl. | trasz | 2016-05-24 | 1 | -1/+8 |
* | Rename kern.icl.drivers to kern.icl.offloads, for consistency. | trasz | 2016-05-24 | 1 | -5/+5 |
* | Add mechanism for choosing iSER-capable ICL modules. | trasz | 2016-05-24 | 4 | -27/+56 |
* | Properly reset session state when using proxy and fail_on_disconnection=1. | trasz | 2016-05-21 | 1 | -0/+4 |
* | Provide a way for ICL modules to declare they support PIM_UNMAPPED. | trasz | 2016-05-21 | 3 | -0/+10 |
* | Pass maxtags value to the ICL module. iSER needs it. | trasz | 2016-05-21 | 2 | -2/+4 |
* | Call the ICL module's handoff method even when using ICL proxy. | trasz | 2016-05-20 | 2 | -14/+27 |
* | Make ICL proxy use kernel code for handling iSCSI sequence numbers | trasz | 2016-05-19 | 1 | -5/+3 |
* | Make it possible to interrupt proxy-mode iscsid receive. | trasz | 2016-05-19 | 1 | -2/+8 |
* | Rename icl_proxy.c to icl_soft_proxy.c, to make it clear it's a part | trasz | 2016-05-17 | 2 | -1/+2 |
* | Make iscsi_ioctl_daemon_send() actually work by adding missing locking. | trasz | 2016-05-17 | 1 | -0/+2 |
* | Add icl_conn_connect() ICL method, required for iSER. | trasz | 2016-05-17 | 7 | -27/+52 |
* | Extend the ICL interface to include the PDU pointer in the task_setup | trasz | 2016-05-17 | 4 | -10/+12 |
* | Make ICL_KERNEL_PROXY compilable. | trasz | 2016-05-17 | 2 | -47/+15 |
* | dev/iscsi: minor spelling fixes. | pfg | 2016-05-03 | 1 | -2/+2 |
* | Fix iSCSI initiator crash that could happen with out-of-memory | trasz | 2016-03-25 | 1 | -0/+1 |
* | Add lock assertion. | trasz | 2016-03-18 | 1 | -0/+2 |
* | Add a kern.icl.drivers sysctl, to retrieve the list of registered | trasz | 2016-02-10 | 1 | -2/+32 |
* | Remove stray semicolons from the iSCSI code. | trasz | 2016-02-10 | 1 | -1/+1 |
* | Close iSCSI sessions on shutdown | smh | 2016-01-11 | 2 | -29/+73 |
* | MFP r291227, r291228, and r292618. | np | 2015-12-24 | 1 | -6/+14 |
* | Fix panic on shutdown due to iscsi event priority | smh | 2015-12-07 | 1 | -1/+1 |
* | Rework the way iSCSI initiator handles system shutdown. This fixes | trasz | 2015-08-03 | 1 | -10/+17 |
* | Close some potential races around socket start/close. | mav | 2015-05-15 | 1 | -44/+44 |
* | Remove icl_conn_connected(); was unused. | trasz | 2015-04-04 | 3 | -31/+0 |
* | Extend ICL to add receive offload methods. For software ICL backend | trasz | 2015-02-08 | 5 | -30/+135 |
* | Make output of "iscsictl -v" and "ctladm islist -v" a little prettier | trasz | 2015-02-08 | 2 | -2/+2 |
* | Tidy up; no functional changes. | trasz | 2015-02-07 | 1 | -17/+8 |
* | Don't call callout_drain() with iscsi mutex held; this fixes a warning | trasz | 2015-02-05 | 1 | -4/+6 |
* | Fix error handling. | trasz | 2015-02-05 | 1 | -2/+4 |
* | Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v) | trasz | 2015-02-05 | 4 | -8/+37 |
* | Missed addition to r278098. | mav | 2015-02-02 | 1 | -1/+2 |
* | Add some fields and constants from RFC7144. | mav | 2015-02-02 | 1 | -1/+14 |
* | Use proper module name in MODULE_VERSION(). | trasz | 2015-01-31 | 1 | -1/+1 |
* | Drop unneeded include. | trasz | 2015-01-31 | 1 | -1/+0 |
* | Add two files missed in r277963. | trasz | 2015-01-31 | 2 | -0/+203 |
* | Add kobj interface between ICL and the rest of the iSCSI stack. | trasz | 2015-01-31 | 4 | -1332/+1677 |
* | Slightly polish iSCSI parameters negotiation. | mav | 2014-12-19 | 1 | -0/+4 |
* | Make sequence numbers checks more strict. | mav | 2014-12-17 | 2 | -21/+31 |
* | For both iSCSI initiator and target increase socket buffer sizes before | mav | 2014-11-22 | 1 | -0/+2 |
* | Fix use-after-free introduced in r274843. | mav | 2014-11-22 | 1 | -41/+45 |
* | Move icl_pdu_get_data() and xpt_done() out of initiator's session lock. | mav | 2014-11-22 | 1 | -14/+27 |
* | In preparation of merging projects/sendfile, transform bare access to | glebius | 2014-11-12 | 1 | -1/+1 |
* | s/icl_pdu_new_bhs/icl_pdu_new/; no functional changes, just a little | trasz | 2014-11-03 | 3 | -9/+9 |
* | s/icl_pdu_new/icl_pdu_new_empty/g; no functional changes. | trasz | 2014-11-03 | 1 | -3/+3 |