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
9019 1050 d 11 h rgimad /kernel/branches/kolibri-ahci/ Create kolibri-ahci branch  
9017 1050 d 13 h hidnplayr / Network device error/missed/dropped packet counters.
+ Network buffer sanity checks.
 
8896 1067 d 12 h hidnplayr / Add network packet error counters.  
8867 1071 d 19 h rgimad /kernel/trunk/ [KERNEL] #2 Preparing to merge legacy TASKDATA into APPDATA:
- rename event_mask in APPDATA to occured_events, cause TASKDATA already has event_mask and they have different meaning and usage
- small fixes
 
8866 1071 d 23 h rgimad /kernel/trunk/ [KERNEL] Preparing to merge legacy TASKDATA into APPDATA:
- now doesnt use TASK_COUNT, now uses [thread_count] global instead of it
- update come copyrights
 
8700 1121 d 2 h Coldy /kernel/trunk/network/ Fix vulnerabilitie in sysfn 74.1 (add sanity check for user buffer), now user applications can't corrupt kernel memory via invalid buffer address  
8103 1314 d 14 h dunkaist /kernel/trunk/network/ Don't put .dummy_fn function of net loopback device to data 'section'.  
8027 1444 d 13 h hidnplayr /kernel/trunk/network/ Remove some extra debug  
8026 1444 d 13 h hidnplayr /kernel/trunk/network/ More TCP advertised window size fixes, small updates regarding closing of TCP sockets.  
8024 1447 d 12 h hidnplayr /kernel/trunk/network/ Fix TCP window updates  
7974 1460 d 17 h hidnplayr /kernel/trunk/network/ TCP: Ack every other received full MSS segment, bugfixes.  
7963 1462 d 19 h hidnplayr /kernel/trunk/network/ sys_protocols: don't destroy esi input reg  
7682 1724 d 12 h hidnplayr /kernel/trunk/network/ Fix issue #122  
7680 1732 d 14 h hidnplayr /kernel/trunk/network/ small network code updates, annotations  
7679 1732 d 14 h hidnplayr /kernel/trunk/network/ network code cleanup  
7678 1732 d 14 h hidnplayr /kernel/trunk/network/ network code cleanup, fix some statistics  
7536 2024 d 12 h hidnplayr /kernel/trunk/network/ Fix ICMP Echo reply, broken in #5522  
7535 2024 d 13 h hidnplayr /kernel/trunk/network/ Fix ARP Reply, broken in #5522  
7099 2409 d 13 h hidnplayr /kernel/trunk/network/ Use tcp_output instead of tcp_respond to send delayed acks, we need it for correct window advertisement amongst other things...  
7098 2409 d 13 h ashmew2 /kernel/trunk/network/ Fix TCP window size in tcp_respond  
6916 2548 d 15 h hidnplayr /kernel/trunk/network/ TCP: Use bitflag instead of dword for t_force.  
6915 2549 d 11 h hidnplayr /kernel/trunk/network/ TCP: dont accept out of order FINs.  
6914 2549 d 12 h hidnplayr /kernel/trunk/network/ TCP: Don't increase sequence number when resending a FIN.  
6913 2549 d 16 h ashmew2 /kernel/trunk/network/ TCP Fast ACK: Fix advertised window size  
6912 2551 d 12 h hidnplayr /kernel/trunk/network/ TCP: improved routing, connect.  
6911 2551 d 12 h hidnplayr /kernel/trunk/network/ UDP: Improved routing.  
6910 2551 d 12 h hidnplayr /kernel/trunk/network/ TCP_process_input: remember device number.  
6909 2551 d 16 h hidnplayr /kernel/trunk/network/ Bugfix for TCP advertised window calculation.  
6908 2553 d 14 h ashmew2 /kernel/trunk/ Add a build script for Linux  
6907 2553 d 14 h ashmew2 /kernel/trunk/network/ Build script for linux  
6710 2746 d 20 h clevermouse /kernel/trunk/network/ on RST, close TCP connection but don't free the structure - owner process should know what happened  
6512 2816 d 17 h hidnplayr /kernel/trunk/network/ Fix TCP_RANGESET  
6476 2837 d 15 h hidnplayr /kernel/trunk/network/ More comments and stats in TCP code.  
6475 2837 d 15 h hidnplayr /kernel/trunk/network/ IPv4_route: bugfix in route determination.  
6474 2837 d 15 h hidnplayr /kernel/trunk/network/ TCP_output: update advertised receive window correctly  
6413 2944 d 11 h hidnplayr /kernel/trunk/network/ More descriptive constant names, reduced socket buffer size.  
6220 3020 d 13 h hidnplayr /kernel/trunk/network/ Broadcast does not need gateway.  
6122 3033 d 13 h hidnplayr /kernel/trunk/ IPv4: Dont crash when there is no route to host.  
6011 3069 d 17 h hidnplayr /kernel/trunk/ Cosmetical changes in network code, updated TCP timer code.  
5976 3080 d 11 h hidnplayr /kernel/trunk/network/ Implemented TCP 2MSL (Timed-wait) timer.
Cleanup and various bugfixes in network code.