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
9739 807 d 2 h turbocat /kernel/trunk/network/ kernel: added struct sockaddr  
9736 810 d 5 h Boppan /kernel/trunk/network/ [KERNEL] Revert previous change  
9729 825 d 1 h Boppan /kernel/trunk/network/ [KERNEL] Adjust packet size calculation  
9709 838 d 23 h Doczom /kernel/trunk/ delete TASKDATA  
9692 841 d 20 h Doczom /kernel/trunk/ replacing TASK DATA.pid with APPDATA.tid  
9395 905 d 21 h Boppan /kernel/trunk/network/ [KERNEL] Fix eth_input function documentation  
9394 906 d 1 h Boppan /kernel/trunk/network/ [KERNEL] Document eth_input function  
9054 1050 d 20 h hidnplayr /kernel/trunk/network/ Fix loopback  
9049 1053 d 7 h hidnplayr /kernel/trunk/network/ Add is_userspace_region checks to some socket functions.
Disabled PPPoE and IPv6 completely by default, as not functional.
 
9045 1054 d 7 h dunkaist /kernel/trunk/ kernel: Check for base+len overflow in is_region_userspace  
9017 1055 d 21 h hidnplayr / Network device error/missed/dropped packet counters.
+ Network buffer sanity checks.
 
8896 1072 d 20 h hidnplayr / Add network packet error counters.  
8867 1077 d 3 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 1077 d 7 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 1126 d 10 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 1319 d 22 h dunkaist /kernel/trunk/network/ Don't put .dummy_fn function of net loopback device to data 'section'.  
8027 1449 d 21 h hidnplayr /kernel/trunk/network/ Remove some extra debug  
8026 1449 d 21 h hidnplayr /kernel/trunk/network/ More TCP advertised window size fixes, small updates regarding closing of TCP sockets.  
8024 1452 d 19 h hidnplayr /kernel/trunk/network/ Fix TCP window updates  
7974 1466 d 1 h hidnplayr /kernel/trunk/network/ TCP: Ack every other received full MSS segment, bugfixes.  
7963 1468 d 3 h hidnplayr /kernel/trunk/network/ sys_protocols: don't destroy esi input reg  
7682 1729 d 20 h hidnplayr /kernel/trunk/network/ Fix issue #122  
7680 1737 d 22 h hidnplayr /kernel/trunk/network/ small network code updates, annotations  
7679 1737 d 22 h hidnplayr /kernel/trunk/network/ network code cleanup  
7678 1737 d 22 h hidnplayr /kernel/trunk/network/ network code cleanup, fix some statistics  
7536 2029 d 20 h hidnplayr /kernel/trunk/network/ Fix ICMP Echo reply, broken in #5522  
7535 2029 d 21 h hidnplayr /kernel/trunk/network/ Fix ARP Reply, broken in #5522  
7099 2414 d 21 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 2414 d 21 h ashmew2 /kernel/trunk/network/ Fix TCP window size in tcp_respond  
6916 2553 d 23 h hidnplayr /kernel/trunk/network/ TCP: Use bitflag instead of dword for t_force.  
6915 2554 d 19 h hidnplayr /kernel/trunk/network/ TCP: dont accept out of order FINs.  
6914 2554 d 20 h hidnplayr /kernel/trunk/network/ TCP: Don't increase sequence number when resending a FIN.  
6913 2555 d 0 h ashmew2 /kernel/trunk/network/ TCP Fast ACK: Fix advertised window size  
6912 2556 d 20 h hidnplayr /kernel/trunk/network/ TCP: improved routing, connect.  
6911 2556 d 20 h hidnplayr /kernel/trunk/network/ UDP: Improved routing.  
6910 2556 d 20 h hidnplayr /kernel/trunk/network/ TCP_process_input: remember device number.  
6909 2557 d 0 h hidnplayr /kernel/trunk/network/ Bugfix for TCP advertised window calculation.  
6908 2558 d 22 h ashmew2 /kernel/trunk/ Add a build script for Linux  
6907 2558 d 22 h ashmew2 /kernel/trunk/network/ Build script for linux  
6710 2752 d 4 h clevermouse /kernel/trunk/network/ on RST, close TCP connection but don't free the structure - owner process should know what happened