# # ChangeLog for uspace/srv/ethip in mainline # # Generated by Trac 1.6 # 2026-05-26T08:11:55Z Sun, 12 Feb 2012 20:09:36 GMT Jiri Svoboda [df15e5f] * uspace/srv/ethip/ethip_nic.c (modified) * uspace/srv/ethip/pdu.c (modified) * uspace/srv/tcp/tcp.c (modified) Fix bug in MAC address decoding. Sun, 12 Feb 2012 19:36:32 GMT Jiri Svoboda [4f64a523] * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/srv/ethip/ethip.c (modified) * uspace/srv/ethip/ethip_nic.c (modified) Need to limit iplink to a single client connection. Sat, 11 Feb 2012 19:11:08 GMT Jiri Svoboda [1493811] * uspace/srv/ethip/Makefile (modified) * uspace/srv/ethip/ethip.c (modified) * uspace/srv/ethip/ethip.h (modified) * uspace/srv/ethip/ethip_nic.c (modified) * uspace/srv/ethip/ethip_nic.h (modified) * uspace/srv/ethip/pdu.c (added) * uspace/srv/ethip/pdu.h (added) * uspace/srv/ethip/std.h (added) Ethernet PDU encoding and decoding. Mon, 06 Feb 2012 16:12:58 GMT Jiri Svoboda [bc38578] * uspace/srv/ethip/ethip.c (modified) * uspace/srv/ethip/ethip.h (modified) * uspace/srv/ethip/ethip_nic.c (modified) * uspace/srv/ethip/ethip_nic.h (modified) Identify incoming IP link connections. Mon, 06 Feb 2012 12:43:31 GMT Jiri Svoboda [06295a9] * uspace/srv/ethip/Makefile (modified) * uspace/srv/ethip/ethip.c (modified) * uspace/srv/ethip/ethip.h (added) * uspace/srv/ethip/ethip_nic.c (added) * uspace/srv/ethip/ethip_nic.h (added) NIC discovery in ethip. Create one IP link for each NIC. Fri, 03 Feb 2012 16:46:10 GMT Jiri Svoboda [e2e56e67] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/ethip/Makefile (added) * uspace/srv/ethip/ethip.c (added) * uspace/srv/inet/Makefile (modified) * uspace/srv/inet/inet.c (modified) * uspace/srv/inet/inet_link.c (added) * uspace/srv/inet/inet_link.h (added) * uspace/srv/loc/loc.c (modified) Stub IP/Ethernet server. Implement IP link discovery in inet server.