aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon_xmac.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-1/+1
2009-11-29sfc: Extend loopback mode enumerationBen Hutchings1-1/+1
2009-11-29sfc: Refactor link configurationBen Hutchings1-3/+5
2009-11-29sfc: Turn pause frame generation on and off at the MAC, not the RX FIFOBen Hutchings1-1/+2
2009-11-28sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings1-1/+1
2009-11-26sfc: Simplify XMAC link pollingBen Hutchings1-30/+20
2009-11-26sfc: Split MAC stats DMA initiation and completionBen Hutchings1-5/+8
2009-11-26sfc: Treat all MAC registers as 128-bitBen Hutchings1-7/+7
2009-11-24sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings1-4/+4
2009-10-24sfc: Rename register I/O header and functions used by both Falcon and SienaBen Hutchings1-24/+24
2009-10-24sfc: Update hardware definitions for SienaBen Hutchings1-90/+85
2009-10-24sfc: Remove boards.h, moving last remaining declaration to falcon.hBen Hutchings1-1/+0
2009-08-26sfc: Do not reinitialise XAUI serdes before it has completed resetBen Hutchings1-3/+5
2009-04-29sfc: Use generic MDIO functions and definitionsBen Hutchings1-1/+1
2008-12-12sfc: Rework MAC, PHY and board event handlingBen Hutchings1-20/+22
2008-12-12sfc: Implement auto-negotiationBen Hutchings1-1/+1
2008-12-12sfc: Add support for sub-10G speedsBen Hutchings1-191/+31
2008-12-12sfc: Remove MII extension cruftBen Hutchings1-1/+0
2008-09-24sfc: Remove workaround for old firmware bugBen Hutchings1-87/+1
2008-09-03sfc: Extend self-testsBen Hutchings1-11/+3
2008-09-03sfc: Remove remnants of multi-port abstraction for MAC registersBen Hutchings1-138/+110
2008-09-03sfc: Make PHY flash mode a device attribute, not a module parameterBen Hutchings1-7/+8
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings1-32/+31
2008-09-03sfc: XMAC statistics fix-upsBen Hutchings1-2/+4
2008-05-30[netdrvr] sfc: Report XAUI link down at default log levelBen Hutchings1-1/+1
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings1-3/+3
2008-05-22sfc: Removed casts to voidBen Hutchings1-2/+2
2008-05-13[netdrvr] sfc: sfc: Add self-test supportBen Hutchings1-2/+70
2008-05-13[netdrvr] sfc: Remove unused macro EFX_XAUI_RETRAIN_MAXBen Hutchings1-2/+0
2008-05-13[netdrvr] sfc: Fix code formattingBen Hutchings1-2/+2
2008-05-13[netdrvr] sfc: Add phy_flash_cfg module parameter and implementationBen Hutchings1-0/+4
2008-04-29New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings1-0/+585