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
2998 4223 d 4 h hidnplayr /kernel/branches/net/network/ Fixed blocking in SOCKET_receive_tcp  
2996 4225 d 2 h hidnplayr /kernel/branches/net/network/ Experimental blocking sockets  
2995 4225 d 8 h hidnplayr /kernel/branches/net/ Port numbers for TCP and UDP must be given in Big endian order now.  
2994 4227 d 1 h hidnplayr /kernel/branches/net/network/ Getting ready for blocking sockets  
2993 4227 d 3 h hidnplayr /kernel/branches/net/network/ Bugfix in SOCKET_ring_read  
2980 4250 d 8 h hidnplayr /kernel/branches/net/network/ UDP output now only updates stats if send didnt fail.  
2964 4286 d 0 h hidnplayr /kernel/branches/net/network/ Send all PPPoE control packets to PPPoE app.  
2962 4287 d 10 h hidnplayr /kernel/branches/net/ Moved Link Control Protocol handler from kernel to application.  
2961 4288 d 0 h hidnplayr /kernel/branches/net/network/ Basic LCP implementation, starting with echo request->reply  
2960 4288 d 1 h hidnplayr /kernel/branches/net/ Fixed some bugs in PPPoE implementation. Discovery works, now we need PPP-LCP.  
2957 4288 d 14 h hidnplayr /kernel/branches/net/network/ TCP_input: window is now stored as dword, data is now also received when header prediction failed.  
2955 4290 d 0 h hidnplayr /kernel/branches/net/network/ implemented TCP_rangeset and TCP_set_persist  
2954 4290 d 1 h hidnplayr /kernel/branches/net/network/ rewrote TCP option parser, added SACK, moved connection accepter to run before option parser.  
2953 4290 d 1 h hidnplayr /kernel/branches/net/network/ Enabled Requesting scale and timestamp by default.  
2952 4290 d 1 h hidnplayr /kernel/branches/net/network/ Fixed scaling option in TCP_output  
2951 4290 d 2 h hidnplayr /kernel/branches/net/network/ Fixed timestamp option in TCP_output  
2950 4290 d 2 h hidnplayr /kernel/branches/net/network/ Fixed bugs in PPPoE discovery  
2948 4290 d 11 h hidnplayr /kernel/branches/net/network/ Fixed bug in RTT measurement  
2947 4290 d 11 h hidnplayr /kernel/branches/net/network/ Added missing file  
2946 4290 d 11 h hidnplayr /kernel/branches/net/network/ Added Protection Against Wrapped Sequence numbers (PAWS)  
2942 4290 d 22 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 4291 d 2 h hidnplayr /kernel/branches/net/network/ Fixed some cases of terrible deadlock in TCP.  
2939 4291 d 2 h hidnplayr /kernel/branches/net/network/ Fixed bug in socket_connect for TCP  
2938 4291 d 2 h hidnplayr /kernel/branches/net/network/ Fixed a bug in the last commit  
2937 4291 d 7 h hidnplayr /kernel/branches/net/network/ Beginning implementation of timestamps and Round Trip Time in TCP.  
2936 4292 d 11 h hidnplayr /kernel/branches/net/network/ Fixed kernel crash when keepalive timer expires.  
2932 4298 d 5 h hidnplayr /kernel/branches/net/network/ Removed useless cli before calling mutex  
2931 4299 d 2 h hidnplayr /kernel/branches/net/network/ Rewrote PPPoE from scratch.
TODO: link IPv4_output to PPPoE_session_output
 
2930 4299 d 10 h hidnplayr /kernel/branches/net/network/ Some updates for TCP  
2924 4303 d 5 h hidnplayr /kernel/branches/net/network/ Some markup changes in network stack.  
2914 4310 d 8 h hidnplayr /kernel/branches/net/network/ Added crude loopback device.  
2894 4321 d 22 h hidnplayr /kernel/branches/net/network/ Fixed debug output for previous revision  
2893 4321 d 23 h hidnplayr /kernel/branches/net/network/ TCP_send now sends correct data under all conditions  
2891 4322 d 22 h hidnplayr /kernel/branches/net/network/ Better debug info for network, lots of improvements in TCP code  
2890 4323 d 6 h hidnplayr /kernel/branches/net/network/ Bugfixes & further development of TCP_output  
2888 4325 d 0 h hidnplayr /kernel/branches/net/network/ network code cleanup, implemented TCP_sendalot  
2882 4330 d 8 h hidnplayr /kernel/branches/net/network/ Fixed bug with TCP_close  
2880 4331 d 22 h hidnplayr /kernel/branches/net/network/ Disable keepalive timer on listening socket.  
2879 4331 d 23 h hidnplayr /kernel/branches/net/network/ Correct TCP socket closing after keepalive expires.  
2877 4331 d 23 h hidnplayr /kernel/branches/net/network/ Getting ready for better IP routing