Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7682 1702 d 0 h hidnplayr /kernel/trunk/network/ Fix issue #122  
7680 1710 d 2 h hidnplayr /kernel/trunk/network/ small network code updates, annotations  
7679 1710 d 2 h hidnplayr /kernel/trunk/network/ network code cleanup  
7678 1710 d 2 h hidnplayr /kernel/trunk/network/ network code cleanup, fix some statistics  
7536 2002 d 1 h hidnplayr /kernel/trunk/network/ Fix ICMP Echo reply, broken in #5522  
7535 2002 d 1 h hidnplayr /kernel/trunk/network/ Fix ARP Reply, broken in #5522  
7099 2387 d 1 h hidnplayr /kernel/trunk/network/ Use tcp_output instead of tcp_respond to send delayed acks, we need it for correct window advertisement amongst other things...  
7098 2387 d 1 h ashmew2 /kernel/trunk/network/ Fix TCP window size in tcp_respond  
6916 2526 d 3 h hidnplayr /kernel/trunk/network/ TCP: Use bitflag instead of dword for t_force.  
6915 2526 d 23 h hidnplayr /kernel/trunk/network/ TCP: dont accept out of order FINs.  
6914 2527 d 0 h hidnplayr /kernel/trunk/network/ TCP: Don't increase sequence number when resending a FIN.  
6913 2527 d 4 h ashmew2 /kernel/trunk/network/ TCP Fast ACK: Fix advertised window size  
6912 2529 d 0 h hidnplayr /kernel/trunk/network/ TCP: improved routing, connect.  
6911 2529 d 0 h hidnplayr /kernel/trunk/network/ UDP: Improved routing.  
6910 2529 d 0 h hidnplayr /kernel/trunk/network/ TCP_process_input: remember device number.  
6909 2529 d 4 h hidnplayr /kernel/trunk/network/ Bugfix for TCP advertised window calculation.  
6908 2531 d 2 h ashmew2 /kernel/trunk/ Add a build script for Linux  
6907 2531 d 2 h ashmew2 /kernel/trunk/network/ Build script for linux  
6710 2724 d 8 h clevermouse /kernel/trunk/network/ on RST, close TCP connection but don't free the structure - owner process should know what happened  
6512 2794 d 5 h hidnplayr /kernel/trunk/network/ Fix TCP_RANGESET  
6476 2815 d 3 h hidnplayr /kernel/trunk/network/ More comments and stats in TCP code.  
6475 2815 d 3 h hidnplayr /kernel/trunk/network/ IPv4_route: bugfix in route determination.  
6474 2815 d 3 h hidnplayr /kernel/trunk/network/ TCP_output: update advertised receive window correctly  
6413 2921 d 23 h hidnplayr /kernel/trunk/network/ More descriptive constant names, reduced socket buffer size.  
6220 2998 d 1 h hidnplayr /kernel/trunk/network/ Broadcast does not need gateway.  
6122 3011 d 1 h hidnplayr /kernel/trunk/ IPv4: Dont crash when there is no route to host.  
6011 3047 d 5 h hidnplayr /kernel/trunk/ Cosmetical changes in network code, updated TCP timer code.  
5976 3057 d 23 h hidnplayr /kernel/trunk/network/ Implemented TCP 2MSL (Timed-wait) timer.
Cleanup and various bugfixes in network code.
 
5969 3058 d 23 h hidnplayr /kernel/trunk/network/ Improved error handling in sockets code.  
5842 3124 d 2 h hidnplayr / Improved RAW sockets. Added ability to set TTL thorugh setsockopt, Improved ping program.  
5841 3124 d 3 h hidnplayr /kernel/trunk/network/ Fixed stack corruption when TCP input queue is full.  
5584 3207 d 9 h hidnplayr /kernel/trunk/network/ Bugfixes to bind socket to device.  
5566 3255 d 23 h hidnplayr /kernel/trunk/network/ bugfix in SOCKET_ring_create (stack corruption)  
5536 3329 d 8 h hidnplayr /kernel/trunk/network/ Disabled net_alloc/free debug info  
5528 3331 d 7 h hidnplayr /kernel/trunk/network/ New network buffers - phase II (Use a static number of static sized pre-allocated buffers)  
5524 3331 d 22 h hidnplayr /kernel/trunk/network/ Fixed small bug introduced in SVN3601.  
5523 3331 d 23 h hidnplayr /kernel/trunk/network/ Kernel hack for i8255x devices is no longer needed. Corrected network buffer size.  
5522 3331 d 23 h hidnplayr / New network buffers - phase I  
5442 3356 d 6 h hidnplayr /kernel/trunk/network/ Collect some more TCP statistics.  
5364 3399 d 21 h hidnplayr /kernel/trunk/network/ SOCKET_receive: generate a new network event when we expect the caller to call back later.