summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pensando/ionic/ionic_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-1/+6
|\
| * ionic: check cmd_regs before copying in or outShannon Nelson2024-02-271-1/+6
* | ionic: add initial framework for XDP supportShannon Nelson2024-02-161-0/+5
|/
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-12/+14
* ionic: add support for ethtool extended stat link_down_countNitya Sunkad2023-06-121-0/+10
* ionic: remove noise from ethtool rxnfc error msgShannon Nelson2023-05-031-1/+1
* ionic: add tx/rx-push support with device Component Memory BuffersShannon Nelson2023-02-131-6/+111
* ionic: prefer strscpy over strlcpyShannon Nelson2022-02-181-3/+3
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-2/+1
* ionic: remove debug statsShannon Nelson2021-10-021-38/+0
* ionic: fix double use of queue-lockShannon Nelson2021-09-031-0/+5
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* ionic: block some ethtool operations when fw in resetShannon Nelson2021-07-271-0/+21
* ionic: git_ts_info bit shiftersShannon Nelson2021-04-131-13/+13
* ionic: add ethtool support for PTPShannon Nelson2021-04-021-0/+93
* ionic: update ethtool support bits for BASETShannon Nelson2021-03-181-0/+8
* ionic: code cleanup detailsShannon Nelson2021-03-181-6/+2
* drivers: net: ionic: simplify the return expression of ionic_set_rxfh()Zheng Yongjun2020-12-081-6/+1
* ionic: check port ptr before useShannon Nelson2020-11-051-0/+5
* ionic: dynamic interrupt moderationShannon Nelson2020-09-161-25/+46
* ionic: clarify boolean precedenceShannon Nelson2020-09-021-2/+2
* ionic: change queue count with no resetShannon Nelson2020-08-281-31/+57
* ionic: change the descriptor ring length without full resetShannon Nelson2020-08-281-9/+26
* ionic: rework and simplify handling of the queue stats blockShannon Nelson2020-08-281-2/+2
* ionic: separate interrupt for Tx and RxShannon Nelson2020-08-031-20/+76
* ionic: use offset for ethtool regs dataShannon Nelson2020-07-201-2/+5
* ionic: centralize queue reset codeShannon Nelson2020-07-071-35/+17
* ionic: more ionic name tweaksShannon Nelson2020-05-121-6/+7
* ionic: add support for more xcvr typesShannon Nelson2020-05-121-0/+3
* ionic: support longer tx sg listsShannon Nelson2020-05-121-2/+2
* ionic: print data for unknown xcvr typeShannon Nelson2020-03-171-4/+9
* ionic: drop ethtool driver versionShannon Nelson2020-03-091-1/+0
* ionic: clean up bitflag usageShannon Nelson2020-03-091-14/+10
* ionic: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-22/+1
* ionic: implement ethtool set-fecShannon Nelson2019-10-021-27/+67
* ionic: report users coalesce requestShannon Nelson2019-10-021-11/+11
* ionic: use wait_on_bit_lock() rather than open codeShannon Nelson2019-10-021-4/+8
* ionic: Add coalesce and other featuresShannon Nelson2019-09-051-0/+108
* ionic: Add RSS supportShannon Nelson2019-09-051-0/+73
* ionic: Add driver statsShannon Nelson2019-09-051-0/+101
* ionic: Add initial ethtool supportShannon Nelson2019-09-051-0/+497