summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sfc: Eliminate indirect lookups of queue size constantsBen Hutchings2009-10-241-44/+26
* sfc: Rename register I/O header and functions used by both Falcon and SienaBen Hutchings2009-10-241-121/+128
* sfc: Update hardware definitions for SienaBen Hutchings2009-10-241-411/+437
* sfc: Move RX data FIFO thresholds out of struct efx_nic_typeBen Hutchings2009-10-241-11/+12
* sfc: Remove versioned bitfield macrosBen Hutchings2009-10-241-23/+44
* sfc: Remove boards.h, moving last remaining declaration to falcon.hBen Hutchings2009-10-241-1/+0
* sfc: Rename Falcon-specific board code and typesBen Hutchings2009-10-241-1/+1
* sfc: Remove redundant hardware initialisationBen Hutchings2009-10-241-4/+0
* sfc: Use generic MDIO functions and definitionsBen Hutchings2009-04-291-100/+37
* sfc: Use correct macro to set event bitfieldBen Hutchings2009-04-141-2/+2
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-271-12/+12
|\
| * falcon fix compilation warningsJaswinder Singh Rajput2009-02-111-12/+12
* | sfc: Implement adaptive IRQ moderationBen Hutchings2009-03-211-5/+11
* | sfc: Remove unused private PCI register definitionsBen Hutchings2009-03-211-7/+0
* | sfc: Work around unreliable legacy interrupt statusBen Hutchings2009-03-211-12/+14
* | sfc: Improve NIC internal error recoveryBen Hutchings2009-03-041-4/+19
* | sfc: Fix search for flush completion eventsBen Hutchings2009-03-041-12/+9
* | sfc: Clear I2C adapter structure in falcon_remove_nic()Ben Hutchings2009-03-041-0/+2
* | sfc: Add support for QT2025C PHYBen Hutchings2009-03-021-0/+1
|/
* sfc: Replace stats_enabled flag with a disable countBen Hutchings2009-01-301-4/+11
* sfc: Fix post-reset MAC selectionSteve Hodgson2009-01-301-7/+8
* sfc: SFX7101: Remove workaround for bad link trainingSteve Hodgson2009-01-301-4/+0
* net: sfc: Use pci_clear_master() to disable bus masteringBen Hutchings2009-01-071-2/+2
OpenPOWER on IntegriCloud