summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-291-1/+1
* sfc: Implement TSO for TCP/IPv6Ben Hutchings2009-11-291-1/+19
* sfc: Add support for SFC9000 family (2)Ben Hutchings2009-11-291-0/+3
* sfc: Rename falcon.h to nic.hBen Hutchings2009-11-291-1/+1
* sfc: Allow for additional checksum offload featuresBen Hutchings2009-11-291-1/+15
* sfc: Extend MTD driver for use with new NICsBen Hutchings2009-11-291-2/+4
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-291-3/+15
* sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings2009-11-291-2/+2
* sfc: Add efx_nic_type operation for identity LED controlBen Hutchings2009-11-291-3/+3
* sfc: Implement ethtool reset operationBen Hutchings2009-11-291-0/+30
* sfc: Add power-management and wake-on-LAN supportBen Hutchings2009-11-291-0/+17
* sfc: Refactor link configurationBen Hutchings2009-11-291-20/+41
* sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings2009-11-291-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-281-1/+1
* sfc: Limit some hardware workarounds to FalconBen Hutchings2009-11-281-1/+1
* sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings2009-11-261-3/+3
* sfc: Log interrupt and reset type names, not numbersBen Hutchings2009-11-241-14/+1
* sfc: Combine high-level header filesBen Hutchings2009-11-241-1/+0
* 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/+3
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* sfc: Use generic MDIO flow control auto-negotiation functionsBen Hutchings2009-04-291-1/+2
* sfc: Use generic MDIO functions and definitionsBen Hutchings2009-04-291-12/+6
* sfc: Implement adaptive IRQ moderationBen Hutchings2009-03-211-13/+6
* sfc: Fix efx_ethtool_nway_result() to use clause 45 MDIO registersBen Hutchings2009-03-041-1/+8
* sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings2009-01-301-3/+0
* 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/+5
* sfc: Use mutex_lock_interruptible() for ethtool EEPROM accessBen Hutchings2008-12-121-2/+8
* sfc: Specify a meaningful component for loopback RX-side and PHY testsBen Hutchings2008-12-121-6/+8
* sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings2008-12-121-0/+3
* sfc: Implement auto-negotiationBen Hutchings2008-12-121-9/+48
* sfc: Add support for sub-10G speedsBen Hutchings2008-12-121-21/+17
* sfc: Remove MII extension cruftBen Hutchings2008-12-121-1/+0
* sfc: Abbreviate self-test names so they are not truncatedBen Hutchings2008-12-121-8/+8
* sfc: Correct interpretation of second param to ethtool phys_id()Ben Hutchings2008-12-121-2/+6
* netdev: introduce dev_get_stats()Stephen Hemminger2008-11-191-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/+4
* sfc: Correct address of gPXE boot configuration in EEPROMBen Hutchings2008-11-061-2/+2
* sfc: Extend self-testsBen Hutchings2008-09-031-12/+10
* 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/+2
* sfc: Replace net_dev->priv with netdev_priv(net_dev)Ben Hutchings2008-09-031-17/+17