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
5522 3344 d 5 h hidnplayr / New network buffers - phase I  
5442 3368 d 11 h hidnplayr /kernel/trunk/network/ Collect some more TCP statistics.  
5364 3412 d 3 h hidnplayr /kernel/trunk/network/ SOCKET_receive: generate a new network event when we expect the caller to call back later.  
5363 3412 d 6 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5356 3414 d 11 h serge /kernel/trunk/ kernel: update PTE bits  
5155 3480 d 8 h hidnplayr /kernel/trunk/network/ Dont crash on socket_fork when out of memory.  
5133 3523 d 7 h hidnplayr /kernel/trunk/network/ Small changes in TCP_input  
5015 3571 d 14 h hidnplayr /kernel/trunk/network/ Cleanup/small refactor of some internal network functions.  
5013 3574 d 17 h hidnplayr /kernel/trunk/network/ Moved TCP slow timer handler to separate thread, to avoid possible deadlocks.  
5001 3587 d 11 h hidnplayr /kernel/trunk/network/ Disabled experimental PPPoE and IPv6 support by default.  
5000 3587 d 11 h clevermouse /kernel/trunk/network/ fix kernel crash when TCP input queue is full  
4976 3619 d 14 h hidnplayr /kernel/trunk/network/ IPv4: accept all destination addresses when we dont have one yet.  
4959 3637 d 3 h hidnplayr /kernel/trunk/network/ Increased the max socket buffer size from 32k to 256k, for better network throughput on slower links.  
4892 3671 d 9 h hidnplayr /kernel/trunk/network/ Fixed some debug output in ICMP_input procedure.  
4850 3678 d 5 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).  
4574 3736 d 7 h hidnplayr /kernel/trunk/network/ Fixed stack corruption on SOCKET_num_to_ptr error.  
4535 3758 d 16 h hidnplayr /kernel/trunk/network/ Bugfix for SOCKET_alloc.  
4528 3760 d 13 h hidnplayr /kernel/trunk/network/ More bugfixes for SOCKET_notify.  
4527 3760 d 14 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_notify.  
4520 3762 d 12 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_block  
4511 3763 d 11 h hidnplayr /kernel/trunk/network/ Bugfix for #4510  
4510 3763 d 12 h hidnplayr /kernel/trunk/network/ Make network queue spinlock protected instead of mutex-protected or worse: a combination of both..  
4436 3775 d 18 h hidnplayr /kernel/trunk/network/ Disabled socket cleanup after process ends (until deadlock is fixed..)  
4388 3797 d 5 h hidnplayr /kernel/trunk/network/ Disabled verbose network debug output.  
4387 3797 d 5 h hidnplayr /kernel/trunk/network/ Fixed typo in tcp_input.inc  
4366 3801 d 5 h hidnplayr /kernel/trunk/network/ TCP: correctly close connection.  
4365 3801 d 8 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_close for TCP  
4347 3803 d 14 h hidnplayr /kernel/trunk/network/ TCP: advertise correct window, small updates and bugfixes  
4344 3804 d 15 h hidnplayr /kernel/trunk/network/ Bugfix in PAWS algorithm for TCP.  
4339 3806 d 5 h hidnplayr /kernel/trunk/network/ Bugfixes in TCP.  
4335 3808 d 12 h hidnplayr /kernel/trunk/network/ Fixed typo in ICMP. (Wrong stats were updated)  
4296 3820 d 9 h hidnplayr /kernel/trunk/network/ TCP_input: dont use conditional move instruction. (not available on some machines)  
4259 3827 d 5 h hidnplayr /kernel/trunk/network/ Bugfix in IPv4_input (for fragmented IPv4 packets)  
4258 3827 d 6 h hidnplayr /kernel/trunk/network/ Bugfix in IPv4_input (for fragmented IPv4 packets)  
4256 3827 d 7 h hidnplayr /kernel/trunk/network/ Do not print message about unknown ethernet packet types, by default.  
4219 3834 d 6 h hidnplayr /kernel/trunk/network/ SOCKET_receive: bugfixes, return 0 when remote end closed connection.  
4056 3857 d 15 h hidnplayr /kernel/trunk/network/ SOCKET_process_end: exit immediately if there are no active sockets.  
4053 3858 d 11 h hidnplayr /kernel/trunk/network/ fixed #4052  
4052 3858 d 11 h hidnplayr /kernel/trunk/network/ Some cleanup/refactoring of IPv4 code (preparing for routing)  
4035 3862 d 10 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_connect