summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/net_driver.h
AgeCommit message (Expand)AuthorFilesLines
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-27sfc: Work around XMAC bug causing packet loss with some peersBen Hutchings1-1/+6
2009-04-30sfc: Use generic MDIO flow control auto-negotiation functionsBen Hutchings1-22/+4
2009-04-30sfc: Use generic MDIO functions and definitionsBen Hutchings1-5/+3
2009-03-22sfc: Implement adaptive IRQ moderationBen Hutchings1-0/+9
2009-03-02sfc: Clean up LED controlBen Hutchings1-4/+4
2009-03-02sfc: Delete unused efx_blinker::led_num fieldBen Hutchings1-2/+0
2009-03-02sfc: Add support for QT2025C PHYBen Hutchings1-0/+1
2009-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+4
2009-01-31sfc: Replace stats_enabled flag with a disable countBen Hutchings1-3/+2
2009-01-31sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings1-2/+2
2009-01-22sfc: Replace LRO with GROHerbert Xu1-9/+0
2008-12-27sfc: Add support for multiple PHY self-testsBen Hutchings1-1/+7
2008-12-27sfc: Generate unique names for per-NIC workqueuesBen Hutchings1-0/+2
2008-12-13sfc: Version 2.3Ben Hutchings1-1/+1
2008-12-13sfc: Use model numbers for PHY type namesBen Hutchings1-3/+3
2008-12-13sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings1-1/+3
2008-12-13sfc: Rework MAC, PHY and board event handlingBen Hutchings1-10/+14
2008-12-13sfc: Implement auto-negotiationBen Hutchings1-2/+36
2008-12-13sfc: Add support for sub-10G speedsBen Hutchings1-0/+31
2008-12-13sfc: Remove MII extension cruftBen Hutchings1-2/+4
2008-12-13sfc: Provide hints to irqbalance daemonBen Hutchings1-0/+2
2008-12-13sfc: Add option to use a separate channel for TX completionsNeil Turton1-0/+2
2008-12-13sfc: Make reset_workqueue driver-global rather than per-NICSteve Hodgson1-2/+0
2008-11-06sfc: Use lm87 and lm90 drivers for board temperature/power monitoringBen Hutchings1-0/+6
2008-11-06sfc: Expose flash region storing boot code as MTDBen Hutchings1-0/+2
2008-09-25sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriateBen Hutchings1-1/+1
2008-09-25sfc: Make queue flushes more reliableBen Hutchings1-0/+4
2008-09-25sfc: Remove workaround for old firmware bugBen Hutchings1-2/+0
2008-09-03sfc: Remove the STATE_RESETTING flagBen Hutchings1-2/+1
2008-09-03sfc: Extend self-testsBen Hutchings1-5/+11
2008-09-03sfc: Make PHY flash mode a device attribute, not a module parameterBen Hutchings1-2/+19
2008-09-03sfc: Remove efx_channel::evqnum fieldBen Hutchings1-2/+0
2008-09-03sfc: Make efx_for_each_channel_rx_queue() more efficientBen Hutchings1-3/+3
2008-09-03sfc: Cleanup RX queue informationBen Hutchings1-11/+5
2008-09-03sfc: Remove efx_channel::has_interruptBen Hutchings1-11/+0
2008-09-03sfc: Export boot configuration in EEPROM through ethtoolBen Hutchings1-0/+7
2008-09-03sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings1-18/+18
2008-09-03sfc: Reduce the size of struct efx_tx_bufferBen Hutchings1-2/+0
2008-09-03sfc: Use separate hardware TX queues to select checksum generationBen Hutchings1-12/+9
2008-09-03sfc: Remove unused field efx_channel::reset_workSteve Hodgson1-1/+0
2008-09-03sfc: Change first parameter type of {set,clear}_bit_le() to unsignedBen Hutchings1-2/+2
2008-07-23sfc: Use a separate workqueue for resetsBen Hutchings1-1/+4