Networking - Bugfixing in IPStack/RTL8139 driver
authorJohn Hodge <[email protected]>
Tue, 7 Jun 2011 08:57:17 +0000 (16:57 +0800)
committerJohn Hodge <[email protected]>
Tue, 7 Jun 2011 08:57:17 +0000 (16:57 +0800)
commiteceedd44a40b713c2adf0ea8e3e864099e97477c
treeb9d1a79a1cf592788741d86ac7ea585d8a40d5f1
parent9cae7d64750db729b6bee582a8e7203ec3de36b4
Networking - Bugfixing in IPStack/RTL8139 driver

- PCI: Cleaned up (don't need to allocate ports, PCI bios does that for us)
- Fixed Endian flipping issues
- Added some debugging and catches to IPStack
- Fixed IPv4 dropping all packets (due to firewall returning -1)
 > Need to create stub rules for INPUT/OUTPUT/FORWARD
- Huge changes in RTL8136 driver
 > Now tested, but not fully
Kernel/drv/pci.c
Kernel/include/acess.h
Modules/IPStack/arp.c
Modules/IPStack/interface.c
Modules/IPStack/ipv4.c
Modules/IPStack/link.c
Modules/Network/RTL8139/rtl8139.c

UCC git Repository :: git.ucc.asn.au