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
6220 3014 d 6 h hidnplayr /kernel/trunk/network/ Broadcast does not need gateway.  
6122 3027 d 6 h hidnplayr /kernel/trunk/ IPv4: Dont crash when there is no route to host.  
6011 3063 d 10 h hidnplayr /kernel/trunk/ Cosmetical changes in network code, updated TCP timer code.  
5976 3074 d 4 h hidnplayr /kernel/trunk/network/ Implemented TCP 2MSL (Timed-wait) timer.
Cleanup and various bugfixes in network code.
 
5969 3075 d 4 h hidnplayr /kernel/trunk/network/ Improved error handling in sockets code.  
5842 3140 d 7 h hidnplayr / Improved RAW sockets. Added ability to set TTL thorugh setsockopt, Improved ping program.  
5841 3140 d 8 h hidnplayr /kernel/trunk/network/ Fixed stack corruption when TCP input queue is full.  
5584 3223 d 15 h hidnplayr /kernel/trunk/network/ Bugfixes to bind socket to device.  
5566 3272 d 4 h hidnplayr /kernel/trunk/network/ bugfix in SOCKET_ring_create (stack corruption)  
5536 3345 d 14 h hidnplayr /kernel/trunk/network/ Disabled net_alloc/free debug info  
5528 3347 d 12 h hidnplayr /kernel/trunk/network/ New network buffers - phase II (Use a static number of static sized pre-allocated buffers)  
5524 3348 d 3 h hidnplayr /kernel/trunk/network/ Fixed small bug introduced in SVN3601.  
5523 3348 d 4 h hidnplayr /kernel/trunk/network/ Kernel hack for i8255x devices is no longer needed. Corrected network buffer size.  
5522 3348 d 4 h hidnplayr / New network buffers - phase I  
5442 3372 d 11 h hidnplayr /kernel/trunk/network/ Collect some more TCP statistics.  
5364 3416 d 2 h hidnplayr /kernel/trunk/network/ SOCKET_receive: generate a new network event when we expect the caller to call back later.  
5363 3416 d 6 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5356 3418 d 11 h serge /kernel/trunk/ kernel: update PTE bits  
5155 3484 d 7 h hidnplayr /kernel/trunk/network/ Dont crash on socket_fork when out of memory.  
5133 3527 d 7 h hidnplayr /kernel/trunk/network/ Small changes in TCP_input  
5015 3575 d 13 h hidnplayr /kernel/trunk/network/ Cleanup/small refactor of some internal network functions.  
5013 3578 d 16 h hidnplayr /kernel/trunk/network/ Moved TCP slow timer handler to separate thread, to avoid possible deadlocks.  
5001 3591 d 10 h hidnplayr /kernel/trunk/network/ Disabled experimental PPPoE and IPv6 support by default.  
5000 3591 d 10 h clevermouse /kernel/trunk/network/ fix kernel crash when TCP input queue is full  
4976 3623 d 14 h hidnplayr /kernel/trunk/network/ IPv4: accept all destination addresses when we dont have one yet.  
4959 3641 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 3675 d 8 h hidnplayr /kernel/trunk/network/ Fixed some debug output in ICMP_input procedure.  
4850 3682 d 4 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 3740 d 6 h hidnplayr /kernel/trunk/network/ Fixed stack corruption on SOCKET_num_to_ptr error.  
4535 3762 d 15 h hidnplayr /kernel/trunk/network/ Bugfix for SOCKET_alloc.  
4528 3764 d 13 h hidnplayr /kernel/trunk/network/ More bugfixes for SOCKET_notify.  
4527 3764 d 13 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_notify.  
4520 3766 d 11 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_block  
4511 3767 d 11 h hidnplayr /kernel/trunk/network/ Bugfix for #4510  
4510 3767 d 12 h hidnplayr /kernel/trunk/network/ Make network queue spinlock protected instead of mutex-protected or worse: a combination of both..  
4436 3779 d 18 h hidnplayr /kernel/trunk/network/ Disabled socket cleanup after process ends (until deadlock is fixed..)  
4388 3801 d 4 h hidnplayr /kernel/trunk/network/ Disabled verbose network debug output.  
4387 3801 d 4 h hidnplayr /kernel/trunk/network/ Fixed typo in tcp_input.inc  
4366 3805 d 4 h hidnplayr /kernel/trunk/network/ TCP: correctly close connection.  
4365 3805 d 7 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_close for TCP