Linus Torvalds b5c78e04dd Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging 12 years ago
..
Kconfig c9fb041ff1 staging: fix more ET131X build errors 13 years ago
Makefile d2796743cb staging: et131x: Put all .c files into one big file 13 years ago
README deb95fac28 staging: et131x: Update TODO list 12 years ago
et131x.c b5c78e04dd Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging 12 years ago
et131x.h a129be84ba staging: et131x: Use register defines instead of magic numbers 12 years ago

README

This is a driver for the ET1310 network device.

Based on the driver found at https://sourceforge.net/projects/et131x/

Cleaned up immensely by Olaf Hartman and Christoph Hellwig

Note, the powermanagement options were removed from the vendor provided
driver as they did not build properly at the time.

TODO:
- some rx packets have CRC/code/frame errors
- Look at reducing the number of spinlocks
- Simplify code in nic_rx_pkts(), when determining multicast_pkts_rcvd
- Implement NAPI support
- in et131x_tx(), don't return NETDEV_TX_BUSY, just drop the packet with kfree_skb().

Please send patches to:
Greg Kroah-Hartman
Mark Einon