summaryrefslogtreecommitdiffstats
path: root/drivers/net/e100.c
Commit message (Expand)AuthorAgeFilesLines
* Net / e100: Fix suspend of devices that cannot be power managedRafael J. Wysocki2009-06-181-5/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-1/+1
|\
| * trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)ableThadeu Lima de Souza Cascardo2009-06-121-1/+1
* | net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* | e100: add non-MII PHY supportAndreas Mohr2009-06-111-26/+162
* | e100: Fix napi_enable BUG_ON when recovering from EEH errorAndre Detsch2009-06-081-5/+6
|/
* e100: do not go D3 in shutdown unless system is powering offThadeu Lima de Souza Cascardo2009-04-291-7/+23
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* e100: add support for 82552 10/100 adapterBruce Allan2009-03-211-16/+77
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
* firmware: convert e100 driver to request_firmware()Jaswinder Singh Rajput2009-01-071-202/+97Star
* e100: cosmetic cleanupBruce Allan2009-01-051-134/+134
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-4/+3Star
* e100: cleanup link up/down messagesJeff Kirsher2008-11-271-4/+6
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-1/+1
* e100: convert to net_device_opsStephen Hemminger2008-11-201-11/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-191-10/+10
|\
| * e100: fix dma error in direction for mappingJesse Brandeburg2008-11-161-10/+10
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* | e100: adapt to the reworked PCI PMRafael J. Wysocki2008-10-311-6/+10
* | net: convert print_mac to %pMJohannes Berg2008-10-281-3/+2Star
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-011-3/+1Star
|\
| * e100: Use pci_pme_active to clear PME_Status and disable PME#Rafael J. Wysocki2008-09-191-3/+1Star
* | drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-251-1/+1
|/
* e100, fix iomap readJiri Slaby2008-08-271-2/+2
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-1/+1
* e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xxKevin Hao2008-06-271-0/+2
* net: use get/put_unaligned_* helpersHarvey Harrison2008-04-291-1/+1
* e100: endianness annotationsAl Viro2008-03-261-1/+1
* e100: Do suspend/shutdown like e1000Auke Kok2008-03-051-26/+3Star
* e100: fix spelling errorsAndreas Mohr2008-02-031-7/+7
* Net: e100, fix iomap mem accessesJiri Slaby2008-02-031-2/+2
* e100 endianness annotationsAl Viro2008-01-291-37/+35Star
* Fix e100 on systems that have cache incoherent DMADavid Acker2008-01-291-29/+99
* netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz2008-01-291-2/+2
* [NET]: Make ->poll() breakout consistent in Intel ethernet drivers.David S. Miller2008-01-091-4/+3Star
* [NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller2008-01-091-1/+1
* e100: free IRQ to remove warningwhenrebootingAuke Kok2007-12-141-1/+4
* e100: cleanup unneeded mathAuke Kok2007-12-071-4/+2Star
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* network drivers: sparse warning fixesStephen Hemminger2007-10-111-1/+1
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-111-9/+10
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-5/+4Star
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-111-14/+9Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* e100: timer power savingStephen Hemminger2007-10-111-1/+2
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-111-20/+17Star
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0Star
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-121-5/+3Star
* e100: Fix Tyan motherboard e100 not receiving IPMI commandsDavid Graham2007-07-101-3/+9