summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* nfp: refresh port state before reporting autonegotiationJakub Kicinski2017-05-221-9/+1Star
* nfp: move refresh tracking into the port structureJakub Kicinski2017-05-221-5/+5
* nfp: introduce nfp_portJakub Kicinski2017-05-221-13/+26
* nfp: introduce very minimal nfp_appJakub Kicinski2017-05-221-9/+10
* nfp: version independent support for chained RSS metadataEdwin Peer2017-05-161-6/+6
* nfp: make use of extended ack message reportingJakub Kicinski2017-05-011-2/+2
* nfp: replace -ENOTSUPP with -EOPNOTSUPPJakub Kicinski2017-05-011-1/+1
* nfp: remove the refresh of all ports optimizationJakub Kicinski2017-04-241-4/+9
* nfp: add support for .set_link_ksettings()Jakub Kicinski2017-04-051-0/+46
* nfp: separate high level and low level NSP headersJakub Kicinski2017-04-051-1/+1
* nfp: report port type in ethtoolJakub Kicinski2017-04-051-0/+1
* nfp: report auto-negotiation in ethtoolJakub Kicinski2017-04-051-0/+4
* nfp: report link speed from NSPJakub Kicinski2017-04-051-0/+11
* nfp: add support for .get_link_ksettings()Jakub Kicinski2017-04-051-0/+49
* nfp: switch to using data path structures for reconfigurationJakub Kicinski2017-03-131-35/+11Star
* nfp: use dp to carry xdp_prog at reconfig timeJakub Kicinski2017-03-131-4/+2Star
* nfp: use dp to carry mtu at reconfig timeJakub Kicinski2017-03-131-2/+0Star
* nfp: pass new data path to ring reconfigJakub Kicinski2017-03-131-2/+12
* nfp: move control BAR pointer into data path structureJakub Kicinski2017-03-131-7/+7
* nfp: separate data path information from the reset of adapter structureJakub Kicinski2017-03-131-32/+32
* nfp: add support for reporting CRC32 hash functionJakub Kicinski2017-03-101-7/+16
* nfp: add very basic access to NSP logsJakub Kicinski2017-02-201-0/+76
* nfp: report NSP ABI version in ethtool FW versionJakub Kicinski2017-02-201-2/+23
* nfp: rename the driver and add new main fileJakub Kicinski2017-02-101-4/+4
* nfp: add XDP support in the driverJakub Kicinski2016-11-041-5/+17
* nfp: add support for ethtool .set_channelsJakub Kicinski2016-11-041-0/+47
* nfp: centralize runtime reconfiguration logicJakub Kicinski2016-11-041-0/+19
* nfp: add support for ethtool .get_channelsJakub Kicinski2016-11-041-0/+16
* nfp: bpf: allow offloaded filters to update statsJakub Kicinski2016-09-221-0/+12
* nfp: remove linux/version.h includesJakub Kicinski2016-09-091-1/+0Star
* nfp: implement ethtool .get_link() callbackJakub Kicinski2016-06-301-0/+1
* nfp: allow ring size reconfiguration at runtimeJakub Kicinski2016-04-081-21/+9Star
* net: add driver for Netronome NFP4000/NFP6000 NIC VFsJakub Kicinski2015-12-031-0/+640