summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/selftest.c
AgeCommit message (Expand)Author
2010-04-28sfc: Create multiple TX queuesBen Hutchings
2010-04-28sfc: Test only the first pair of TX queuesBen Hutchings
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-03sfc: Do not include unneeded headersBen Hutchings
2010-02-03sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings
2010-01-13sfc: Fix conditions for MDIO self-testBen Hutchings
2009-12-13drivers/net/sfc: Correct code taking the size of a pointerJulia Lawall
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings
2009-11-29sfc: Remove static PHY data and enumerationsBen Hutchings
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings
2009-11-29sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings
2009-11-29sfc: Add efx_nic_type operation for register self-testBen Hutchings
2009-11-29sfc: Generalise link state monitoringSteve Hodgson
2009-11-29sfc: Refactor link configurationBen Hutchings
2009-11-29sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings
2009-11-28sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings
2009-11-26sfc: Do not set net_device::trans_start in self-testBen Hutchings
2009-11-26sfc: Move inline comment into kernel-docBen Hutchings
2009-11-26sfc: Simplify XMAC link pollingBen Hutchings
2009-11-24sfc: Log interrupt and reset type names, not numbersBen Hutchings
2009-11-24sfc: Combine high-level header filesBen Hutchings
2009-11-24sfc: Remove redundant efx_xmit() functionBen Hutchings
2009-11-24sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings
2009-10-24sfc: Eliminate indirect lookups of queue size constantsBen Hutchings
2009-10-24sfc: Rename register I/O header and functions used by both Falcon and SienaBen Hutchings
2009-10-24sfc: Remove boards.h, moving last remaining declaration to falcon.hBen Hutchings
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet
2009-04-29sfc: Use generic MDIO functions and definitionsBen Hutchings
2009-01-30sfc: Reinitialise the PHY completely in case of a PHY or NIC resetSteve Hodgson
2008-12-26sfc: Add support for multiple PHY self-testsBen Hutchings
2008-12-26sfc: Merge top-level functions for self-testsBen Hutchings
2008-12-26sfc: Clean up PHY mode management in loopback self-testBen Hutchings
2008-12-12sfc: Add support for SFN4111TBen Hutchings
2008-12-12sfc: Rework MAC, PHY and board event handlingBen Hutchings
2008-12-12sfc: Add support for sub-10G speedsBen Hutchings
2008-09-03sfc: Extend self-testsBen Hutchings
2008-09-03sfc: Remove efx_channel::has_interruptBen Hutchings
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings
2008-09-03sfc: Speed up loopback self-testBen Hutchings
2008-09-03sfc: Self-test reporting cleanupBen Hutchings
2008-09-03sfc: Avoid mangling error codes in efx_test_loopback()Ben Hutchings
2008-09-03sfc: Use separate hardware TX queues to select checksum generationBen Hutchings
2008-05-22sfc: Added checks for heap allocation failureBen Hutchings
2008-05-22sfc: Remove redundant casts to and from void *Ben Hutchings
2008-05-22sfc: Replaced various macros with inline functionsBen Hutchings
2008-05-13[netdrvr] sfc: sfc: Add self-test supportBen Hutchings