summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/net_driver.h
Commit message (Expand)AuthorAgeFilesLines
* sfc: Simplify PHY pollingSteve Hodgson2009-11-281-10/+14
* sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings2009-11-261-1/+1
* sfc: Simplify XMAC link pollingBen Hutchings2009-11-261-6/+4
* sfc: Split MAC stats DMA initiation and completionBen Hutchings2009-11-261-2/+0
* sfc: Fix bugs in RX queue flushingBen Hutchings2009-11-261-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/+0
* sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings2009-11-241-27/+0
* 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/+4
* sfc: Use a single blink implementationBen Hutchings2009-11-241-10/+8
* sfc: Remove pointless abstraction of memory BAR number (2)Ben Hutchings2009-11-241-2/+0
* sfc: Merge efx_fc_resolve() into efx_mdio_get_pause()Ben Hutchings2009-10-241-11/+0
* sfc: Removed kernel-doc for nonexistent member of efx_phy_operationsBen Hutchings2009-10-241-1/+0
* 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/+6
* sfc: Move all TX DMA length limiting into tx.cBen Hutchings2009-10-241-4/+0
* sfc: Eliminate indirect lookups of queue size constantsBen Hutchings2009-10-241-6/+0
* sfc: Move RX data FIFO thresholds out of struct efx_nic_typeBen Hutchings2009-10-241-4/+0
* sfc: Work around XMAC bug causing packet loss with some peersBen Hutchings2009-08-261-1/+6
* sfc: Use generic MDIO flow control auto-negotiation functionsBen Hutchings2009-04-291-22/+4
* sfc: Use generic MDIO functions and definitionsBen Hutchings2009-04-291-5/+3
* sfc: Implement adaptive IRQ moderationBen Hutchings2009-03-211-0/+9
* sfc: Clean up LED controlBen Hutchings2009-03-021-4/+4
* sfc: Delete unused efx_blinker::led_num fieldBen Hutchings2009-03-021-2/+0
* 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/+4
|\
| * sfc: Replace stats_enabled flag with a disable countBen Hutchings2009-01-301-3/+2
| * sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings2009-01-301-2/+2
* | sfc: Replace LRO with GROHerbert Xu2009-01-211-9/+0
|/
* sfc: Add support for multiple PHY self-testsBen Hutchings2008-12-261-1/+7
* sfc: Generate unique names for per-NIC workqueuesBen Hutchings2008-12-261-0/+2
* sfc: Version 2.3Ben Hutchings2008-12-121-1/+1
* sfc: Use model numbers for PHY type namesBen Hutchings2008-12-121-3/+3
* sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings2008-12-121-1/+3
* sfc: Rework MAC, PHY and board event handlingBen Hutchings2008-12-121-10/+14
* sfc: Implement auto-negotiationBen Hutchings2008-12-121-2/+36
* sfc: Add support for sub-10G speedsBen Hutchings2008-12-121-0/+31
* sfc: Remove MII extension cruftBen Hutchings2008-12-121-2/+4
* sfc: Provide hints to irqbalance daemonBen Hutchings2008-12-121-0/+2
* sfc: Add option to use a separate channel for TX completionsNeil Turton2008-12-121-0/+2
* sfc: Make reset_workqueue driver-global rather than per-NICSteve Hodgson2008-12-121-2/+0
* sfc: Use lm87 and lm90 drivers for board temperature/power monitoringBen Hutchings2008-11-061-0/+6
* sfc: Expose flash region storing boot code as MTDBen Hutchings2008-11-061-0/+2
* sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriateBen Hutchings2008-09-241-1/+1
* sfc: Make queue flushes more reliableBen Hutchings2008-09-241-0/+4
* sfc: Remove workaround for old firmware bugBen Hutchings2008-09-241-2/+0
* sfc: Remove the STATE_RESETTING flagBen Hutchings2008-09-031-2/+1