summaryrefslogtreecommitdiffstats
path: root/drivers/net/e100.c
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* e100: timer power savingStephen Hemminger2007-10-101-1/+2
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-20/+17
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-111-5/+3
* e100: Fix Tyan motherboard e100 not receiving IPMI commandsDavid Graham2007-07-101-3/+9
* Revert "[netdrvr e100] experiment with doing RX in a similar manner to eepro100"Jeff Garzik2007-06-121-9/+63
* e100: Optionally use I/O mode only to access register spaceJesse Brandeburg2007-04-281-33/+39
* e100: allow bad MAC address when running with invalid eeprom csumJesse Brandeburg2007-04-281-5/+10
* [netdrvr e100] experiment with doing RX in a similar manner to eepro100Scott Feldman2007-04-281-63/+9
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* e100: fix napi ifdefs removing needed codeAuke Kok2007-02-021-6/+1
* e100: fix irq leak on suspend/resumeAuke Kok2007-01-301-0/+2
* e100: replace kmalloc with kcallocYan Burman2006-12-121-2/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-1/+1
|\
| * Fix misc .c/.h comment typosMatt LaPlante2006-11-301-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+4
|/
* e100: account for closed interface when shutting downAuke Kok2006-10-241-2/+8
* [PATCH] e100: fix reboot -f with netconsole enabledAuke Kok2006-10-201-19/+31
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* e100, e1000, ixgb: increment version numbersAuke Kok2006-09-271-1/+1
* e100: rework WoL and shutdown handlingAuke Kok2006-09-271-31/+20
* e100: Add debugging code for cb cleaning.Jesse Brandeburg2006-09-271-3/+4
* e100, e1000, ixgb: Fix an impossible memory overwrite bugAuke Kok2006-09-271-1/+1
* e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok2006-09-271-10/+10
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
* Merge branch 'master' into upstreamJeff Garzik2006-09-041-1/+5
|\
| * [E100]: Add module option to ignore bad EEPROM checksums.David S. Miller2006-08-291-1/+5
* | e100: increment version to 3.5.16-k2Auke Kok2006-08-311-1/+1
* | e100: remove skb->dev assignmentAuke Kok2006-08-311-1/+0
* | e100: fix error recoveryLinas Vepstas2006-08-311-0/+1
* | e100: Convert e100 to use netdev_alloc_skb().Auke Kok2006-08-311-2/+2
* | Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netde...Jeff Garzik2006-08-241-13/+9
|\ \
| * | e100: increment version to 3.5.10-k4Auke Kok2006-08-161-4/+4
| * | e100: Fix MDIO/MDIO-XJeff Kirsher2006-08-161-9/+5
| |/
* | drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
|/
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] 64bit resource: fix up printks for resources in networks driversGreg Kroah-Hartman2006-06-271-2/+2
* e100: add PCI Error RecoveryAuke Kok2006-06-081-0/+75
* Merge branch 'upstream-fixes'Jeff Garzik2006-03-161-1/+4
|\
| * e100: fix eeh on pseries during ethtool -tJesse Brandeburg2006-03-151-1/+4
* | Fix io ordering problems in e100Catalin(ux aka Dino) BOIE2006-03-041-3/+3
|/
* e100: remove init_hw call to fix panicJesse Brandeburg2006-02-071-2/+0
* [PATCH] e100: e100 whitespace fixesJesse Brandeburg2006-01-171-37/+37
* [PATCH] e100: Handle the return values from pci_* functionsJesse Brandeburg2006-01-171-7/+23
* [PATCH] e100: Fix TX hang and RMCP Ping issue (due to a microcode loading issue)Jesse Brandeburg2006-01-171-5/+39
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-9/+9
* [PATCH] corruption during e100 MDI register accessODonnell, Michael2006-01-121-3/+29
* [PATCH] e100: re-enable microcode with more useful defaultsJesse Brandeburg2005-11-181-18/+257
OpenPOWER on IntegriCloud