| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add icl_conn_connect() ICL method, required for iSER. | Edward Tomasz Napierala | 2016-05-17 | 7 | -27/+52 |
| * | Extend the ICL interface to include the PDU pointer in the task_setup | Edward Tomasz Napierala | 2016-05-17 | 4 | -10/+12 |
| * | Make ICL_KERNEL_PROXY compilable. | Edward Tomasz Napierala | 2016-05-17 | 2 | -46/+14 |
| * | dev/iscsi: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -2/+2 |
| * | Fix iSCSI initiator crash that could happen with out-of-memory | Edward Tomasz Napierala | 2016-03-25 | 1 | -0/+1 |
| * | Add lock assertion. | Edward Tomasz Napierala | 2016-03-18 | 1 | -0/+2 |
| * | Add a kern.icl.drivers sysctl, to retrieve the list of registered | Edward Tomasz Napierala | 2016-02-10 | 1 | -2/+32 |
| * | Remove stray semicolons from the iSCSI code. | Edward Tomasz Napierala | 2016-02-10 | 1 | -1/+1 |
| * | Close iSCSI sessions on shutdown | Steven Hartland | 2016-01-11 | 2 | -29/+73 |
| * | MFP r291227, r291228, and r292618. | Navdeep Parhar | 2015-12-24 | 1 | -6/+14 |
| |\ |
|
| | * | Add comment to go with r291228. | Navdeep Parhar | 2015-12-22 | 1 | -0/+5 |
| | * | Do not generate PDUs with payload greater than max_data_segment_length. | Navdeep Parhar | 2015-11-24 | 1 | -1/+2 |
| | * | s/is->is_conn/ic to shorten things a bit. | Navdeep Parhar | 2015-11-24 | 1 | -5/+7 |
| | * | Catch up with head, primarily for the 1.14.4.0 firmware. | Navdeep Parhar | 2015-08-13 | 1 | -10/+17 |
| | |\ |
|
| | * \ | Catch up with HEAD (r280229-r284686). | Navdeep Parhar | 2015-06-22 | 3 | -75/+44 |
| | |\ \ |
|
| | * | | | Add a field to struct icl_conn for per-connection offload driver state. | Navdeep Parhar | 2015-03-11 | 1 | -0/+1 |
| | * | | | Initial drop of the hardare accelerated iSCSI driver. | Navdeep Parhar | 2015-02-10 | 1 | -0/+1 |
| * | | | | Fix panic on shutdown due to iscsi event priority | Steven Hartland | 2015-12-07 | 1 | -1/+1 |
| | |_|/
|/| | |
|
| * | | | Rework the way iSCSI initiator handles system shutdown. This fixes | Edward Tomasz Napierala | 2015-08-03 | 1 | -10/+17 |
| | |/
|/| |
|
| * | | Close some potential races around socket start/close. | Alexander Motin | 2015-05-15 | 1 | -44/+44 |
| * | | Remove icl_conn_connected(); was unused. | Edward Tomasz Napierala | 2015-04-04 | 3 | -31/+0 |
| |/ |
|
| * | 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 |