aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/selftest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings1-1/+1
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings1-1/+1
2009-11-29sfc: Remove static PHY data and enumerationsBen Hutchings1-4/+1
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings1-2/+2
2009-11-29sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings1-3/+6
2009-11-29sfc: Add efx_nic_type operation for register self-testBen Hutchings1-6/+6
2009-11-29sfc: Generalise link state monitoringSteve Hodgson1-32/+47
2009-11-29sfc: Refactor link configurationBen Hutchings1-5/+6
2009-11-29sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings1-1/+1
2009-11-28sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings1-1/+1
2009-11-26sfc: Do not set net_device::trans_start in self-testBen Hutchings1-1/+0
2009-11-26sfc: Move inline comment into kernel-docBen Hutchings1-3/+1
2009-11-26sfc: Simplify XMAC link pollingBen Hutchings1-6/+3
2009-11-24sfc: Log interrupt and reset type names, not numbersBen Hutchings1-2/+2
2009-11-24sfc: Combine high-level header filesBen Hutchings1-1/+0
2009-11-24sfc: Remove redundant efx_xmit() functionBen Hutchings1-1/+1
2009-11-24sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings1-1/+1
2009-10-24sfc: Eliminate indirect lookups of queue size constantsBen Hutchings1-1/+1
2009-10-24sfc: Rename register I/O header and functions used by both Falcon and SienaBen Hutchings1-1/+1
2009-10-24sfc: Remove boards.h, moving last remaining declaration to falcon.hBen Hutchings1-1/+0
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-0/+1
2009-04-29sfc: Use generic MDIO functions and definitionsBen Hutchings1-11/+10
2009-01-30sfc: Reinitialise the PHY completely in case of a PHY or NIC resetSteve Hodgson1-3/+4
2008-12-26sfc: Add support for multiple PHY self-testsBen Hutchings1-6/+9
2008-12-26sfc: Merge top-level functions for self-testsBen Hutchings1-36/+40
2008-12-26sfc: Clean up PHY mode management in loopback self-testBen Hutchings1-12/+7
2008-12-12sfc: Add support for SFN4111TBen Hutchings1-2/+9
2008-12-12sfc: Rework MAC, PHY and board event handlingBen Hutchings1-2/+4
2008-12-12sfc: Add support for sub-10G speedsBen Hutchings1-15/+11
2008-09-03sfc: Extend self-testsBen Hutchings1-108/+169
2008-09-03sfc: Remove efx_channel::has_interruptBen Hutchings1-41/+3
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings1-7/+8
2008-09-03sfc: Speed up loopback self-testBen Hutchings1-15/+29
2008-09-03sfc: Self-test reporting cleanupBen Hutchings1-26/+16
2008-09-03sfc: Avoid mangling error codes in efx_test_loopback()Ben Hutchings1-6/+6
2008-09-03sfc: Use separate hardware TX queues to select checksum generationBen Hutchings1-2/+9
2008-05-22sfc: Added checks for heap allocation failureBen Hutchings1-0/+2
2008-05-22sfc: Remove redundant casts to and from void *Ben Hutchings1-2/+2
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings1-4/+4
2008-05-13[netdrvr] sfc: sfc: Add self-test supportBen Hutchings1-0/+717