summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson2009-12-231-0/+1
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-291-1/+1
* sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings2009-11-291-1536/+0
* sfc: Rename falcon.h to nic.hBen Hutchings2009-11-291-1/+1
* sfc: Allow for additional checksum offload featuresBen Hutchings2009-11-291-0/+2
* sfc: Extend MTD driver for use with new NICsBen Hutchings2009-11-291-17/+15
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-291-11/+4
* sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()Ben Hutchings2009-11-291-40/+24
* sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings2009-11-291-248/+259
* sfc: Add efx_nic_type operation for identity LED controlBen Hutchings2009-11-291-0/+7
* sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings2009-11-291-1/+9
* sfc: Add efx_nic_type operation for register self-testBen Hutchings2009-11-291-1/+2
* sfc: Implement ethtool reset operationBen Hutchings2009-11-291-0/+2
* sfc: Add power-management and wake-on-LAN supportBen Hutchings2009-11-291-0/+27
* sfc: Refactor link configurationBen Hutchings2009-11-291-35/+63
* sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings2009-11-291-29/+50
* sfc: Turn pause frame generation on and off at the MAC, not the RX FIFOBen Hutchings2009-11-291-7/+6
* sfc: Remove duplicate hardware structure definitionsBen Hutchings2009-11-291-3/+3
* sfc: Remove redundant writes to INT_ADR_KERBen Hutchings2009-11-291-8/+7
* sfc: Clean up RX event handlingBen Hutchings2009-11-291-6/+5
* sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings2009-11-281-4/+8
* sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings2009-11-281-37/+31
* sfc: Remove EFX_WORKAROUND_9141 macroMatthew Slattery2009-11-281-1/+1
* sfc: Always start Falcon using the XMACSteve Hodgson2009-11-281-3/+12
* sfc: Replace MDIO spinlock with mutexSteve Hodgson2009-11-281-6/+6
* sfc: Simplify PHY pollingSteve Hodgson2009-11-281-27/+42
* sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings2009-11-261-7/+3
* sfc: Simplify XMAC link pollingBen Hutchings2009-11-261-3/+4
* sfc: Move Falcon board/PHY/MAC monitoring code to falcon.cBen Hutchings2009-11-261-0/+15
* sfc: Split MAC stats DMA initiation and completionBen Hutchings2009-11-261-30/+101
* sfc: Only switch Falcon MAC clocks as necessarySteve Hodgson2009-11-261-17/+25
* sfc: Fix bugs in RX queue flushingBen Hutchings2009-11-261-39/+64
* sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings2009-11-261-2/+2
* sfc: Remove unused constantBen Hutchings2009-11-261-3/+0
* sfc: Comment correctionsBen Hutchings2009-11-261-4/+1
* sfc: Treat all MAC registers as 128-bitBen Hutchings2009-11-261-7/+7
* sfc: Fix descriptor cache sizesBen Hutchings2009-11-261-4/+4
* sfc: Log interrupt and reset type names, not numbersBen Hutchings2009-11-241-1/+1
* sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings2009-11-241-10/+11
* sfc: Move all I2C stuff into struct falcon_boardBen Hutchings2009-11-241-11/+15
* sfc: Move definition of struct falcon_nic_data into falcon.hBen Hutchings2009-11-241-11/+0
* sfc: Make board information explicitly Falcon-specificBen Hutchings2009-11-241-0/+11
* sfc: Really allow RX checksum offload to be disabledBen Hutchings2009-10-281-2/+3
* sfc: Rename 'xfp' file and functions to reflect realityBen Hutchings2009-10-241-1/+1
* sfc: Merge falcon_probe_phy() into falcon_probe_port()Ben Hutchings2009-10-241-35/+25
* sfc: Remove pointless abstraction of memory BAR numberBen Hutchings2009-10-241-2/+0
* sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings2009-10-241-10/+1
* sfc: Move shared members of struct falcon_nic_data into struct efx_nicBen Hutchings2009-10-241-16/+7
* sfc: Move all TX DMA length limiting into tx.cBen Hutchings2009-10-241-7/+0
* sfc: Define DMA address mask explicitly in terms of descriptor field widthBen Hutchings2009-10-241-5/+2