Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
3203 4130 d 2 h hidnplayr /kernel/branches/net/network/ ARP will now wait for reply/timeout if it needed to send an ARP request packet.  
/kernel/branches/net/network/ARP.inc
3200 4130 d 20 h hidnplayr /kernel/branches/net/ Updated API so applications can easily send ARP announcements, keep track of ARP conflicts.
Zeroconfig now supports padding option and sends ARP announcements if needed. Also some refactoring/cleanup.
 
/kernel/branches/net/applications/netstat/netstat.asm
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/network/ARP.inc
3160 4147 d 3 h hidnplayr /kernel/branches/net/network/ Refactored recent ARP code a bit.  
/kernel/branches/net/network/ARP.inc
3159 4147 d 5 h hidnplayr /kernel/branches/net/network/ Kernel now automatically sends one gratuitous ARP once IP address has been set.
Also, fixed ARP stats.
 
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
3148 4158 d 1 h hidnplayr /kernel/branches/net/network/ Further fixing of ARP_add_entry. Now entries can be re-added if they were removed once before.  
/kernel/branches/net/network/ARP.inc
3147 4158 d 3 h hidnplayr /kernel/branches/net/network/ Fixed and simplified ARP_add_entry. (Previous versions worked only for one entry)  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/socket.inc
2924 4295 d 23 h hidnplayr /kernel/branches/net/network/ Some markup changes in network stack.  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/udp.inc
2891 4315 d 16 h hidnplayr /kernel/branches/net/network/ Better debug info for network, lots of improvements in TCP code  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/udp.inc
2888 4317 d 19 h hidnplayr /kernel/branches/net/network/ network code cleanup, implemented TCP_sendalot  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
2882 4323 d 2 h hidnplayr /kernel/branches/net/network/ Fixed bug with TCP_close  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_subr.inc
2877 4324 d 18 h hidnplayr /kernel/branches/net/network/ Getting ready for better IP routing  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/udp.inc
2629 4415 d 0 h hidnplayr /kernel/branches/net/network/ ARP_IP_to_MAC no longer blocks. Updated SOCKET_process_end (altough kernel does not call it yet). Updated TCP_output to time a retransmit on ARP error.  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_output.inc
2614 4418 d 18 h hidnplayr /kernel/branches/net/network/ Cleanup in Net Branch + stub for PPPoE I wrote some months ago  
/kernel/branches/net/network/PPPoE.inc
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/udp.inc
2555 4429 d 21 h hidnplayr /kernel/branches/net/network/ Fixed bug in TCP_input.listen, clarified some of the debug output (net branch)  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
2311 4572 d 17 h hidnplayr /kernel/branches/net/network/ more small updates and fixes in net branch  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/udp.inc
2305 4576 d 17 h hidnplayr /kernel/branches/net/ NET branch: re-organised all structs to use struct.inc from fasm  
/kernel/branches/net/gui/skincode.inc
/kernel/branches/net/gui/skindata.inc
/kernel/branches/net/kernel.asm
/kernel/branches/net/macros.inc
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/queue.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/udp.inc
2301 4577 d 19 h hidnplayr /kernel/branches/net/network/ Replaced some of the 'magic numbers' in net branch with constants.  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
2300 4577 d 19 h hidnplayr /kernel/branches/net/network/ Fixed Unsigned jumps in net branch  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/queue.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
1533 5044 d 16 h hidnplayr /kernel/branches/net/network/ Updates in TCP code of net branch  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp.inc
1530 5045 d 18 h hidnplayr /kernel/branches/net/network/ Fixed bugs in previous revision  
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/udp.inc

Show All