aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e100.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-3109/+0
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+2
2011-05-07e100: implemenet set_phys_idJeff Kirsher1-38/+28
2011-05-04e100: fix build warningEmil Tantilov1-1/+1
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-3/+5
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-2/+2
2010-08-08e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher1-0/+2
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+8
2010-04-24e100: Fix the TX workqueue raceAlan Cox1-2/+8
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-16drivers/net/e100.c: Use pr_<level> and netif_<level>Joe Perches1-85/+98
2010-03-15e100: Fix ring parameter change handling regression.David S. Miller1-1/+1
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko1-3/+7
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-18e100: Fix broken cbs accounting due to missing memset.Roger Oksanen1-1/+1
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-6/+11
2009-11-29e100: Use pci pool to work around GFP_ATOMIC order 5 memory allocation failureRoger Oksanen1-6/+11
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+19
2009-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-7/+19
2009-10-29e100: e100_phy_init() isolates selected PHY, causes 10 second boot delayBruce Allan1-7/+19
2009-10-28e100: Fix to allow systems with FW based cards to resume from STDDavid Graham1-4/+16
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-3/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-09-01intel: convert drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-08-23E100: fix interaction with swiotlb on X86.Krzysztof Hałasa1-1/+1
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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...David 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/ne...David 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/ne...David 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
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-5/+3
2007-07-10e100: Fix Tyan motherboard e100 not receiving IPMI commandsDavid Graham1-3/+9
2007-06-12Revert "[netdrvr e100] experiment with doing RX in a similar manner to eepro100"Jeff Garzik1-9/+63
2007-04-28e100: Optionally use I/O mode only to access register spaceJesse Brandeburg1-33/+39
2007-04-28e100: allow bad MAC address when running with invalid eeprom csumJesse Brandeburg1-5/+10
2007-04-28[netdrvr e100] experiment with doing RX in a similar manner to eepro100Scott Feldman1-63/+9
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-02-02e100: fix napi ifdefs removing needed codeAuke Kok1-6/+1
2007-01-30e100: fix irq leak on suspend/resumeAuke Kok1-0/+2
2006-12-12e100: replace kmalloc with kcallocYan Burman1-2/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-1/+1
2006-11-30Fix misc .c/.h comment typosMatt LaPlante1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+4
2006-10-24e100: account for closed interface when shutting downAuke Kok1-2/+8
2006-10-20[PATCH] e100: fix reboot -f with netconsole enabledAuke Kok1-19/+31
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-27e100, e1000, ixgb: increment version numbersAuke Kok1-1/+1
2006-09-27e100: rework WoL and shutdown handlingAuke Kok1-31/+20
2006-09-27e100: Add debugging code for cb cleaning.Jesse Brandeburg1-3/+4
2006-09-27e100, e1000, ixgb: Fix an impossible memory overwrite bugAuke Kok1-1/+1
2006-09-27e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok1-10/+10
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-09-04Merge branch 'master' into upstreamJeff Garzik1-1/+5
2006-08-31e100: increment version to 3.5.16-k2Auke Kok1-1/+1
2006-08-31e100: remove skb->dev assignmentAuke Kok1-1/+0
2006-08-31e100: fix error recoveryLinas Vepstas1-0/+1
2006-08-31e100: Convert e100 to use netdev_alloc_skb().Auke Kok1-2/+2
2006-08-29[E100]: Add module option to ignore bad EEPROM checksums.David S. Miller1-1/+5
2006-08-24Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netde...Jeff Garzik1-13/+9
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-08-16e100: increment version to 3.5.10-k4Auke Kok1-4/+4
2006-08-16e100: Fix MDIO/MDIO-XJeff Kirsher1-9/+5
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] 64bit resource: fix up printks for resources in networks driversGreg Kroah-Hartman1-2/+2
2006-06-08e100: add PCI Error RecoveryAuke Kok1-0/+75
2006-03-16Merge branch 'upstream-fixes'Jeff Garzik1-1/+4
2006-03-15e100: fix eeh on pseries during ethtool -tJesse Brandeburg1-1/+4
2006-03-04Fix io ordering problems in e100Catalin(ux aka Dino) BOIE1-3/+3
2006-02-07e100: remove init_hw call to fix panicJesse Brandeburg1-2/+0
2006-01-17[PATCH] e100: e100 whitespace fixesJesse Brandeburg1-37/+37
2006-01-17[PATCH] e100: Handle the return values from pci_* functionsJesse Brandeburg1-7/+23
2006-01-17[PATCH] e100: Fix TX hang and RMCP Ping issue (due to a microcode loading issue)Jesse Brandeburg1-5/+39
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-9/+9
2006-01-12[PATCH] corruption during e100 MDI register accessODonnell, Michael1-3/+29
2005-11-18[PATCH] e100: re-enable microcode with more useful defaultsJesse Brandeburg1-18/+257
2005-11-07[PATCH] Fix sparse warning in e100 driver.Luiz Fernando Capitulino1-3/+3
2005-10-13Merge branch 'master'Jeff Garzik1-206/+18
2005-10-11e100: revert CPU cycle saver microcode, it causes severe problemsJeff Garzik1-206/+18
2005-09-21Merge /spare/repo/linux-2.6/Jeff Garzik1-3/+1
2005-09-14[PATCH] e100: support ETHTOOL_GPERMADDRJohn W. Linville1-1/+3
2005-09-14[PATCH] e100: correct rx_dropped and add rx_missed_errorsJohn W. Linville1-3/+1
2005-08-25[PATCH] e100: Driver version, white space, comments & otherMalli Chilakala1-3/+4
2005-08-25[PATCH] e100: CPU cycle saver microcodeMalli Chilakala1-18/+206
2005-08-25[PATCH] e100: Increased delay loop for command blocksMalli Chilakala1-1/+2
2005-08-25[PATCH] e100: fixed endian bug in xmit_prepare routineMalli Chilakala1-1/+2
2005-08-25[PATCH] e100: added msleep_interruptible delayMalli Chilakala1-0/+2
2005-08-25[PATCH] e100: Do not check Rx packet length against mtuMalli Chilakala1-1/+1
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Greg KH1-9/+16
2005-06-27[PATCH] PCI: make drivers use the pci shutdown callback instead of the driver...Greg Kroah-Hartman1-7/+2
2005-06-27[PATCH] e100: NAPI performance enhancementsMalli Chilakala1-2/+4
2005-06-27[PATCH] e100: e100_eeprom_load was called after e100_phy_initMalli Chilakala1-2/+2
2005-06-27[PATCH] e100: fixed e100 MDI/MDI-X issuesMalli Chilakala1-5/+10
2005-06-26drivers/net/: Use the DMA_{64,32}BIT_MASK constantsDomen Puncer1-1/+2
2005-05-12[PATCH] e100: Driver version, white space, comments, device idMalli Chilakala1-2/+8
2005-05-12[PATCH] e100: Performance optimizations to e100 Tx PathMalli Chilakala1-4/+12
2005-05-12[PATCH] e100: Fix Wake on lan related issuesMalli Chilakala1-3/+28
2005-05-12[PATCH] e100: Synchronize interface link state with poll routineMalli Chilakala1-2/+7
2005-05-12[PATCH] e100: Render e100 NAPI state machineMalli Chilakala1-15/+71
2005-05-12[PATCH] e100: Execute tx_timeout task outside interrupt contextMalli Chilakala1-0/+13
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2374