aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings1-0/+12
2010-06-24sfc: Disable setting feature flags that are not implementedBen Hutchings1-1/+0
2010-06-24sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings1-1/+1
2010-06-24sfc: Implement message level controlBen Hutchings1-14/+32
2010-06-24sfc: Implement ethtool register dump operationBen Hutchings1-0/+16
2010-04-28sfc: Create multiple TX queuesBen Hutchings1-2/+2
2010-04-28sfc: Test only the first pair of TX queuesBen Hutchings1-1/+1
2010-02-03sfc: Fix some incorrect or redundant commentsBen Hutchings1-2/+2
2010-02-03sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings1-3/+3
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings1-1/+1
2009-11-29sfc: Implement TSO for TCP/IPv6Ben Hutchings1-1/+19
2009-11-29sfc: Add support for SFC9000 family (2)Ben Hutchings1-0/+3
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings1-1/+1
2009-11-29sfc: Allow for additional checksum offload featuresBen Hutchings1-1/+15
2009-11-29sfc: Extend MTD driver for use with new NICsBen Hutchings1-2/+4
2009-11-29sfc: Remove static PHY data and enumerationsBen Hutchings1-3/+15
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings1-2/+2
2009-11-29sfc: Add efx_nic_type operation for identity LED controlBen Hutchings1-3/+3
2009-11-29sfc: Implement ethtool reset operationBen Hutchings1-0/+30
2009-11-29sfc: Add power-management and wake-on-LAN supportBen Hutchings1-0/+17
2009-11-29sfc: Refactor link configurationBen Hutchings1-20/+41
2009-11-29sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings1-1/+1
2009-11-29sfc: Clean up RX event handlingBen Hutchings1-0/+1
2009-11-28sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings1-1/+1
2009-11-28sfc: Limit some hardware workarounds to FalconBen Hutchings1-1/+1
2009-11-26sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings1-3/+3
2009-11-24sfc: Log interrupt and reset type names, not numbersBen Hutchings1-14/+1
2009-11-24sfc: Combine high-level header filesBen Hutchings1-1/+0
2009-11-24sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings1-2/+2
2009-11-24sfc: Make board information explicitly Falcon-specificBen Hutchings1-3/+3
2009-11-24sfc: Use a single blink implementationBen Hutchings1-7/+9
2009-10-24sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings1-5/+3
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-04-29sfc: Use generic MDIO flow control auto-negotiation functionsBen Hutchings1-1/+2
2009-04-29sfc: Use generic MDIO functions and definitionsBen Hutchings1-12/+6
2009-03-21sfc: Implement adaptive IRQ moderationBen Hutchings1-13/+6
2009-03-04sfc: Fix efx_ethtool_nway_result() to use clause 45 MDIO registersBen Hutchings1-1/+8
2009-01-30sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings1-3/+0
2008-12-26sfc: Add support for multiple PHY self-testsBen Hutchings1-3/+5
2008-12-26sfc: Merge top-level functions for self-testsBen Hutchings1-14/+5
2008-12-12sfc: Use mutex_lock_interruptible() for ethtool EEPROM accessBen Hutchings1-2/+8
2008-12-12sfc: Specify a meaningful component for loopback RX-side and PHY testsBen Hutchings1-6/+8
2008-12-12sfc: Add support for Solarflare 10Xpress SFT9001Ben Hutchings1-0/+3
2008-12-12sfc: Implement auto-negotiationBen Hutchings1-9/+48
2008-12-12sfc: Add support for sub-10G speedsBen Hutchings1-21/+17
2008-12-12sfc: Remove MII extension cruftBen Hutchings1-1/+0
2008-12-12sfc: Abbreviate self-test names so they are not truncatedBen Hutchings1-8/+8
2008-12-12sfc: Correct interpretation of second param to ethtool phys_id()Ben Hutchings1-2/+6
2008-11-19netdev: introduce dev_get_stats()Stephen Hemminger1-1/+1
2008-11-06sfc: Expose flash region storing boot code as MTDBen Hutchings1-0/+4