aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon_xmac.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Move xmac_poll_required into struct falcon_nic_dataBen Hutchings2010-12-031-4/+9
* sfc: Remove unnecessary inclusion of various private header filesBen Hutchings2010-12-031-1/+0
* sfc: make functions staticstephen hemminger2010-10-211-1/+1
* sfc: Implement message level controlBen Hutchings2010-06-241-2/+3
* sfc: Reconfigure the XAUI serdes after an EM resetSteve Hodgson2010-04-281-1/+1
* sfc: Stop masking out XGMII faults over reconfiguresSteve Hodgson2010-04-281-15/+5
* sfc: Include XGXS in XMAC link status check except in XGMII loopbackBen Hutchings2009-12-231-16/+22
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-291-1/+1
* sfc: Rename falcon.h to nic.hBen Hutchings2009-11-291-1/+1
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-291-1/+1
* sfc: Extend loopback mode enumerationBen Hutchings2009-11-291-1/+1
* sfc: Refactor link configurationBen Hutchings2009-11-291-3/+5
* sfc: Turn pause frame generation on and off at the MAC, not the RX FIFOBen Hutchings2009-11-291-1/+2
* sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings2009-11-281-1/+1
* sfc: Simplify XMAC link pollingBen Hutchings2009-11-261-30/+20
* sfc: Split MAC stats DMA initiation and completionBen Hutchings2009-11-261-5/+8
* sfc: Treat all MAC registers as 128-bitBen Hutchings2009-11-261-7/+7
* sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings2009-11-241-4/+4
* sfc: Rename register I/O header and functions used by both Falcon and SienaBen Hutchings2009-10-241-24/+24
* sfc: Update hardware definitions for SienaBen Hutchings2009-10-241-90/+85
* sfc: Remove boards.h, moving last remaining declaration to falcon.hBen Hutchings2009-10-241-1/+0
* sfc: Do not reinitialise XAUI serdes before it has completed resetBen Hutchings2009-08-261-3/+5
* sfc: Use generic MDIO functions and definitionsBen Hutchings2009-04-291-1/+1
* sfc: Rework MAC, PHY and board event handlingBen Hutchings2008-12-121-20/+22
* sfc: Implement auto-negotiationBen Hutchings2008-12-121-1/+1
* sfc: Add support for sub-10G speedsBen Hutchings2008-12-121-191/+31
* sfc: Remove MII extension cruftBen Hutchings2008-12-121-1/+0
* sfc: Remove workaround for old firmware bugBen Hutchings2008-09-241-87/+1
* sfc: Extend self-testsBen Hutchings2008-09-031-11/+3
* sfc: Remove remnants of multi-port abstraction for MAC registersBen Hutchings2008-09-031-138/+110
* sfc: Make PHY flash mode a device attribute, not a module parameterBen Hutchings2008-09-031-7/+8
* sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings2008-09-031-32/+31
* sfc: XMAC statistics fix-upsBen Hutchings2008-09-031-2/+4
* [netdrvr] sfc: Report XAUI link down at default log levelBen Hutchings2008-05-301-1/+1
* sfc: Replaced various macros with inline functionsBen Hutchings2008-05-221-3/+3
* sfc: Removed casts to voidBen Hutchings2008-05-221-2/+2
* [netdrvr] sfc: sfc: Add self-test supportBen Hutchings2008-05-131-2/+70
* [netdrvr] sfc: Remove unused macro EFX_XAUI_RETRAIN_MAXBen Hutchings2008-05-131-2/+0
* [netdrvr] sfc: Fix code formattingBen Hutchings2008-05-131-2/+2
* [netdrvr] sfc: Add phy_flash_cfg module parameter and implementationBen Hutchings2008-05-131-0/+4
* New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings2008-04-291-0/+585