Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
9817 733 d 8 h Boppan /kernel/trunk/network/ [KERNEL] Change fragmented packet log  
9815 733 d 13 h Boppan /kernel/trunk/network/ [KERNEL] Change fragmented packet log  
9814 733 d 13 h Boppan /kernel/trunk/network/ [KERNEL] Use stack to save EDI and fix stack and EDI state on packet drop  
9809 740 d 11 h Boppan /kernel/trunk/network/ [KERNEL] Temporally drop fragmented packets  
9807 743 d 10 h Boppan /kernel/trunk/network/ [KERNEL] Attempt to fix unexpected stack state  
9806 743 d 11 h Boppan /kernel/trunk/network/ [KERNEL] Temporal fix for fragmented packet building  
9805 744 d 16 h Boppan /kernel/trunk/network/ [KERNEL] Fix incorrect address of the first buffer  
9804 746 d 11 h Boppan /kernel/trunk/network/ [KERNEL] Fix FIXME  
9803 746 d 11 h Boppan /kernel/trunk/network/ [KERNEL] Fix offset to first fragment  
9802 746 d 13 h Boppan /kernel/trunk/network/ [KERNEL] Temporal fragmented packet size workaround  
9801 746 d 14 h Boppan /kernel/trunk/network/ [KERNEL] Temporal fix for EDI destruction  
9800 746 d 15 h Boppan /kernel/trunk/network/ [KERNEL] Update compyrights in IPv4.inc  
9799 746 d 15 h Boppan /kernel/trunk/network/ [KERNEL] Fix IPv4 packet buffer structuring  
9736 799 d 14 h Boppan /kernel/trunk/network/ [KERNEL] Revert previous change  
9729 814 d 10 h Boppan /kernel/trunk/network/ [KERNEL] Adjust packet size calculation  
7679 1727 d 7 h hidnplayr /kernel/trunk/network/ network code cleanup  
7678 1727 d 7 h hidnplayr /kernel/trunk/network/ network code cleanup, fix some statistics  
6908 2548 d 7 h ashmew2 /kernel/trunk/ Add a build script for Linux  
6907 2548 d 7 h ashmew2 /kernel/trunk/network/ Build script for linux  
6475 2832 d 8 h hidnplayr /kernel/trunk/network/ IPv4_route: bugfix in route determination.  
6220 3015 d 6 h hidnplayr /kernel/trunk/network/ Broadcast does not need gateway.  
6122 3028 d 6 h hidnplayr /kernel/trunk/ IPv4: Dont crash when there is no route to host.  
6011 3064 d 10 h hidnplayr /kernel/trunk/ Cosmetical changes in network code, updated TCP timer code.  
5842 3141 d 7 h hidnplayr / Improved RAW sockets. Added ability to set TTL thorugh setsockopt, Improved ping program.  
5584 3224 d 14 h hidnplayr /kernel/trunk/network/ Bugfixes to bind socket to device.  
5522 3349 d 4 h hidnplayr / New network buffers - phase I  
5363 3417 d 5 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5015 3576 d 13 h hidnplayr /kernel/trunk/network/ Cleanup/small refactor of some internal network functions.  
4976 3624 d 13 h hidnplayr /kernel/trunk/network/ IPv4: accept all destination addresses when we dont have one yet.  
4850 3683 d 4 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 3802 d 4 h hidnplayr /kernel/trunk/network/ Fixed typo in tcp_input.inc  
4259 3832 d 4 h hidnplayr /kernel/trunk/network/ Bugfix in IPv4_input (for fragmented IPv4 packets)  
4258 3832 d 5 h hidnplayr /kernel/trunk/network/ Bugfix in IPv4_input (for fragmented IPv4 packets)  
4053 3863 d 10 h hidnplayr /kernel/trunk/network/ fixed #4052  
4052 3863 d 10 h hidnplayr /kernel/trunk/network/ Some cleanup/refactoring of IPv4 code (preparing for routing)  
4035 3867 d 9 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_connect  
4030 3867 d 15 h hidnplayr /kernel/trunk/network/ refactored SOCKET_connect  
3861 3936 d 12 h hidnplayr /kernel/trunk/network/ new function: NET_packet_free, i8255x driver should not cause problems anymore.  
3711 3978 d 2 h clevermouse /kernel/trunk/ style fixes, no binary changes (style checker was sick for some time)  
3698 3980 d 14 h hidnplayr /kernel/trunk/network/ Fixed alignment for data in network stack. Alqo, network queue uses a mutex now.