| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend ICL to add receive offload methods. For software ICL backend | Edward Tomasz Napierala | 2015-02-08 | 5 | -30/+135 |
* | Make output of "iscsictl -v" and "ctladm islist -v" a little prettier | Edward Tomasz Napierala | 2015-02-08 | 2 | -2/+2 |
* | Tidy up; no functional changes. | Edward Tomasz Napierala | 2015-02-07 | 1 | -17/+8 |
* | Don't call callout_drain() with iscsi mutex held; this fixes a warning | Edward Tomasz Napierala | 2015-02-05 | 1 | -4/+6 |
* | Fix error handling. | Edward Tomasz Napierala | 2015-02-05 | 1 | -2/+4 |
* | Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v) | Edward Tomasz Napierala | 2015-02-05 | 4 | -8/+37 |
* | Missed addition to r278098. | Alexander Motin | 2015-02-02 | 1 | -1/+2 |
* | Add some fields and constants from RFC7144. | Alexander Motin | 2015-02-02 | 1 | -1/+14 |
* | Use proper module name in MODULE_VERSION(). | Edward Tomasz Napierala | 2015-01-31 | 1 | -1/+1 |
* | Drop unneeded include. | Edward Tomasz Napierala | 2015-01-31 | 1 | -1/+0 |
* | Add two files missed in r277963. | Edward Tomasz Napierala | 2015-01-31 | 2 | -0/+203 |
* | Add kobj interface between ICL and the rest of the iSCSI stack. | Edward Tomasz Napierala | 2015-01-31 | 4 | -1332/+1677 |
* | Slightly polish iSCSI parameters negotiation. | Alexander Motin | 2014-12-19 | 1 | -0/+4 |
* | Make sequence numbers checks more strict. | Alexander Motin | 2014-12-17 | 2 | -21/+31 |
* | For both iSCSI initiator and target increase socket buffer sizes before | Alexander Motin | 2014-11-22 | 1 | -0/+2 |
* | Fix use-after-free introduced in r274843. | Alexander Motin | 2014-11-22 | 1 | -41/+45 |
* | Move icl_pdu_get_data() and xpt_done() out of initiator's session lock. | Alexander Motin | 2014-11-22 | 1 | -14/+27 |
* | In preparation of merging projects/sendfile, transform bare access to | Gleb Smirnoff | 2014-11-12 | 1 | -1/+1 |
* | s/icl_pdu_new_bhs/icl_pdu_new/; no functional changes, just a little | Edward Tomasz Napierala | 2014-11-03 | 3 | -9/+9 |
* | s/icl_pdu_new/icl_pdu_new_empty/g; no functional changes. | Edward Tomasz Napierala | 2014-11-03 | 1 | -3/+3 |
* | When removing an iSCSI session, check whether all conditions match, | Edward Tomasz Napierala | 2014-10-16 | 1 | -10/+8 |
* | Make iSCSI connection close somewhat less aggressive. | Alexander Motin | 2014-10-09 | 3 | -24/+5 |
* | Remove one second wait for threads exit from icl_conn_close(). | Alexander Motin | 2014-10-08 | 1 | -5/+3 |
* | Fix LUN discovery for targets that don't support REPORT_LUNS, broken | Edward Tomasz Napierala | 2014-09-17 | 1 | -1/+6 |
* | Make sure we handle less than zero timeouts in iSCSI initiator and target | Edward Tomasz Napierala | 2014-09-10 | 1 | -2/+12 |
* | Use proper include paths in kernel iSCSI code. | Edward Tomasz Napierala | 2014-08-21 | 3 | -7/+7 |
* | Make the iSCSI stack use __FBSDID() properly. | Edward Tomasz Napierala | 2014-08-21 | 3 | -3/+9 |
* | Fix potential double free that could happen after connection error. | Edward Tomasz Napierala | 2014-07-28 | 1 | -1/+4 |
* | Add XPT_ABORT support to iSCSI initiator. | Alexander Motin | 2014-07-08 | 1 | -23/+138 |
* | Make XPT_GET_TRAN_SETTINGS to report CAM that command queueing is enabled, | Alexander Motin | 2014-07-07 | 1 | -18/+36 |
* | Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects. | Alexander Motin | 2014-07-06 | 3 | -6/+13 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 2 | -11/+0 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 2 | -0/+11 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 2 | -11/+0 |
* | Implement redirection handling in initiator. | Edward Tomasz Napierala | 2014-06-18 | 2 | -13/+71 |
* | Close the race in older code, that caused connection stuck after r264348. | Alexander Motin | 2014-04-16 | 1 | -7/+11 |
* | Make it possible for the initiator side to operate in both proxy | Edward Tomasz Napierala | 2014-04-16 | 2 | -12/+24 |
* | Fix typo. | Edward Tomasz Napierala | 2014-04-16 | 1 | -1/+1 |
* | Add kern.iscsi.fail_on_disconnection; this is required for gmultipath | Edward Tomasz Napierala | 2014-04-16 | 1 | -63/+65 |
* | Remove useless debug. | Edward Tomasz Napierala | 2014-04-16 | 1 | -1/+0 |
* | Be more strict with locking for is_waiting_for_iscsid variable. | Edward Tomasz Napierala | 2014-04-16 | 1 | -1/+4 |
* | Get rid of ISCSIDCLOSE; it wasn't used and is redundant anyway, | Edward Tomasz Napierala | 2014-04-16 | 2 | -31/+0 |
* | Properly pass the initiator address when running in proxy mode. | Edward Tomasz Napierala | 2014-04-16 | 2 | -4/+7 |
* | Properly identify target portal when running in proxy mode. While here, | Edward Tomasz Napierala | 2014-04-16 | 2 | -16/+21 |
* | Add some stuff to make it easier to figure out for the system administrator | Edward Tomasz Napierala | 2014-04-16 | 1 | -0/+4 |
* | Remove unused val argument value from SYSCTL_INT() calls. | Alexander Motin | 2014-04-11 | 2 | -10/+10 |
* | Improve use of socket buffer upcalls. | Alexander Motin | 2014-04-11 | 1 | -6/+21 |
* | Remove hack to pass STAILQ to a function and do it properly instead. | Edward Tomasz Napierala | 2014-04-05 | 1 | -3/+4 |
* | Rework the iSCSI PDU transmit code to avoid lock contention and coalesce | Edward Tomasz Napierala | 2014-04-04 | 2 | -37/+169 |
* | All the iSCSI sysctls are also tunables; advertise that. | Edward Tomasz Napierala | 2014-04-04 | 2 | -9/+9 |