summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/tenxpress.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-11sfc: Move the Solarflare driversJeff Kirsher1-494/+0
2011-04-30ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-1/+1
2011-04-15sfc: make function tables conststephen hemminger1-1/+1
2011-03-01sfc: Update copyright datesBen Hutchings1-1/+1
2011-03-01sfc: Do not read STAT1.FAULT in efx_mdio_check_mmd()Ben Hutchings1-1/+1
2010-12-03sfc: Remove unnecessary inclusion of various private header filesBen Hutchings1-2/+0
2010-09-23sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings1-397/+27
2010-06-25sfc: Implement message level controlBen Hutchings1-5/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-04sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings1-0/+2
2009-12-24sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson1-61/+77
2009-11-30sfc: Update version, copyright dates, authorsBen Hutchings1-1/+1
2009-11-30sfc: Rename falcon.h to nic.hBen Hutchings1-1/+1
2009-11-30sfc: Remove static PHY data and enumerationsBen Hutchings1-12/+37
2009-11-30sfc: Extend loopback mode enumerationBen Hutchings1-2/+2
2009-11-30sfc: Refactor link configurationBen Hutchings1-39/+27
2009-11-29sfc: Simplify PHY pollingSteve Hodgson1-42/+27
2009-11-27sfc: Split MAC stats DMA initiation and completionBen Hutchings1-2/+2
2009-11-27sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings1-1/+1
2009-11-24sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings1-10/+12
2009-11-24sfc: Make board information explicitly Falcon-specificBen Hutchings1-1/+1
2009-11-24sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings1-0/+2
2009-11-24sfc: Use a single blink implementationBen Hutchings1-8/+16
2009-11-24sfc: SFT9001: Reset LED configuration correctly after blinkingBen Hutchings1-4/+7
2009-10-24sfc: Update hardware definitions for SienaBen Hutchings1-1/+1
2009-10-24sfc: Remove boards.h, moving last remaining declaration to falcon.hBen Hutchings1-1/+0
2009-10-23sfc: 10Xpress: Report support for pause framesBen Hutchings1-0/+1
2009-10-13sfc: 10Xpress: Initialise pause advertising flagsBen Hutchings1-0/+10
2009-06-11sfc: Expose 100/1000BASE-T MDI-X status via ethtoolBen Hutchings1-1/+10
2009-05-18sfc: Use generic XENPAK register definitionsBen Hutchings1-14/+2
2009-04-30sfc: Use generic MDIO flow control auto-negotiation functionsBen Hutchings1-1/+0
2009-04-30sfc: Use generic MDIO functions and definitionsBen Hutchings1-137/+90
2009-03-02sfc: SFT9001/SFN4111T: Check PHY boot status during board initialisationBen Hutchings1-34/+54
2009-03-02sfc: SFT9001: Include non-breaking cable diagnostics in online self-testsBen Hutchings1-21/+24
2009-02-18drivers/net/sfc: fix sparse warning: symbol shadows an earlier oneHannes Eder1-4/+3
2009-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-136/+77
2009-01-31sfc: Replace stats_enabled flag with a disable countBen Hutchings1-6/+6
2009-01-31sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings1-93/+58
2009-01-31sfc: Reinitialise the PHY completely in case of a PHY or NIC resetSteve Hodgson1-0/+1
2009-01-31sfc: SFT9001: Fix speed reporting in 1G PHY loopbackSteve Hodgson1-18/+9
2009-01-31sfc: SFX7101: Remove workaround for bad link trainingSteve Hodgson1-20/+0
2009-01-31sfc: SFT9001: Enable robust link trainingSteve Hodgson1-1/+5
2009-01-22sfc: Replace LRO with GROHerbert Xu1-0/+1
2009-01-11sfc: SFT9001: Fix condition for LNPGA power-offBen Hutchings1-2/+3
2008-12-27sfc: SFT9001: Add cable diagnosticsBen Hutchings1-8/+107
2008-12-27sfc: Add support for multiple PHY self-testsBen Hutchings1-4/+20
2008-12-27sfc: Fix unreliable link detection in some loopback modesBen Hutchings1-4/+7
2008-12-13sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings1-97/+431
2008-12-13sfc: Rework MAC, PHY and board event handlingBen Hutchings1-30/+14
2008-12-13sfc: Implement auto-negotiationBen Hutchings1-66/+72