aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/net_driver.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-28sfc: Create multiple TX queuesBen Hutchings1-33/+28
2010-04-28sfc: Clean up efx_nic::irq_zero_countBen Hutchings1-1/+2
2010-04-28sfc: Add necessary parentheses to macro definitions in net_driver.hBen Hutchings1-11/+11
2010-04-28sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson1-0/+2
2010-02-03sfc: Do not include unneeded headersBen Hutchings1-1/+0
2010-02-03sfc: Fix some incorrect or redundant commentsBen Hutchings1-8/+4
2010-02-03sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings1-1/+3
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-2/+2
2009-11-29sfc: Add support for SFC9000 family (2)Ben Hutchings1-1/+9
2009-11-29sfc: Allow for additional checksum offload featuresBen Hutchings1-0/+3
2009-11-29sfc: Extend MTD driver for use with new NICsBen Hutchings1-2/+6
2009-11-29sfc: Remove static PHY data and enumerationsBen Hutchings1-29/+6
2009-11-29sfc: Extend loopback mode enumerationBen Hutchings1-1/+1
2009-11-29sfc: Add efx_nic_type operation for identity LED controlBen Hutchings1-0/+2
2009-11-29sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings1-0/+2
2009-11-29sfc: Add efx_nic_type operation for register self-testBen Hutchings1-0/+2
2009-11-29sfc: Implement ethtool reset operationBen Hutchings1-0/+3
2009-11-29sfc: Add power-management and wake-on-LAN supportBen Hutchings1-0/+6
2009-11-29sfc: Refactor link configurationBen Hutchings1-2/+6
2009-11-29sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings1-0/+29
2009-11-29sfc: Clean up RX event handlingBen Hutchings1-2/+2
2009-11-28sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings1-0/+4
2009-11-28sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings1-0/+2
2009-11-28sfc: Remove some redundant whitespaceBen Hutchings1-2/+0
2009-11-28sfc: Always start Falcon using the XMACSteve Hodgson1-0/+3
2009-11-28sfc: Replace MDIO spinlock with mutexSteve Hodgson1-2/+2
2009-11-28sfc: Simplify PHY pollingSteve Hodgson1-10/+14
2009-11-26sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings1-1/+1
2009-11-26sfc: Simplify XMAC link pollingBen Hutchings1-6/+4
2009-11-26sfc: Split MAC stats DMA initiation and completionBen Hutchings1-2/+0
2009-11-26sfc: Fix bugs in RX queue flushingBen Hutchings1-2/+9
2009-11-24sfc: Log interrupt and reset type names, not numbersBen Hutchings1-2/+17
2009-11-24sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings1-9/+17
2009-11-24sfc: Move all I2C stuff into struct falcon_boardBen Hutchings1-3/+0
2009-11-24sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings1-27/+0
2009-11-24sfc: Make board information explicitly Falcon-specificBen Hutchings1-3/+3
2009-11-24sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings1-7/+4
2009-11-24sfc: Use a single blink implementationBen Hutchings1-10/+8
2009-11-24sfc: Remove pointless abstraction of memory BAR number (2)Ben Hutchings1-2/+0
2009-10-24sfc: Merge efx_fc_resolve() into efx_mdio_get_pause()Ben Hutchings1-11/+0
2009-10-24sfc: Removed kernel-doc for nonexistent member of efx_phy_operationsBen Hutchings1-1/+0
2009-10-24sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings1-1/+1
2009-10-24sfc: Move shared members of struct falcon_nic_data into struct efx_nicBen Hutchings1-0/+7
2009-10-24sfc: Merge struct efx_blinker into struct efx_boardBen Hutchings1-15/+6
2009-10-24sfc: Move all TX DMA length limiting into tx.cBen Hutchings1-4/+0
2009-10-24sfc: Eliminate indirect lookups of queue size constantsBen Hutchings1-6/+0
2009-10-24sfc: Move RX data FIFO thresholds out of struct efx_nic_typeBen Hutchings1-4/+0
2009-08-26sfc: Work around XMAC bug causing packet loss with some peersBen Hutchings1-1/+6
2009-04-29sfc: Use generic MDIO flow control auto-negotiation functionsBen Hutchings1-22/+4