aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-12ixgbe: Add receive length error counterGravatar Tonghao Zhang 1-0/+1
2018-02-26ixgbe: Avoid to write the RETA table when unnecessaryGravatar Tonghao Zhang 1-2/+2
2018-01-26ixgbe: Don't report unsupported timestamping filters for X550Gravatar Miroslav Lichvar 1-18/+19
2018-01-23ixgbe: ipsec offload statsGravatar Shannon Nelson 1-0/+2
2018-01-12ixgbe: Don't assume dev->num_tc is equal to hardware TC configGravatar Alexander Duyck 1-3/+3
2018-01-09ixgbe: extend firmware version supportGravatar Paul Greenwalt 1-5/+2
2018-01-05ixgbe: setup xdp_rxq_infoGravatar Jesper Dangaard Brouer 1-0/+4
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-8/+8
2017-10-09ixgbe: add counter for times Rx pages gets allocated, not recycledGravatar Jesper Dangaard Brouer 1-0/+1
2017-10-09ixgbe: split Tx/Rx ring clearing for ethtool loopback testGravatar Emil Tantilov 1-19/+34
2017-10-09ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramGravatar John Fastabend 1-8/+8
2017-06-13ixgbe: Resolve cppcheck format string warningGravatar Tony Nguyen 1-1/+1
2017-06-13ixgbe: add statistic indicating number of skipped Tx timestampsGravatar Jacob Keller 1-0/+3
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughGravatar Tony Nguyen 1-0/+1
2017-05-31ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportGravatar Paul Greenwalt 1-0/+3
2017-04-29ixgbe: Check for RSS key before setting valueGravatar Tony Nguyen 1-3/+1
2017-04-29ixgbe: add support for XDP_TX actionGravatar John Fastabend 1-0/+25
2017-04-29ixgbe: add XDP support for pass and drop actionsGravatar John Fastabend 1-2/+2
2017-04-18ixgbe: Add X552 XFI backplane supportGravatar Don Skidmore 1-0/+1
2017-03-12net: intel: ixgbe: use new api ethtool_{get|set}_link_ksettingsGravatar Philippe Reynes 1-77/+91
2017-03-02ixgbe: update the rss key on h/w, when ethtool ask for itGravatar Paolo Abeni 1-1/+3
2017-02-16ixgbe: Don't bother clearing buffer memory for descriptor ringsGravatar Alexander Duyck 1-1/+10
2017-02-16ixgbe: Add private flag to control buffer modeGravatar Alexander Duyck 1-0/+47
2017-02-16ixgbe: Use length to determine if descriptor is doneGravatar Alexander Duyck 1-1/+1
2017-02-16ixgbe: Support 2.5Gb and 5Gb speedGravatar Tony Nguyen 1-0/+3
2017-02-03ixgbe: get rid of custom busy polling codeGravatar Eric Dumazet 1-40/+0
2017-01-03ixgbe: Implement support for firmware-controlled PHYsGravatar Mark Rustad 1-3/+150
2017-01-03ixgbe: Fix reporting of 100Mb capabilityGravatar Tony Nguyen 1-1/+1
2016-11-04ixgbe: Add support to retrieve and store LED link activeGravatar Don Skidmore 1-2/+2
2016-09-23ixgbe: Limit reporting of redirection table if SR-IOV is enabledGravatar Alexander Duyck 1-1/+5
2016-09-23ixgbe: Allow setting multiple queues when SR-IOV is enabledGravatar Alexander Duyck 1-2/+2
2016-09-23ixgbe: Indicate support for pause frames in all casesGravatar Mark Rustad 1-0/+19
2016-08-20ixgbe: report correct media type for KR, KX and KX4 interfacesGravatar Veola Nazareth 1-1/+3
2016-07-22ixgbevf: Correct parameter sent to LED functionGravatar Don Skidmore 1-2/+2
2016-06-29ixgbe: Correct reporting of timestamping for x550Gravatar Tony Nguyen 1-2/+6
2016-05-04ixgbe: Revise populating few registers and macro definitionsGravatar Preethi Banala 1-12/+6
2016-05-04ixgbe: Return 64 bit stats valuesGravatar Preethi Banala 1-3/+6
2016-04-25ixgbe: use BIT() macroGravatar Jacob Keller 1-7/+7
2016-04-07ixgbe: Add support for x550em_a 10G MAC typeGravatar Mark Rustad 1-1/+8
2016-03-29ixgbe: call ndo_stop() instead of dev_close() when running offline selftestGravatar Stefan Assmann 1-2/+2
2016-02-17net: ixgbe: add support for tc_u32 offloadGravatar John Fastabend 1-3/+3
2016-01-08ixgbe: do not call check_link for ethtool in ixgbe_get_settings()Gravatar Emil Tantilov 1-5/+2
2015-12-29ixgbe: report correct media type for KR, KX and KX4 interfacesGravatar Veola Nazareth 1-13/+42
2015-12-29ixgbe: add support for QSFP PHY types in ixgbe_get_settings()Gravatar Emil Tantilov 1-0/+4
2015-12-12ixgbe: do not report 2.5 Gbps as supportedGravatar Emil Tantilov 1-4/+0
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Gravatar Ivan Vecera 1-3/+0
2015-09-15ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KGravatar Alexander Duyck 1-1/+1
2015-09-01ixgbe: Add support for reporting 2.5G link speedGravatar Mark Rustad 1-0/+7
2015-09-01ixgbe: support for ethtool set_rxfhGravatar Tom Barbette 1-0/+47
2015-07-17ixgbe: only report generic filters in get_ts_infoGravatar Jacob Keller 1-8/+0