Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.git] / drivers / staging / et131x / README
CommitLineData
cfb739b4
GKH
1This is a driver for the ET1310 network device.
2
3Based on the driver found at https://sourceforge.net/projects/et131x/
4
a0985821 5Cleaned up immensely by Olaf Hartman and Christoph Hellwig <hch@infradead.org>
cfb739b4
GKH
6
7Note, the powermanagement options were removed from the vendor provided
8driver as they did not build properly at the time.
9
10TODO:
deb95fac
ME
11 - Look at reducing the number of spinlocks
12 - Simplify code in nic_rx_pkts(), when determining multicast_pkts_rcvd
13 - Implement NAPI support
966630bc
ME
14 - In et131x_tx(), don't return NETDEV_TX_BUSY, just drop the packet with kfree_skb().
15 - Reduce the number of split lines by careful consideration of variable names etc.
cfb739b4
GKH
16
17Please send patches to:
2140dc9c 18 Greg Kroah-Hartman <gregkh@linuxfoundation.org>
740b7a2c 19 Mark Einon <mark.einon@gmail.com>
cfb739b4 20
This page took 0.488826 seconds and 5 git commands to generate.