aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/sfc/falcon.c
AgeCommit message (Expand)Author
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
2009-01-30sfc: Replace stats_enabled flag with a disable countBen Hutchings
2009-01-30sfc: Fix post-reset MAC selectionSteve Hodgson
2009-01-30sfc: SFX7101: Remove workaround for bad link trainingSteve Hodgson
2009-01-07net: sfc: Use pci_clear_master() to disable bus masteringBen Hutchings
2008-12-12sfc: Use kzalloc() to ensure struct efx_spi_device is fully initialisedBen Hutchings
2008-12-12sfc: Use model numbers for PHY type namesBen Hutchings
2008-12-12sfc: Remove leading spacesBen Hutchings
2008-12-12sfc: Add support for SFN4111TBen Hutchings
2008-12-12sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings
2008-12-12sfc: Rework MAC, PHY and board event handlingBen Hutchings
2008-12-12sfc: Implement auto-negotiationBen Hutchings
2008-12-12sfc: Add support for sub-10G speedsBen Hutchings
2008-12-12sfc: Remove MII extension cruftBen Hutchings
2008-12-12sfc: Don't count RX checksum errors during loopback self-testBen Hutchings
2008-12-12sfc: Provide hints to irqbalance daemonBen Hutchings
2008-12-12sfc: Work around unreliable strap pinsBen Hutchings
2008-12-12sfc: Clean up waits for flash/EEPROM operationsBen Hutchings
2008-12-12sfc: Remove unneeded register writeBen Hutchings
2008-12-12sfc: Change SPI lengths to type size_tBen Hutchings
2008-11-06sfc: Expose flash region storing boot code as MTDBen Hutchings
2008-11-06sfc: Clean up non-volatile memory partitioningBen Hutchings
2008-09-24sfc: Fix type of FALCON_SPI_MAX_LENBen Hutchings
2008-09-24sfc: Disable interrupts after a fatal interrupt occurs until resetBen Hutchings
2008-09-24sfc: Insert read memory barrier after checking MAC statistics flagBen Hutchings
2008-09-24sfc: Make queue flushes more reliableBen Hutchings
2008-09-24sfc: Don't use EFX_OWORD_FIELD on an event (64-bit, quad-word)Steve Hodgson