summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* nfp: tls: rename tls packet countersTariq Toukan2019-07-251-2/+2
* nfp: tls: set skb decrypted flagDirk van der Merwe2019-06-111-8/+10
* nfp: tls: add basic statisticsJakub Kicinski2019-06-061-2/+14
* nfp: implement ethtool get module EEPROMDirk van der Merwe2019-04-021-0/+131
* nfp: remove ethtool flashing fallbackJakub Kicinski2019-02-261-24/+0Star
* nfp: devlink: allow flashing the device via devlinkJakub Kicinski2019-02-181-32/+3Star
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-111-32/+2Star
* nfp: populate bus-info on representorsJakub Kicinski2018-06-301-5/+3Star
* nfp: expose ring stats of inactive rings via ethtoolJakub Kicinski2018-06-301-31/+19Star
* nfp: allow apps to add extra stats to portsJakub Kicinski2018-05-291-2/+8
* nfp: add a separate counter for packets with CHECKSUM_COMPLETEJakub Kicinski2018-04-041-7/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-1/+1
|\
| * nfp: use the correct index for link speed tableJakub Kicinski2018-01-161-1/+1
* | nfp: implement firmware flashingDirk van der Merwe2017-12-151-0/+54
* | nfp: debug dump ethtool opsCarl Heymann2017-12-051-8/+47
|/
* nfp: fix vlan receive MAC statistics typoPieter Jansen van Vuuren2017-11-171-1/+1
* nfp: implement ethtool FEC mode settingsDirk van der Merwe2017-11-051-1/+116
* nfp: add get/set link settings ndos to representorsDirk van der Merwe2017-11-051-0/+2
* nfp: make use of MAC reinitJakub Kicinski2017-11-051-1/+1
* nfp: improve defines for constants in ethtoolJakub Kicinski2017-11-021-7/+8
* nfp: use a counter instead of log message for allocation failuresJakub Kicinski2017-11-021-5/+7
* nfp: fix ethtool stats gather retryJakub Kicinski2017-10-101-3/+5
* nfp: add ethtool statistics for representorsJakub Kicinski2017-08-191-4/+66
* nfp: report MAC statistics in ethtoolJakub Kicinski2017-08-191-1/+125
* nfp: split software and hardware vNIC statisticsJakub Kicinski2017-08-191-72/+120
* nfp: add helper for printing ethtool stringsJakub Kicinski2017-08-191-33/+32Star
* nfp: don't report standard netdev statistics in ethtoolJakub Kicinski2017-08-191-77/+32Star
* nfp: allow retreiving management FW logs on representorsJakub Kicinski2017-08-191-16/+17
* nfp: provide ethtool_drvinfo on representorsJakub Kicinski2017-08-191-12/+32
* nfp: link basic ethtool ops to representorsJakub Kicinski2017-08-191-0/+4
* nfp: report application FW build name in ethtool -iJakub Kicinski2017-06-091-2/+2
* nfp: report app name in ethtool -iJakub Kicinski2017-05-311-2/+3
* 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