Rev |
Age |
Author |
Path |
Log message |
Diff |
Changes |
4750 |
5455 d 3 h |
mejdrech |
/branches/network/uspace/srv/net/tl/ |
Net: * packet dimenstions extracted to tl_common |
|
/branches/network/uspace/srv/net/tl/tcp/tcp.c /branches/network/uspace/srv/net/tl/tcp/tcp.h /branches/network/uspace/srv/net/tl/tl_common.c /branches/network/uspace/srv/net/tl/tl_common.h /branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp.h
|
4730 |
5495 d 15 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: + udp autobinding on send optional, * udp receive message locking fix, * module build fix, * icmp echo improvements and fix |
|
/branches/network/uspace/srv/net/include/socket_errno.h /branches/network/uspace/srv/net/net/Makefile /branches/network/uspace/srv/net/net/net.c /branches/network/uspace/srv/net/socket/socket_core.c /branches/network/uspace/srv/net/tl/icmp/icmp.c /branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp.h
|
4726 |
5500 d 3 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: * thread safe socket client, + closesocket may return EINPROGRESS, + socket_core protocol specific data, * socket data fragment size unified, * udp support functions extracted |
|
/branches/network/uspace/srv/net/tl/tl_common.c /branches/network/uspace/srv/net/tl/tl_common.h
/branches/network/uspace/srv/net/app/print_error.c /branches/network/uspace/srv/net/include/socket.h /branches/network/uspace/srv/net/include/socket_errno.h /branches/network/uspace/srv/net/socket/socket_client.c /branches/network/uspace/srv/net/socket/socket_core.c /branches/network/uspace/srv/net/socket/socket_core.h /branches/network/uspace/srv/net/socket/socket_messages.h /branches/network/uspace/srv/net/tl/tcp/Makefile /branches/network/uspace/srv/net/tl/udp/Makefile /branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp.h
|
4722 |
5507 d 6 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: * udp socket read and write data functions extracted, * ip checksum function split, * icmp id fix, * nil mtu fixes, * configuration default values, + ip pseudo header, + udp checksum |
|
/branches/network/uspace/srv/net/crc.c /branches/network/uspace/srv/net/il/ip/ip.c /branches/network/uspace/srv/net/il/ip/ip_client.c /branches/network/uspace/srv/net/il/ip/ip_header.h /branches/network/uspace/srv/net/il/ip/ip_messages.h /branches/network/uspace/srv/net/il/ip/ip_remote.c /branches/network/uspace/srv/net/include/crc.h /branches/network/uspace/srv/net/include/ip_client.h /branches/network/uspace/srv/net/include/ip_interface.h /branches/network/uspace/srv/net/messages.h /branches/network/uspace/srv/net/modules.c /branches/network/uspace/srv/net/modules.h /branches/network/uspace/srv/net/net/net.c /branches/network/uspace/srv/net/netif/lo/lo.c /branches/network/uspace/srv/net/nil/eth/eth.c /branches/network/uspace/srv/net/nil/nildummy/nildummy.c /branches/network/uspace/srv/net/tl/icmp/icmp.c /branches/network/uspace/srv/net/tl/udp/Makefile /branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp.h
|
4707 |
5528 d 8 h |
mejdrech |
/branches/network/ |
Net: + basic ICMP (without echo), + ip_client_header_length, + received packet error notifications |
|
/branches/network/uspace/srv/net/il/icmp/Makefile /branches/network/uspace/srv/net/il/icmp/icmp.c /branches/network/uspace/srv/net/il/icmp/icmp.h /branches/network/uspace/srv/net/il/icmp/icmp_client.c /branches/network/uspace/srv/net/il/icmp/icmp_header.h /branches/network/uspace/srv/net/il/icmp/icmp_messages.h /branches/network/uspace/srv/net/il/icmp/icmp_module.c /branches/network/uspace/srv/net/il/icmp/icmp_module.h /branches/network/uspace/srv/net/il/icmp/icmp_remote.c /branches/network/uspace/srv/net/include/icmp_client.h /branches/network/uspace/srv/net/include/icmp_codes.h /branches/network/uspace/srv/net/include/icmp_interface.h
/branches/network/boot/arch/ia32/Makefile.inc /branches/network/uspace/srv/net/Makefile /branches/network/uspace/srv/net/il/ip/Makefile /branches/network/uspace/srv/net/il/ip/ip.c /branches/network/uspace/srv/net/il/ip/ip_client.c /branches/network/uspace/srv/net/il/ip/ip_messages.h /branches/network/uspace/srv/net/il/ip/ip_remote.c /branches/network/uspace/srv/net/include/il_interface.h /branches/network/uspace/srv/net/include/ip_client.h /branches/network/uspace/srv/net/include/ip_interface.h /branches/network/uspace/srv/net/include/nil_interface.h /branches/network/uspace/srv/net/include/tl_interface.h /branches/network/uspace/srv/net/messages.h /branches/network/uspace/srv/net/net/Makefile /branches/network/uspace/srv/net/net/net_bundle.c /branches/network/uspace/srv/net/net/net_standalone.c /branches/network/uspace/srv/net/netif/netif_remote.c /branches/network/uspace/srv/net/nil/nil_remote.c /branches/network/uspace/srv/net/tl/tcp/Makefile /branches/network/uspace/srv/net/tl/tcp/tcp.c /branches/network/uspace/srv/net/tl/tcp/tcp.h /branches/network/uspace/srv/net/tl/udp/Makefile /branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp.h
|
4704 |
5538 d 3 h |
mejdrech |
/branches/network/uspace/ |
Net: documentation |
|
/branches/network/uspace/doc/doxygroups.h /branches/network/uspace/srv/net/app/echo/echo.c /branches/network/uspace/srv/net/configuration.h /branches/network/uspace/srv/net/il/arp/arp.h /branches/network/uspace/srv/net/il/arp/arp_messages.h /branches/network/uspace/srv/net/il/arp/arp_oc.h /branches/network/uspace/srv/net/il/il_messages.h /branches/network/uspace/srv/net/il/ip/ip.h /branches/network/uspace/srv/net/il/ip/ip_client.c /branches/network/uspace/srv/net/il/ip/ip_header.h /branches/network/uspace/srv/net/il/ip/ip_messages.h /branches/network/uspace/srv/net/il/ip/ip_module.c /branches/network/uspace/srv/net/il/ip/ip_module.h /branches/network/uspace/srv/net/il/ip/ip_remote.c /branches/network/uspace/srv/net/include/arp_interface.h /branches/network/uspace/srv/net/include/ethernet_lsap.h /branches/network/uspace/srv/net/include/ethernet_protocols.h /branches/network/uspace/srv/net/include/hardware.h /branches/network/uspace/srv/net/include/il_interface.h /branches/network/uspace/srv/net/include/in.h /branches/network/uspace/srv/net/include/in6.h /branches/network/uspace/srv/net/include/inet.h /branches/network/uspace/srv/net/include/ip_client.h /branches/network/uspace/srv/net/include/ip_interface.h /branches/network/uspace/srv/net/include/ip_protocols.h /branches/network/uspace/srv/net/include/net_interface.h /branches/network/uspace/srv/net/include/netdb.h /branches/network/uspace/srv/net/include/nil_interface.h /branches/network/uspace/srv/net/include/socket_errno.h /branches/network/uspace/srv/net/include/tl_interface.h /branches/network/uspace/srv/net/module.c /branches/network/uspace/srv/net/net/net.h /branches/network/uspace/srv/net/net/start/netstart.c /branches/network/uspace/srv/net/nil/eth/eth.c /branches/network/uspace/srv/net/nil/nil_messages.h /branches/network/uspace/srv/net/nil/nil_remote.c /branches/network/uspace/srv/net/nil/nildummy/nildummy.c /branches/network/uspace/srv/net/nil/nildummy/nildummy_module.c /branches/network/uspace/srv/net/self_test.h /branches/network/uspace/srv/net/socket/socket_core.c /branches/network/uspace/srv/net/socket/socket_core.h /branches/network/uspace/srv/net/socket/socket_messages.h /branches/network/uspace/srv/net/structures/dynamic_fifo.c /branches/network/uspace/srv/net/structures/dynamic_fifo.h /branches/network/uspace/srv/net/structures/generic_char_map.h /branches/network/uspace/srv/net/structures/generic_field.h /branches/network/uspace/srv/net/structures/int_map.h /branches/network/uspace/srv/net/structures/module_map.c /branches/network/uspace/srv/net/structures/packet/packet.h /branches/network/uspace/srv/net/structures/packet/packet_client.h /branches/network/uspace/srv/net/structures/packet/packet_server.c /branches/network/uspace/srv/net/tl/tcp/tcp.c /branches/network/uspace/srv/net/tl/tcp/tcp.h /branches/network/uspace/srv/net/tl/tcp/tcp_module.c /branches/network/uspace/srv/net/tl/tcp/tcp_module.h /branches/network/uspace/srv/net/tl/udp/udp.h /branches/network/uspace/srv/net/tl/udp/udp_header.h /branches/network/uspace/srv/net/tl/udp/udp_module.c /branches/network/uspace/srv/net/tl/udp/udp_module.h
|
4700 |
5539 d 5 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: udp socket autobind on send without bind or bind without positive port |
|
/branches/network/uspace/srv/net/app/echo/echo.c /branches/network/uspace/srv/net/include/socket_errno.h /branches/network/uspace/srv/net/socket/socket_core.c /branches/network/uspace/srv/net/socket/socket_core.h /branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp.h
|
4589 |
5613 d 2 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: SOCK_DGRAM implementation |
|
/branches/network/uspace/srv/net/il/ip/ip.c /branches/network/uspace/srv/net/il/ip/ip_client.c /branches/network/uspace/srv/net/include/ip_client.h /branches/network/uspace/srv/net/socket/Makefile /branches/network/uspace/srv/net/socket/socket_client.c /branches/network/uspace/srv/net/socket/socket_core.c /branches/network/uspace/srv/net/socket/socket_core.h /branches/network/uspace/srv/net/socket/socket_messages.h /branches/network/uspace/srv/net/tl/udp/Makefile /branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp.h
|
4579 |
5614 d 7 h |
mejdrech |
/branches/network/uspace/srv/net/tl/udp/ |
Net: + udp(sock_dgram) socket, sendto and closesocket implemented |
|
/branches/network/uspace/srv/net/tl/udp/udp_header.h
/branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp.h /branches/network/uspace/srv/net/tl/udp/udp_module.c
|
4499 |
5636 d 14 h |
mejdrech |
/branches/network/uspace/srv/net/ |
Net: + transport layer tcp and udp prototypes (do not function with the current ip) |
|
/branches/network/uspace/srv/net/include/tl_interface.h /branches/network/uspace/srv/net/tl/tl_messages.h /branches/network/uspace/srv/net/tl/udp/Makefile /branches/network/uspace/srv/net/tl/udp/udp.c /branches/network/uspace/srv/net/tl/udp/udp.h /branches/network/uspace/srv/net/tl/udp/udp_module.c /branches/network/uspace/srv/net/tl/udp/udp_module.h
/branches/network/uspace/srv/net/tl/tcp/tcp.c /branches/network/uspace/srv/net/tl/tcp/tcp_module.c /branches/network/uspace/srv/net/tl/tcp/tcp_module.h
|