summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+25Star
* sfc: Remove pointless abstraction of memory BAR numberBen Hutchings2009-10-241-2/+0Star
* sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings2009-10-241-10/+1Star
* sfc: Move shared members of struct falcon_nic_data into struct efx_nicBen Hutchings2009-10-241-16/+7Star
* sfc: Move all TX DMA length limiting into tx.cBen Hutchings2009-10-241-7/+0Star
* sfc: Define DMA address mask explicitly in terms of descriptor field widthBen Hutchings2009-10-241-5/+2Star
* sfc: Eliminate indirect lookups of queue size constantsBen Hutchings2009-10-241-44/+26Star
* 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/+0Star
* sfc: Rename Falcon-specific board code and typesBen Hutchings2009-10-241-1/+1
* sfc: Remove redundant hardware initialisationBen Hutchings2009-10-241-4/+0Star
* sfc: Use generic MDIO functions and definitionsBen Hutchings2009-04-301-100/+37Star
* sfc: Use correct macro to set event bitfieldBen Hutchings2009-04-151-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-221-5/+11
* | sfc: Remove unused private PCI register definitionsBen Hutchings2009-03-221-7/+0Star
* | sfc: Work around unreliable legacy interrupt statusBen Hutchings2009-03-221-12/+14
* | sfc: Improve NIC internal error recoveryBen Hutchings2009-03-051-4/+19
* | sfc: Fix search for flush completion eventsBen Hutchings2009-03-051-12/+9Star
* | sfc: Clear I2C adapter structure in falcon_remove_nic()Ben Hutchings2009-03-051-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/+0Star
* net: sfc: Use pci_clear_master() to disable bus masteringBen Hutchings2009-01-071-2/+2
* sfc: Use kzalloc() to ensure struct efx_spi_device is fully initialisedBen Hutchings2008-12-131-1/+1
* sfc: Use model numbers for PHY type namesBen Hutchings2008-12-131-1/+1
* sfc: Remove leading spacesBen Hutchings2008-12-131-2/+2
* sfc: Add support for SFN4111TBen Hutchings2008-12-131-0/+7
* sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings2008-12-131-3/+7
* sfc: Rework MAC, PHY and board event handlingBen Hutchings2008-12-131-11/+9Star
* sfc: Implement auto-negotiationBen Hutchings2008-12-131-3/+3
* sfc: Add support for sub-10G speedsBen Hutchings2008-12-131-38/+141
* sfc: Remove MII extension cruftBen Hutchings2008-12-131-9/+7Star
* sfc: Don't count RX checksum errors during loopback self-testBen Hutchings2008-12-131-5/+8
* sfc: Provide hints to irqbalance daemonBen Hutchings2008-12-131-1/+1
* sfc: Work around unreliable strap pinsBen Hutchings2008-12-131-70/+44Star
* sfc: Clean up waits for flash/EEPROM operationsBen Hutchings2008-12-131-21/+37
* sfc: Remove unneeded register writeBen Hutchings2008-12-131-9/+0Star
* sfc: Change SPI lengths to type size_tBen Hutchings2008-12-131-9/+10
* sfc: Expose flash region storing boot code as MTDBen Hutchings2008-11-061-5/+12
* sfc: Clean up non-volatile memory partitioningBen Hutchings2008-11-061-3/+3
* sfc: Fix type of FALCON_SPI_MAX_LENBen Hutchings2008-09-251-1/+1
* sfc: Disable interrupts after a fatal interrupt occurs until resetBen Hutchings2008-09-251-1/+2