aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-23sfc: Disable TX descriptor prefetch watchdogBen Hutchings1-0/+2
2009-12-23sfc: QT2025C: Add error message for suspected bad SFP+ cablesBen Hutchings1-1/+7
2009-12-23sfc: QT2025C: Work around PHY firmware initialisation bugMatthew Slattery1-8/+51
2009-12-23sfc: QT2025C: Switch into self-configure mode when not in loopbackMatthew Slattery1-0/+119
2009-12-23sfc: QT2025C: Work around PHY bugMatthew Slattery1-0/+42
2009-12-23sfc: Fix DMA mapping cleanup in case of an error in TSONeil Turton1-2/+2
2009-12-23sfc: Include XGXS in XMAC link status check except in XGMII loopbackBen Hutchings1-16/+22
2009-12-23sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson7-131/+129
2009-12-13drivers/net/sfc: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings23-26/+26
2009-11-29sfc: Implement TSO for TCP/IPv6Ben Hutchings3-14/+60
2009-11-29sfc: Add support for SFC9000 family (2)Ben Hutchings14-29/+414
2009-11-29sfc: Add support for SFC9000 family (1)Ben Hutchings5-0/+2595
2009-11-29sfc: Add firmware protocol definitions (MCDI)Steve Hodgson1-0/+1578
2009-11-29sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings3-1537/+1549
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings14-16/+16
2009-11-29sfc: Allow for additional checksum offload featuresBen Hutchings4-2/+21
2009-11-29sfc: Extend MTD driver for use with new NICsBen Hutchings6-124/+255
2009-11-29sfc: Remove static PHY data and enumerationsBen Hutchings9-65/+95
2009-11-29sfc: Extend loopback mode enumerationBen Hutchings7-28/+111
2009-11-29sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()Ben Hutchings1-40/+24
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings7-306/+341
2009-11-29sfc: Add efx_nic_type operation for identity LED controlBen Hutchings3-3/+12
2009-11-29sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings4-7/+17
2009-11-29sfc: Add efx_nic_type operation for register self-testBen Hutchings4-8/+10
2009-11-29sfc: Implement ethtool reset operationBen Hutchings5-50/+84
2009-11-29sfc: Add power-management and wake-on-LAN supportBen Hutchings4-0/+146
2009-11-29sfc: Generalise link state monitoringSteve Hodgson2-34/+61
2009-11-29sfc: Refactor link configurationBen Hutchings15-182/+273
2009-11-29sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings6-63/+105
2009-11-29sfc: Turn pause frame generation on and off at the MAC, not the RX FIFOBen Hutchings2-8/+8
2009-11-29sfc: Remove duplicate hardware structure definitionsBen Hutchings2-15/+3
2009-11-29sfc: Remove redundant writes to INT_ADR_KERBen Hutchings1-8/+7
2009-11-29sfc: Clean up RX event handlingBen Hutchings3-8/+8
2009-11-28sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings2-4/+12
2009-11-28sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings8-52/+48
2009-11-28sfc: Remove some redundant whitespaceBen Hutchings1-2/+0
2009-11-28sfc: Remove another unused workaround macroBen Hutchings1-2/+0
2009-11-28sfc: Remove EFX_WORKAROUND_9141 macroMatthew Slattery2-3/+1
2009-11-28sfc: Limit some hardware workarounds to FalconBen Hutchings2-3/+4
2009-11-28sfc: Always start Falcon using the XMACSteve Hodgson3-8/+16
2009-11-28sfc: Replace MDIO spinlock with mutexSteve Hodgson3-9/+9
2009-11-28sfc: QT202x: Reset before reading PHY idSteve Hodgson1-14/+8
2009-11-28sfc: Simplify PHY pollingSteve Hodgson7-124/+103
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: Change MAC promiscuity and multicast hash at the same timeBen Hutchings4-23/+29
2009-11-26sfc: Simplify XMAC link pollingBen Hutchings8-54/+41
2009-11-26sfc: Move Falcon board/PHY/MAC monitoring code to falcon.cBen Hutchings3-10/+17
2009-11-26sfc: Split MAC stats DMA initiation and completionBen Hutchings9-88/+139