| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Finished most of iSCSI data transfer task management, also done more code ref... | Sebastian Vater | 2025-09-03 | 2 | -404/+1662 |
| * | Implemented lots of iSCSI SCSI INQUIRY opcode related stuff, also did some co... | Sebastian Vater | 2025-08-29 | 2 | -121/+1339 |
| * | Added iSCSI opcode immediate flag to header file to make code more readable a... | Sebastian Vater | 2025-08-26 | 2 | -12/+15 |
| * | iSCSI Code refactoring and simplification. Finally, removed obselete iSCSI PD... | Sebastian Vater | 2025-08-26 | 2 | -184/+197 |
| * | Fixed remaining bugs preventing successful iSCSI login phase. Also added basi... | Sebastian Vater | 2025-08-26 | 2 | -123/+537 |
| * | Implemented missing actual reading payload data PDU. Finally fixed most bugs ... | Sebastian Vater | 2025-08-22 | 2 | -69/+120 |
| * | Added portal group for iSCSI on DNBD3 connection init. | Sebastian Vater | 2025-08-22 | 1 | -3/+36 |
| * | Implemented sending iSCSI Ready To Transfer (R2T) packet data. Also added ver... | Sebastian Vater | 2025-08-21 | 2 | -34/+908 |
| * | Mostly implemented iSCSI text response handling. Finally, fixed some smaller ... | Sebastian Vater | 2025-08-20 | 2 | -51/+312 |
| * | Added iSCSI handling to main server and network handling code and also creati... | Sebastian Vater | 2025-08-19 | 4 | -8/+178 |
| * | Added iSCSI NOP-In and NOP-Out implementation for keep alive. Also increased ... | Sebastian Vater | 2025-08-19 | 2 | -34/+130 |
| * | Finished iSCSI login handling. Also fixed some bugs and simplified certain st... | Sebastian Vater | 2025-08-18 | 2 | -187/+297 |
| * | Some bug fixes, improvements in data structures and finally more login negoti... | Sebastian Vater | 2025-08-15 | 2 | -64/+362 |
| * | Implemented iSCSI global vector init and destruction. Also more complete logi... | Sebastian Vater | 2025-08-14 | 2 | -106/+789 |
| * | Added graphviz package for creating call and caller function graphs for doxyg... | Sebastian Vater | 2025-08-13 | 1 | -1/+1 |
| * | Fixed various iSCSI implementation bugs and almost completed login phase. Fin... | Sebastian Vater | 2025-08-13 | 2 | -195/+1259 |
| * | Implemented more login stuff and basic data payload handling. Also fixed some... | Sebastian Vater | 2025-08-08 | 2 | -57/+718 |
| * | Implemented main loop of handling incoming iSCSI header packet data. Also add... | Sebastian Vater | 2025-08-07 | 2 | -74/+2185 |
| * | Removed static iSCSI functions from header file and added CRC32C lookup table... | Sebastian Vater | 2025-08-01 | 2 | -5/+3 |
| * | Added basic formatting for of iSCSI header and implementation file for doxyge... | Sebastian Vater | 2025-08-01 | 2 | -346/+534 |
| * | Finished conversion of iSCSI header file comments to doxygen style (just anot... | Sebastian Vater | 2025-08-01 | 1 | -1/+9 |
| * | Finished conversion of iSCSI header file comments to doxygen style (another m... | Sebastian Vater | 2025-08-01 | 1 | -4/+10 |
| * | Finished conversion of iSCSI header file comments to doxygen style (missing o... | Sebastian Vater | 2025-08-01 | 1 | -41/+53 |
| * | Finished of conversion of iSCSI header file comments to doxygen style. | Sebastian Vater | 2025-08-01 | 1 | -253/+544 |
| * | Small fixes in iSCSI packet validation and mostly finished of conversion of i... | Sebastian Vater | 2025-07-31 | 2 | -1643/+3154 |
| * | Fixed iSCSI implementation doxygen stuff and beginning of conversion of iSCSI... | Sebastian Vater | 2025-07-30 | 3 | -701/+1391 |
| * | Fixed some iSCSI packet header definitions, also added other iSCSI protocol c... | Sebastian Vater | 2025-07-30 | 2 | -58/+162 |
| * | Fixed some typos in iSCSI doxygen documentation. Also added iSCSI text key=pa... | Sebastian Vater | 2025-07-29 | 2 | -2/+199 |
| * | doxygen: Fix path | Simon Rettberg | 2025-07-29 | 1 | -1/+1 |
| * | doxygen: Add initial config and gitlab runner job | Simon Rettberg | 2025-07-29 | 2 | -0/+81 |
| * | iSCSI Hash map now resizes at 75% load capacity. Added basic text key and val... | Sebastian Vater | 2025-07-29 | 2 | -19/+517 |
| * | Added initial capacity parameter for iSCSI hash map creation. Also mostly fin... | Sebastian Vater | 2025-07-25 | 2 | -77/+206 |
| * | Resize hash map after half capacity load instead full in order to avoid bucke... | Sebastian Vater | 2025-07-25 | 2 | -11/+23 |
| * | Made fast hashing a little bit more readable and fixed address increment for ... | Sebastian Vater | 2025-07-24 | 2 | -4/+5 |
| * | Fixed some typos and changed header digest CRC32C functions to store the resu... | Sebastian Vater | 2025-07-24 | 2 | -25/+757 |
| * | Adapted code conventions to expected style. Also added CRC32C calculation. Fi... | Sebastian Vater | 2025-07-23 | 2 | -91/+224 |
| * | Implemented basic iSCSI packet creation, destruction, AHS packet counting, in... | Sebastian Vater | 2025-07-22 | 2 | -8/+395 |
| * | Added little endian to big endian conversion macros using optimized assembly ... | Sebastian Vater | 2025-07-16 | 3 | -2/+52 |
| * | Added missing remaining login related text keys in iscsi.h. | Sebastian Vater | 2025-07-11 | 1 | -0/+54 |
| * | Added most login related text keys and fixed a few typos in iscsi.h. | Sebastian Vater | 2025-07-10 | 1 | -2/+869 |
| * | Added logout, SNACK and reject ISCSI protocol specifications to header file a... | Sebastian Vater | 2025-07-09 | 1 | -16/+389 |
| * | Removed accidental else if clause in server/net.c causing compile failure. Al... | Sebastian Vater | 2025-07-08 | 2 | -24/+491 |
| * | Added iSCSI async message packet to iscsi header file. | Sebastian Vater | 2025-07-07 | 1 | -3/+120 |
| * | Initial commit. Some small code fixups and partial iscsi header file. | Sebastian Vater | 2025-07-07 | 7 | -29/+798 |
| * | [KERNEL] Add CentOS 9.6 support | Simon Rettberg | 2025-06-25 | 1 | -3/+6 |
| * | github: switch to rocky vault for RHEL kernels, add 9.5 and 9.6 | Michael | 2025-06-25 | 1 | -6/+14 |
| * | [KERNEL] Fix linter complaints | Simon Rettberg | 2025-04-15 | 2 | -10/+21 |
| * | [KERNEL] Check if reply size matches request | Simon Rettberg | 2025-04-15 | 1 | -13/+32 |
| * | README: Add curl-devel for CentOS-based requirements | Simon Rettberg | 2025-02-17 | 1 | -0/+1 |
| * | Update README/GH workflow for Kernel 6.12 | Simon Rettberg | 2024-12-19 | 2 | -1/+5 |