summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/net_driver.h
Commit message (Expand)AuthorAgeFilesLines
* sfc: Allow for additional checksum offload featuresBen Hutchings2009-11-301-0/+3
* sfc: Extend MTD driver for use with new NICsBen Hutchings2009-11-301-2/+6
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-301-29/+6Star
* sfc: Extend loopback mode enumerationBen Hutchings2009-11-301-1/+1
* sfc: Add efx_nic_type operation for identity LED controlBen Hutchings2009-11-301-0/+2
* sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings2009-11-301-0/+2
* sfc: Add efx_nic_type operation for register self-testBen Hutchings2009-11-301-0/+2
* sfc: Implement ethtool reset operationBen Hutchings2009-11-301-0/+3
* sfc: Add power-management and wake-on-LAN supportBen Hutchings2009-11-301-0/+6
* sfc: Refactor link configurationBen Hutchings2009-11-301-2/+6
* sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings2009-11-301-0/+29
* sfc: Clean up RX event handlingBen Hutchings2009-11-291-2/+2
* sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings2009-11-291-0/+4
* sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings2009-11-291-0/+2
* sfc: Remove some redundant whitespaceBen Hutchings2009-11-291-2/+0Star
* sfc: Always start Falcon using the XMACSteve Hodgson2009-11-291-0/+3
* sfc: Replace MDIO spinlock with mutexSteve Hodgson2009-11-291-2/+2
* sfc: Simplify PHY pollingSteve Hodgson2009-11-291-10/+14
* sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings2009-11-271-1/+1
* sfc: Simplify XMAC link pollingBen Hutchings2009-11-271-6/+4Star
* sfc: Split MAC stats DMA initiation and completionBen Hutchings2009-11-271-2/+0Star
* sfc: Fix bugs in RX queue flushingBen Hutchings2009-11-271-2/+9
* sfc: Log interrupt and reset type names, not numbersBen Hutchings2009-11-241-2/+17
* sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings2009-11-241-9/+17
* sfc: Move all I2C stuff into struct falcon_boardBen Hutchings2009-11-241-3/+0Star
* sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings2009-11-241-27/+0Star
* sfc: Make board information explicitly Falcon-specificBen Hutchings2009-11-241-3/+3
* sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings2009-11-241-7/+4Star
* sfc: Use a single blink implementationBen Hutchings2009-11-241-10/+8Star
* sfc: Remove pointless abstraction of memory BAR number (2)Ben Hutchings2009-11-241-2/+0Star
* sfc: Merge efx_fc_resolve() into efx_mdio_get_pause()Ben Hutchings2009-10-241-11/+0Star
* sfc: Removed kernel-doc for nonexistent member of efx_phy_operationsBen Hutchings2009-10-241-1/+0Star
* sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings2009-10-241-1/+1
* sfc: Move shared members of struct falcon_nic_data into struct efx_nicBen Hutchings2009-10-241-0/+7
* sfc: Merge struct efx_blinker into struct efx_boardBen Hutchings2009-10-241-15/+6Star
* sfc: Move all TX DMA length limiting into tx.cBen Hutchings2009-10-241-4/+0Star
* sfc: Eliminate indirect lookups of queue size constantsBen Hutchings2009-10-241-6/+0Star
* sfc: Move RX data FIFO thresholds out of struct efx_nic_typeBen Hutchings2009-10-241-4/+0Star
* sfc: Work around XMAC bug causing packet loss with some peersBen Hutchings2009-08-271-1/+6
* sfc: Use generic MDIO flow control auto-negotiation functionsBen Hutchings2009-04-301-22/+4Star
* sfc: Use generic MDIO functions and definitionsBen Hutchings2009-04-301-5/+3Star
* sfc: Implement adaptive IRQ moderationBen Hutchings2009-03-221-0/+9
* sfc: Clean up LED controlBen Hutchings2009-03-021-4/+4
* sfc: Delete unused efx_blinker::led_num fieldBen Hutchings2009-03-021-2/+0Star
* sfc: Add support for QT2025C PHYBen Hutchings2009-03-021-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-301-5/+4Star
|\
| * sfc: Replace stats_enabled flag with a disable countBen Hutchings2009-01-301-3/+2Star
| * sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings2009-01-301-2/+2
* | sfc: Replace LRO with GROHerbert Xu2009-01-211-9/+0Star
|/
* sfc: Add support for multiple PHY self-testsBen Hutchings2008-12-261-1/+7