| Commit message (Expand) | Author | Age | Files | Lines |
| * | [SERVER] iscsi: Replace int8 with uint8, remove unused login flags | Simon Rettberg | 2025-12-09 | 1 | -54/+18 |
| * | [SERVER] iscsi: Fix handling of reason_code in logout request | Simon Rettberg | 2025-12-09 | 1 | -1/+3 |
| * | [SERVER] iscsi: Remove unused defines, move session into connection | Simon Rettberg | 2025-12-09 | 1 | -948/+11 |
| * | [SERVER] iscsi: Make iscsi_task stack-allocated | Simon Rettberg | 2025-12-09 | 1 | -2/+2 |
| * | [SERVER] iscsi: Overhaul sending of SCSI response, and DATA-In loop | Simon Rettberg | 2025-12-09 | 1 | -3/+0 |
| * | [SERVER] iscsi: Reply OK to any task management function | Simon Rettberg | 2025-12-09 | 1 | -0/+199 |
| * | [SERVER] iscsi: Remove unused functions & casts, turn [0] into [] | Simon Rettberg | 2025-12-09 | 1 | -170/+33 |
| * | [SERVER] iscsi: Rename constant to reflect it means LOGICAL block size | Simon Rettberg | 2025-12-09 | 1 | -1/+1 |
| * | [SERVER] iscsi: Unify usage of length and position variables | Simon Rettberg | 2025-12-09 | 1 | -221/+8 |
| * | [SERVER] iscsi: Refactor receive function and PDU handling | Simon Rettberg | 2025-12-09 | 1 | -83/+46 |
| * | [SERVER] iscsi: Honor global _shutdown | Simon Rettberg | 2025-12-09 | 1 | -3/+0 |
| * | [SERVER] iscsi: Fix crashes | Simon Rettberg | 2025-12-09 | 1 | -7/+7 |
| * | [SERVER] iscsi: use sendfile() | Simon Rettberg | 2025-12-09 | 1 | -2/+2 |
| * | [SERVER] iscsi refactor: First working version | Simon Rettberg | 2025-12-09 | 1 | -7451/+1852 |
| * | [SERVER] iscsi: Implement relaying requests to uplink servers | Simon Rettberg | 2025-12-09 | 1 | -3/+9 |
| * | [SERVER] iscsi: Hook into net.c, text response handling, more features: | Sebastian Vater | 2025-12-09 | 1 | -477/+5832 |
| * | [SERVER] iscsi: Finish login handling, add NOP-In/Out handling | Sebastian Vater | 2025-12-09 | 1 | -36/+143 |
| * | [SERVER] iscsi: Implement receive loop, add a lot of new iSCSI structures | Sebastian Vater | 2025-12-09 | 1 | -39/+807 |
| * | [SERVER] iscsi: Add a lot of Doxygen comments, some general additions | Sebastian Vater | 2025-12-09 | 1 | -2605/+5320 |
| * | doxygen: Add initial config and gitlab runner job | Simon Rettberg | 2025-12-09 | 1 | -0/+9 |
| * | [SERVER] iscsi: Initial commit, WIP | Sebastian Vater | 2025-12-09 | 1 | -0/+2956 |