Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2995 4197 d 16 h hidnplayr /kernel/branches/net/ Port numbers for TCP and UDP must be given in Big endian order now.  
2980 4222 d 15 h hidnplayr /kernel/branches/net/network/ UDP output now only updates stats if send didnt fail.  
2924 4275 d 12 h hidnplayr /kernel/branches/net/network/ Some markup changes in network stack.  
2891 4295 d 5 h hidnplayr /kernel/branches/net/network/ Better debug info for network, lots of improvements in TCP code  
2890 4295 d 14 h hidnplayr /kernel/branches/net/network/ Bugfixes & further development of TCP_output  
2877 4304 d 7 h hidnplayr /kernel/branches/net/network/ Getting ready for better IP routing  
2614 4398 d 7 h hidnplayr /kernel/branches/net/network/ Cleanup in Net Branch + stub for PPPoE I wrote some months ago  
2402 4447 d 16 h hidnplayr /kernel/branches/net/network/ Usage of new mutexes in net branch.  
2390 4449 d 6 h hidnplayr /kernel/branches/net/network/ Fixed TCP and UDP checksum in net branch.  
2385 4449 d 10 h hidnplayr /kernel/branches/net/ Sync net branch with trunk  
2369 4450 d 18 h hidnplayr /kernel/branches/net/network/ Fixed problem with UDP_input when checksum was 0.  
2366 4451 d 14 h hidnplayr /kernel/branches/net/network/ Bugfixes in net branch:
-Disabled UDP remote IP checking because it blocks valid packets in certain situations (DNS resolving)
-Removed device '0' (application level) as default device because it was not correctly implemented and would require a lot of changes. Yet need to find a better solution for this.
 
2311 4552 d 6 h hidnplayr /kernel/branches/net/network/ more small updates and fixes in net branch  
2310 4552 d 8 h hidnplayr /kernel/branches/net/network/ more small updates and fixes in net branch  
2308 4552 d 13 h hidnplayr /kernel/branches/net/network/ small updates and fixes in net branch  
2305 4556 d 5 h hidnplayr /kernel/branches/net/ NET branch: re-organised all structs to use struct.inc from fasm  
1542 5021 d 17 h hidnplayr /kernel/branches/net/ Correct use of TYPE and PROTOCOL parameters in socket function  
1530 5025 d 6 h hidnplayr /kernel/branches/net/network/ Fixed bugs in previous revision  
1529 5025 d 10 h hidnplayr /kernel/branches/net/ Deleted double macro in netdrv.inc
Refactoring of ARP code.
Used universal names for protocol handlers.
Moved some pieces of code from procs to macros.
Added IPv4_fragment (currently disabled)
Added ring-buffer functions for sockets
Updates in TCP code
 
1519 5037 d 10 h hidnplayr /kernel/branches/net/ -Refactoring of network drivers.
-Ommitted unnescessary copying of packets in some drivers.
-Some small updates in TCP (perhaps 50% done ?)
 
1514 5041 d 5 h hidnplayr /kernel/branches/net/ - globalisation of network driver functions
(Replaced EthRegDev with NetRegDev)
- rewrite/cleanup of socket.inc
- started rewrite of tcp.inc
- port numbers in application are not byte-swapped anymore
- many more fixes and changes

- TCP does not work but UDP/IP/ICMP/ARP (partly) work.. (as before)
 
1485 5075 d 12 h hidnplayr /kernel/branches/net/network/ net-branch:
Fix crash in udp.inc when arp-entry is not found.
Fixed bug in deleting of arp entry's
 
1484 5075 d 14 h hidnplayr /kernel/branches/net/network/ Looks like I uploaded wrong udp.inc in previous revision...  
1483 5075 d 16 h hidnplayr /kernel/branches/net/network/ net-branch:
Fixed error in udp.inc
Fixed another error in checksum, seems to work bug-free now :)
 
1482 5075 d 19 h hidnplayr /kernel/branches/net/network/ Net-branch:
Fixed Bugs in checksum, introduced in #1473
Checksum for IP/UDP/TCP is now very fast.
 
1473 5085 d 8 h hidnplayr /kernel/branches/net/network/ Updates in net branch coded 6 months ago.
Mostly concerning checksuming, and cleanups
 
1337 5236 d 8 h hidnplayr /kernel/branches/net/ Changes in net branch:
More fixes in UDP
added TFTP client
 
1335 5237 d 7 h hidnplayr /kernel/branches/net/network/ UDP fixes for net branch  
1257 5285 d 15 h hidnplayr /kernel/branches/net/network/ Some code cleanup (cosmethical changes) in net_branch  
1254 5286 d 11 h hidnplayr /kernel/branches/net/ changes in net branch:
-Further development of TCP
-Fixed a design issue in Ethernet drivers wich would cause a lot of overhead for TCP (I probably completely broke RTL8029 driver now, let's finish TCP first..)
 
1251 5287 d 12 h clevermouse /kernel/branches/net/ Some fixes in net branch:
* pseudoheader for UDP checksum was wrong
* network checksum for data with odd length was wrong
* stack issues in ARP_add_entry fixed
* more correct checking for new packets in pcnet driver
 
1249 5288 d 8 h hidnplayr /kernel/branches/net/ Changes in net branch:

Things changed: sockets data organisation, queue macro's are more universal, new checksum routines, changed socket structures, ...
What's new: UDP checksum generation & validation
Rough TCP code has been written, but not debugged yet.
 
1208 5313 d 10 h hidnplayr /kernel/branches/net/ More fixes in UDP, IPv4 and socket code.
Fixes in network library, nslookup works now.
 
1206 5313 d 14 h hidnplayr /kernel/branches/net/ A lot of bugfixes in ARP, IPv4, UDP and sockets code.  
1197 5319 d 17 h clevermouse /kernel/branches/net/ * I'm sure that UDP data length includes sizeof UDP header
* network library with DNS resolving from trunk and
an application for DNS name lookup
(do not work at moment due to crashes in the kernel)
 
1196 5320 d 8 h hidnplayr /kernel/branches/net/ compile netcfg on unix
fixed bug in netcfg created in last revision
netcfg gives error msg when driver is not loaded
zeroconfig now works with latest version of libini
also fixed use of static and link-local ip in zeroconfig
initial IPv4 variables are now 0.0.0.0 instead of 255.255.255.255
created kernel function that shows number of active network devices
fixed the use of temp mac variable in IPV4.inc (variable is now in stack)
rewrite of ARP code, needs full testing/debugging (new application needed: ARP manager)
port numbers are now in INET byte order, as is in posix standards
 
1173 5331 d 18 h clevermouse /kernel/branches/net/ * UDP data length includes sizeof UDP header
* fixes in RTL8139 driver
* fixes in RTL8029 driver (works in Bochs, still problems in qemu)
 
1161 5338 d 16 h hidnplayr /kernel/branches/ Moving the files...  
1159 5338 d 17 h hidnplayr /kernel/branches/ New branch - network experimental code