Greg Kroah-Hartman | cfb739b | 2008-04-03 17:30:53 -0700 | [diff] [blame] | 1 | This is a driver for the ET1310 network device. |
| 2 | |
| 3 | Based on the driver found at https://sourceforge.net/projects/et131x/ |
| 4 | |
Mark Einon | a098582 | 2011-10-10 16:22:32 +0100 | [diff] [blame] | 5 | Cleaned up immensely by Olaf Hartman and Christoph Hellwig <hch@infradead.org> |
Greg Kroah-Hartman | cfb739b | 2008-04-03 17:30:53 -0700 | [diff] [blame] | 6 | |
| 7 | Note, the powermanagement options were removed from the vendor provided |
| 8 | driver as they did not build properly at the time. |
| 9 | |
| 10 | TODO: |
Mark Einon | deb95fa | 2013-02-16 19:12:01 +0000 | [diff] [blame] | 11 | - Look at reducing the number of spinlocks |
| 12 | - Simplify code in nic_rx_pkts(), when determining multicast_pkts_rcvd |
| 13 | - Implement NAPI support |
Mark Einon | 966630b | 2013-09-11 14:14:46 +0100 | [diff] [blame] | 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. |
Greg Kroah-Hartman | cfb739b | 2008-04-03 17:30:53 -0700 | [diff] [blame] | 16 | |
| 17 | Please send patches to: |
Greg Kroah-Hartman | 2140dc9 | 2012-02-15 14:45:40 -0800 | [diff] [blame] | 18 | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
Mark Einon | 740b7a2 | 2011-09-03 12:49:07 +0100 | [diff] [blame] | 19 | Mark Einon <mark.einon@gmail.com> |
Greg Kroah-Hartman | cfb739b | 2008-04-03 17:30:53 -0700 | [diff] [blame] | 20 | |