aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/e100.c
AgeCommit message (Expand)Author
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori
2008-06-27e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xxKevin Hao
2008-04-29net: use get/put_unaligned_* helpersHarvey Harrison
2008-03-25e100: endianness annotationsAl Viro
2008-03-05e100: Do suspend/shutdown like e1000Auke Kok
2008-02-03e100: fix spelling errorsAndreas Mohr
2008-02-03Net: e100, fix iomap mem accessesJiri Slaby
2008-01-28e100 endianness annotationsAl Viro
2008-01-28Fix e100 on systems that have cache incoherent DMADavid Acker
2008-01-28netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz
2008-01-08[NET]: Make ->poll() breakout consistent in Intel ethernet drivers.David S. Miller
2008-01-08[NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller
2007-12-14e100: free IRQ to remove warningwhenrebootingAuke Kok
2007-12-07e100: cleanup unneeded mathAuke Kok
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day
2007-10-10network drivers: sparse warning fixesStephen Hemminger
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10e100: timer power savingStephen Hemminger
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok
2007-07-10e100: Fix Tyan motherboard e100 not receiving IPMI commandsDavid Graham
2007-06-12Revert "[netdrvr e100] experiment with doing RX in a similar manner to eepro100"Jeff Garzik
2007-04-28e100: Optionally use I/O mode only to access register spaceJesse Brandeburg
2007-04-28e100: allow bad MAC address when running with invalid eeprom csumJesse Brandeburg
2007-04-28[netdrvr e100] experiment with doing RX in a similar manner to eepro100Scott Feldman
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-02-02e100: fix napi ifdefs removing needed codeAuke Kok
2007-01-30e100: fix irq leak on suspend/resumeAuke Kok
2006-12-12e100: replace kmalloc with kcallocYan Burman
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-11-30Fix misc .c/.h comment typosMatt LaPlante
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-24e100: account for closed interface when shutting downAuke Kok
2006-10-20[PATCH] e100: fix reboot -f with netconsole enabledAuke Kok
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-27e100, e1000, ixgb: increment version numbersAuke Kok
2006-09-27e100: rework WoL and shutdown handlingAuke Kok
2006-09-27e100: Add debugging code for cb cleaning.Jesse Brandeburg
2006-09-27e100, e1000, ixgb: Fix an impossible memory overwrite bugAuke Kok
2006-09-27e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik
2006-09-04Merge branch 'master' into upstreamJeff Garzik
2006-08-31e100: increment version to 3.5.16-k2Auke Kok
2006-08-31e100: remove skb->dev assignmentAuke Kok
2006-08-31e100: fix error recoveryLinas Vepstas
2006-08-31e100: Convert e100 to use netdev_alloc_skb().Auke Kok