summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
AgeCommit message (Expand)Author
2019-06-26ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues
2018-11-07i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka
2018-08-28ixgbe: add VF IPsec offload enable flagShannon Nelson
2018-07-26ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck
2018-07-26ixgbe: add ipsec security registers into ethtool register dumpShannon Nelson
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-12ixgbe: Add receive length error counterTonghao Zhang
2018-02-26ixgbe: Avoid to write the RETA table when unnecessaryTonghao Zhang
2018-01-26ixgbe: Don't report unsupported timestamping filters for X550Miroslav Lichvar
2018-01-23ixgbe: ipsec offload statsShannon Nelson
2018-01-12ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck
2018-01-09ixgbe: extend firmware version supportPaul Greenwalt
2018-01-05ixgbe: setup xdp_rxq_infoJesper Dangaard Brouer
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09ixgbe: add counter for times Rx pages gets allocated, not recycledJesper Dangaard Brouer
2017-10-09ixgbe: split Tx/Rx ring clearing for ethtool loopback testEmil Tantilov
2017-10-09ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend
2017-06-13ixgbe: Resolve cppcheck format string warningTony Nguyen
2017-06-13ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen
2017-05-31ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportPaul Greenwalt
2017-04-29ixgbe: Check for RSS key before setting valueTony Nguyen
2017-04-29ixgbe: add support for XDP_TX actionJohn Fastabend
2017-04-29ixgbe: add XDP support for pass and drop actionsJohn Fastabend
2017-04-18ixgbe: Add X552 XFI backplane supportDon Skidmore
2017-03-12net: intel: ixgbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-02ixgbe: update the rss key on h/w, when ethtool ask for itPaolo Abeni
2017-02-16ixgbe: Don't bother clearing buffer memory for descriptor ringsAlexander Duyck
2017-02-16ixgbe: Add private flag to control buffer modeAlexander Duyck
2017-02-16ixgbe: Use length to determine if descriptor is doneAlexander Duyck
2017-02-16ixgbe: Support 2.5Gb and 5Gb speedTony Nguyen
2017-02-03ixgbe: get rid of custom busy polling codeEric Dumazet
2017-01-03ixgbe: Implement support for firmware-controlled PHYsMark Rustad
2017-01-03ixgbe: Fix reporting of 100Mb capabilityTony Nguyen
2016-11-04ixgbe: Add support to retrieve and store LED link activeDon Skidmore
2016-09-23ixgbe: Limit reporting of redirection table if SR-IOV is enabledAlexander Duyck
2016-09-23ixgbe: Allow setting multiple queues when SR-IOV is enabledAlexander Duyck
2016-09-23ixgbe: Indicate support for pause frames in all casesMark Rustad
2016-08-20ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth
2016-07-22ixgbevf: Correct parameter sent to LED functionDon Skidmore
2016-06-29ixgbe: Correct reporting of timestamping for x550Tony Nguyen
2016-05-04ixgbe: Revise populating few registers and macro definitionsPreethi Banala
2016-05-04ixgbe: Return 64 bit stats valuesPreethi Banala
2016-04-25ixgbe: use BIT() macroJacob Keller
2016-04-07ixgbe: Add support for x550em_a 10G MAC typeMark Rustad
2016-03-29ixgbe: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann
2016-02-17net: ixgbe: add support for tc_u32 offloadJohn Fastabend
2016-01-08ixgbe: do not call check_link for ethtool in ixgbe_get_settings()Emil Tantilov