summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Remove setting of RX software timestampGal Pressman2024-09-061-4/+0
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* bnx2x: convert EEE handling to use linkmode bitmapsHeiner Kallweit2024-02-091-23/+21
* ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2024-01-311-4/+4
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-2/+2
* bnx2x: Fix firmware version string character countsKees Cook2024-01-271-1/+1
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-141-12/+13
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-261-2/+4
* net: bnx2x: reject unsupported coalescing paramsJakub Kicinski2020-03-111-0/+1
* net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky2020-03-041-7/+0
* bnx2x: Prevent ptp_task to be rescheduled indefinitelyGuilherme G. Piccoli2019-06-291-1/+3
* bnx2x: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2019-06-181-1/+2
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-1/+0
* bnx2x: Add storm FW version to ethtool driver query output.Sudarsana Reddy Kalluru2018-11-281-0/+6
* bnx2x: Add MBI version to ethtool driver query output.Sudarsana Reddy Kalluru2018-11-281-1/+23
* bnx2x: Fix invalid memory access in rss hash config path.Sudarsana Reddy Kalluru2018-07-251-3/+10
* bnx2x: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-261-1/+1
* bnx2x: Replace doorbell barrier() with wmb()Sinan Kaya2018-03-261-1/+2
* bnx2x: fix format overflow warningArnd Bergmann2017-07-141-1/+2
* net: broadcom: bnx2x: make a couple of const arrays staticColin Ian King2017-07-131-2/+2
* net: broadcom: bnx2x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-241-90/+109
* bnx2x: Correct ringparam estimate when DOWNMintz, Yuval2016-12-051-0/+8
* bnx2x: Warn about grc timeouts in register dumpYuval Mintz2016-02-171-0/+5
* bnx2x: simplify distinction between port and func statsMichal Schmidt2015-12-061-61/+56
* bnx2x: Show port statistics in Multi-functionYuval Mintz2015-11-201-3/+1
* bnx2x: Add new SW stat 'tx_exhaustion_events'Yuval Mintz2015-11-201-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-0/+7
|\
| * bnx2x: Prevent UDP 4-tuple configurations on older adaptersYuval Mintz2015-10-111-0/+7
* | drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-4/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-141-0/+16
|\
| * bnx2x: Free NVRAM lock at end of each pageYuval Mintz2015-08-101-0/+16
* | bnx2x: Add BD support for storageYuval Mintz2015-08-071-2/+2
* | bnx2x: new Multi-function mode - BDYuval Mintz2015-07-221-0/+3
* | bnx2x: Rebrand from 'broadcom' into 'qlogic'Yuval Mintz2015-07-221-1/+3
* | bnx2x: only report most generic filters in get_ts_infoJacob Keller2015-07-181-10/+1
|/
* bnx2x: Release nvram lock on error flowYuval Mintz2015-06-251-0/+1
* bnx2x: Fix statistics gathering on link changeAriel Elior2015-06-251-0/+2
* bnx2x: Correct speed from baseT into KR.Yuval Mintz2015-06-251-15/+40
* bnx2x: Prevent inner-reload while VFs existYuval Mintz2015-04-221-0/+17
* ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-091-2/+18
* bnx2x: Changes with storage & MAC macrosDmitry Kravkov2014-09-191-1/+1
* bnx2x: Add timestamping and PTP hardware clock supportMichal Kalderon2014-08-221-1/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-301-0/+1
|\
| * bnx2x: fix set_setting for some PHYsYaniv Rosner2014-07-251-0/+1
* | bnx2x: VF can report link speedDmitry Kravkov2014-07-021-2/+42
|/
* Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2014-06-031-7/+8
|\