summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Allow for additional checksum offload featuresBen Hutchings2009-11-301-1/+15
* sfc: Extend MTD driver for use with new NICsBen Hutchings2009-11-301-2/+4
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-301-3/+15
* sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings2009-11-301-2/+2
* sfc: Add efx_nic_type operation for identity LED controlBen Hutchings2009-11-301-3/+3
* sfc: Implement ethtool reset operationBen Hutchings2009-11-301-0/+30
* sfc: Add power-management and wake-on-LAN supportBen Hutchings2009-11-301-0/+17
* sfc: Refactor link configurationBen Hutchings2009-11-301-20/+41
* sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings2009-11-301-1/+1
* sfc: Clean up RX event handlingBen Hutchings2009-11-291-0/+1
* sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings2009-11-291-1/+1
* sfc: Limit some hardware workarounds to FalconBen Hutchings2009-11-291-1/+1
* sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings2009-11-271-3/+3
* sfc: Log interrupt and reset type names, not numbersBen Hutchings2009-11-241-14/+1Star
* sfc: Combine high-level header filesBen Hutchings2009-11-241-1/+0Star
* sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings2009-11-241-2/+2
* sfc: Make board information explicitly Falcon-specificBen Hutchings2009-11-241-3/+3
* sfc: Use a single blink implementationBen Hutchings2009-11-241-7/+9
* sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings2009-10-241-5/+3Star
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* sfc: Use generic MDIO flow control auto-negotiation functionsBen Hutchings2009-04-301-1/+2
* sfc: Use generic MDIO functions and definitionsBen Hutchings2009-04-301-12/+6Star
* sfc: Implement adaptive IRQ moderationBen Hutchings2009-03-221-13/+6Star
* sfc: Fix efx_ethtool_nway_result() to use clause 45 MDIO registersBen Hutchings2009-03-051-1/+8
* sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings2009-01-301-3/+0Star
* sfc: Add support for multiple PHY self-testsBen Hutchings2008-12-261-3/+5
* sfc: Merge top-level functions for self-testsBen Hutchings2008-12-261-14/+5Star
* sfc: Use mutex_lock_interruptible() for ethtool EEPROM accessBen Hutchings2008-12-131-2/+8
* sfc: Specify a meaningful component for loopback RX-side and PHY testsBen Hutchings2008-12-131-6/+8
* sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings2008-12-131-0/+3
* sfc: Implement auto-negotiationBen Hutchings2008-12-131-9/+48
* sfc: Add support for sub-10G speedsBen Hutchings2008-12-131-21/+17Star
* sfc: Remove MII extension cruftBen Hutchings2008-12-131-1/+0Star
* sfc: Abbreviate self-test names so they are not truncatedBen Hutchings2008-12-131-8/+8
* sfc: Correct interpretation of second param to ethtool phys_id()Ben Hutchings2008-12-131-2/+6
* netdev: introduce dev_get_stats()Stephen Hemminger2008-11-201-1/+1
* sfc: Expose flash region storing boot code as MTDBen Hutchings2008-11-061-0/+4
* sfc: Clean up non-volatile memory partitioningBen Hutchings2008-11-061-7/+4Star
* sfc: Correct address of gPXE boot configuration in EEPROMBen Hutchings2008-11-061-2/+2
* sfc: Extend self-testsBen Hutchings2008-09-031-12/+10Star
* sfc: Remove some unreachable error pathsBen Hutchings2008-09-031-4/+4
* sfc: Implement get_sset_count, replacing get_stats_count and self_test_countBen Hutchings2008-09-031-11/+12
* sfc: Export boot configuration in EEPROM through ethtoolBen Hutchings2008-09-031-0/+52
* sfc: Use explicit bool for boolean variables, parameters and return valuesBen Hutchings2008-09-031-4/+4
* sfc: Use separate hardware TX queues to select checksum generationBen Hutchings2008-09-031-43/+2Star
* sfc: Replace net_dev->priv with netdev_priv(net_dev)Ben Hutchings2008-09-031-17/+17
* [netdrvr] sfc: sfc: Add self-test supportBen Hutchings2008-05-131-1/+231
* [netdrvr] sfc: Add TSO supportBen Hutchings2008-05-131-0/+27
* New driver "sfc" for Solarstorm SFC4000 controller.Ben Hutchings2008-04-291-0/+460