Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
10058 2 d 5 h ace_dent /kernel/trunk/network/ Fix EN typos

Small corrections for grammar and fluency [en_US].
 
10051 8 d 4 h ace_dent /kernel/trunk/ Remove $Revision$ from kernel file headers

- To better support git, remove SVN dependant `$Revision$` from file headers. This does *not* remove: the use of `__REV__` macro in `boostr.inc` and `kernel.asm`
- Header Copyright notices updated to 2024.
- Minimal white space cleanup (trailing spaces automatically removed).
- Note: `asmxygen.py` has a *large* amount of whitespace cleanup, due to incorrect line endings.
 
9817 746 d 1 h Boppan /kernel/trunk/network/ [KERNEL] Change fragmented packet log  
9815 746 d 6 h Boppan /kernel/trunk/network/ [KERNEL] Change fragmented packet log  
9814 746 d 7 h Boppan /kernel/trunk/network/ [KERNEL] Use stack to save EDI and fix stack and EDI state on packet drop  
9809 753 d 4 h Boppan /kernel/trunk/network/ [KERNEL] Temporally drop fragmented packets  
9807 756 d 3 h Boppan /kernel/trunk/network/ [KERNEL] Attempt to fix unexpected stack state  
9806 756 d 4 h Boppan /kernel/trunk/network/ [KERNEL] Temporal fix for fragmented packet building  
9805 757 d 9 h Boppan /kernel/trunk/network/ [KERNEL] Fix incorrect address of the first buffer  
9804 759 d 4 h Boppan /kernel/trunk/network/ [KERNEL] Fix FIXME  
9803 759 d 4 h Boppan /kernel/trunk/network/ [KERNEL] Fix offset to first fragment  
9802 759 d 6 h Boppan /kernel/trunk/network/ [KERNEL] Temporal fragmented packet size workaround  
9801 759 d 7 h Boppan /kernel/trunk/network/ [KERNEL] Temporal fix for EDI destruction  
9800 759 d 8 h Boppan /kernel/trunk/network/ [KERNEL] Update compyrights in IPv4.inc  
9799 759 d 8 h Boppan /kernel/trunk/network/ [KERNEL] Fix IPv4 packet buffer structuring  
9736 812 d 8 h Boppan /kernel/trunk/network/ [KERNEL] Revert previous change  
9729 827 d 3 h Boppan /kernel/trunk/network/ [KERNEL] Adjust packet size calculation  
7679 1740 d 0 h hidnplayr /kernel/trunk/network/ network code cleanup  
7678 1740 d 0 h hidnplayr /kernel/trunk/network/ network code cleanup, fix some statistics  
6908 2561 d 0 h ashmew2 /kernel/trunk/ Add a build script for Linux  
6907 2561 d 0 h ashmew2 /kernel/trunk/network/ Build script for linux  
6475 2845 d 1 h hidnplayr /kernel/trunk/network/ IPv4_route: bugfix in route determination.  
6220 3027 d 23 h hidnplayr /kernel/trunk/network/ Broadcast does not need gateway.  
6122 3040 d 23 h hidnplayr /kernel/trunk/ IPv4: Dont crash when there is no route to host.  
6011 3077 d 3 h hidnplayr /kernel/trunk/ Cosmetical changes in network code, updated TCP timer code.  
5842 3154 d 0 h hidnplayr / Improved RAW sockets. Added ability to set TTL thorugh setsockopt, Improved ping program.  
5584 3237 d 8 h hidnplayr /kernel/trunk/network/ Bugfixes to bind socket to device.  
5522 3361 d 21 h hidnplayr / New network buffers - phase I  
5363 3429 d 23 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5015 3589 d 6 h hidnplayr /kernel/trunk/network/ Cleanup/small refactor of some internal network functions.  
4976 3637 d 7 h hidnplayr /kernel/trunk/network/ IPv4: accept all destination addresses when we dont have one yet.  
4850 3695 d 22 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 3814 d 21 h hidnplayr /kernel/trunk/network/ Fixed typo in tcp_input.inc  
4259 3844 d 22 h hidnplayr /kernel/trunk/network/ Bugfix in IPv4_input (for fragmented IPv4 packets)  
4258 3844 d 22 h hidnplayr /kernel/trunk/network/ Bugfix in IPv4_input (for fragmented IPv4 packets)  
4053 3876 d 3 h hidnplayr /kernel/trunk/network/ fixed #4052  
4052 3876 d 3 h hidnplayr /kernel/trunk/network/ Some cleanup/refactoring of IPv4 code (preparing for routing)  
4035 3880 d 3 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_connect  
4030 3880 d 8 h hidnplayr /kernel/trunk/network/ refactored SOCKET_connect  
3861 3949 d 6 h hidnplayr /kernel/trunk/network/ new function: NET_packet_free, i8255x driver should not cause problems anymore.