summaryrefslogtreecommitdiff
path: root/drivers/net/sfc
AgeCommit message (Expand)AuthorFilesLines
2009-01-30sfc: Replace stats_enabled flag with a disable countBen Hutchings6-25/+57
2009-01-30sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings6-201/+141
2009-01-30sfc: SFT9001: Always enable XNP exchange on SFT9001 rev BBen Hutchings1-1/+1
2009-01-30sfc: Update board info for hardware monitor on SFN4111T-R5 and laterBen Hutchings1-2/+10
2009-01-30sfc: Test for PHYXS faults whenever we cannot test link state bitsSteve Hodgson1-7/+9
2009-01-30sfc: Reinitialise the PHY completely in case of a PHY or NIC resetSteve Hodgson4-13/+28
2009-01-30sfc: Fix post-reset MAC selectionSteve Hodgson1-7/+8
2009-01-30sfc: SFN4111T: Fix GPIO sharing between I2C and FLASH_CFG_1Ben Hutchings1-6/+9
2009-01-30sfc: SFT9001: Fix speed reporting in 1G PHY loopbackSteve Hodgson3-18/+18
2009-01-30sfc: SFX7101: Remove workaround for bad link trainingSteve Hodgson4-28/+0
2009-01-30sfc: SFT9001: Enable robust link trainingSteve Hodgson1-1/+5
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller1-0/+2
2009-01-21sfc: Replace LRO with GROHerbert Xu7-214/+19
2009-01-21net: Remove redundant NAPI functionsBen Hutchings2-3/+3
2009-01-15Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar1-5/+12
2009-01-11cpumask: convert drivers/net/sfcRusty Russell1-4/+11
2009-01-11cpumask: Use topology_core_cpumask()/topology_thread_cpumask()Rusty Russell1-2/+2
2009-01-11sfc: SFT9001: Fix condition for LNPGA power-offBen Hutchings1-2/+3
2009-01-07net: sfc: Use pci_clear_master() to disable bus masteringBen Hutchings1-2/+2
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller1-1/+0
2008-12-26sfc: If AN is enabled, always read speed/duplex from the AN advertising bitsBen Hutchings1-7/+10
2008-12-26sfc: When disabling the NIC, close the device rather than unregistering itBen Hutchings1-24/+23
2008-12-26sfc: SFT9001: Add cable diagnosticsBen Hutchings1-8/+107
2008-12-26sfc: Add support for multiple PHY self-testsBen Hutchings5-15/+44
2008-12-26sfc: Merge top-level functions for self-testsBen Hutchings3-55/+48
2008-12-26sfc: Clean up PHY mode management in loopback self-testBen Hutchings1-12/+7
2008-12-26sfc: Fix unreliable link detection in some loopback modesBen Hutchings3-13/+24
2008-12-26sfc: Generate unique names for per-NIC workqueuesBen Hutchings2-1/+6
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2-2/+2
2008-12-12sfc: Version 2.3Ben Hutchings1-1/+1
2008-12-12sfc: Fix synchronisation of efx_mtd_{probe,rename,remove}Ben Hutchings1-15/+18
2008-12-12sfc: Use kzalloc() to ensure struct efx_spi_device is fully initialisedBen Hutchings1-1/+1
2008-12-12sfc: Treat probe as unsuccessful if it scheduled a resetSteve Hodgson1-2/+11
2008-12-12sfc: Use model numbers for PHY type namesBen Hutchings3-5/+5
2008-12-12sfc: Use mutex_lock_interruptible() for ethtool EEPROM accessBen Hutchings1-2/+8
2008-12-12sfc: Specify a meaningful component for loopback RX-side and PHY testsBen Hutchings1-6/+8
2008-12-12sfc: Remove leading spacesBen Hutchings1-2/+2
2008-12-12sfc: Add support for SFN4111TBen Hutchings7-35/+150
2008-12-12sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings8-105/+467
2008-12-12sfc: Rework MAC, PHY and board event handlingBen Hutchings9-114/+111
2008-12-12sfc: Implement auto-negotiationBen Hutchings9-154/+472
2008-12-12sfc: Add support for sub-10G speedsBen Hutchings16-321/+699
2008-12-12sfc: Clean up MDIO flag settingBen Hutchings2-59/+32
2008-12-12sfc: Clean up board identificationBen Hutchings2-55/+20
2008-12-12sfc: Add phy_type device attributeBen Hutchings1-0/+19
2008-12-12sfc: Add support for MMDs numbered >15Ben Hutchings4-22/+24
2008-12-12sfc: Remove MII extension cruftBen Hutchings8-174/+18
2008-12-12sfc: Don't count RX checksum errors during loopback self-testBen Hutchings1-5/+8
2008-12-12sfc: Abbreviate self-test names so they are not truncatedBen Hutchings1-8/+8
2008-12-12sfc: Provide hints to irqbalance daemonBen Hutchings3-1/+27