summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sfc: Insert read memory barrier after checking MAC statistics flagBen Hutchings2008-09-251-1/+3
* sfc: Make queue flushes more reliableBen Hutchings2008-09-251-118/+129
* sfc: Don't use EFX_OWORD_FIELD on an event (64-bit, quad-word)Steve Hodgson2008-09-251-1/+1
* sfc: Add check for memory allocation failure in falcon_probe_nic()Ben Hutchings2008-09-251-0/+2
* sfc: Extend self-testsBen Hutchings2008-09-031-23/+175
* sfc: Remove some unreachable error pathsBen Hutchings2008-09-031-23/+7Star
* sfc: Cleanup RX event processingBen Hutchings2008-09-031-18/+12Star
* sfc: Remove efx_channel::evqnum fieldBen Hutchings2008-09-031-7/+7
* sfc: Remove initialisation of RX_FILTER_CTL_REG.NUM_KERBen Hutchings2008-09-031-7/+2Star
* sfc: Cleanup RX queue informationBen Hutchings2008-09-031-2/+2
* sfc: Remove efx_channel::has_interruptBen Hutchings2008-09-031-4/+4
* sfc: Export boot configuration in EEPROM through ethtoolBen Hutchings2008-09-031-48/+310
* sfc: Removed forced inlining of long functionsBen Hutchings2008-09-031-4/+4
* sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings2008-09-031-24/+26
* sfc: Reverse the XOFF/XON pause frame control fifo thresholdsBen Hutchings2008-09-031-2/+2
* sfc: Remove mistaken hardware workaroundBen Hutchings2008-09-031-61/+4Star