aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/e100.c
AgeCommit message (Expand)Author
2009-04-28e100: do not go D3 in shutdown unless system is powering offThadeu Lima de Souza Cascardo
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-03-21e100: add support for 82552 10/100 adapterBruce Allan
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-07firmware: convert e100 driver to request_firmware()Jaswinder Singh Rajput
2009-01-04e100: cosmetic cleanupBruce Allan
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-11-27e100: cleanup link up/down messagesJeff Kirsher
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19e100: convert to net_device_opsStephen Hemminger
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-16e100: fix dma error in direction for mappingJesse Brandeburg
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-31e100: adapt to the reworked PCI PMRafael J. Wysocki
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison
2008-09-18e100: Use pci_pme_active to clear PME_Status and disable PME#Rafael J. Wysocki
2008-08-27e100, fix iomap readJiri Slaby
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