Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4708 5395 d 23 h mejdrech /branches/network/uspace/srv/net/ Net: warning fixes  
4707 5397 d 0 h mejdrech /branches/network/ Net: + basic ICMP (without echo), + ip_client_header_length, + received packet error notifications  
4706 5397 d 0 h mejdrech /branches/network/uspace/srv/net/structures/packet/ Net: default packet prefix and suffix increased  
4705 5397 d 0 h mejdrech /branches/network/uspace/srv/net/ Net: documentation fix  
4704 5406 d 19 h mejdrech /branches/network/uspace/ Net: documentation  
4703 5406 d 19 h mejdrech /branches/network/uspace/srv/net/ netif stats message inrterface implemented, netif auto probe message removed, documentation  
4702 5406 d 19 h mejdrech /branches/network/uspace/srv/net/il/ Net: message processing functions names unified, documentation  
4701 5406 d 19 h mejdrech /branches/network/uspace/srv/net/ Net: socket destroy fix, UDP socket isolation fix, code cleanup, documentation  
4700 5407 d 21 h mejdrech /branches/network/uspace/srv/net/ Net: udp socket autobind on send without bind or bind without positive port  
4699 5409 d 20 h mejdrech /branches/network/uspace/ Net: documentation fixes  
4698 5409 d 21 h mejdrech /branches/network/uspace/srv/net/netif/ Net: obsolete nil message handlers removed  
4697 5409 d 21 h mejdrech /branches/network/uspace/srv/net/ Net: documentation and style fixes  
4696 5409 d 21 h mejdrech /branches/network/ Net: dummy nil module  
4695 5409 d 21 h mejdrech /branches/network/uspace/srv/net/ Net: arp clear address message, mtu changed message, net_bundle include fix  
4694 5409 d 21 h mejdrech /branches/network/uspace/srv/net/ Net: Makefile fixes  
4693 5409 d 21 h mejdrech /branches/network/uspace/srv/net/ Net: documentation fixes  
4603 5479 d 0 h mejdrech /branches/network/ Net: + basic echo application, only SOCK_DGRAM  
4589 5481 d 18 h mejdrech /branches/network/uspace/srv/net/ Net: SOCK_DGRAM implementation  
4588 5481 d 18 h mejdrech /branches/network/uspace/srv/net/ Net: + dynamic fifo queue  
4582 5482 d 21 h mejdrech /branches/network/uspace/srv/net/ Net: * merge fix, * fibril synchronization  
4581 5482 d 22 h mejdrech /branches/network/ Net: synchronized with trunk rev.4580  
4580 5482 d 23 h mejdrech /branches/network/uspace/srv/net/tl/udp/ Net: * udp build fix  
4579 5482 d 23 h mejdrech /branches/network/uspace/srv/net/tl/udp/ Net: + udp(sock_dgram) socket, sendto and closesocket implemented  
4578 5482 d 23 h mejdrech /branches/network/uspace/srv/net/ Net: + libsocket prototype  
4577 5483 d 3 h mejdrech /branches/network/uspace/srv/net/ Net: * answer clearing fixed  
4576 5483 d 3 h mejdrech /branches/network/uspace/srv/net/structures/ Net: + used include added  
4575 5483 d 3 h mejdrech /branches/network/uspace/srv/net/ Net: * inet header inclusion fixed, * ip destination address fixed  
4574 5483 d 3 h mejdrech /branches/network/uspace/srv/net/net/ Net: - unused module and message handling code removed  
4560 5488 d 3 h mejdrech /branches/network/uspace/srv/net/ Net: - removed old sockaddr  
4559 5488 d 3 h mejdrech /branches/network/uspace/srv/net/ Net: * sockaddr divided into in.h, in6.h and inet.h  
4558 5488 d 3 h mejdrech /branches/network/uspace/srv/net/ Net: + ip locks, - some gcc extended warnings  
4506 5504 d 11 h mejdrech /branches/network/uspace/srv/net/il/ip/ Net: - do not bother Atlas during IP start, * uninitialized route warning fixed  
4505 5504 d 18 h mejdrech /branches/network/ Net: + The new IP! + informative TCP and UDP, + packet->pq_insert_after, + checksum for internetwork and transport layers, * bug fixes in packet and ip_header, * usage of size_t in net where appropriate  
4503 5505 d 6 h mejdrech /branches/network/uspace/srv/net/include/ Net: + forgotten arp interface definition (completes rev 4501)  
4502 5505 d 6 h mejdrech /branches/network/uspace/srv/net/ Net: + forgotten tl messages definition (completes rev 4499)  
4501 5505 d 6 h mejdrech /branches/network/uspace/srv/net/il/arp/ Net: * arp task_id_t and pq_detach consolidation  
4500 5505 d 6 h mejdrech /branches/network/uspace/srv/net/nil/eth/ Net: * eth packet queue send with errors fixed, * eth->net_nil_packet_space suffix parameter fixed  
4499 5505 d 6 h mejdrech /branches/network/uspace/srv/net/ Net: + transport layer tcp and udp prototypes (do not function with the current ip)  
4498 5505 d 6 h mejdrech /branches/network/uspace/srv/net/netif/ Net: + lo->net_nil_packet_space message, * dp8390 send queueing problem fixed, + dp8390 packet queue send  
4396 5524 d 6 h mejdrech /branches/network/uspace/srv/net/il/arp/ Net: ARP build fix