aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-13ionic: git_ts_info bit shiftersShannon Nelson1-13/+13
2021-04-02ionic: add ethtool support for PTPShannon Nelson1-0/+93
2021-03-18ionic: update ethtool support bits for BASETShannon Nelson1-0/+8
2021-03-18ionic: code cleanup detailsShannon Nelson1-6/+2
2020-12-08drivers: 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-16ionic: dynamic interrupt moderationShannon Nelson1-25/+46
2020-09-02ionic: 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-03ionic: separate interrupt for Tx and RxShannon Nelson1-20/+76
2020-07-20ionic: use offset for ethtool regs dataShannon Nelson1-2/+5
2020-07-07ionic: 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-17ionic: print data for unknown xcvr typeShannon Nelson1-4/+9
2020-03-09ionic: drop ethtool driver versionShannon Nelson1-1/+0
2020-03-09ionic: 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