summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* qlcnic: Clean up some inconsistent indentingJiapeng Chong2022-12-121-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* qlcnic: remove redundant assignment to variable indexColin Ian King2022-03-181-1/+1
* 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
* qlcnic: make the array random_data static const, makes object smallerColin Ian King2021-08-021-1/+1
* qlcnic: Add null check after calling netdev_alloc_skbTom Seewald2021-05-131-0/+3
* Revert "qlcnic: Avoid potential NULL pointer dereference"Greg Kroah-Hartman2021-05-131-2/+0
* net/qlcnic: Convert to SPDX license identifiersThomas Gleixner2020-09-161-2/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* net: qlnic: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-141-18/+5
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki2019-03-151-0/+2
* qlcnic: Mark expected switch fall-througsGustavo A. R. Silva2018-08-071-1/+2
* qlcnic: Fix link configuration with autoneg disabledChopra, Manish2017-05-111-0/+3
* net: qlogic: qlcnic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-201-63/+69
* qlcnic: Fix mailbox completion handling during spurious interruptRajesh Borundia2016-03-101-1/+2
* qlcnic: Fix ordering of stats in stats buffer.Manish Chopra2014-09-261-0/+2
* qlcnic: Remove __QLCNIC_DEV_UP bit check to read TX queues statistics.Manish Chopra2014-09-261-1/+1
* qlcnic: Fix memory corruption while reading stats using ethtool.Manish Chopra2014-09-261-4/+2
* qlcnic: Fix update of ethtool stats.Rajesh Borundia2014-08-051-5/+13
* qlcnic: Optimize ring count validationsShahed Shaikh2014-06-111-2/+7
* qlcnic: Add VXLAN Rx offload supportShahed Shaikh2014-03-241-0/+2
* qlcnic: Add VXLAN Tx offload supportShahed Shaikh2014-03-241-0/+4
* qlcnic: Re-factor firmware minidump template header handlingShahed Shaikh2014-02-241-6/+11
* qlcnic: Enhance logic to calculate msix vectors.Himanshu Madhani2014-01-231-2/+5
* qlcnic: Refactor interrupt coalescing code for all adapters.Himanshu Madhani2014-01-231-76/+23
* qlcnic: make local functions staticstephen hemminger2014-01-171-16/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-19/+22
|\
| * qlcnic: Fix ethtool statistics length calculationShahed Shaikh2014-01-101-18/+21
| * qlcnic: Fix bug in TX statisticsManish Chopra2014-01-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-11/+8
|\|
| * qlcnic: Fix TSS/RSS validation for 83xx/84xx series adapter.Himanshu Madhani2013-12-171-10/+1
| * qlcnic: Fix TSS/RSS ring validation logic.Himanshu Madhani2013-12-171-1/+5
| * qlcnic: Fix diagnostic test for all adapters.Himanshu Madhani2013-12-171-0/+2
* | qlcnic: Support for 16 virtual NIC functions.Jitendra Kalsaria2013-12-171-1/+4
|/
* qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.Himanshu Madhani2013-11-041-1/+1
* qlcnic: refactor Tx/SDS ring calculation and validation in driver.Himanshu Madhani2013-11-041-37/+79
* qlcnic: Enhance ethtool Statistics for Multiple Tx queue.Himanshu Madhani2013-11-041-31/+65
* qlcnic: Register netdev in FAILED state for 83xx/84xxSucheta Chakraborty2013-11-041-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-1/+1
|\
| * qlcnic: Validate Tx queue only for 82xx adapters.Himanshu Madhani2013-10-181-1/+1
* | qlcnic: Enhance ethtool to display ring indices and interrupt maskPratik Pujar2013-10-181-14/+40
|/
* qlcnic: Fix register device in FAILED state for 82xx.Sucheta Chakraborty2013-09-271-0/+8
* qlcnic: remove a stray semicolonDan Carpenter2013-09-041-1/+1
* qlcnic: Store firmware dump state in CAMRAM registerShahed Shaikh2013-08-311-28/+124
* qlcnic: Enable diagnostic test for multiple Tx queues.Himanshu Madhani2013-08-211-0/+2
* qlcnic: Enable Tx queue changes using ethtool for 82xx Series adapter.Himanshu Madhani2013-08-211-12/+51
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-22/+63
|\
| * qlcnic: Fix for flash update failure on 83xx adapterHimanshu Madhani2013-08-031-17/+46