summaryrefslogtreecommitdiffstats
path: root/drivers/net/e100.c
Commit message (Expand)AuthorAgeFilesLines
* e100: e100_phy_init() isolates selected PHY, causes 10 second boot delayBruce Allan2009-10-291-7/+19
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-021-1/+1
|\
| * E100: fix interaction with swiotlb on X86.Krzysztof HaƂasa2009-08-231-1/+1
* | intel: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-161-0/+3
|\ \ | |/
| * E100: work around the driver using streaming DMA mapping for RX descriptors.Krzysztof Halasa2009-07-161-0/+3
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
|/
* 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-281-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/+97
* e100: cosmetic cleanupBruce Allan2009-01-041-134/+134
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-4/+3
* e100: cleanup link up/down messagesJeff Kirsher2008-11-271-4/+6
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-201-1/+1
* e100: convert to net_device_opsStephen Hemminger2008-11-191-11/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-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-031-1/+0
* | e100: adapt to the reworked PCI PMRafael J. Wysocki2008-10-311-6/+10
* | net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-011-3/+1
|\
| * e100: Use pci_pme_active to clear PME_Status and disable PME#Rafael J. Wysocki2008-09-181-3/+1
* | drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-241-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-251-1/+1
* e100: Do suspend/shutdown like e1000Auke Kok2008-03-051-26/+3
* 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-281-37/+35
* Fix e100 on systems that have cache incoherent DMADavid Acker2008-01-281-29/+99
* netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz2008-01-281-2/+2
* [NET]: Make ->poll() breakout consistent in Intel ethernet drivers.David S. Miller2008-01-081-4/+3
* [NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller2008-01-081-1/+1
* e100: free IRQ to remove warningwhenrebootingAuke Kok2007-12-141-1/+4
* e100: cleanup unneeded mathAuke Kok2007-12-071-4/+2
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* network drivers: sparse warning fixesStephen Hemminger2007-10-101-1/+1
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-101-9/+10
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-5/+4
OpenPOWER on IntegriCloud