aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ne2k-pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-05-03ne2k-pci: use dev->addr_len instead of "6"Jiri Pirko1-1/+1
2009-05-02ne2k-pci: Do not register device until initialized.Lubomir Rintel1-4/+3
2009-02-26ne2k-pci: fix non-constant printk warningsStephen Hemminger1-2/+3
2009-01-11netdev: add missing set_mac_address hookStephen Hemminger1-0/+1
2008-11-21ne2k: convert to net_device_opsStephen Hemminger1-5/+16
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen1-1/+1
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-03-17more misannotations: ne2k-pciAl Viro1-4/+4
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-5/+6
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-2/+0
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
2007-07-17[netdrvr] eepro100, ne2k-pci: abort resume if pci_enable_device() failsJeff Garzik1-1/+6
2007-05-09remove broken URLs from net drivers' outputMarkus Dahms1-2/+1
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-2/+2
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-3/+3
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-07-05[netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...Jeff Garzik1-7/+4
2006-07-05[netdrvr] Use dev_printk() when ethernet interface isn't availableJeff Garzik1-4/+8
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-04-02BUG_ON() Conversion in drivers/net/Eric Sesterhenn1-3/+1
2006-03-24[PATCH] net: ne2k.c won't compile if pci_clone_list is constHorms1-1/+1
2006-03-03Massive net driver const-ification.Arjan van de Ven1-1/+1
2005-10-28[netdrvr] ne2k-pci based card does not support bus-mastering.Komuro1-1/+0
2005-09-14[PATCH] ne2k-pci: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+2
2005-07-11[ACPI] S3 Suspend to RAM: fix driver suspend/resume methodsDavid Shaohua Li1-0/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+712