summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-31ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues1-1/+2
2017-10-09ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend1-8/+8
2017-06-14ixgbe: Resolve cppcheck format string warningTony Nguyen1-1/+1
2017-06-14ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller1-0/+3
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen1-0/+1
2017-05-31ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportPaul Greenwalt1-0/+3
2017-04-30ixgbe: Check for RSS key before setting valueTony Nguyen1-3/+1
2017-04-30ixgbe: add support for XDP_TX actionJohn Fastabend1-0/+25
2017-04-30ixgbe: add XDP support for pass and drop actionsJohn Fastabend1-2/+2
2017-04-18ixgbe: Add X552 XFI backplane supportDon Skidmore1-0/+1
2017-03-13net: intel: ixgbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-77/+91
2017-03-03ixgbe: update the rss key on h/w, when ethtool ask for itPaolo Abeni1-1/+3
2017-02-16ixgbe: Don't bother clearing buffer memory for descriptor ringsAlexander Duyck1-1/+10
2017-02-16ixgbe: Add private flag to control buffer modeAlexander Duyck1-0/+47
2017-02-16ixgbe: Use length to determine if descriptor is doneAlexander Duyck1-1/+1
2017-02-16ixgbe: Support 2.5Gb and 5Gb speedTony Nguyen1-0/+3
2017-02-04ixgbe: get rid of custom busy polling codeEric Dumazet1-40/+0
2017-01-04ixgbe: Implement support for firmware-controlled PHYsMark Rustad1-3/+150
2017-01-04ixgbe: Fix reporting of 100Mb capabilityTony Nguyen1-1/+1
2016-11-05ixgbe: Add support to retrieve and store LED link activeDon Skidmore1-2/+2
2016-09-23ixgbe: Limit reporting of redirection table if SR-IOV is enabledAlexander Duyck1-1/+5
2016-09-23ixgbe: Allow setting multiple queues when SR-IOV is enabledAlexander Duyck1-2/+2
2016-09-23ixgbe: Indicate support for pause frames in all casesMark Rustad1-0/+19
2016-08-21ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth1-1/+3
2016-07-22ixgbevf: Correct parameter sent to LED functionDon Skidmore1-2/+2
2016-06-29ixgbe: Correct reporting of timestamping for x550Tony Nguyen1-2/+6
2016-05-04ixgbe: Revise populating few registers and macro definitionsPreethi Banala1-12/+6
2016-05-04ixgbe: Return 64 bit stats valuesPreethi Banala1-3/+6
2016-04-25ixgbe: use BIT() macroJacob Keller1-7/+7
2016-04-08ixgbe: Add support for x550em_a 10G MAC typeMark Rustad1-1/+8
2016-03-30ixgbe: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann1-2/+2
2016-02-17net: ixgbe: add support for tc_u32 offloadJohn Fastabend1-3/+3
2016-01-08ixgbe: do not call check_link for ethtool in ixgbe_get_settings()Emil Tantilov1-5/+2
2015-12-30ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth1-13/+42
2015-12-30ixgbe: add support for QSFP PHY types in ixgbe_get_settings()Emil Tantilov1-0/+4
2015-12-12ixgbe: do not report 2.5 Gbps as supportedEmil Tantilov1-4/+0
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-3/+0
2015-09-16ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck1-1/+1
2015-09-02ixgbe: Add support for reporting 2.5G link speedMark Rustad1-0/+7
2015-09-02ixgbe: support for ethtool set_rxfhTom Barbette1-0/+47
2015-07-18ixgbe: only report generic filters in get_ts_infoJacob Keller1-8/+0
2015-06-10ixgbe: add define for X557 PHY IDDon Skidmore1-0/+1
2015-06-10ixgbe: add array of MAC type dependent valuesDon Skidmore1-3/+3
2015-05-28ixgbe: Allow flow director to use entire queue spaceJohn Fastabend1-10/+24
2015-05-04ixgbe: Use a signed type to hold error codesMark Rustad1-5/+5
2015-04-11ixgbe: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov1-0/+42
2015-03-31ethernet: Use bool function returns of true/false instead of 1/0Joe Perches1-2/+2
2015-03-13ixgbe: add new wrapper for X550 supportDon Skidmore1-6/+7
2014-12-05ixgbe: add support for X550 extended RSS supportDon Skidmore1-4/+5
2014-11-11ixgbe: Add new support for X550 MAC'sDon Skidmore1-5/+32