| Commit message (Expand) | Author | Age | Files | Lines |
| * | Drop "All rights reserved" from all my stuff. This includes | Edward Tomasz Napierala | 2020-10-28 | 1 | -1/+0 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (1 of many) | Pawel Biernacki | 2020-02-15 | 1 | -1/+2 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Make the iSCSI parameter negotiation more flexible. | Navdeep Parhar | 2016-08-25 | 1 | -4/+33 |
| * | Add kern.icl.iser_offloads sysctl. | Edward Tomasz Napierala | 2016-05-24 | 1 | -1/+8 |
| * | Rename kern.icl.drivers to kern.icl.offloads, for consistency. | Edward Tomasz Napierala | 2016-05-24 | 1 | -5/+5 |
| * | Add mechanism for choosing iSER-capable ICL modules. | Edward Tomasz Napierala | 2016-05-24 | 1 | -20/+35 |
| * | Add icl_conn_connect() ICL method, required for iSER. | Edward Tomasz Napierala | 2016-05-17 | 1 | -0/+1 |
| * | Add a kern.icl.drivers sysctl, to retrieve the list of registered | Edward Tomasz Napierala | 2016-02-10 | 1 | -2/+32 |
| * | Make output of "iscsictl -v" and "ctladm islist -v" a little prettier | Edward Tomasz Napierala | 2015-02-08 | 1 | -1/+1 |
| * | Add kobj interface between ICL and the rest of the iSCSI stack. | Edward Tomasz Napierala | 2015-01-31 | 1 | -1319/+104 |
| * | For both iSCSI initiator and target increase socket buffer sizes before | Alexander Motin | 2014-11-22 | 1 | -0/+2 |
| * | 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 | 1 | -1/+1 |
| * | s/icl_pdu_new/icl_pdu_new_empty/g; no functional changes. | Edward Tomasz Napierala | 2014-11-03 | 1 | -3/+3 |
| * | Make iSCSI connection close somewhat less aggressive. | Alexander Motin | 2014-10-09 | 1 | -22/+5 |
| * | Remove one second wait for threads exit from icl_conn_close(). | Alexander Motin | 2014-10-08 | 1 | -5/+3 |
| * | Use proper include paths in kernel iSCSI code. | Edward Tomasz Napierala | 2014-08-21 | 1 | -2/+2 |
| * | Make the iSCSI stack use __FBSDID() properly. | Edward Tomasz Napierala | 2014-08-21 | 1 | -1/+3 |
| * | Fix potential double free that could happen after connection error. | Edward Tomasz Napierala | 2014-07-28 | 1 | -1/+4 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -5/+0 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -0/+5 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -5/+0 |
| * | Close the race in older code, that caused connection stuck after r264348. | Alexander Motin | 2014-04-16 | 1 | -7/+11 |
| * | Fix typo. | Edward Tomasz Napierala | 2014-04-16 | 1 | -1/+1 |
| * | Remove unused val argument value from SYSCTL_INT() calls. | Alexander Motin | 2014-04-11 | 1 | -5/+5 |
| * | 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 | 1 | -37/+168 |
| * | All the iSCSI sysctls are also tunables; advertise that. | Edward Tomasz Napierala | 2014-04-04 | 1 | -4/+4 |
| * | We don't need TAILQ for iSCSI PDUs; STAILQ is enough. | Edward Tomasz Napierala | 2014-04-04 | 1 | -9/+9 |
| * | Fix build, broken by r264025. | Edward Tomasz Napierala | 2014-04-02 | 1 | -2/+2 |
| * | Enable a KASSERT. | Edward Tomasz Napierala | 2014-04-01 | 1 | -4/+1 |
| * | Get rid of the "autoscaling", instead just set socket buffer sizes | Edward Tomasz Napierala | 2014-04-01 | 1 | -11/+29 |
| * | Instead of "icltx" and "iclrx", use thread names with prefix from upper | Edward Tomasz Napierala | 2014-04-01 | 1 | -3/+6 |
| * | Get rid of ICL lock; use upper-layer (initiator or target) lock instead. | Edward Tomasz Napierala | 2014-04-01 | 1 | -10/+17 |
| * | Move the ic_outstanding_count under #ifdef DIAGNOSTIC. | Edward Tomasz Napierala | 2014-03-25 | 1 | -0/+8 |
| * | Use a less unusual syntax in debug printfs. | Edward Tomasz Napierala | 2014-03-25 | 1 | -7/+10 |
| * | Update kernel inclusions of capability.h to use capsicum.h instead; some | Robert Watson | 2014-03-16 | 1 | -1/+1 |
| * | Fix a rare "truncated checksums" problem, which manifested like this: | Edward Tomasz Napierala | 2014-01-07 | 1 | -2/+2 |
| * | Fix extremely slow operation with data digests enabled. This was caused | Edward Tomasz Napierala | 2013-12-30 | 1 | -2/+2 |
| * | Don't spin with mutex hold when there is not enough room in the send socket | Edward Tomasz Napierala | 2013-10-24 | 1 | -14/+12 |
| * | Fail connection upon receiving too large data segment. | Edward Tomasz Napierala | 2013-10-09 | 1 | -0/+1 |
| * | Don't leak memory when removing an unconnected session, and remove useless | Edward Tomasz Napierala | 2013-10-04 | 1 | -2/+3 |
| * | Bring in the new iSCSI target and initiator. | Edward Tomasz Napierala | 2013-09-14 | 1 | -0/+1292 |