aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/selftest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-25sfc: Fix reading of inserted hashBen Hutchings1-3/+0
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings1-0/+3
2010-06-24sfc: Implement message level controlBen Hutchings1-53/+73
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2010-06-02sfc: Allow DRV_GEN events to be used outside of selftestsSteve Hodgson1-11/+5
2010-06-02sfc: Wait for the link to stay up before running loopback selftestSteve Hodgson1-3/+7
2010-04-28sfc: Create multiple TX queuesBen Hutchings1-2/+2
2010-04-28sfc: Test only the first pair of TX queuesBen Hutchings1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-03sfc: Do not include unneeded headersBen Hutchings1-2/+0
2010-02-03sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings1-34/+6
2010-01-13sfc: Fix conditions for MDIO self-testBen Hutchings1-2/+6
2009-12-13drivers/net/sfc: Correct code taking the size of a pointerJulia Lawall1-1/+1
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