aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-08-03nfp: update ethtool reporting of pauseframe controlFei Qin1-0/+2
2021-07-26nfp: add support for coalesce adaptive featureYinjun Zhang1-9/+12
2021-03-17nfp: Replace nfp_pr_et with ethtool_sprintfAlexander Duyck1-45/+34
2020-09-17nfp: use correct define to return NONE fecJakub Kicinski1-2/+2
2020-05-16nfp: don't check lack of RX/TX channelsJakub Kicinski1-2/+1
2020-04-21net/nfp: Update driver to use global kernel versionLeon Romanovsky1-2/+0
2020-03-05nfp: let core reject the unsupported coalescing parametersJakub Kicinski1-20/+2
2019-12-19nfp: tls: implement the stream sync RX resyncJakub Kicinski1-1/+7
2019-12-10nfp: add support for TLV device statsJakub Kicinski1-7/+101
2019-07-25nfp: tls: rename tls packet countersTariq Toukan1-2/+2
2019-06-11nfp: tls: set skb decrypted flagDirk van der Merwe1-8/+10
2019-06-06nfp: tls: add basic statisticsJakub Kicinski1-2/+14
2019-04-01nfp: implement ethtool get module EEPROMDirk van der Merwe1-0/+131
2019-02-26nfp: remove ethtool flashing fallbackJakub Kicinski1-24/+0
2019-02-17nfp: devlink: allow flashing the device via devlinkJakub Kicinski1-32/+3
2018-10-11nfp: replace long license headers with SPDXJakub Kicinski1-32/+2
2018-06-30nfp: populate bus-info on representorsJakub Kicinski1-5/+3
2018-06-30nfp: expose ring stats of inactive rings via ethtoolJakub Kicinski1-31/+19
2018-05-29nfp: allow apps to add extra stats to portsJakub Kicinski1-2/+8
2018-04-04nfp: add a separate counter for packets with CHECKSUM_COMPLETEJakub Kicinski1-7/+9
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-16nfp: use the correct index for link speed tableJakub Kicinski1-1/+1
2017-12-15nfp: implement firmware flashingDirk van der Merwe1-0/+54
2017-12-05nfp: debug dump ethtool opsCarl Heymann1-8/+47
2017-11-17nfp: fix vlan receive MAC statistics typoPieter Jansen van Vuuren1-1/+1
2017-11-05nfp: implement ethtool FEC mode settingsDirk van der Merwe1-1/+116
2017-11-05nfp: add get/set link settings ndos to representorsDirk van der Merwe1-0/+2
2017-11-05nfp: make use of MAC reinitJakub Kicinski1-1/+1
2017-11-02nfp: improve defines for constants in ethtoolJakub Kicinski1-7/+8
2017-11-02nfp: use a counter instead of log message for allocation failuresJakub Kicinski1-5/+7
2017-10-10nfp: fix ethtool stats gather retryJakub Kicinski1-3/+5
2017-08-18nfp: add ethtool statistics for representorsJakub Kicinski1-4/+66
2017-08-18nfp: report MAC statistics in ethtoolJakub Kicinski1-1/+125
2017-08-18nfp: split software and hardware vNIC statisticsJakub Kicinski1-72/+120
2017-08-18nfp: add helper for printing ethtool stringsJakub Kicinski1-33/+32
2017-08-18nfp: don't report standard netdev statistics in ethtoolJakub Kicinski1-77/+32
2017-08-18nfp: allow retreiving management FW logs on representorsJakub Kicinski1-16/+17
2017-08-18nfp: provide ethtool_drvinfo on representorsJakub Kicinski1-12/+32
2017-08-18nfp: link basic ethtool ops to representorsJakub Kicinski1-0/+4
2017-06-09nfp: report application FW build name in ethtool -iJakub Kicinski1-2/+2
2017-05-31nfp: report app name in ethtool -iJakub Kicinski1-2/+3
2017-05-22nfp: refresh port state before reporting autonegotiationJakub Kicinski1-9/+1
2017-05-22nfp: move refresh tracking into the port structureJakub Kicinski1-5/+5
2017-05-22nfp: introduce nfp_portJakub Kicinski1-13/+26
2017-05-22nfp: introduce very minimal nfp_appJakub Kicinski1-9/+10
2017-05-16nfp: version independent support for chained RSS metadataEdwin Peer1-6/+6
2017-05-01nfp: make use of extended ack message reportingJakub Kicinski1-2/+2
2017-04-30nfp: replace -ENOTSUPP with -EOPNOTSUPPJakub Kicinski1-1/+1