Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
8026 1438 d 20 h hidnplayr /kernel/trunk/network/ More TCP advertised window size fixes, small updates regarding closing of TCP sockets.  
8024 1441 d 19 h hidnplayr /kernel/trunk/network/ Fix TCP window updates  
7680 1726 d 21 h hidnplayr /kernel/trunk/network/ small network code updates, annotations  
6916 2542 d 22 h hidnplayr /kernel/trunk/network/ TCP: Use bitflag instead of dword for t_force.  
6914 2543 d 19 h hidnplayr /kernel/trunk/network/ TCP: Don't increase sequence number when resending a FIN.  
6909 2545 d 23 h hidnplayr /kernel/trunk/network/ Bugfix for TCP advertised window calculation.  
6476 2831 d 22 h hidnplayr /kernel/trunk/network/ More comments and stats in TCP code.  
6474 2831 d 22 h hidnplayr /kernel/trunk/network/ TCP_output: update advertised receive window correctly  
6413 2938 d 19 h hidnplayr /kernel/trunk/network/ More descriptive constant names, reduced socket buffer size.  
6011 3064 d 0 h hidnplayr /kernel/trunk/ Cosmetical changes in network code, updated TCP timer code.  
5976 3074 d 19 h hidnplayr /kernel/trunk/network/ Implemented TCP 2MSL (Timed-wait) timer.
Cleanup and various bugfixes in network code.
 
5842 3140 d 22 h hidnplayr / Improved RAW sockets. Added ability to set TTL thorugh setsockopt, Improved ping program.  
5584 3224 d 5 h hidnplayr /kernel/trunk/network/ Bugfixes to bind socket to device.  
5522 3348 d 18 h hidnplayr / New network buffers - phase I  
5442 3373 d 1 h hidnplayr /kernel/trunk/network/ Collect some more TCP statistics.  
5363 3416 d 20 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
4850 3682 d 19 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 3801 d 18 h hidnplayr /kernel/trunk/network/ Fixed typo in tcp_input.inc  
4366 3805 d 18 h hidnplayr /kernel/trunk/network/ TCP: correctly close connection.  
4347 3808 d 4 h hidnplayr /kernel/trunk/network/ TCP: advertise correct window, small updates and bugfixes  
4052 3863 d 0 h hidnplayr /kernel/trunk/network/ Some cleanup/refactoring of IPv4 code (preparing for routing)  
3711 3977 d 16 h clevermouse /kernel/trunk/ style fixes, no binary changes (style checker was sick for some time)  
3652 3991 d 8 h hidnplayr /kernel/trunk/network/ Bugixes and improvements for closing TCP sockets.  
3644 3993 d 5 h hidnplayr /kernel/trunk/network/ Correct stats for TCP.  
3603 3999 d 15 h hidnplayr /kernel/trunk/network/ More timer bugfixes for TCP_output.  
3602 3999 d 15 h hidnplayr /kernel/trunk/network/ Fixed bugs in new ARP code and TCP_output.  
3600 4000 d 2 h hidnplayr /kernel/trunk/network/ Renamed some variables and constants in network code, removed NET_set_default function, improved TCP timers  
3556 4006 d 21 h hidnplayr /kernel/trunk/ Disabled network debug output by default.  
3545 4006 d 22 h hidnplayr / Merge new network stack with trunk