summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/falcon.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-29sfc: Clean up RX event handlingBen Hutchings1-6/+5
2009-11-29sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings1-4/+8
2009-11-29sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings1-37/+31
2009-11-29sfc: Remove EFX_WORKAROUND_9141 macroMatthew Slattery1-1/+1
2009-11-29sfc: Always start Falcon using the XMACSteve Hodgson1-3/+12
2009-11-29sfc: Replace MDIO spinlock with mutexSteve Hodgson1-6/+6
2009-11-29sfc: Simplify PHY pollingSteve Hodgson1-27/+42
2009-11-27sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings1-7/+3
2009-11-27sfc: Simplify XMAC link pollingBen Hutchings1-3/+4
2009-11-27sfc: Move Falcon board/PHY/MAC monitoring code to falcon.cBen Hutchings1-0/+15
2009-11-27sfc: Split MAC stats DMA initiation and completionBen Hutchings1-30/+101
2009-11-27sfc: Only switch Falcon MAC clocks as necessarySteve Hodgson1-17/+25
2009-11-27sfc: Fix bugs in RX queue flushingBen Hutchings1-39/+64
2009-11-27sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings1-2/+2
2009-11-27sfc: Remove unused constantBen Hutchings1-3/+0
2009-11-27sfc: Comment correctionsBen Hutchings1-4/+1
2009-11-27sfc: Treat all MAC registers as 128-bitBen Hutchings1-7/+7
2009-11-27sfc: Fix descriptor cache sizesBen Hutchings1-4/+4
2009-11-24sfc: Log interrupt and reset type names, not numbersBen Hutchings1-1/+1
2009-11-24sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings1-10/+11
2009-11-24sfc: Move all I2C stuff into struct falcon_boardBen Hutchings1-11/+15
2009-11-24sfc: Move definition of struct falcon_nic_data into falcon.hBen Hutchings1-11/+0
2009-11-24sfc: Make board information explicitly Falcon-specificBen Hutchings1-0/+11
2009-10-28sfc: Really allow RX checksum offload to be disabledBen Hutchings1-2/+3
2009-10-24sfc: Rename 'xfp' file and functions to reflect realityBen Hutchings1-1/+1
2009-10-24sfc: Merge falcon_probe_phy() into falcon_probe_port()Ben Hutchings1-35/+25
2009-10-24sfc: Remove pointless abstraction of memory BAR numberBen Hutchings1-2/+0
2009-10-24sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings1-10/+1
2009-10-24sfc: Move shared members of struct falcon_nic_data into struct efx_nicBen Hutchings1-16/+7
2009-10-24sfc: Move all TX DMA length limiting into tx.cBen Hutchings1-7/+0
2009-10-24sfc: Define DMA address mask explicitly in terms of descriptor field widthBen Hutchings1-5/+2
2009-10-24sfc: Eliminate indirect lookups of queue size constantsBen Hutchings1-44/+26
2009-10-24sfc: Rename register I/O header and functions used by both Falcon and SienaBen Hutchings1-121/+128
2009-10-24sfc: Update hardware definitions for SienaBen Hutchings1-411/+437
2009-10-24sfc: Move RX data FIFO thresholds out of struct efx_nic_typeBen Hutchings1-11/+12
2009-10-24sfc: Remove versioned bitfield macrosBen Hutchings1-23/+44
2009-10-24sfc: Remove boards.h, moving last remaining declaration to falcon.hBen Hutchings1-1/+0
2009-10-24sfc: Rename Falcon-specific board code and typesBen Hutchings1-1/+1
2009-10-24sfc: Remove redundant hardware initialisationBen Hutchings1-4/+0
2009-04-30sfc: Use generic MDIO functions and definitionsBen Hutchings1-100/+37
2009-04-15sfc: Use correct macro to set event bitfieldBen Hutchings1-2/+2
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-12/+12
2009-03-22sfc: Implement adaptive IRQ moderationBen Hutchings1-5/+11
2009-03-22sfc: Remove unused private PCI register definitionsBen Hutchings1-7/+0
2009-03-22sfc: Work around unreliable legacy interrupt statusBen Hutchings1-12/+14
2009-03-05sfc: Improve NIC internal error recoveryBen Hutchings1-4/+19
2009-03-05sfc: Fix search for flush completion eventsBen Hutchings1-12/+9
2009-03-05sfc: Clear I2C adapter structure in falcon_remove_nic()Ben Hutchings1-0/+2
2009-03-02sfc: Add support for QT2025C PHYBen Hutchings1-0/+1
2009-02-11falcon fix compilation warningsJaswinder Singh Rajput1-12/+12