summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-9/+13
2011-03-01sfc: Expose TX push and TSO counters through ethtool statisticsBen Hutchings1-1/+20
2011-03-01sfc: Update copyright datesBen Hutchings1-1/+1
2011-03-01sfc: Read MC firmware version when requested through ethtoolBen Hutchings1-2/+2
2011-02-22sfc: lower stack usage in efx_ethtool_self_testEric Dumazet1-9/+13
2011-02-15sfc: Distinguish queue lookup from test for queue existenceBen Hutchings1-3/+3
2011-01-25net: change netdev->features to u32Michał Mirosław1-2/+2
2010-12-11netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings1-8/+1
2010-12-07sfc: Generalise filter spec initialisationBen Hutchings1-46/+36
2010-12-07sfc: Remove filter table IDs from filter functionsBen Hutchings1-6/+2
2010-12-07sfc: Log start and end of ethtool self-test at INFO levelBen Hutchings1-3/+6
2010-12-03sfc: Remove unnecessary inclusion of various private header filesBen Hutchings1-1/+0
2010-12-03sfc: Expose Falcon BootROM config through MTD, not ethtoolBen Hutchings1-59/+0
2010-10-21sfc: make functions staticstephen hemminger1-5/+5
2010-09-22sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings1-2/+116
2010-09-10sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings1-0/+38
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings1-7/+8
2010-07-08net: fix 64 bit counters on 32 bit archesEric Dumazet1-1/+2
2010-07-01sfc: Add support for RX flow hash controlBen Hutchings1-0/+90
2010-07-01ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-4/+1
2010-06-25sfc: Record hardware RX hash on each skb where possibleBen Hutchings1-0/+12
2010-06-25sfc: Disable setting feature flags that are not implementedBen Hutchings1-1/+0
2010-06-25sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings1-1/+1
2010-06-25sfc: Implement message level controlBen Hutchings1-14/+32
2010-06-25sfc: 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-04sfc: Fix some incorrect or redundant commentsBen Hutchings1-2/+2
2010-02-04sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings1-3/+3
2009-11-30sfc: Update version, copyright dates, authorsBen Hutchings1-1/+1
2009-11-30sfc: Implement TSO for TCP/IPv6Ben Hutchings1-1/+19
2009-11-30sfc: Add support for SFC9000 family (2)Ben Hutchings1-0/+3
2009-11-30sfc: Rename falcon.h to nic.hBen Hutchings1-1/+1
2009-11-30sfc: Allow for additional checksum offload featuresBen Hutchings1-1/+15
2009-11-30sfc: Extend MTD driver for use with new NICsBen Hutchings1-2/+4
2009-11-30sfc: Remove static PHY data and enumerationsBen Hutchings1-3/+15
2009-11-30sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings1-2/+2
2009-11-30sfc: Add efx_nic_type operation for identity LED controlBen Hutchings1-3/+3
2009-11-30sfc: Implement ethtool reset operationBen Hutchings1-0/+30
2009-11-30sfc: Add power-management and wake-on-LAN supportBen Hutchings1-0/+17
2009-11-30sfc: Refactor link configurationBen Hutchings1-20/+41
2009-11-30sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings1-1/+1
2009-11-29sfc: Clean up RX event handlingBen Hutchings1-0/+1
2009-11-29sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings1-1/+1
2009-11-29sfc: Limit some hardware workarounds to FalconBen Hutchings1-1/+1
2009-11-27sfc: 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