summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade/bna/bnad_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-1/+1
* net: bna: Fix spelling mistake "muliple" -> "multiple"Colin Ian King2022-09-301-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* net: bna: Update supported link modesErik Ekman2021-12-101-11/+11
* 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-4/+8
* bna: Update driver to use ethtool_sprintfAlexander Duyck2021-03-171-161/+105
* net: bna: reject unsupported coalescing paramsJakub Kicinski2020-03-101-0/+3
* net/brocade: Delete driver versionLeon Romanovsky2020-03-031-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner2019-06-051-9/+1
* bna: ethtool: Avoid reading past end of bufferKees Cook2017-05-081-2/+2
* net: brocade: bna: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-301-24/+30
* bna: fix crash in bnad_get_strings()Ivan Vecera2016-09-171-27/+23
* bna: add missing per queue ethtool statIvan Vecera2016-09-171-1/+6
* bna: check for dma mapping errorsIvan Vecera2015-09-201-0/+4
* bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera2015-06-111-4/+5
* bna: remove unused cbfn parameterIvan Vecera2015-06-111-1/+1
* bna: get rid of duplicate and unused macrosIvan Vecera2015-06-111-2/+2
* bna: QLogic BR-series Adapters Driver RebrandingRasesh Mody2015-02-211-3/+4
* bna: fill the magic in bnad_get_eeprom() instead of validatingIvan Vecera2014-07-301-4/+2
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* bna: Add software timestamping supportRasesh Mody2013-12-181-0/+1
* bna: Firmware updateRasesh Mody2012-12-111-0/+1
* bna: Function name changes and cleanupsJing Huang2012-04-041-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-101-6/+4
|\
| * bna: fix error handling of bnad_get_flash_partition_by_offset()Dan Carpenter2012-02-091-6/+4
* | bna: Implement ethtool flash_device entry point.Krishna Gudipati2012-02-011-0/+42
|/
* bna: make ethtool_ops and strings conststephen hemminger2012-01-051-2/+2
* bna: Added flash sub-module and ethtool eeprom entry points.Krishna Gudipati2011-12-231-1/+141
* sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones2011-11-081-5/+6
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-071-4/+0
* bna: Set Ring Param FixRasesh Mody2011-09-171-2/+3
* bna: TX Queue Depth FixRasesh Mody2011-09-151-4/+4
* bna: Ethtool Enhancements and FixRasesh Mody2011-09-151-11/+82
* bna: ENET and Tx Rx Redesign EnablementRasesh Mody2011-08-111-35/+30
* bna: Move the Brocade driverJeff Kirsher2011-08-111-0/+895