| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix LUN discovery for targets that don't support REPORT_LUNS, broken | trasz | 2014-09-17 | 1 | -1/+6 |
* | Make sure we handle less than zero timeouts in iSCSI initiator and target | trasz | 2014-09-10 | 1 | -2/+12 |
* | Use proper include paths in kernel iSCSI code. | trasz | 2014-08-21 | 3 | -7/+7 |
* | Make the iSCSI stack use __FBSDID() properly. | trasz | 2014-08-21 | 3 | -3/+9 |
* | Fix potential double free that could happen after connection error. | trasz | 2014-07-28 | 1 | -1/+4 |
* | Add XPT_ABORT support to iSCSI initiator. | mav | 2014-07-08 | 1 | -23/+138 |
* | Make XPT_GET_TRAN_SETTINGS to report CAM that command queueing is enabled, | mav | 2014-07-07 | 1 | -18/+36 |
* | Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects. | mav | 2014-07-06 | 3 | -6/+13 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 2 | -11/+0 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 2 | -0/+11 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 2 | -11/+0 |
* | Implement redirection handling in initiator. | trasz | 2014-06-18 | 2 | -13/+71 |
* | Close the race in older code, that caused connection stuck after r264348. | mav | 2014-04-16 | 1 | -7/+11 |
* | Make it possible for the initiator side to operate in both proxy | trasz | 2014-04-16 | 2 | -12/+24 |
* | Fix typo. | trasz | 2014-04-16 | 1 | -1/+1 |
* | Add kern.iscsi.fail_on_disconnection; this is required for gmultipath | trasz | 2014-04-16 | 1 | -63/+65 |
* | Remove useless debug. | trasz | 2014-04-16 | 1 | -1/+0 |
* | Be more strict with locking for is_waiting_for_iscsid variable. | trasz | 2014-04-16 | 1 | -1/+4 |
* | Get rid of ISCSIDCLOSE; it wasn't used and is redundant anyway, | trasz | 2014-04-16 | 2 | -31/+0 |
* | Properly pass the initiator address when running in proxy mode. | trasz | 2014-04-16 | 2 | -4/+7 |
* | Properly identify target portal when running in proxy mode. While here, | trasz | 2014-04-16 | 2 | -16/+21 |
* | Add some stuff to make it easier to figure out for the system administrator | trasz | 2014-04-16 | 1 | -0/+4 |
* | Remove unused val argument value from SYSCTL_INT() calls. | mav | 2014-04-11 | 2 | -10/+10 |
* | Improve use of socket buffer upcalls. | mav | 2014-04-11 | 1 | -6/+21 |
* | Remove hack to pass STAILQ to a function and do it properly instead. | trasz | 2014-04-05 | 1 | -3/+4 |
* | Rework the iSCSI PDU transmit code to avoid lock contention and coalesce | trasz | 2014-04-04 | 2 | -37/+169 |
* | All the iSCSI sysctls are also tunables; advertise that. | trasz | 2014-04-04 | 2 | -9/+9 |
* | We don't need TAILQ for iSCSI PDUs; STAILQ is enough. | trasz | 2014-04-04 | 4 | -27/+27 |
* | Fix build, broken by r264025. | trasz | 2014-04-02 | 1 | -2/+2 |
* | Enable a KASSERT. | trasz | 2014-04-01 | 1 | -4/+1 |
* | Get rid of the "autoscaling", instead just set socket buffer sizes | trasz | 2014-04-01 | 1 | -11/+29 |
* | Instead of "icltx" and "iclrx", use thread names with prefix from upper | trasz | 2014-04-01 | 3 | -5/+9 |
* | Get rid of ICL lock; use upper-layer (initiator or target) lock instead. | trasz | 2014-04-01 | 3 | -13/+20 |
* | Move the ic_outstanding_count under #ifdef DIAGNOSTIC. | trasz | 2014-03-25 | 2 | -0/+10 |
* | Fix harmless warning after reconnecting a session and not doing anything | trasz | 2014-03-25 | 1 | -2/+2 |
* | Use newly added extended LUN support in CAM. | trasz | 2014-03-25 | 1 | -40/+5 |
* | Use a less unusual syntax in debug printfs. | trasz | 2014-03-25 | 2 | -24/+34 |
* | Update kernel inclusions of capability.h to use capsicum.h instead; some | rwatson | 2014-03-16 | 2 | -2/+2 |
* | Fix a rare "truncated checksums" problem, which manifested like this: | trasz | 2014-01-07 | 1 | -2/+2 |
* | Fix extremely slow operation with data digests enabled. This was caused | trasz | 2013-12-30 | 1 | -2/+2 |
* | Properly refuse handoff requests on already connected sessions. Previously | trasz | 2013-12-10 | 1 | -0/+12 |
* | Fix hang on reboot with active iSCSI connections. | trasz | 2013-12-01 | 1 | -3/+5 |
* | Don't spin with mutex hold when there is not enough room in the send socket | trasz | 2013-10-24 | 1 | -14/+12 |
* | Properly handle residual count in Data-In PDUs with S bit set. | trasz | 2013-10-09 | 1 | -12/+33 |
* | Be extra paranoid with values obtained from the target. | trasz | 2013-10-09 | 1 | -8/+26 |
* | Fail connection upon receiving too large data segment. | trasz | 2013-10-09 | 1 | -0/+1 |
* | Fix NOP-In/NOP-Out payload handling. Previous way didn't work at all; fortun... | trasz | 2013-10-09 | 1 | -6/+36 |
* | Don't leak memory when removing an unconnected session, and remove useless | trasz | 2013-10-04 | 2 | -3/+4 |
* | As it turns out, when MOD_LOAD handler returns error, kernel calls MOD_UNLOAD | trasz | 2013-09-24 | 1 | -11/+7 |
* | Don't use M_WAITOK when running from context where sleeping is prohibited, | trasz | 2013-09-23 | 1 | -1/+5 |