Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / drivers / net / 8139too.c
2010-04-19 Alexander Kuznetsov8139too: Fix a typo in the function name.
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-18 Joe Perchesdrivers/net/8139too.c: Use (pr|netdev|netif)_<level...
2010-02-05 Jiri Pirkonet: 8139too: convert to use mc helpers
2010-01-08 Alexey Dobriyandrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2010-01-07 Márton Németh8139too: make PCI device ids constant
2009-12-03 Joe Perchesdrivers/net: Move && and || to end of previous line
2009-10-13 Eric Dumazetnet: Use netdev_alloc_skb_ip_align()
2009-09-01 Stephen Hemmingernetdev: convert bulk of drivers to netdev_tx_t
2009-07-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-12 Ben Hutchingsnetdev: restore MTU change operation
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-05-27 Alexander Beregalov8139*: convert printk() to pr_<foo>()
2009-04-23 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-04-22 Jianjun kong8139too: fix HW initial flow
2009-04-21 Jianjun Kongrtl8139: unify the struct's name
2009-03-13 Jiri Pirko8139too: allow to set mac address on running device
2009-01-21 Ben Hutchingsnet: Remove redundant NAPI functions
2009-01-11 Stephen Hemmingernetdev: add missing set_mac_address hook
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-11-24 Stephen Hemminger8139too: use err.h macros
2008-11-21 Stephen Hemmingernetdev: add more functions to netdevice ops
2008-11-20 Stephen Hemminger8139: convert to net_device_ops
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-10-22 Stephen Hemminger8139x: reduce message severity on driver overlap
2008-10-09 Andreas Oberritter8139too: move wmb before TX DMA start
2008-09-24 Mats Erik Andersson8139too: [cosmetic] fix incorrect register for flash-rom
2008-09-03 Kevin Lo8139too: use netdev_alloc_skb
2008-07-22 Dave Jones8139too: Fall back to PIO when MMIO fails.
2008-07-22 Dave Jones8139too: Force usage of PIO on OQO2
2008-07-22 Dave Jones8139too: Make PIO/MMIO a runtime decision through a...
2008-06-28 Jeff Garzik[netdrvr] kill sync_irq-before-freq_irq pattern
2008-06-28 Márton Németh8139too: some style cleanups
2008-05-13 Paulius Zaleckas8139too: use netstats in net_device structure
2008-03-26 Al Viromisc drivers/net annotations
2008-02-11 Adrian McMenamin8139too fix for Dreamcast
2007-10-19 Jan EngelhardtConvert files to UTF-8 and some cleanups
2007-10-10 Jeff Garzik[netdrvr] Stop using legacy hooks ->self_test_count...
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Jeff Garzik[8139too]: tab-align enums and structs; remove dead...
2007-10-10 Jeff Garzik[netdrvr] 8139cp, 8139too: convert to generic DMA
2007-10-10 Stephen Hemminger[NET]: Make NAPI polling independent of struct net_devi...
2007-07-31 Matthew Wilcox[NET]: ethtool_perm_addr only has one implementation
2007-07-12 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/pci-2.6
2007-07-11 Auke KokPCI: Change all drivers to use pci_device->revision
2007-07-11 David S. Miller[NET]: Kill eth_copy_and_sum().
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
2007-04-26 Arnaldo Carvalho... [ETH]: Make eth_type_trans set skb->dev like the other...
2007-02-20 Francois Romieu8139too: RTNL and flush_scheduled_work deadlock
2006-12-12 Ingo Molnar[PATCH] net, 8139too.c: fix netpoll deadlock
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-13 Jeff Garzikdrivers/net: const-ify ethtool_ops declarations
2006-09-12 Jeff GarzikMerge branch 'tmp' into upstream
2006-09-12 Andy Gospodarek[PATCH] Remove more unnecessary driver printk's
2006-08-19 Jeff Garzikdrivers/net: Remove deprecated use of pci_module_init()
2006-07-05 Arjan van de Ven[PATCH] 8139too deadlock fix
2006-07-05 Jeff Garzik[netdrvr] use dev_xxx() printk helpers, rather than...
2006-07-05 Jeff Garzik[netdrvr] Use dev_printk() when ethernet interface...
2006-07-02 Thomas Gleixner[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-27 Greg Kroah-Hartman[PATCH] 64bit resource: fix up printks for resources...
2006-05-27 Jeff Garzik[netdrvr] trim trailing whitespace: 8139*.c, epic100...
2006-03-24 Takashi Iwai[PATCH] Fix "value computed not used" warnings
2006-03-21 Stephen Hemminger[NET]: Convert RTNL to mutex.
2006-03-04 Arjan van de VenMassive net driver const-ification.
2006-02-01 Francois Romieu8139too: fix a TX timeout watchdog thread against NAPI...
2006-01-10 Jesper Juhl[PATCH] turn "const static" into "static const"
2005-11-10 Jeff Garzik[netdrvr 8139too] fast poll for thread, if an unlikely...
2005-11-05 Jeff Garzik[netdrvr 8139too] use rtnl_shlock_nowait() rather than...
2005-11-05 Jeff Garzik[netdrvr 8139too] use cancel_rearming_delayed_work...
2005-10-31 Jeff Garzik[netdrvr 8139too] replace hand-crafted kernel thread...
2005-10-19 John W. Linville[PATCH] 8139too: fix resume for Realtek 8100B/8139D
2005-09-14 John W. Linville[PATCH] 8139too: support ETHTOOL_GPERMADDR
2005-07-27 Olaf Hering[PATCH] turn many #if $undefined_string into #ifdef...
2005-06-26 Christoph Lameter[PATCH] Cleanup patch for process freezing
2005-05-12 Pekka Enberg [PATCH] 8139too: use iomap for pio/mmio
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2