aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings2012-10-021-5/+11
* sfc: Don't use enums as a bitmask.David S. Miller2011-05-171-1/+1
* sfc: Fix return value from efx_ethtool_set_rx_ntuple()Ben Hutchings2011-05-141-2/+3
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-1/+1
* ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-1/+2
* ethtool: allow custom interval for physical identificationAllan, Bruce W2011-04-141-3/+3
* sfc: Implement ethtool_ops::set_phys_id instead of ethtool_ops::phys_idBen Hutchings2011-04-051-10/+18
* sfc: Implement generic features interfaceBen Hutchings2011-04-051-78/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-9/+13
|\
| * sfc: lower stack usage in efx_ethtool_self_testEric Dumazet2011-02-221-9/+13
* | sfc: Expose TX push and TSO counters through ethtool statisticsBen Hutchings2011-02-281-1/+20
* | sfc: Update copyright datesBen Hutchings2011-02-281-1/+1
* | sfc: Read MC firmware version when requested through ethtoolBen Hutchings2011-02-281-2/+2
* | sfc: Distinguish queue lookup from test for queue existenceBen Hutchings2011-02-151-3/+3
* | net: change netdev->features to u32Michał Mirosław2011-01-241-2/+2
|/
* netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings2010-12-101-8/+1
* sfc: Generalise filter spec initialisationBen Hutchings2010-12-071-46/+36
* sfc: Remove filter table IDs from filter functionsBen Hutchings2010-12-071-6/+2
* sfc: Log start and end of ethtool self-test at INFO levelBen Hutchings2010-12-071-3/+6
* sfc: Remove unnecessary inclusion of various private header filesBen Hutchings2010-12-031-1/+0
* sfc: Expose Falcon BootROM config through MTD, not ethtoolBen Hutchings2010-12-031-59/+0
* sfc: make functions staticstephen hemminger2010-10-211-5/+5
* sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings2010-09-211-2/+116
* sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings2010-09-101-0/+38
* sfc: Refactor channel and queue lookup and iterationBen Hutchings2010-09-101-7/+8
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-1/+2
* sfc: Add support for RX flow hash controlBen Hutchings2010-06-301-0/+90
* ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings2010-06-301-4/+1
* sfc: Record hardware RX hash on each skb where possibleBen Hutchings2010-06-241-0/+12
* sfc: Disable setting feature flags that are not implementedBen Hutchings2010-06-241-1/+0
* sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings2010-06-241-1/+1
* sfc: Implement message level controlBen Hutchings2010-06-241-14/+32
* sfc: Implement ethtool register dump operationBen Hutchings2010-06-241-0/+16
* sfc: Create multiple TX queuesBen Hutchings2010-04-281-2/+2
* sfc: Test only the first pair of TX queuesBen Hutchings2010-04-281-1/+1
* sfc: Fix some incorrect or redundant commentsBen Hutchings2010-02-031-2/+2
* sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings2010-02-031-3/+3
* 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