Subversion Repositories Kolibri OS

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
6912 2547 d 13 h hidnplayr /kernel/trunk/network/ TCP: improved routing, connect.  
6911 2547 d 13 h hidnplayr /kernel/trunk/network/ UDP: Improved routing.  
6910 2547 d 13 h hidnplayr /kernel/trunk/network/ TCP_process_input: remember device number.  
6909 2547 d 17 h hidnplayr /kernel/trunk/network/ Bugfix for TCP advertised window calculation.  
6908 2549 d 15 h ashmew2 /kernel/trunk/ Add a build script for Linux  
6907 2549 d 16 h ashmew2 /kernel/trunk/network/ Build script for linux  
6710 2742 d 22 h clevermouse /kernel/trunk/network/ on RST, close TCP connection but don't free the structure - owner process should know what happened  
6512 2812 d 18 h hidnplayr /kernel/trunk/network/ Fix TCP_RANGESET  
6476 2833 d 16 h hidnplayr /kernel/trunk/network/ More comments and stats in TCP code.  
6475 2833 d 17 h hidnplayr /kernel/trunk/network/ IPv4_route: bugfix in route determination.  
6474 2833 d 17 h hidnplayr /kernel/trunk/network/ TCP_output: update advertised receive window correctly  
6413 2940 d 13 h hidnplayr /kernel/trunk/network/ More descriptive constant names, reduced socket buffer size.  
6220 3016 d 15 h hidnplayr /kernel/trunk/network/ Broadcast does not need gateway.  
6122 3029 d 15 h hidnplayr /kernel/trunk/ IPv4: Dont crash when there is no route to host.  
6011 3065 d 19 h hidnplayr /kernel/trunk/ Cosmetical changes in network code, updated TCP timer code.  
5976 3076 d 13 h hidnplayr /kernel/trunk/network/ Implemented TCP 2MSL (Timed-wait) timer.
Cleanup and various bugfixes in network code.
 
5969 3077 d 12 h hidnplayr /kernel/trunk/network/ Improved error handling in sockets code.  
5842 3142 d 16 h hidnplayr / Improved RAW sockets. Added ability to set TTL thorugh setsockopt, Improved ping program.  
5841 3142 d 17 h hidnplayr /kernel/trunk/network/ Fixed stack corruption when TCP input queue is full.  
5584 3225 d 23 h hidnplayr /kernel/trunk/network/ Bugfixes to bind socket to device.  
5566 3274 d 13 h hidnplayr /kernel/trunk/network/ bugfix in SOCKET_ring_create (stack corruption)  
5536 3347 d 22 h hidnplayr /kernel/trunk/network/ Disabled net_alloc/free debug info  
5528 3349 d 21 h hidnplayr /kernel/trunk/network/ New network buffers - phase II (Use a static number of static sized pre-allocated buffers)  
5524 3350 d 12 h hidnplayr /kernel/trunk/network/ Fixed small bug introduced in SVN3601.  
5523 3350 d 12 h hidnplayr /kernel/trunk/network/ Kernel hack for i8255x devices is no longer needed. Corrected network buffer size.  
5522 3350 d 12 h hidnplayr / New network buffers - phase I  
5442 3374 d 19 h hidnplayr /kernel/trunk/network/ Collect some more TCP statistics.  
5364 3418 d 11 h hidnplayr /kernel/trunk/network/ SOCKET_receive: generate a new network event when we expect the caller to call back later.  
5363 3418 d 14 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5356 3420 d 19 h serge /kernel/trunk/ kernel: update PTE bits  
5155 3486 d 16 h hidnplayr /kernel/trunk/network/ Dont crash on socket_fork when out of memory.  
5133 3529 d 15 h hidnplayr /kernel/trunk/network/ Small changes in TCP_input  
5015 3577 d 21 h hidnplayr /kernel/trunk/network/ Cleanup/small refactor of some internal network functions.  
5013 3581 d 1 h hidnplayr /kernel/trunk/network/ Moved TCP slow timer handler to separate thread, to avoid possible deadlocks.  
5001 3593 d 18 h hidnplayr /kernel/trunk/network/ Disabled experimental PPPoE and IPv6 support by default.  
5000 3593 d 19 h clevermouse /kernel/trunk/network/ fix kernel crash when TCP input queue is full  
4976 3625 d 22 h hidnplayr /kernel/trunk/network/ IPv4: accept all destination addresses when we dont have one yet.  
4959 3643 d 11 h hidnplayr /kernel/trunk/network/ Increased the max socket buffer size from 32k to 256k, for better network throughput on slower links.  
4892 3677 d 17 h hidnplayr /kernel/trunk/network/ Fixed some debug output in ICMP_input procedure.  
4850 3684 d 13 h mario79 /kernel/trunk/ Added the tag "Revision: XXXX" in some kernel files, to form the right number of revision at boot (blue boot screen).