Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4756 5266 d 11 h mejdrech /branches/network/uspace/srv/net/ Net: * documentation improvements  
4731 5310 d 19 h mejdrech /branches/network/uspace/srv/net/ Net: * data_reply sends as much data as possible and EOVERFLOW, * netif sends only in active mode, * tl_send_icmp_port_unreachable changed to tl_prepare_icmp_packet, + packet_get_copy, +pq_find, + icmp checksum error notification, * ping argv fix, * icmp echo parameters propagate fix, * pq_add fix, * ip_header->fragment_offset fix, * some improvements  
4728 5313 d 4 h mejdrech /branches/network/uspace/srv/net/ Net: structure fields renamed  
4722 5323 d 18 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  
4703 5354 d 15 h mejdrech /branches/network/uspace/srv/net/ netif stats message inrterface implemented, netif auto probe message removed, documentation  
4696 5357 d 17 h mejdrech /branches/network/ Net: dummy nil module  
4582 5430 d 17 h mejdrech /branches/network/uspace/srv/net/ Net: * merge fix, * fibril synchronization  
4498 5453 d 2 h mejdrech /branches/network/uspace/srv/net/netif/ Net: + lo->net_nil_packet_space message, * dp8390 send queueing problem fixed, + dp8390 packet queue send  
4351 5487 d 18 h mejdrech /branches/network/uspace/srv/net/ Net: resolved some TODOs, fixed bundle DP8390 + Ethernet protocol mapping  
4350 5487 d 20 h mejdrech /branches/network/uspace/srv/net/ Net: improved documentation (except ip and tcp)  
4307 5498 d 23 h mejdrech /branches/network/ Net: +modular x one module architectures supported, *networking globally renamed to net  
4261 5509 d 18 h mejdrech /branches/network/uspace/srv/net/ Net: netif nil bundle prototype, bug fixes  
4243 5513 d 2 h mejdrech /branches/network/uspace/srv/net/ Net: +extended gcc checks, +netif ipc message interface, *packed header structures' definitions, +auto gateway hardware address resolution, code cleanup  
4197 5519 d 2 h mejdrech /branches/network/uspace/srv/net/ Net: corrected dp8390 get_addr_message, safer task name printfs  
4192 5520 d 15 h mejdrech /branches/network/ Net: ported dp8390, finished netif startup, enable irq explicitly while registering, improved integration, temporarily removed One module architecture, bug fixes  
4163 5529 d 14 h mejdrech /branches/network/uspace/srv/net/ Net: added dp8390 driver base, added info messages  
4075 5538 d 16 h mejdrech /branches/network/uspace/srv/net/ finished eth module, added crc32 and packet queue next and previous functions  
3991 5548 d 15 h mejdrech /branches/network/uspace/srv/net/ Networking: lo processes packet queues, arp, ip and tcp use altered packet functions/messages, added rwlock into arp, added netif flags  
3912 5561 d 0 h mejdrech /branches/network/uspace/ Networking: documenting arp, packet and other files, spell check, code cleanup, changed implementation year, minor corrections  
3901 5562 d 22 h mejdrech /branches/network/uspace/srv/net/ Networking: added packet management system  
3886 5565 d 5 h mejdrech /branches/network/ restructured source files  
3846 5577 d 12 h mejdrech /branches/network/uspace/ Added an ARP module, assigned numbers' definitions, common functions-htons,inet_ntop and others  
3685 5632 d 13 h mejdrech /branches/network/uspace/srv/net/ successful loopback interface startup and configuration, bidirectional connection deadlock resolved  
3666 5637 d 13 h mejdrech /branches/network/ network startup, netif skeleton, loopback interface, network interface initialization, edited module skeletons