aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igbvf/ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher1-2/+0
2020-03-12net: igbvf: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2017-08-08igbvf: add lock around mailbox opsGreg Edwards1-0/+4
2017-03-21igbvf: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes1-19/+19
2016-05-13igbvf: use BIT() macro instead of shiftsJacob Keller1-1/+2
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-2/+0
2015-02-23igbvf: cleanup msleep() and min/max() usageJeff Kirsher1-5/+5
2015-02-23igbvf: Fix code comments and whitespaceJeff Kirsher1-38/+35
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-23i40e,igb,ixgbe: remove usless return statementsStephen Hemminger1-1/+0
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2012-06-30igbvf: fix divide by zeroMitch A Williams1-11/+18
2012-02-07igbvf: refactor Interrupt Throttle Rate codeMitch A Williams1-9/+10
2012-02-03igbvf: change copyright dateMitch A Williams1-1/+1
2012-01-19igbvf: remove unneeded castStephen Hemminger1-2/+1
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones1-2/+0
2011-11-14Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones1-5/+7
2011-10-16igbvf: convert to ndo_fix_featuresMichał Mirosław1-57/+0
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-0/+534