Lars Lindley ba22a15ae8 Staging: et131x: Small format/style tidyups 15 年之前
..
Kconfig cfb739b459 Staging: add et131x network driver 16 年之前
Makefile 15700039b1 Staging: et131x: prune all the debug code 16 年之前
README cfb739b459 Staging: add et131x network driver 16 年之前
et1310_address_map.h f3fd4cd591 Staging: et131x: fix most coding style issues in et131x 15 年之前
et1310_eeprom.c f3fd4cd591 Staging: et131x: fix most coding style issues in et131x 15 年之前
et1310_mac.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 年之前
et1310_phy.c ba22a15ae8 Staging: et131x: Small format/style tidyups 15 年之前
et1310_phy.h 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 年之前
et1310_pm.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 年之前
et1310_rx.c 324148788b Staging: Drop memory allocation cast 15 年之前
et1310_rx.h f3fd4cd591 Staging: et131x: fix most coding style issues in et131x 15 年之前
et1310_tx.c 324148788b Staging: Drop memory allocation cast 15 年之前
et1310_tx.h 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 年之前
et131x.h 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 年之前
et131x_adapter.h 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 年之前
et131x_defs.h abc449970a Staging: et131x: kill NMI hacks 15 年之前
et131x_initpci.c f3fd4cd591 Staging: et131x: fix most coding style issues in et131x 15 年之前
et131x_isr.c b4c84c298b staging: et131x: Fix brace coding style issues. 15 年之前
et131x_netdev.c c8d1a12692 Merge staging-next tree into Linus's latest version 15 年之前
et131x_version.h 69ea5fcb5e Staging: et131x: Collapse all the function definitions into one place 15 年之前

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:
- kernel coding style cleanups
- forward port for latest network driver changes
- kill useless typecasts (e.g. in et1310_phy.c)
- alloc_etherdev is initializing memory with zero?!?
- add_timer call in et131x_netdev.c is correct?
- Add power saving functionality (suspend, sleep, resume)
- Implement a few more kernel Parameter (set mac )

Please send patches to:
Greg Kroah-Hartman

And Cc: Olaf Hartmann as he has this device and can
test any changes.