• Home
Name Date Size #Lines LOC

..--

KconfigD08-May-2024289 119

MakefileD08-May-202487 61

READMED08-May-2024717 2114

et131x.cD08-May-2024145.6 KiB4,9762,801

et131x.hD08-May-202440.7 KiB1,711432

README

1This is a driver for the ET1310 network device.
2
3Based on the driver found at https://sourceforge.net/projects/et131x/
4
5Cleaned up immensely by Olaf Hartman and Christoph Hellwig <hch@infradead.org>
6
7Note, the powermanagement options were removed from the vendor provided
8driver as they did not build properly at the time.
9
10TODO:
11	- some rx packets have CRC/code/frame errors
12	- Look at reducing the number of spinlocks
13	- Simplify code in nic_rx_pkts(), when determining multicast_pkts_rcvd
14	- Implement NAPI support
15	- in et131x_tx(), don't return NETDEV_TX_BUSY, just drop the packet with	  kfree_skb().
16
17Please send patches to:
18	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
19	Mark Einon <mark.einon@gmail.com>
20
21