summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/net_driver.h
AgeCommit message (Expand)Author
2009-11-24sfc: Make board information explicitly Falcon-specificBen Hutchings
2009-11-24sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings
2009-11-24sfc: Use a single blink implementationBen Hutchings
2009-11-24sfc: Remove pointless abstraction of memory BAR number (2)Ben Hutchings
2009-10-24sfc: Merge efx_fc_resolve() into efx_mdio_get_pause()Ben Hutchings
2009-10-24sfc: Removed kernel-doc for nonexistent member of efx_phy_operationsBen Hutchings
2009-10-24sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings
2009-10-24sfc: Move shared members of struct falcon_nic_data into struct efx_nicBen Hutchings
2009-10-24sfc: Merge struct efx_blinker into struct efx_boardBen Hutchings
2009-10-24sfc: Move all TX DMA length limiting into tx.cBen Hutchings
2009-10-24sfc: Eliminate indirect lookups of queue size constantsBen Hutchings
2009-10-24sfc: Move RX data FIFO thresholds out of struct efx_nic_typeBen Hutchings
2009-08-26sfc: Work around XMAC bug causing packet loss with some peersBen Hutchings
2009-04-29sfc: Use generic MDIO flow control auto-negotiation functionsBen Hutchings
2009-04-29sfc: Use generic MDIO functions and definitionsBen Hutchings
2009-03-21sfc: Implement adaptive IRQ moderationBen Hutchings
2009-03-02sfc: Clean up LED controlBen Hutchings
2009-03-02sfc: Delete unused efx_blinker::led_num fieldBen Hutchings
2009-03-02sfc: Add support for QT2025C PHYBen Hutchings
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-01-30sfc: Replace stats_enabled flag with a disable countBen Hutchings
2009-01-30sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings
2009-01-21sfc: Replace LRO with GROHerbert Xu
2008-12-26sfc: Add support for multiple PHY self-testsBen Hutchings
2008-12-26sfc: Generate unique names for per-NIC workqueuesBen Hutchings
2008-12-12sfc: Version 2.3Ben Hutchings
2008-12-12sfc: Use model numbers for PHY type namesBen Hutchings
2008-12-12sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings
2008-12-12sfc: Rework MAC, PHY and board event handlingBen Hutchings
2008-12-12sfc: Implement auto-negotiationBen Hutchings
2008-12-12sfc: Add support for sub-10G speedsBen Hutchings
2008-12-12sfc: Remove MII extension cruftBen Hutchings
2008-12-12sfc: Provide hints to irqbalance daemonBen Hutchings
2008-12-12sfc: Add option to use a separate channel for TX completionsNeil Turton
2008-12-12sfc: Make reset_workqueue driver-global rather than per-NICSteve Hodgson
2008-11-06sfc: Use lm87 and lm90 drivers for board temperature/power monitoringBen Hutchings
2008-11-06sfc: Expose flash region storing boot code as MTDBen Hutchings
2008-09-24sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriateBen Hutchings
2008-09-24sfc: Make queue flushes more reliableBen Hutchings
2008-09-24sfc: Remove workaround for old firmware bugBen Hutchings
2008-09-03sfc: Remove the STATE_RESETTING flagBen Hutchings
2008-09-03sfc: Extend self-testsBen Hutchings
2008-09-03sfc: Make PHY flash mode a device attribute, not a module parameterBen Hutchings
2008-09-03sfc: Remove efx_channel::evqnum fieldBen Hutchings
2008-09-03sfc: Make efx_for_each_channel_rx_queue() more efficientBen Hutchings
2008-09-03sfc: Cleanup RX queue informationBen Hutchings
2008-09-03sfc: Remove efx_channel::has_interruptBen Hutchings
2008-09-03sfc: Export boot configuration in EEPROM through ethtoolBen Hutchings
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings
2008-09-03sfc: Reduce the size of struct efx_tx_bufferBen Hutchings