summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2024-02-27ionic: check cmd_regs before copying in or outShannon Nelson1-1/+6
2024-02-16ionic: add initial framework for XDP supportShannon Nelson1-0/+5
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-12/+14
2023-06-12ionic: add support for ethtool extended stat link_down_countNitya Sunkad1-0/+10
2023-05-03ionic: remove noise from ethtool rxnfc error msgShannon Nelson1-1/+1
2023-02-13ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson1-6/+111
2022-02-19ionic: prefer strscpy over strlcpyShannon Nelson1-3/+3
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-2/+1
2021-10-02ionic: remove debug statsShannon Nelson1-38/+0
2021-09-03ionic: fix double use of queue-lockShannon Nelson1-0/+5
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-07-27ionic: block some ethtool operations when fw in resetShannon Nelson1-0/+21
2021-04-14ionic: git_ts_info bit shiftersShannon Nelson1-13/+13
2021-04-03ionic: add ethtool support for PTPShannon Nelson1-0/+93
2021-03-19ionic: update ethtool support bits for BASETShannon Nelson1-0/+8
2021-03-19ionic: code cleanup detailsShannon Nelson1-6/+2
2020-12-09drivers: net: ionic: simplify the return expression of ionic_set_rxfh()Zheng Yongjun1-6/+1
2020-11-05ionic: check port ptr before useShannon Nelson1-0/+5
2020-09-17ionic: dynamic interrupt moderationShannon Nelson1-25/+46
2020-09-03ionic: clarify boolean precedenceShannon Nelson1-2/+2
2020-08-28ionic: change queue count with no resetShannon Nelson1-31/+57
2020-08-28ionic: change the descriptor ring length without full resetShannon Nelson1-9/+26
2020-08-28ionic: rework and simplify handling of the queue stats blockShannon Nelson1-2/+2
2020-08-04ionic: separate interrupt for Tx and RxShannon Nelson1-20/+76
2020-07-21ionic: use offset for ethtool regs dataShannon Nelson1-2/+5
2020-07-08ionic: centralize queue reset codeShannon Nelson1-35/+17
2020-05-12ionic: more ionic name tweaksShannon Nelson1-6/+7
2020-05-12ionic: add support for more xcvr typesShannon Nelson1-0/+3
2020-05-12ionic: support longer tx sg listsShannon Nelson1-2/+2
2020-03-18ionic: print data for unknown xcvr typeShannon Nelson1-4/+9
2020-03-10ionic: drop ethtool driver versionShannon Nelson1-1/+0
2020-03-10ionic: clean up bitflag usageShannon Nelson1-14/+10
2020-03-05ionic: let core reject the unsupported coalescing parametersJakub Kicinski1-22/+1
2019-10-02ionic: implement ethtool set-fecShannon Nelson1-27/+67
2019-10-02ionic: report users coalesce requestShannon Nelson1-11/+11
2019-10-02ionic: use wait_on_bit_lock() rather than open codeShannon Nelson1-4/+8
2019-09-05ionic: Add coalesce and other featuresShannon Nelson1-0/+108
2019-09-05ionic: Add RSS supportShannon Nelson1-0/+73
2019-09-05ionic: Add driver statsShannon Nelson1-0/+101
2019-09-05ionic: Add initial ethtool supportShannon Nelson1-0/+497