| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Inhibit a spurious warning on GCC 4.0.1 | Michael Brown | 2007-07-26 | 1 | -1/+2 | |
| * | | make RTL8169_READ_GMII_REG, RTL8169_WRITE_GMII_REG static | Holger Lubitz | 2007-07-27 | 1 | -2/+2 | |
| |/ | ||||||
| * | Include errno.h in the few drivers which use it, rather than in nic.h | Michael Brown | 2007-07-24 | 6 | -0/+6 | |
| * | Change #warning to FIXME for ns8390.c | Marty Connor | 2007-07-23 | 1 | -1/+2 | |
| * | Change #warning to FIXME for depca | Marty Connor | 2007-07-23 | 1 | -1/+1 | |
| * | removed type casting from DBG statements. | Udayan Kumar | 2007-07-15 | 1 | -19/+16![]() | |
| * | replaces printf with dbg | Udayan Kumar | 2007-07-15 | 1 | -1/+1 | |
| * | added natsemi.h | Udayan Kumar | 2007-07-15 | 1 | -0/+232 | |
| * | mdc's+nvs | Udayan Kumar | 2007-07-15 | 1 | -683/+336![]() | |
| * | more debugging | Udayan Kumar | 2007-07-15 | 1 | -4/+8 | |
| * | more debugging | Udayan Kumar | 2007-07-15 | 1 | -0/+6 | |
| * | added silicon revision number | Udayan Kumar | 2007-07-15 | 1 | -1/+2 | |
| * | init_fix_up | Udayan Kumar | 2007-07-15 | 1 | -0/+161 | |
| * | added cable magic for 100Mps in natsemi | Udayan Kumar | 2007-07-15 | 1 | -6/+70 | |
| * | duplex setting added to natsemi.c | Udayan Kumar | 2007-07-15 | 1 | -4/+6 | |
| * | more indentation and styling done | Udayan Kumar | 2007-07-15 | 1 | -98/+114 | |
| * | :x | Udayan Kumar | 2007-07-15 | 1 | -3/+5 | |
| * | no changes | Udayan Kumar | 2007-07-15 | 1 | -1/+0![]() | |
| * | added nat_irq to natsemi.c | Udayan Kumar | 2007-07-15 | 1 | -22/+25 | |
| * | stopped memory leak in natsemi::nat_open() | Udayan Kumar | 2007-07-15 | 1 | -12/+15 | |
| * | Natsemi commented and almost done | Udayan Kumar | 2007-07-15 | 1 | -78/+106 | |
| * | natsemi.c is workin | Udayan Kumar | 2007-07-15 | 1 | -155/+102![]() | |
| * | irq still not working will have to remove it | Udayan Kumar | 2007-07-15 | 1 | -0/+10 | |
| * | natsemi | Udayan Kumar | 2007-07-15 | 1 | -2/+2 | |
| * | interrupt in natsemi | Udayan Kumar | 2007-07-15 | 1 | -3/+15 | |
| * | enabled interrupt in natsemi.c | Udayan Kumar | 2007-07-15 | 1 | -0/+16 | |
| * | added change log to natsemi.c | Udayan Kumar | 2007-07-15 | 1 | -48/+72 | |
| * | added netdev_tx_complete to natsemi.c | Udayan Kumar | 2007-07-15 | 1 | -0/+6 | |
| * | added endianness to natsemi. | Udayan Kumar | 2007-07-15 | 1 | -0/+1 | |
| * | free_netdev -> netdev_put | Udayan Kumar | 2007-07-15 | 1 | -2/+2 | |
| * | debugging natsemi.c | Udayan Kumar | 2007-07-15 | 1 | -26/+44 | |
| * | added eeprom from rtl8139 but not working | Udayan Kumar | 2007-07-15 | 1 | -56/+54![]() | |
| * | natsemi now needs eeprom access | Udayan Kumar | 2007-07-15 | 1 | -5/+10 | |
| * | same as before, but now compiling natsemi | Udayan Kumar | 2007-07-15 | 1 | -25/+28 | |
| * | added polling and transmit. eeprom access still remaining | Udayan Kumar | 2007-07-15 | 1 | -134/+167 | |
| * | skel of new natsemi driver (still in developments) | Udayan Kumar | 2007-07-15 | 1 | -628/+438![]() | |
| * | testing if it works | Udayan Kumar | 2007-07-15 | 1 | -0/+1 | |
| * | Revert mdc's warnings purge on natsemi.c, to allow for a clean rebase. | Michael Brown | 2007-07-15 | 1 | -7/+6![]() | |
| * | Dead code removal. | Michael Brown | 2007-07-14 | 1 | -5/+6 | |
| * | Added missing "static" | Michael Brown | 2007-07-09 | 1 | -1/+1 | |
| * | Use net_device_operations structure and netdev_nullify() to allow for | Michael Brown | 2007-07-07 | 3 | -68/+92 | |
| * | Revert "Replace natsemi driver with Indolent's updated one that uses the gPXE... | Michael Brown | 2007-07-07 | 1 | -507/+571 | |
| * | Revert "convert to zalloc" | Michael Brown | 2007-07-07 | 1 | -1/+2 | |
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() | |
| * | Use netdev_rx_err() to report receive errors. | Michael Brown | 2007-07-05 | 2 | -2/+5 | |
| * | Replace natsemi driver with Indolent's updated one that uses the gPXE API | Marty Connor | 2007-07-05 | 1 | -571/+507![]() | |
| * | Warnings purge for via-velocity.[ch] | Marty Connor | 2007-07-05 | 2 | -22/+19![]() | |
| * | Update warnings in depca.c ns8390.c | Marty Connor | 2007-07-05 | 2 | -2/+2 | |
| * | Purge warnings from tg3.c | Marty Connor | 2007-07-05 | 1 | -1/+1 | |
| * | Purge warnings from prism2 drivers | Marty Connor | 2007-07-05 | 5 | -629/+994 | |

