aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/falcon.c
Commit message (Expand)AuthorAge
* sfc: Change falcon_probe_board() to fail for unsupported boardsBen Hutchings2010-04-28
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* sfc: Fix some incorrect or redundant commentsBen Hutchings2010-02-03
* sfc: Add some missing bits to register self-test masksSteve Hodgson2010-02-03
* sfc: Enable autonegotiated flow-control by default if supportedSteve Hodgson2010-02-03
* sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson2009-12-23
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-29
* sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings2009-11-29
* sfc: Rename falcon.h to nic.hBen Hutchings2009-11-29
* sfc: Allow for additional checksum offload featuresBen Hutchings2009-11-29
* sfc: Extend MTD driver for use with new NICsBen Hutchings2009-11-29
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-29
* sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()Ben Hutchings2009-11-29
* sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings2009-11-29
* sfc: Add efx_nic_type operation for identity LED controlBen Hutchings2009-11-29
* sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings2009-11-29
* sfc: Add efx_nic_type operation for register self-testBen Hutchings2009-11-29
* sfc: Implement ethtool reset operationBen Hutchings2009-11-29
* sfc: Add power-management and wake-on-LAN supportBen Hutchings2009-11-29
* sfc: Refactor link configurationBen Hutchings2009-11-29
* sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings2009-11-29
* sfc: Turn pause frame generation on and off at the MAC, not the RX FIFOBen Hutchings2009-11-29
* sfc: Remove duplicate hardware structure definitionsBen Hutchings2009-11-29
* sfc: Remove redundant writes to INT_ADR_KERBen Hutchings2009-11-29
* sfc: Clean up RX event handlingBen Hutchings2009-11-29
* sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings2009-11-29
* sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings2009-11-29
* sfc: Remove EFX_WORKAROUND_9141 macroMatthew Slattery2009-11-29
* sfc: Always start Falcon using the XMACSteve Hodgson2009-11-29
* sfc: Replace MDIO spinlock with mutexSteve Hodgson2009-11-29
* sfc: Simplify PHY pollingSteve Hodgson2009-11-29
* sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings2009-11-26
* sfc: Simplify XMAC link pollingBen Hutchings2009-11-26
* sfc: Move Falcon board/PHY/MAC monitoring code to falcon.cBen Hutchings2009-11-26
* sfc: Split MAC stats DMA initiation and completionBen Hutchings2009-11-26
* sfc: Only switch Falcon MAC clocks as necessarySteve Hodgson2009-11-26
* sfc: Fix bugs in RX queue flushingBen Hutchings2009-11-26
* sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings2009-11-26
* sfc: Remove unused constantBen Hutchings2009-11-26
* sfc: Comment correctionsBen Hutchings2009-11-26
* sfc: Treat all MAC registers as 128-bitBen Hutchings2009-11-26
* sfc: Fix descriptor cache sizesBen Hutchings2009-11-26
* sfc: Log interrupt and reset type names, not numbersBen Hutchings2009-11-24
* sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings2009-11-24
* sfc: Move all I2C stuff into struct falcon_boardBen Hutchings2009-11-24
* sfc: Move definition of struct falcon_nic_data into falcon.hBen Hutchings2009-11-24
* sfc: Make board information explicitly Falcon-specificBen Hutchings2009-11-24
* sfc: Really allow RX checksum offload to be disabledBen Hutchings2009-10-28
* sfc: Rename 'xfp' file and functions to reflect realityBen Hutchings2009-10-24
* sfc: Merge falcon_probe_phy() into falcon_probe_port()Ben Hutchings2009-10-24