summaryrefslogtreecommitdiff
path: root/drivers/net/sfc
AgeCommit message (Expand)Author
2010-01-14sfc: Fix conditions for MDIO self-testBen Hutchings
2010-01-14sfc: Fix polling for slow MCDI operationsBen Hutchings
2009-12-24sfc: Disable TX descriptor prefetch watchdogBen Hutchings
2009-12-24sfc: QT2025C: Add error message for suspected bad SFP+ cablesBen Hutchings
2009-12-24sfc: QT2025C: Work around PHY firmware initialisation bugMatthew Slattery
2009-12-24sfc: QT2025C: Switch into self-configure mode when not in loopbackMatthew Slattery
2009-12-24sfc: QT2025C: Work around PHY bugMatthew Slattery
2009-12-24sfc: Fix DMA mapping cleanup in case of an error in TSONeil Turton
2009-12-24sfc: Include XGXS in XMAC link status check except in XGMII loopbackBen Hutchings
2009-12-24sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson
2009-12-14drivers/net/sfc: Correct code taking the size of a pointerJulia Lawall
2009-11-30sfc: Update version, copyright dates, authorsBen Hutchings
2009-11-30sfc: Implement TSO for TCP/IPv6Ben Hutchings
2009-11-30sfc: Add support for SFC9000 family (2)Ben Hutchings
2009-11-30sfc: Add support for SFC9000 family (1)Ben Hutchings
2009-11-30sfc: Add firmware protocol definitions (MCDI)Steve Hodgson
2009-11-30sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings
2009-11-30sfc: Rename falcon.h to nic.hBen Hutchings
2009-11-30sfc: Allow for additional checksum offload featuresBen Hutchings
2009-11-30sfc: Extend MTD driver for use with new NICsBen Hutchings
2009-11-30sfc: Remove static PHY data and enumerationsBen Hutchings
2009-11-30sfc: Extend loopback mode enumerationBen Hutchings
2009-11-30sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()Ben Hutchings
2009-11-30sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings
2009-11-30sfc: Add efx_nic_type operation for identity LED controlBen Hutchings
2009-11-30sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings
2009-11-30sfc: Add efx_nic_type operation for register self-testBen Hutchings
2009-11-30sfc: Implement ethtool reset operationBen Hutchings
2009-11-30sfc: Add power-management and wake-on-LAN supportBen Hutchings
2009-11-30sfc: Generalise link state monitoringSteve Hodgson
2009-11-30sfc: Refactor link configurationBen Hutchings
2009-11-30sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings
2009-11-30sfc: Turn pause frame generation on and off at the MAC, not the RX FIFOBen Hutchings
2009-11-30sfc: Remove duplicate hardware structure definitionsBen Hutchings
2009-11-30sfc: Remove redundant writes to INT_ADR_KERBen Hutchings
2009-11-29sfc: Clean up RX event handlingBen Hutchings
2009-11-29sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings
2009-11-29sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings
2009-11-29sfc: Remove some redundant whitespaceBen Hutchings
2009-11-29sfc: Remove another unused workaround macroBen Hutchings
2009-11-29sfc: Remove EFX_WORKAROUND_9141 macroMatthew Slattery
2009-11-29sfc: Limit some hardware workarounds to FalconBen Hutchings
2009-11-29sfc: Always start Falcon using the XMACSteve Hodgson
2009-11-29sfc: Replace MDIO spinlock with mutexSteve Hodgson
2009-11-29sfc: QT202x: Reset before reading PHY idSteve Hodgson
2009-11-29sfc: Simplify PHY pollingSteve Hodgson
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: Change MAC promiscuity and multicast hash at the same timeBen Hutchings
2009-11-26sfc: Simplify XMAC link pollingBen Hutchings