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
6011 3046 d 4 h hidnplayr /kernel/trunk/ Cosmetical changes in network code, updated TCP timer code.  
5976 3056 d 22 h hidnplayr /kernel/trunk/network/ Implemented TCP 2MSL (Timed-wait) timer.
Cleanup and various bugfixes in network code.
 
5842 3123 d 1 h hidnplayr / Improved RAW sockets. Added ability to set TTL thorugh setsockopt, Improved ping program.  
5584 3206 d 8 h hidnplayr /kernel/trunk/network/ Bugfixes to bind socket to device.  
5522 3330 d 22 h hidnplayr / New network buffers - phase I  
5442 3355 d 4 h hidnplayr /kernel/trunk/network/ Collect some more TCP statistics.  
5363 3398 d 23 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
4850 3664 d 22 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).  
4387 3783 d 22 h hidnplayr /kernel/trunk/network/ Fixed typo in tcp_input.inc  
4366 3787 d 22 h hidnplayr /kernel/trunk/network/ TCP: correctly close connection.  
4347 3790 d 7 h hidnplayr /kernel/trunk/network/ TCP: advertise correct window, small updates and bugfixes  
4052 3845 d 4 h hidnplayr /kernel/trunk/network/ Some cleanup/refactoring of IPv4 code (preparing for routing)  
3711 3959 d 20 h clevermouse /kernel/trunk/ style fixes, no binary changes (style checker was sick for some time)  
3652 3973 d 11 h hidnplayr /kernel/trunk/network/ Bugixes and improvements for closing TCP sockets.  
3644 3975 d 8 h hidnplayr /kernel/trunk/network/ Correct stats for TCP.  
3603 3981 d 19 h hidnplayr /kernel/trunk/network/ More timer bugfixes for TCP_output.  
3602 3981 d 19 h hidnplayr /kernel/trunk/network/ Fixed bugs in new ARP code and TCP_output.  
3600 3982 d 5 h hidnplayr /kernel/trunk/network/ Renamed some variables and constants in network code, removed NET_set_default function, improved TCP timers  
3556 3989 d 0 h hidnplayr /kernel/trunk/ Disabled network debug output by default.  
3545 3989 d 2 h hidnplayr / Merge new network stack with trunk