Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / drivers / net / r6040.c
2010-04-11 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2010-04-07 Florian Fainellir6040: fix r6040_multicast_list
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-26 Jiri Pirkonet: convert multiple drivers to use netdev_for_each_mc...
2010-02-12 Jiri Pirkonet: use netdev_mc_count and netdev_mc_empty when appro...
2010-01-08 Alexey Dobriyandrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2009-12-03 Joe Perchesdrivers/net: Move && and || to end of previous line
2009-11-18 Julia Lawalldrivers/net/r6040.c: remove exceptional & on function...
2009-11-16 Florian Fainellir6040: fix version printing
2009-09-01 Stephen Hemmingernetdev: convert bulk of drivers to netdev_tx_t
2009-08-24 Florian Fainellir6040: bump to version 0.25 and 20 August 2009 release...
2009-08-24 Mark Kellyr6040: move down second PHY detection to r6040_init_one
2009-08-24 Mark Kellyr6040: remove unused pioaddr variable
2009-07-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-08 Florian Fainellir6040: bump driver version to 0.24 and date to 08 July...
2009-07-08 Florian Fainellir6040: restore MIER register correctly when IRQ line...
2009-07-06 Michael OpdenackerMinor code cleanup in drivers/net/r6040.c
2009-05-27 Florian Fainellir6040: check and update media status
2009-05-05 Florian Fainellir6040: bump version to 0.23 and date to 05May2009
2009-05-05 Florian Fainellir6040: check for absent PHY
2009-04-08 Florian Fainellir6040: set MODULE_VERSION
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_32BIT_MASK macro with...
2009-03-26 Florian FainelliBump release date to 25Mar2009 and version to 0.22
2009-03-26 Florian Fainellir6040: Fix second PHY address
2009-02-18 Hannes Ederdrivers/net/r6040.c: fix sparse warning: Using plain...
2009-01-30 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-01-27 Manish Katiyarr6040: Remove unused variable pdev from drivers/net...
2009-01-21 Ben Hutchingsnet: Remove redundant NAPI functions
2009-01-11 Stephen Hemmingernetdev: add missing set_mac_address hook
2009-01-11 Florian Fainellir6040: bump release to 0.21
2009-01-11 Florian Fainellir6040: generate random ethernet MAC address when not...
2009-01-11 Florian Fainellir6040: fix ifconfig down and freeing of tx/rx descriptors
2009-01-08 Florian Fainellir6040: bump release number to 0.20
2009-01-08 Florian Fainellir6040: warn about MAC address being unset
2009-01-08 Florian Fainellir6040: check PHY status when bringing interface up
2009-01-08 Florian Fainellir6040: make printks consistent with DRV_NAME
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-12-23 Florian Fainellir6040: bump release number to 0.19
2008-12-23 Joe Chour6040: save and restore MIER correctly in the interrupt...
2008-12-23 Joe Chour6040: fix wrong logic in mdio code
2008-11-22 Stephen Hemmingerr6040: convert to net_device_ops
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
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...