aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-24sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings1-10/+11
2009-11-24sfc: Move all I2C stuff into struct falcon_boardBen Hutchings1-11/+15
2009-11-24sfc: Move definition of struct falcon_nic_data into falcon.hBen Hutchings1-11/+0
2009-11-24sfc: Make board information explicitly Falcon-specificBen Hutchings1-0/+11
2009-10-28sfc: Really allow RX checksum offload to be disabledBen Hutchings1-2/+3
2009-10-24sfc: Rename 'xfp' file and functions to reflect realityBen Hutchings1-1/+1
2009-10-24sfc: Merge falcon_probe_phy() into falcon_probe_port()Ben Hutchings1-35/+25
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-29sfc: Use generic MDIO functions and definitionsBen Hutchings1-100/+37
2009-04-14sfc: 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-21sfc: Implement adaptive IRQ moderationBen Hutchings1-5/+11
2009-03-21sfc: Remove unused private PCI register definitionsBen Hutchings1-7/+0
2009-03-21sfc: Work around unreliable legacy interrupt statusBen Hutchings1-12/+14
2009-03-04sfc: Improve NIC internal error recoveryBen Hutchings1-4/+19
2009-03-04sfc: Fix search for flush completion eventsBen Hutchings1-12/+9
2009-03-04sfc: 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-30sfc: Replace stats_enabled flag with a disable countBen Hutchings1-4/+11
2009-01-30sfc: Fix post-reset MAC selectionSteve Hodgson1-7/+8
2009-01-30sfc: 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-12sfc: Use kzalloc() to ensure struct efx_spi_device is fully initialisedBen Hutchings1-1/+1
2008-12-12sfc: Use model numbers for PHY type namesBen Hutchings1-1/+1
2008-12-12sfc: Remove leading spacesBen Hutchings1-2/+2
2008-12-12sfc: Add support for SFN4111TBen Hutchings1-0/+7
2008-12-12sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings1-3/+7
2008-12-12sfc: Rework MAC, PHY and board event handlingBen Hutchings1-11/+9
2008-12-12sfc: Implement auto-negotiationBen Hutchings1-3/+3
2008-12-12sfc: Add support for sub-10G speedsBen Hutchings1-38/+141
2008-12-12sfc: Remove MII extension cruftBen Hutchings1-9/+7
2008-12-12sfc: Don't count RX checksum errors during loopback self-testBen Hutchings1-5/+8
2008-12-12sfc: Provide hints to irqbalance daemonBen Hutchings1-1/+1
2008-12-12sfc: Work around unreliable strap pinsBen Hutchings1-70/+44
2008-12-12sfc: Clean up waits for flash/EEPROM operationsBen Hutchings1-21/+37
2008-12-12sfc: Remove unneeded register writeBen Hutchings1-9/+0
2008-12-12sfc: Change SPI lengths to type size_tBen Hutchings1-9/+10