aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/selftest.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: make functions staticstephen hemminger2010-10-211-0/+10
* sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson2010-09-101-1/+1
* sfc: Refactor channel and queue lookup and iterationBen Hutchings2010-09-101-2/+3
* sfc: Fix reading of inserted hashBen Hutchings2010-06-251-3/+0
* sfc: Record hardware RX hash on each skb where possibleBen Hutchings2010-06-241-0/+3
* sfc: Implement message level controlBen Hutchings2010-06-241-53/+73
* drivers/net: use __packed annotationEric Dumazet2010-06-031-1/+1
* sfc: Allow DRV_GEN events to be used outside of selftestsSteve Hodgson2010-06-021-11/+5
* sfc: Wait for the link to stay up before running loopback selftestSteve Hodgson2010-06-021-3/+7
* sfc: Create multiple TX queuesBen Hutchings2010-04-281-2/+2
* sfc: Test only the first pair of TX queuesBen Hutchings2010-04-281-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sfc: Do not include unneeded headersBen Hutchings2010-02-031-2/+0
* sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings2010-02-031-34/+6
* sfc: Fix conditions for MDIO self-testBen Hutchings2010-01-131-2/+6
* drivers/net/sfc: Correct code taking the size of a pointerJulia Lawall2009-12-131-1/+1
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-291-1/+1
* sfc: Rename falcon.h to nic.hBen Hutchings2009-11-291-1/+1
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-291-4/+1
* sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings2009-11-291-2/+2
* sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings2009-11-291-3/+6
* sfc: Add efx_nic_type operation for register self-testBen Hutchings2009-11-291-6/+6
* sfc: Generalise link state monitoringSteve Hodgson2009-11-291-32/+47
* sfc: Refactor link configurationBen Hutchings2009-11-291-5/+6
* sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings2009-11-291-1/+1
* sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings2009-11-281-1/+1
* sfc: Do not set net_device::trans_start in self-testBen Hutchings2009-11-261-1/+0
* sfc: Move inline comment into kernel-docBen Hutchings2009-11-261-3/+1
* sfc: Simplify XMAC link pollingBen Hutchings2009-11-261-6/+3
* sfc: Log interrupt and reset type names, not numbersBen Hutchings2009-11-241-2/+2
* sfc: Combine high-level header filesBen Hutchings2009-11-241-1/+0
* sfc: Remove redundant efx_xmit() functionBen Hutchings2009-11-241-1/+1
* sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings2009-11-241-1/+1
* sfc: Eliminate indirect lookups of queue size constantsBen Hutchings2009-10-241-1/+1
* sfc: Rename register I/O header and functions used by both Falcon and SienaBen Hutchings2009-10-241-1/+1
* sfc: Remove boards.h, moving last remaining declaration to falcon.hBen Hutchings2009-10-241-1/+0
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-291-0/+1
* sfc: Use generic MDIO functions and definitionsBen Hutchings2009-04-291-11/+10
* sfc: Reinitialise the PHY completely in case of a PHY or NIC resetSteve Hodgson2009-01-301-3/+4
* sfc: Add support for multiple PHY self-testsBen Hutchings2008-12-261-6/+9
* sfc: Merge top-level functions for self-testsBen Hutchings2008-12-261-36/+40
* sfc: Clean up PHY mode management in loopback self-testBen Hutchings2008-12-261-12/+7
* sfc: Add support for SFN4111TBen Hutchings2008-12-121-2/+9
* sfc: Rework MAC, PHY and board event handlingBen Hutchings2008-12-121-2/+4
* sfc: Add support for sub-10G speedsBen Hutchings2008-12-121-15/+11
* sfc: Extend self-testsBen Hutchings2008-09-031-108/+169
* sfc: Remove efx_channel::has_interruptBen Hutchings2008-09-031-41/+3
* sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings2008-09-031-7/+8
* sfc: Speed up loopback self-testBen Hutchings2008-09-031-15/+29