summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: add missing link advertise settingStefan Assmann2016-07-221-0/+1
* i40e: Fix to show correct Advertised Link Modes when link is downAvinash Dayanand2016-07-221-19/+28
* i40e: Removing unnecessary code which caused supported link mode bugAvinash Dayanand2016-06-271-2/+1
* i40e: fix missing DA cable checkSerey Kong2016-06-271-0/+1
* i40e: Refactor ethtool get_settingsCatherine Sullivan2016-05-131-123/+135
* i40e: Add vf-true-promisc-support priv flagAnjali Singhai Jain2016-05-131-7/+65
* i40e: Add support for disabling all link and change bits needed for PHY inter...Kevin Scott2016-05-131-1/+1
* i40e: Test memory before ethtool alloc succeedsJesse Brandeburg2016-05-051-3/+31
* i40e: Refactor receive routineJesse Brandeburg2016-05-051-1/+0
* i40e: Drop packet split receive routineJesse Brandeburg2016-05-051-19/+0
* i40e: Code cleanup in i40e_add_fdir_ethtoolShannon Nelson2016-04-261-5/+7
* i40e: Fix for supported link modes in 10GBaseT PHY'sAvinash Dayanand2016-04-051-0/+16
* i40e: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-04-051-2/+2
* i40e/ethtool: support coalesce setting by queueKan Liang2016-02-191-0/+7
* i40e/ethtool: support coalesce getting by queueKan Liang2016-02-191-0/+7
* i40e: queue-specific settings for interrupt moderationKan Liang2016-02-191-48/+91
* i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.Shannon Nelson2016-02-191-4/+4
* i40e: Fix led blink capability for 10GBaseT PHYCarolyn Wyborny2016-02-181-6/+30
* i40e: better error reporting for nvmupdateShannon Nelson2016-02-171-19/+20
* i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain2016-02-171-0/+1
* i40e: use new add_veb calling with VEB stats controlShannon Nelson2016-02-171-3/+8
* i40e: add priv flag for automatic rule evictionAnjali Singhai Jain2016-02-171-0/+9
* i40e: count allocation errorsJesse Brandeburg2016-02-171-0/+2
* i40e: add counter for arq overflowsMitch Williams2016-02-161-0/+1
* i40e: add 100Mb ethtool reportingCatherine Sullivan2016-02-031-0/+4
* i40e/i40evf: Fix for UDP/TCP RSS for X722Anjali Singhai Jain2016-02-031-0/+18
* i40e: Replace X722 mac check in ethtool get_settingsCatherine Sullivan2016-02-031-1/+1
* i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtoolAnjali Singhai Jain2016-02-031-10/+4
* i40e: use priv flags to control packet splitJesse Brandeburg2015-12-031-0/+27
* i40e: add new fields to store user configurationHelin Zhang2015-12-011-12/+19
* i40e: create a generic configure rss functionHelin Zhang2015-11-251-41/+31
* i40e: rework the functions to configure RSS with similar parametersHelin Zhang2015-11-251-1/+0
* i40e: return the number of enabled queues for ETHTOOL_GRXRINGSHelin Zhang2015-11-251-1/+1
* i40e/i40evf: Add a stat to track how many times we have to do a force WBAnjali Singhai Jain2015-11-251-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-0/+6
|\
| * i40e: fix stats offsetsJesse Brandeburg2015-10-221-0/+6
* | i40e: Move error message to debug levelCatherine Sullivan2015-10-191-3/+3
* | i40e: Fix order of checks when enabling/disabling autoneg in ethtoolCatherine Sullivan2015-10-191-13/+16
* | i40e: Recognize 1000Base_T_Optical phy type when link is upCatherine Sullivan2015-10-161-0/+6
* | i40e/i40evf: moderate interrupts differentlyJesse Brandeburg2015-10-161-0/+24
* | i40e: priv flag for controlling VEB statsShannon Nelson2015-10-161-0/+8
* | i40e: remove read/write failed messages from nvmupdateShannon Nelson2015-10-161-7/+2
* | i40e: generate fewer startup messagesShannon Nelson2015-10-161-1/+1
* | drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0
* | i40e/i40evf: remove redundant declarations of a variable and a functionShannon Nelson2015-10-151-3/+0
* | i40e: Remove 100M SGMII unless hw is X722Catherine Sullivan2015-10-151-16/+26
* | i40e: use priv flags to control flow directorJesse Brandeburg2015-10-151-0/+14
* | i40e/i40evf: Refactor PHY structure and add phy_capabilities enumCatherine Sullivan2015-10-131-84/+105
* | i40e/i40evf: Add module_types and update_link_infoCatherine Sullivan2015-10-131-5/+11
* | i40e/i40evf: clean up some codeJesse Brandeburg2015-10-081-1/+2