aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e100.c
Commit message (Expand)AuthorAge
* e100: fix dma error in direction for mappingJesse Brandeburg2008-11-16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-01
|\
| * e100: Use pci_pme_active to clear PME_Status and disable PME#Rafael J. Wysocki2008-09-18
* | drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-24
|/
* e100, fix iomap readJiri Slaby2008-08-27
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-26
* e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xxKevin Hao2008-06-27
* net: use get/put_unaligned_* helpersHarvey Harrison2008-04-29
* e100: endianness annotationsAl Viro2008-03-25
* e100: Do suspend/shutdown like e1000Auke Kok2008-03-05
* e100: fix spelling errorsAndreas Mohr2008-02-03
* Net: e100, fix iomap mem accessesJiri Slaby2008-02-03
* e100 endianness annotationsAl Viro2008-01-28
* Fix e100 on systems that have cache incoherent DMADavid Acker2008-01-28
* netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz2008-01-28
* [NET]: Make ->poll() breakout consistent in Intel ethernet drivers.David S. Miller2008-01-09
* [NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller2008-01-09
* e100: free IRQ to remove warningwhenrebootingAuke Kok2007-12-14
* e100: cleanup unneeded mathAuke Kok2007-12-07
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-19
* network drivers: sparse warning fixesStephen Hemminger2007-10-10
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-10
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-10
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-10
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-10
* e100: timer power savingStephen Hemminger2007-10-10
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-10
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-31
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-11
* e100: Fix Tyan motherboard e100 not receiving IPMI commandsDavid Graham2007-07-10
* Revert "[netdrvr e100] experiment with doing RX in a similar manner to eepro100"Jeff Garzik2007-06-12
* e100: Optionally use I/O mode only to access register spaceJesse Brandeburg2007-04-28
* e100: allow bad MAC address when running with invalid eeprom csumJesse Brandeburg2007-04-28
* [netdrvr e100] experiment with doing RX in a similar manner to eepro100Scott Feldman2007-04-28
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-26
* e100: fix napi ifdefs removing needed codeAuke Kok2007-02-02
* e100: fix irq leak on suspend/resumeAuke Kok2007-01-30
* e100: replace kmalloc with kcallocYan Burman2006-12-12
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-05
|\
| * Fix misc .c/.h comment typosMatt LaPlante2006-11-29
* | WorkStruct: make allyesconfigDavid Howells2006-11-22
|/
* e100: account for closed interface when shutting downAuke Kok2006-10-24
* [PATCH] e100: fix reboot -f with netconsole enabledAuke Kok2006-10-20
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* e100, e1000, ixgb: increment version numbersAuke Kok2006-09-27
* e100: rework WoL and shutdown handlingAuke Kok2006-09-27
* e100: Add debugging code for cb cleaning.Jesse Brandeburg2006-09-27
* e100, e1000, ixgb: Fix an impossible memory overwrite bugAuke Kok2006-09-27
* e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok2006-09-27
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-13