summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cisco/enic/enic_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-11enic: get max rq & wq entries supported by hw, 16K queuesSatish Kharat1-6/+6
2025-02-07enic: remove copybreak tunableJohn Daley1-39/+0
2024-11-19Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warni...Kees Cook1-1/+1
2024-11-16enic: Save resource counts we read from HWNelson Escobar1-2/+2
2024-11-16enic: Create enic_wq/rq structures to bundle per wq/rq dataNelson Escobar1-2/+2
2024-11-03net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-1/+1
2024-09-14enic: Report some per queue statistics in ethtoolNelson Escobar1-2/+81
2024-09-14enic: Use macro instead of static const variables for array sizesNelson Escobar1-10/+13
2024-09-10enic: Remove setting of RX software timestampGal Pressman1-3/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-06-29enic: add ethtool get_channel supportJon Kohler1-0/+23
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-12/+13
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner1-17/+2
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-09-27net: cisco: Fix a function name in commentsCai Huoqing1-2/+2
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2020-10-20net: remove unneeded breakTom Rix1-1/+0
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-1/+1
2020-03-05enic: let core reject the unsupported coalescing parametersJakub Kicinski1-19/+4
2020-03-04net/cisco: Delete driver and module versionsLeon Romanovsky1-1/+0
2018-12-07net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-06-06enic: fix UDP rss bitsGovindarajulu Varadarajan1-4/+14
2018-03-05enic: set UDP rss flagGovindarajulu Varadarajan1-0/+36
2017-12-03enic: add sw timestamp supportGovindarajulu Varadarajan1-0/+12
2017-11-02enic: Add support for 'ethtool -g/-G'Parvi Kaustubhi1-0/+77
2016-06-15net: ethernet: enic: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes1-12/+16
2015-07-20enic: allow adaptive coalesce setting for msi/legacy intrGovindarajulu Varadarajan1-48/+65
2015-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+17
2015-06-11enic: check return value for stat dumpGovindarajulu Varadarajan1-3/+17
2015-06-05net: Add full IPv6 addresses to flow_keysTom Herbert1-2/+2
2015-05-13flow_dissector: change port array into src, dst tupleJiri Pirko1-2/+2
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko1-5/+5
2015-02-06enic: enic_ethtool: fix sparse warningLad, Prabhakar1-1/+1
2014-12-31enic: add stats for dma mapping errorGovindarajulu Varadarajan1-1/+18
2014-12-10enic: add support for set/get rss hash keyGovindarajulu Varadarajan1-0/+38
2014-09-05enic: Add tunable_ops support for rx_copybreakGovindarajulu Varadarajan1-0/+39
2014-07-22enic: Add ethtool support to show classifier filters added by the driverGovindarajulu Varadarajan1-0/+98
2014-07-08enic: fix return values in enic_set_coalesceGovindarajulu Varadarajan1-16/+11
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-22enic: Add support for adaptive interrupt coalescingSujith Sankar1-6/+55
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2013-07-25drivers/net: enic: Move ethtool code to a separate fileNeel Patel1-0/+257