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
2961 4283 d 17 h hidnplayr /kernel/branches/net/network/ Basic LCP implementation, starting with echo request->reply  
2960 4283 d 18 h hidnplayr /kernel/branches/net/ Fixed some bugs in PPPoE implementation. Discovery works, now we need PPP-LCP.  
2957 4284 d 7 h hidnplayr /kernel/branches/net/network/ TCP_input: window is now stored as dword, data is now also received when header prediction failed.  
2955 4285 d 17 h hidnplayr /kernel/branches/net/network/ implemented TCP_rangeset and TCP_set_persist  
2954 4285 d 18 h hidnplayr /kernel/branches/net/network/ rewrote TCP option parser, added SACK, moved connection accepter to run before option parser.  
2953 4285 d 18 h hidnplayr /kernel/branches/net/network/ Enabled Requesting scale and timestamp by default.  
2952 4285 d 18 h hidnplayr /kernel/branches/net/network/ Fixed scaling option in TCP_output  
2951 4285 d 19 h hidnplayr /kernel/branches/net/network/ Fixed timestamp option in TCP_output  
2950 4285 d 19 h hidnplayr /kernel/branches/net/network/ Fixed bugs in PPPoE discovery  
2948 4286 d 4 h hidnplayr /kernel/branches/net/network/ Fixed bug in RTT measurement  
2947 4286 d 4 h hidnplayr /kernel/branches/net/network/ Added missing file  
2946 4286 d 4 h hidnplayr /kernel/branches/net/network/ Added Protection Against Wrapped Sequence numbers (PAWS)  
2942 4286 d 15 h hidnplayr /kernel/branches/net/network/ Bugfixes for #2937 (receive window calculation).
Disabled interrupts while in TCP_input or TCP_output to prevent deadlock.
 
2940 4286 d 18 h hidnplayr /kernel/branches/net/network/ Fixed some cases of terrible deadlock in TCP.  
2939 4286 d 19 h hidnplayr /kernel/branches/net/network/ Fixed bug in socket_connect for TCP  
2938 4286 d 19 h hidnplayr /kernel/branches/net/network/ Fixed a bug in the last commit  
2937 4287 d 0 h hidnplayr /kernel/branches/net/network/ Beginning implementation of timestamps and Round Trip Time in TCP.  
2936 4288 d 4 h hidnplayr /kernel/branches/net/network/ Fixed kernel crash when keepalive timer expires.  
2932 4293 d 22 h hidnplayr /kernel/branches/net/network/ Removed useless cli before calling mutex  
2931 4294 d 19 h hidnplayr /kernel/branches/net/network/ Rewrote PPPoE from scratch.
TODO: link IPv4_output to PPPoE_session_output
 

Show All