Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
1556 5015 d 5 h hidnplayr /kernel/branches/net/drivers/ Fixed RTL8139 driver.
bugfix in RTL8169 driver.
 
/kernel/branches/net/drivers
/kernel/branches/net/drivers/RTL8139.asm
/kernel/branches/net/drivers/RTL8169.asm
/kernel/branches/net/drivers/netdrv.inc
1554 5017 d 3 h hidnplayr /kernel/branches/net/drivers/ I uploaded the wrong file in previous revision
reverted the file + uploaded right file this time
 
/kernel/branches/net/drivers/RTL8169.asm
/kernel/branches/net/drivers/netdrv.inc
1553 5017 d 3 h hidnplayr /kernel/branches/net/drivers/ RTL8169 driver for NET branch (not tested/debugged yet!)  
/kernel/branches/net/drivers/netdrv.inc
1529 5024 d 0 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
 
/kernel/branches/net/core/exports.inc
/kernel/branches/net/drivers/netdrv.inc
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/udp.inc
1521 5035 d 3 h hidnplayr /kernel/branches/net/drivers/ Fixed 3c59x driver to work with 3c900b-tpo cards  
/kernel/branches/net/drivers/3c59x.asm
/kernel/branches/net/drivers/netdrv.inc
1519 5036 d 0 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 ?)
 
/kernel/branches/net/drivers/i8255x.asm
/kernel/branches/net/drivers/3c59x.asm
/kernel/branches/net/drivers/RTL8029.asm
/kernel/branches/net/drivers/RTL8139.asm
/kernel/branches/net/drivers/dec21x4x.asm
/kernel/branches/net/drivers/netdrv.inc
/kernel/branches/net/drivers/pcnet32.asm
/kernel/branches/net/drivers/sis900.asm
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/udp.inc
1514 5039 d 20 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)
 
/kernel/branches/net/applications/netcfg/netcfg.asm
/kernel/branches/net/applications/network_lib/network.asm
/kernel/branches/net/applications/nslookup/nslookup.asm
/kernel/branches/net/applications/telnet/telnet.asm
/kernel/branches/net/applications/tftpc/TFTP.asm
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/core/exports.inc
/kernel/branches/net/core/sys32.inc
/kernel/branches/net/drivers/3c59x.asm
/kernel/branches/net/drivers/RTL8029.asm
/kernel/branches/net/drivers/RTL8139.asm
/kernel/branches/net/drivers/dec21x4x.asm
/kernel/branches/net/drivers/imports.inc
/kernel/branches/net/drivers/netdrv.inc
/kernel/branches/net/drivers/pcnet32.asm
/kernel/branches/net/drivers/sis900.asm
/kernel/branches/net/kernel.asm
/kernel/branches/net/network/ARP.inc
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/icmp.inc
/kernel/branches/net/network/queue.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/udp.inc
1502 5060 d 20 h hidnplayr /kernel/branches/net/drivers/ Net-branch: another work in progress: dec21x4x driver.
Only works in MS Virtual-PC for now. (not on real hardware yet)
 
/kernel/branches/net/drivers/dec21x4x.asm
/kernel/branches/net/drivers/netdrv.inc
1492 5070 d 2 h hidnplayr /kernel/branches/net/drivers/ Updates in RTL8029 and PCNET32 driver.
Moved public data structure for network drivers to netdrv.inc
 
/kernel/branches/net/drivers/3c59x.asm
/kernel/branches/net/drivers/RTL8029.asm
/kernel/branches/net/drivers/RTL8139.asm
/kernel/branches/net/drivers/netdrv.inc
/kernel/branches/net/drivers/pcnet32.asm
1481 5075 d 0 h hidnplayr /kernel/branches/net/ Net-branch:
Added statistics to 3c59x driver.
Fixed mixed up DNS and Gateway of static settings for zeroconf
 
/kernel/branches/net/applications/zeroconf/zeroconf.asm
/kernel/branches/net/drivers/3c59x.asm
/kernel/branches/net/drivers/netdrv.inc
1472 5084 d 3 h hidnplayr /kernel/branches/net/drivers/ Changes in net_branch:

Fixed yet another bug in RTL8139 driver (should be almost bug-free now)
Added 3com driver (only boomerang cards tested)
If somebody has a vortex type 3com card, please help me debug the driver!
 
/kernel/branches/net/drivers/3c59x.asm
/kernel/branches/net/drivers/netdrv.inc
/kernel/branches/net/drivers/RTL8139.asm