summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/ethtool.c
AgeCommit message (Expand)Author
2014-03-31ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings
2011-06-25sfc: Fix mapping of reset reasons and flags to methodsBen Hutchings
2011-05-17sfc: Don't use enums as a bitmask.David S. Miller
2011-05-14sfc: Fix return value from efx_ethtool_set_rx_ntuple()Ben Hutchings
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W
2011-04-05sfc: Implement ethtool_ops::set_phys_id instead of ethtool_ops::phys_idBen Hutchings
2011-04-05sfc: Implement generic features interfaceBen Hutchings
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-28sfc: Expose TX push and TSO counters through ethtool statisticsBen Hutchings
2011-02-28sfc: Update copyright datesBen Hutchings
2011-02-28sfc: Read MC firmware version when requested through ethtoolBen Hutchings
2011-02-22sfc: lower stack usage in efx_ethtool_self_testEric Dumazet
2011-02-15sfc: Distinguish queue lookup from test for queue existenceBen Hutchings
2011-01-24net: change netdev->features to u32Michał Mirosław
2010-12-10netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings
2010-12-07sfc: Generalise filter spec initialisationBen Hutchings
2010-12-07sfc: Remove filter table IDs from filter functionsBen Hutchings
2010-12-07sfc: Log start and end of ethtool self-test at INFO levelBen Hutchings
2010-12-03sfc: Remove unnecessary inclusion of various private header filesBen Hutchings
2010-12-03sfc: Expose Falcon BootROM config through MTD, not ethtoolBen Hutchings
2010-10-21sfc: make functions staticstephen hemminger
2010-09-21sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings
2010-09-10sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-06-30sfc: Add support for RX flow hash controlBen Hutchings
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings
2010-06-24sfc: Disable setting feature flags that are not implementedBen Hutchings
2010-06-24sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings
2010-06-24sfc: Implement message level controlBen Hutchings
2010-06-24sfc: Implement ethtool register dump operationBen Hutchings
2010-04-28sfc: Create multiple TX queuesBen Hutchings
2010-04-28sfc: Test only the first pair of TX queuesBen Hutchings
2010-02-03sfc: Fix some incorrect or redundant commentsBen Hutchings
2010-02-03sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings
2009-11-29sfc: Implement TSO for TCP/IPv6Ben Hutchings
2009-11-29sfc: Add support for SFC9000 family (2)Ben Hutchings
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings
2009-11-29sfc: Allow for additional checksum offload featuresBen Hutchings
2009-11-29sfc: Extend MTD driver for use with new NICsBen Hutchings
2009-11-29sfc: Remove static PHY data and enumerationsBen Hutchings
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings
2009-11-29sfc: Add efx_nic_type operation for identity LED controlBen Hutchings
2009-11-29sfc: Implement ethtool reset operationBen Hutchings
2009-11-29sfc: Add power-management and wake-on-LAN supportBen Hutchings
2009-11-29sfc: Refactor link configurationBen Hutchings