r8169: support additional 8168cp chipset
[safe/jmp/linux-2.6] / drivers / net / r6040.c
2008-09-25 Florian Fainellir6040: fix wrong assignment in r6040_free_txbufs
2008-09-24 Florian Fainellir6040: fix bad usage of udelay
2008-08-14 Huang Weiyi[netdrvr] remove unnecessary #include
2008-07-23 Florian Fainellir6040: rework init_one error handling
2008-07-22 Florian Fainellir6040: bump release number to 0.18
2008-07-22 Florian Fainellir6040: handle RX fifo full and no descriptor interrupts
2008-07-22 Florian Fainellir6040: change the default waiting time
2008-07-22 Florian Fainellir6040: use definitions for magic values in descriptor...
2008-07-22 Florian Fainellir6040: completely rework the RX path
2008-07-22 Florian Fainellir6040: call napi_disable when puting down the interface...
2008-07-22 Florian Fainellir6040: rework the RX buffers allocation routine
2008-07-22 Florian Fainellir6040: fix scheduling while atomic in r6040_tx_timeout
2008-07-22 Florian Fainellir6040: fix null pointer access and tx timeouts
2008-07-22 Florian Fainellir6040: prefix all functions with r6040
2008-06-27 Julia Lawalldrivers/net/r6040.c: Eliminate double sizeof
2008-06-12 Christophe Jailletdrivers/net/r6040.c: correct bad use of round_jiffies()
2008-03-17 Al Viror6040 endianness fixes
2008-02-05 Florian Fainellir6040: cleanups
2008-02-05 Florian Fainellir6040: recover from transmit timeout
2008-02-05 Florian Fainellir6040: add helpers to allocate and free the Tx/Rx buffers
2008-02-05 Florian Fainellir6040: do not use a private stats structure to store...
2008-01-28 Francois Romieur6040: cleanups
2008-01-28 Francois Romieur6040: erroneous dev->priv
2008-01-28 Francois Romieur6040: remove virt_to_bus
2008-01-28 Francois Romieur6040: compile error
2008-01-28 Jeff Garzikdrivers/net/r6040: fix obvious problems (but more remain)
2008-01-28 Sten Wang[NET]: Add support for the RDC R6040 Fast Ethernet...