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