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