aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-25sfc: Use Toeplitz IPv4 hash for RSS and hash insertionBen Hutchings1-2/+12
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings1-1/+3
2010-06-24sfc: Implement message level controlBen Hutchings1-69/+107
2010-06-02sfc: Workaround flush failures on Falcon B0Steve Hodgson1-3/+5
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2010-04-28sfc: Reconfigure the XAUI serdes after an EM resetSteve Hodgson1-0/+3
2010-04-28sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson1-5/+8
2010-04-28sfc: Change falcon_probe_board() to fail for unsupported boardsBen Hutchings1-1/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-03sfc: Fix some incorrect or redundant commentsBen Hutchings1-1/+1
2010-02-03sfc: Add some missing bits to register self-test masksSteve Hodgson1-1/+1
2010-02-03sfc: Enable autonegotiated flow-control by default if supportedSteve Hodgson1-0/+2
2009-12-23sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson1-0/+1
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings1-1/+1
2009-11-29sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings1-1536/+0
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings1-1/+1
2009-11-29sfc: Allow for additional checksum offload featuresBen Hutchings1-0/+2
2009-11-29sfc: Extend MTD driver for use with new NICsBen Hutchings1-17/+15
2009-11-29sfc: Remove static PHY data and enumerationsBen Hutchings1-11/+4
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 Hutchings1-248/+259
2009-11-29sfc: Add efx_nic_type operation for identity LED controlBen Hutchings1-0/+7
2009-11-29sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings1-1/+9
2009-11-29sfc: Add efx_nic_type operation for register self-testBen Hutchings1-1/+2
2009-11-29sfc: Implement ethtool reset operationBen Hutchings1-0/+2
2009-11-29sfc: Add power-management and wake-on-LAN supportBen Hutchings1-0/+27
2009-11-29sfc: Refactor link configurationBen Hutchings1-35/+63
2009-11-29sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings1-29/+50
2009-11-29sfc: Turn pause frame generation on and off at the MAC, not the RX FIFOBen Hutchings1-7/+6
2009-11-29sfc: Remove duplicate hardware structure definitionsBen Hutchings1-3/+3
2009-11-29sfc: Remove redundant writes to INT_ADR_KERBen Hutchings1-8/+7
2009-11-29sfc: Clean up RX event handlingBen Hutchings1-6/+5
2009-11-28sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings1-4/+8
2009-11-28sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings1-37/+31
2009-11-28sfc: Remove EFX_WORKAROUND_9141 macroMatthew Slattery1-1/+1
2009-11-28sfc: Always start Falcon using the XMACSteve Hodgson1-3/+12
2009-11-28sfc: Replace MDIO spinlock with mutexSteve Hodgson1-6/+6
2009-11-28sfc: Simplify PHY pollingSteve Hodgson1-27/+42
2009-11-26sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings1-7/+3
2009-11-26sfc: Simplify XMAC link pollingBen Hutchings1-3/+4
2009-11-26sfc: Move Falcon board/PHY/MAC monitoring code to falcon.cBen Hutchings1-0/+15
2009-11-26sfc: Split MAC stats DMA initiation and completionBen Hutchings1-30/+101
2009-11-26sfc: Only switch Falcon MAC clocks as necessarySteve Hodgson1-17/+25
2009-11-26sfc: Fix bugs in RX queue flushingBen Hutchings1-39/+64
2009-11-26sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings1-2/+2
2009-11-26sfc: Remove unused constantBen Hutchings1-3/+0
2009-11-26sfc: Comment correctionsBen Hutchings1-4/+1
2009-11-26sfc: Treat all MAC registers as 128-bitBen Hutchings1-7/+7
2009-11-26sfc: Fix descriptor cache sizesBen Hutchings1-4/+4
2009-11-24sfc: Log interrupt and reset type names, not numbersBen Hutchings1-1/+1