summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
Commit message (Expand)AuthorAgeFilesLines
* sfc: QT202x: Remove unreliable MMD check at initialisationMatthew Slattery2010-01-191-6/+0Star
* sfc: Fix conditions for MDIO self-testBen Hutchings2010-01-141-2/+6
* sfc: Fix polling for slow MCDI operationsBen Hutchings2010-01-141-2/+3
* sfc: Disable TX descriptor prefetch watchdogBen Hutchings2009-12-241-0/+2
* sfc: QT2025C: Add error message for suspected bad SFP+ cablesBen Hutchings2009-12-241-1/+7
* sfc: QT2025C: Work around PHY firmware initialisation bugMatthew Slattery2009-12-241-8/+51
* sfc: QT2025C: Switch into self-configure mode when not in loopbackMatthew Slattery2009-12-241-0/+119
* sfc: QT2025C: Work around PHY bugMatthew Slattery2009-12-241-0/+42
* sfc: Fix DMA mapping cleanup in case of an error in TSONeil Turton2009-12-241-2/+2
* sfc: Include XGXS in XMAC link status check except in XGMII loopbackBen Hutchings2009-12-241-16/+22
* sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson2009-12-247-131/+129Star
* drivers/net/sfc: Correct code taking the size of a pointerJulia Lawall2009-12-141-1/+1
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-3023-26/+26
* sfc: Implement TSO for TCP/IPv6Ben Hutchings2009-11-303-14/+60
* sfc: Add support for SFC9000 family (2)Ben Hutchings2009-11-3014-29/+414
* sfc: Add support for SFC9000 family (1)Ben Hutchings2009-11-305-0/+2595
* sfc: Add firmware protocol definitions (MCDI)Steve Hodgson2009-11-301-0/+1578
* sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings2009-11-303-1537/+1549
* sfc: Rename falcon.h to nic.hBen Hutchings2009-11-3014-16/+16
* sfc: Allow for additional checksum offload featuresBen Hutchings2009-11-304-2/+21
* sfc: Extend MTD driver for use with new NICsBen Hutchings2009-11-306-124/+255
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-309-65/+95
* sfc: Extend loopback mode enumerationBen Hutchings2009-11-307-28/+111
* sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()Ben Hutchings2009-11-301-40/+24Star
* sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings2009-11-307-306/+341
* sfc: Add efx_nic_type operation for identity LED controlBen Hutchings2009-11-303-3/+12
* sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings2009-11-304-7/+17
* sfc: Add efx_nic_type operation for register self-testBen Hutchings2009-11-304-8/+10
* sfc: Implement ethtool reset operationBen Hutchings2009-11-305-50/+84
* sfc: Add power-management and wake-on-LAN supportBen Hutchings2009-11-304-0/+146
* sfc: Generalise link state monitoringSteve Hodgson2009-11-302-34/+61
* sfc: Refactor link configurationBen Hutchings2009-11-3015-182/+273
* sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings2009-11-306-63/+105
* sfc: Turn pause frame generation on and off at the MAC, not the RX FIFOBen Hutchings2009-11-302-8/+8
* sfc: Remove duplicate hardware structure definitionsBen Hutchings2009-11-302-15/+3Star
* sfc: Remove redundant writes to INT_ADR_KERBen Hutchings2009-11-301-8/+7Star
* sfc: Clean up RX event handlingBen Hutchings2009-11-293-8/+8
* sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings2009-11-292-4/+12
* sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings2009-11-298-52/+48Star
* sfc: Remove some redundant whitespaceBen Hutchings2009-11-291-2/+0Star
* sfc: Remove another unused workaround macroBen Hutchings2009-11-291-2/+0Star
* sfc: Remove EFX_WORKAROUND_9141 macroMatthew Slattery2009-11-292-3/+1Star
* sfc: Limit some hardware workarounds to FalconBen Hutchings2009-11-292-3/+4
* sfc: Always start Falcon using the XMACSteve Hodgson2009-11-293-8/+16
* sfc: Replace MDIO spinlock with mutexSteve Hodgson2009-11-293-9/+9
* sfc: QT202x: Reset before reading PHY idSteve Hodgson2009-11-291-14/+8Star
* sfc: Simplify PHY pollingSteve Hodgson2009-11-297-124/+103Star
* sfc: Do not set net_device::trans_start in self-testBen Hutchings2009-11-271-1/+0Star
* sfc: Move inline comment into kernel-docBen Hutchings2009-11-271-3/+1Star
* sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings2009-11-274-23/+29