Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3346 4070 d 3 h hidnplayr /kernel/branches/net/ Introduced new application event for network subsystem changes (link changed, ip changed, ...)
Removed get_mac and set_mac procedures from device structure, kernel does not need them.
Added link state detection capabilities for kernel and some drivers.
 
3322 4073 d 1 h hidnplayr /kernel/branches/net/ Removed obsolete EthReceiver interface  
2981 4220 d 22 h hidnplayr /kernel/branches/net/ Renaming exported function 'EthReceiver' to 'ETH_input'  
2851 4311 d 1 h hidnplayr /kernel/branches/net/drivers/ Bugfix for RTL8139 driver. Updated imports.inc  
1514 5039 d 13 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)
 
1206 5311 d 22 h hidnplayr /kernel/branches/net/ A lot of bugfixes in ARP, IPv4, UDP and sockets code.  
1161 5337 d 0 h hidnplayr /kernel/branches/ Moving the files...  
1159 5337 d 1 h hidnplayr /kernel/branches/ New branch - network experimental code