summaryrefslogtreecommitdiff
path: root/drivers/net/sfc
AgeCommit message (Expand)AuthorFilesLines
2008-12-13sfc: Version 2.3Ben Hutchings1-1/+1
2008-12-13sfc: Fix synchronisation of efx_mtd_{probe,rename,remove}Ben Hutchings1-15/+18
2008-12-13sfc: Use kzalloc() to ensure struct efx_spi_device is fully initialisedBen Hutchings1-1/+1
2008-12-13sfc: Treat probe as unsuccessful if it scheduled a resetSteve Hodgson1-2/+11
2008-12-13sfc: Use model numbers for PHY type namesBen Hutchings3-5/+5
2008-12-13sfc: Use mutex_lock_interruptible() for ethtool EEPROM accessBen Hutchings1-2/+8
2008-12-13sfc: Specify a meaningful component for loopback RX-side and PHY testsBen Hutchings1-6/+8
2008-12-13sfc: Remove leading spacesBen Hutchings1-2/+2
2008-12-13sfc: Add support for SFN4111TBen Hutchings7-35/+150
2008-12-13sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings8-105/+467
2008-12-13sfc: Rework MAC, PHY and board event handlingBen Hutchings9-114/+111
2008-12-13sfc: Implement auto-negotiationBen Hutchings9-154/+472
2008-12-13sfc: Add support for sub-10G speedsBen Hutchings16-321/+699
2008-12-13sfc: Clean up MDIO flag settingBen Hutchings2-59/+32
2008-12-13sfc: Clean up board identificationBen Hutchings2-55/+20
2008-12-13sfc: Add phy_type device attributeBen Hutchings1-0/+19
2008-12-13sfc: Add support for MMDs numbered >15Ben Hutchings4-22/+24
2008-12-13sfc: Remove MII extension cruftBen Hutchings8-174/+18
2008-12-13sfc: Don't count RX checksum errors during loopback self-testBen Hutchings1-5/+8
2008-12-13sfc: Abbreviate self-test names so they are not truncatedBen Hutchings1-8/+8
2008-12-13sfc: Provide hints to irqbalance daemonBen Hutchings3-1/+27
2008-12-13sfc: Add option to use a separate channel for TX completionsNeil Turton2-15/+28
2008-12-13sfc: Restore phy_flash_cfg module parameterBen Hutchings1-0/+7
2008-12-13sfc: Work around unreliable strap pinsBen Hutchings1-70/+44
2008-12-13sfc: Clean up waits for flash/EEPROM operationsBen Hutchings3-23/+39
2008-12-13sfc: Make reset_workqueue driver-global rather than per-NICSteve Hodgson2-27/+20
2008-12-13sfc: Correct interpretation of second param to ethtool phys_id()Ben Hutchings1-2/+6
2008-12-13sfc: Remove unneeded register writeBen Hutchings1-9/+0
2008-12-13sfc: Change SPI lengths to type size_tBen Hutchings2-10/+11
2008-12-13sfc: Board support fixesBen Hutchings1-0/+2
2008-11-22sfc: convert to net_device_opsStephen Hemminger1-13/+18
2008-11-20sfc: Fix dependency for SFC_MTDBen Hutchings1-1/+1
2008-11-20netdev: introduce dev_get_stats()Stephen Hemminger1-1/+1
2008-11-06sfc: Do not reset when hardware monitor detects a faultBen Hutchings2-23/+6
2008-11-06sfc: Use lm87 and lm90 drivers for board temperature/power monitoringBen Hutchings8-64/+265
2008-11-06sfc: Expose flash region storing boot code as MTDBen Hutchings9-7/+327
2008-11-06sfc: Clean up non-volatile memory partitioningBen Hutchings4-11/+24
2008-11-06sfc: Correct address of gPXE boot configuration in EEPROMBen Hutchings1-2/+2
2008-11-04drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+1
2008-10-28net: convert print_mac to %pMJohannes Berg1-9/+6
2008-09-25sfc: Fix type of FALCON_SPI_MAX_LENBen Hutchings1-1/+1
2008-09-25sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriateBen Hutchings2-2/+2
2008-09-25sfc: Remove obsolete comment about PCI modesBen Hutchings1-1/+0
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: Stop generating bogus events in tenxpress_check_hw()Ben Hutchings1-2/+1
2008-09-25sfc: Don't include net_driver.h from falcon_io.hSteve Hodgson1-1/+0
2008-09-25sfc: Make queue flushes more reliableBen Hutchings4-126/+141
2008-09-25sfc: Don't use EFX_OWORD_FIELD on an event (64-bit, quad-word)Steve Hodgson1-1/+1
2008-09-25sfc: Serialise tenxpress_special_reset() with statistics fetchesBen Hutchings1-5/+10