aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e100.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-10network drivers: sparse warning fixesStephen Hemminger1-1/+1
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-9/+10
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-5/+4
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-14/+9
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10e100: timer power savingStephen Hemminger1-1/+2
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-20/+17
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-5/+3
2007-07-10e100: Fix Tyan motherboard e100 not receiving IPMI commandsDavid Graham1-3/+9
2007-06-12Revert "[netdrvr e100] experiment with doing RX in a similar manner to eepro100"Jeff Garzik1-9/+63
2007-04-28e100: Optionally use I/O mode only to access register spaceJesse Brandeburg1-33/+39
2007-04-28e100: allow bad MAC address when running with invalid eeprom csumJesse Brandeburg1-5/+10
2007-04-28[netdrvr e100] experiment with doing RX in a similar manner to eepro100Scott Feldman1-63/+9
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-02-02e100: fix napi ifdefs removing needed codeAuke Kok1-6/+1
2007-01-30e100: fix irq leak on suspend/resumeAuke Kok1-0/+2
2006-12-12e100: replace kmalloc with kcallocYan Burman1-2/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-1/+1
2006-11-30Fix misc .c/.h comment typosMatt LaPlante1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+4
2006-10-24e100: account for closed interface when shutting downAuke Kok1-2/+8
2006-10-20[PATCH] e100: fix reboot -f with netconsole enabledAuke Kok1-19/+31
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-27e100, e1000, ixgb: increment version numbersAuke Kok1-1/+1
2006-09-27e100: rework WoL and shutdown handlingAuke Kok1-31/+20
2006-09-27e100: Add debugging code for cb cleaning.Jesse Brandeburg1-3/+4
2006-09-27e100, e1000, ixgb: Fix an impossible memory overwrite bugAuke Kok1-1/+1
2006-09-27e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok1-10/+10
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-09-04Merge branch 'master' into upstreamJeff Garzik1-1/+5
2006-08-31e100: increment version to 3.5.16-k2Auke Kok1-1/+1
2006-08-31e100: remove skb->dev assignmentAuke Kok1-1/+0
2006-08-31e100: fix error recoveryLinas Vepstas1-0/+1
2006-08-31e100: Convert e100 to use netdev_alloc_skb().Auke Kok1-2/+2
2006-08-29[E100]: Add module option to ignore bad EEPROM checksums.David S. Miller1-1/+5
2006-08-24Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 into tmpJeff Garzik1-13/+9
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-08-16e100: increment version to 3.5.10-k4Auke Kok1-4/+4
2006-08-16e100: Fix MDIO/MDIO-XJeff Kirsher1-9/+5
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] 64bit resource: fix up printks for resources in networks driversGreg Kroah-Hartman1-2/+2
2006-06-08e100: add PCI Error RecoveryAuke Kok1-0/+75
2006-03-16Merge branch 'upstream-fixes'Jeff Garzik1-1/+4
2006-03-15e100: fix eeh on pseries during ethtool -tJesse Brandeburg1-1/+4
2006-03-04Fix io ordering problems in e100Catalin(ux aka Dino) BOIE1-3/+3
2006-02-07e100: remove init_hw call to fix panicJesse Brandeburg1-2/+0
2006-01-17[PATCH] e100: e100 whitespace fixesJesse Brandeburg1-37/+37