aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-26sfc: Hold MAC lock for longer in efx_init_port()Ben Hutchings1-5/+9
2009-11-26sfc: Only switch Falcon MAC clocks as necessarySteve Hodgson1-17/+25
2009-11-26sfc: Remove unused function efx_flush_queues()Ben Hutchings2-14/+0
2009-11-26sfc: Fix bugs in RX queue flushingBen Hutchings2-41/+73
2009-11-26sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings7-80/+85
2009-11-26sfc: Remove unused constantBen Hutchings1-3/+0
2009-11-26sfc: Comment correctionsBen Hutchings3-6/+3
2009-11-26sfc: Strengthen EFX_ASSERT_RESET_SERIALISEDBen Hutchings1-1/+2
2009-11-26sfc: Treat all MAC registers as 128-bitBen Hutchings2-14/+14