aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/tenxpress.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings1-1/+1
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings1-1/+1
2009-11-29sfc: Remove static PHY data and enumerationsBen Hutchings1-12/+37
2009-11-29sfc: Extend loopback mode enumerationBen Hutchings1-2/+2
2009-11-29sfc: Refactor link configurationBen Hutchings1-39/+27
2009-11-28sfc: Simplify PHY pollingSteve Hodgson1-42/+27
2009-11-26sfc: Split MAC stats DMA initiation and completionBen Hutchings1-2/+2
2009-11-26sfc: 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-22sfc: 10Xpress: Report support for pause framesBen Hutchings1-0/+1
2009-10-12sfc: 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-17sfc: Use generic XENPAK register definitionsBen Hutchings1-14/+2
2009-04-29sfc: Use generic MDIO flow control auto-negotiation functionsBen Hutchings1-1/+0
2009-04-29sfc: 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-17drivers/net/sfc: fix sparse warning: symbol shadows an earlier oneHannes Eder1-4/+3
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-136/+77
2009-01-30sfc: Replace stats_enabled flag with a disable countBen Hutchings1-6/+6
2009-01-30sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings1-93/+58
2009-01-30sfc: Reinitialise the PHY completely in case of a PHY or NIC resetSteve Hodgson1-0/+1
2009-01-30sfc: SFT9001: Fix speed reporting in 1G PHY loopbackSteve Hodgson1-18/+9
2009-01-30sfc: SFX7101: Remove workaround for bad link trainingSteve Hodgson1-20/+0
2009-01-30sfc: SFT9001: Enable robust link trainingSteve Hodgson1-1/+5
2009-01-21sfc: Replace LRO with GROHerbert Xu1-0/+1
2009-01-11sfc: SFT9001: Fix condition for LNPGA power-offBen Hutchings1-2/+3
2008-12-26sfc: SFT9001: Add cable diagnosticsBen Hutchings1-8/+107
2008-12-26sfc: Add support for multiple PHY self-testsBen Hutchings1-4/+20
2008-12-26sfc: Fix unreliable link detection in some loopback modesBen Hutchings1-4/+7
2008-12-12sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings1-97/+431
2008-12-12sfc: Rework MAC, PHY and board event handlingBen Hutchings1-30/+14
2008-12-12sfc: Implement auto-negotiationBen Hutchings1-66/+72
2008-12-12sfc: Add support for sub-10G speedsBen Hutchings1-4/+6
2008-12-12sfc: Add support for MMDs numbered >15Ben Hutchings1-3/+3
2008-12-12sfc: Remove MII extension cruftBen Hutchings1-2/+2
2008-11-06sfc: Use lm87 and lm90 drivers for board temperature/power monitoringBen Hutchings1-1/+17
2008-09-24sfc: Stop generating bogus events in tenxpress_check_hw()Ben Hutchings1-2/+1
2008-09-24sfc: Serialise tenxpress_special_reset() with statistics fetchesBen Hutchings1-5/+10
2008-09-24sfc: Remove workaround for old firmware bugBen Hutchings1-51/+0
2008-09-03sfc: Extend self-testsBen Hutchings1-15/+7
2008-09-03sfc: Make PHY flash mode a device attribute, not a module parameterBen Hutchings1-31/+15
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings1-14/+14
2008-05-22sfc: Added checks for heap allocation failureBen Hutchings1-0/+2