summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/tenxpress.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-301-12/+37
* sfc: Extend loopback mode enumerationBen Hutchings2009-11-301-2/+2
* sfc: Refactor link configurationBen Hutchings2009-11-301-39/+27Star
* sfc: Simplify PHY pollingSteve Hodgson2009-11-291-42/+27Star
* sfc: Split MAC stats DMA initiation and completionBen Hutchings2009-11-271-2/+2
* sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings2009-11-271-1/+1
* sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings2009-11-241-10/+12
* sfc: Make board information explicitly Falcon-specificBen Hutchings2009-11-241-1/+1
* sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings2009-11-241-0/+2
* sfc: Use a single blink implementationBen Hutchings2009-11-241-8/+16
* sfc: SFT9001: Reset LED configuration correctly after blinkingBen Hutchings2009-11-241-4/+7
* sfc: Update hardware definitions for SienaBen Hutchings2009-10-241-1/+1
* sfc: Remove boards.h, moving last remaining declaration to falcon.hBen Hutchings2009-10-241-1/+0Star
* sfc: 10Xpress: Report support for pause framesBen Hutchings2009-10-231-0/+1
* sfc: 10Xpress: Initialise pause advertising flagsBen Hutchings2009-10-131-0/+10
* sfc: Expose 100/1000BASE-T MDI-X status via ethtoolBen Hutchings2009-06-111-1/+10
* sfc: Use generic XENPAK register definitionsBen Hutchings2009-05-181-14/+2Star
* sfc: Use generic MDIO flow control auto-negotiation functionsBen Hutchings2009-04-301-1/+0Star
* sfc: Use generic MDIO functions and definitionsBen Hutchings2009-04-301-137/+90Star
* sfc: SFT9001/SFN4111T: Check PHY boot status during board initialisationBen Hutchings2009-03-021-34/+54
* sfc: SFT9001: Include non-breaking cable diagnostics in online self-testsBen Hutchings2009-03-021-21/+24
* drivers/net/sfc: fix sparse warning: symbol shadows an earlier oneHannes Eder2009-02-181-4/+3Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-301-136/+77Star
|\
| * sfc: Replace stats_enabled flag with a disable countBen Hutchings2009-01-301-6/+6
| * sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings2009-01-301-93/+58Star
| * sfc: Reinitialise the PHY completely in case of a PHY or NIC resetSteve Hodgson2009-01-301-0/+1
| * sfc: SFT9001: Fix speed reporting in 1G PHY loopbackSteve Hodgson2009-01-301-18/+9Star
| * sfc: SFX7101: Remove workaround for bad link trainingSteve Hodgson2009-01-301-20/+0Star
| * sfc: SFT9001: Enable robust link trainingSteve Hodgson2009-01-301-1/+5
* | sfc: Replace LRO with GROHerbert Xu2009-01-211-0/+1
|/
* sfc: SFT9001: Fix condition for LNPGA power-offBen Hutchings2009-01-111-2/+3
* sfc: SFT9001: Add cable diagnosticsBen Hutchings2008-12-261-8/+107
* sfc: Add support for multiple PHY self-testsBen Hutchings2008-12-261-4/+20
* sfc: Fix unreliable link detection in some loopback modesBen Hutchings2008-12-261-4/+7
* sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings2008-12-131-97/+431
* sfc: Rework MAC, PHY and board event handlingBen Hutchings2008-12-131-30/+14Star
* sfc: Implement auto-negotiationBen Hutchings2008-12-131-66/+72
* sfc: Add support for sub-10G speedsBen Hutchings2008-12-131-4/+6
* sfc: Add support for MMDs numbered >15Ben Hutchings2008-12-131-3/+3
* sfc: Remove MII extension cruftBen Hutchings2008-12-131-2/+2
* sfc: Use lm87 and lm90 drivers for board temperature/power monitoringBen Hutchings2008-11-061-1/+17
* sfc: Stop generating bogus events in tenxpress_check_hw()Ben Hutchings2008-09-251-2/+1Star
* sfc: Serialise tenxpress_special_reset() with statistics fetchesBen Hutchings2008-09-251-5/+10
* sfc: Remove workaround for old firmware bugBen Hutchings2008-09-251-51/+0Star
* sfc: Extend self-testsBen Hutchings2008-09-031-15/+7Star
* sfc: Make PHY flash mode a device attribute, not a module parameterBen Hutchings2008-09-031-31/+15Star
* sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings2008-09-031-14/+14
* sfc: Added checks for heap allocation failureBen Hutchings2008-05-221-0/+2
* sfc: Removed casts to voidBen Hutchings2008-05-221-1/+1
* [netdrvr] sfc: sfc: Add self-test supportBen Hutchings2008-05-131-0/+81