20 Commits

Author SHA1 Message Date
f0ddddefad - TCP option release added 2023-11-09 08:01:00 +01:00
b39f302a63 - TCP state cleanup added 2023-11-09 07:47:50 +01:00
66121960d7 - TCP auto-cleanup on close fixed 2023-11-09 07:36:54 +01:00
8ed6bc57ad - MemoryPool no more space bug fixed
- TCP client/server initial implementation
- TCPWindow reworked, now without MP
2023-11-05 17:06:31 +01:00
5fa42c0326 - Timer mutex bugs fixed (again...)
- IPRA bugs fixed
2023-11-04 21:52:38 +01:00
ae2c228bda - Clearing global state added
- IPRA timer debugging temporarily added
2023-11-04 20:58:55 +01:00
c165389369 - Timer checked, found no (obvious) bugs
- Dynmem mutex added
- IP reassembler fixed
- More explanation added in comments to the PacketSieve
2023-11-04 20:12:45 +01:00
0add109430 implicit type conversions fixed 2023-10-25 17:41:36 +02:00
ab8d45932f Timestamping and bunch of bugfix and optimization
- Timestamping management added
- Errors due to reading uninitialized data in ARP fixed
- EthInterface reworked, incoming packet notification and payload readout separated (through which fixing concurrent access problems)
- RX and TX offloads added
- Capability to add a packet sieve layer without prior registration of specific packet class added (this makes it possible to register arbitrary EtherType connection blocks, for example)
2023-04-27 09:38:26 +02:00
40d6417ae4 - ARP and ICMP double free bug fixed
- Memory leak caused by packet drop fixed
- MemoryPool warns about possible double free
2023-02-25 13:46:47 +01:00
ac5fc9c529 -IP reassembler added
-PcktSieve special return functionality added
-ARP multicast learning bug fixed
-include guards have been refactored
-Doxygen style tweaked
2023-02-04 11:04:26 +01:00
8676a392e5 - TCP basic implementation added
- TCPWindow added
- Checksum bug fixed (again)
- CBD introduced
- ConnBlock modified
- PackSieve report funtionality modified to decrease memory consumption
2023-01-30 11:04:46 +01:00
51696f7341 - MemoryPool allocation-deallocation bug fixed
- generic Queue implemented
- PacketRegistry allocation bug fixed
- TCP implementation initials
- ALIGN to type macros added
2023-01-17 08:19:29 +01:00
05288d7a3c - ARP cache auto lookup feature added
- IGMPv2 capabilities added (report membership, leave group)
- ICMP capabilities added (ping)
- Tx Message Queue added
2023-01-14 14:24:56 +01:00
923ac4caa4 * 2023-01-14 14:23:58 +01:00
0ae4bc9526 DHCP initially working; ARP basics OK; memory leaks handled 2022-12-19 18:12:33 +01:00
3efcde1c4b ARP learning works; ARP connblock basics 2022-12-15 08:37:53 +01:00
905b455bb3 ARP cache added (initial implementation); DHCP basics 2022-12-14 22:07:16 +01:00
a46b3a8564 etherlib updated 2022-11-13 15:36:57 +01:00
3e1a2174a6 Load of advancements 2022-11-07 21:51:18 +01:00