summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-25nfp: flower: change get/set_eeprom logic and enable for flower repsJames Hershaw1-4/+7
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-11-29nfp: ethtool: support reporting link modesYu Xiao1-0/+73
2022-11-19nfp: add port from netdev validation for EEPROM accessJaco Coetzee1-0/+3
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2022-11-11nfp: change eeprom length to max length enumeratorsJaco Coetzee1-3/+3
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-4/+4
2022-10-01nfp: add support restart of link auto-negotiationFei Qin1-0/+33
2022-10-01nfp: add support for link auto negotiationYinjun Zhang1-4/+22
2022-10-01nfp: add support for reporting active FEC modeYinjun Zhang1-1/+1
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-30nfp: add support for eeprom get and set commandBaowen Zheng1-0/+157
2022-08-30nfp: propagate port speed from management firmwareYinjun Zhang1-21/+9
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior1-4/+4
2022-08-04nfp: ethtool: fix the display error of `ethtool -m DEVNAME`Yu Xiao1-0/+2
2022-06-28nfp: add support for 'ethtool -t DEVNAME' commandFei Qin1-0/+167
2022-06-23nfp: add 'ethtool --identify' supportSixiang Chen1-0/+34
2022-06-18nfp: add support for .get_pauseparam()Yinjun Zhang1-0/+19
2022-05-28nfp: only report pause frame configuration for physical deviceYu Xiao1-2/+2
2022-03-21nfp: choose data path based on versionJakub Kicinski1-1/+1
2022-03-21nfp: prepare for multi-part descriptorsJakub Kicinski1-3/+5
2022-03-12nfp: take chip version into account for ring sizesJakub Kicinski1-5/+9
2021-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-11-22nfp: checking parameter process for rx-usecs/tx-usecs is invalidDiana Wang1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-13nfp: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König1-1/+2
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-06Merge 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-18nfp: 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-20nfp: tls: implement the stream sync RX resyncJakub Kicinski1-1/+7
2019-12-11nfp: 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-07nfp: tls: add basic statisticsJakub Kicinski1-2/+14
2019-04-02nfp: implement ethtool get module EEPROMDirk van der Merwe1-0/+131
2019-02-26nfp: remove ethtool flashing fallbackJakub Kicinski1-24/+0
2019-02-18nfp: 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