summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/falcon.c
AgeCommit message (Expand)Author
2010-09-22sfc: Add support for SFE4003 board and TXC43128 PHYBen Hutchings
2010-09-22sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings
2010-09-21sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings
2010-09-10sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings
2010-06-25sfc: Use Toeplitz IPv4 hash for RSS and hash insertionBen Hutchings
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings
2010-06-24sfc: Implement message level controlBen Hutchings
2010-06-02sfc: Workaround flush failures on Falcon B0Steve Hodgson
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-28sfc: Reconfigure the XAUI serdes after an EM resetSteve Hodgson
2010-04-28sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson
2010-04-28sfc: Change falcon_probe_board() to fail for unsupported boardsBen Hutchings
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-03sfc: Fix some incorrect or redundant commentsBen Hutchings
2010-02-03sfc: Add some missing bits to register self-test masksSteve Hodgson
2010-02-03sfc: Enable autonegotiated flow-control by default if supportedSteve Hodgson
2009-12-23sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings
2009-11-29sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings
2009-11-29sfc: Allow for additional checksum offload featuresBen Hutchings
2009-11-29sfc: Extend MTD driver for use with new NICsBen Hutchings
2009-11-29sfc: Remove static PHY data and enumerationsBen Hutchings
2009-11-29sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()Ben Hutchings
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings
2009-11-29sfc: Add efx_nic_type operation for identity LED controlBen Hutchings
2009-11-29sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings
2009-11-29sfc: Add efx_nic_type operation for register self-testBen Hutchings
2009-11-29sfc: Implement ethtool reset operationBen Hutchings
2009-11-29sfc: Add power-management and wake-on-LAN supportBen Hutchings
2009-11-29sfc: Refactor link configurationBen Hutchings
2009-11-29sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings
2009-11-29sfc: Turn pause frame generation on and off at the MAC, not the RX FIFOBen Hutchings
2009-11-29sfc: Remove duplicate hardware structure definitionsBen Hutchings
2009-11-29sfc: Remove redundant writes to INT_ADR_KERBen Hutchings
2009-11-29sfc: Clean up RX event handlingBen Hutchings
2009-11-28sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings
2009-11-28sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings
2009-11-28sfc: Remove EFX_WORKAROUND_9141 macroMatthew Slattery
2009-11-28sfc: Always start Falcon using the XMACSteve Hodgson
2009-11-28sfc: Replace MDIO spinlock with mutexSteve Hodgson
2009-11-28sfc: Simplify PHY pollingSteve Hodgson
2009-11-26sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings
2009-11-26sfc: Simplify XMAC link pollingBen Hutchings
2009-11-26sfc: Move Falcon board/PHY/MAC monitoring code to falcon.cBen Hutchings
2009-11-26sfc: Split MAC stats DMA initiation and completionBen Hutchings
2009-11-26sfc: Only switch Falcon MAC clocks as necessarySteve Hodgson
2009-11-26sfc: Fix bugs in RX queue flushingBen Hutchings
2009-11-26sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings
2009-11-26sfc: Remove unused constantBen Hutchings