aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-26ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues1-1/+2
2018-11-07i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka1-1/+2
2018-08-28ixgbe: add VF IPsec offload enable flagShannon Nelson1-0/+9
2018-07-26ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck1-25/+7
2018-07-26ixgbe: add ipsec security registers into ethtool register dumpShannon Nelson1-1/+9
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-27/+2
2018-03-12ixgbe: Add receive length error counterTonghao Zhang1-0/+1
2018-02-26ixgbe: Avoid to write the RETA table when unnecessaryTonghao Zhang1-2/+2
2018-01-26ixgbe: Don't report unsupported timestamping filters for X550Miroslav Lichvar1-18/+19
2018-01-23ixgbe: ipsec offload statsShannon Nelson1-0/+2
2018-01-12ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck1-3/+3
2018-01-09ixgbe: extend firmware version supportPaul Greenwalt1-5/+2
2018-01-05ixgbe: setup xdp_rxq_infoJesper Dangaard Brouer1-0/+4
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+8
2017-10-09ixgbe: add counter for times Rx pages gets allocated, not recycledJesper Dangaard Brouer1-0/+1
2017-10-09ixgbe: split Tx/Rx ring clearing for ethtool loopback testEmil Tantilov1-19/+34
2017-10-09ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend1-8/+8
2017-06-13ixgbe: Resolve cppcheck format string warningTony Nguyen1-1/+1
2017-06-13ixgbe: 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-29ixgbe: Check for RSS key before setting valueTony Nguyen1-3/+1
2017-04-29ixgbe: add support for XDP_TX actionJohn Fastabend1-0/+25
2017-04-29ixgbe: add XDP support for pass and drop actionsJohn Fastabend1-2/+2
2017-04-18ixgbe: Add X552 XFI backplane supportDon Skidmore1-0/+1
2017-03-12net: intel: ixgbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-77/+91
2017-03-02ixgbe: 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-03ixgbe: get rid of custom busy polling codeEric Dumazet1-40/+0
2017-01-03ixgbe: Implement support for firmware-controlled PHYsMark Rustad1-3/+150
2017-01-03ixgbe: Fix reporting of 100Mb capabilityTony Nguyen1-1/+1
2016-11-04ixgbe: 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-20ixgbe: 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-07ixgbe: Add support for x550em_a 10G MAC typeMark Rustad1-1/+8
2016-03-29ixgbe: 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