aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e100.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2009-07-16E100: work around the driver using streaming DMA mapping for RX descriptors.Krzysztof Halasa1-0/+3
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-18Net / e100: Fix suspend of devices that cannot be power managedRafael J. Wysocki1-5/+6
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-06-12trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)ableThadeu Lima de Souza Cascardo1-1/+1
2009-06-11e100: add non-MII PHY supportAndreas Mohr1-26/+162
2009-06-08e100: Fix napi_enable BUG_ON when recovering from EEH errorAndre Detsch1-5/+6
2009-04-28e100: do not go D3 in shutdown unless system is powering offThadeu Lima de Souza Cascardo1-7/+23
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-03-21e100: add support for 82552 10/100 adapterBruce Allan1-16/+77
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2009-01-07firmware: convert e100 driver to request_firmware()Jaswinder Singh Rajput1-202/+97
2009-01-04e100: cosmetic cleanupBruce Allan1-134/+134
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-4/+3
2008-11-27e100: cleanup link up/down messagesJeff Kirsher1-4/+6
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+1
2008-11-19e100: convert to net_device_opsStephen Hemminger1-11/+16
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+10
2008-11-16e100: fix dma error in direction for mappingJesse Brandeburg1-10/+10
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-31e100: adapt to the reworked PCI PMRafael J. Wysocki1-6/+10
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+1
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-09-18e100: Use pci_pme_active to clear PME_Status and disable PME#Rafael J. Wysocki1-3/+1
2008-08-27e100, fix iomap readJiri Slaby1-2/+2
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-1/+1
2008-06-27e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xxKevin Hao1-0/+2
2008-04-29net: use get/put_unaligned_* helpersHarvey Harrison1-1/+1
2008-03-25e100: endianness annotationsAl Viro1-1/+1
2008-03-05e100: Do suspend/shutdown like e1000Auke Kok1-26/+3
2008-02-03e100: fix spelling errorsAndreas Mohr1-7/+7
2008-02-03Net: e100, fix iomap mem accessesJiri Slaby1-2/+2
2008-01-28e100 endianness annotationsAl Viro1-37/+35
2008-01-28Fix e100 on systems that have cache incoherent DMADavid Acker1-29/+99
2008-01-28netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz1-2/+2
2008-01-08[NET]: Make ->poll() breakout consistent in Intel ethernet drivers.David S. Miller1-4/+3
2008-01-08[NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller1-1/+1
2007-12-14e100: free IRQ to remove warningwhenrebootingAuke Kok1-1/+4
2007-12-07e100: cleanup unneeded mathAuke Kok1-4/+2
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