aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-24nfp: remove the refresh of all ports optimizationJakub Kicinski1-4/+9
2017-04-05nfp: add support for .set_link_ksettings()Jakub Kicinski1-0/+46
2017-04-05nfp: separate high level and low level NSP headersJakub Kicinski1-1/+1
2017-04-05nfp: report port type in ethtoolJakub Kicinski1-0/+1
2017-04-05nfp: report auto-negotiation in ethtoolJakub Kicinski1-0/+4
2017-04-05nfp: report link speed from NSPJakub Kicinski1-0/+11
2017-04-05nfp: add support for .get_link_ksettings()Jakub Kicinski1-0/+49
2017-03-12nfp: switch to using data path structures for reconfigurationJakub Kicinski1-35/+11
2017-03-12nfp: use dp to carry xdp_prog at reconfig timeJakub Kicinski1-4/+2
2017-03-12nfp: use dp to carry mtu at reconfig timeJakub Kicinski1-2/+0
2017-03-12nfp: pass new data path to ring reconfigJakub Kicinski1-2/+12