aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-03-18qlcnic: remove redundant assignment to variable indexColin Ian King1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-02qlcnic: make the array random_data static const, makes object smallerColin Ian King1-1/+1
2021-05-13qlcnic: Add null check after calling netdev_alloc_skbTom Seewald1-0/+3
2021-05-13Revert "qlcnic: Avoid potential NULL pointer dereference"Greg Kroah-Hartman1-2/+0
2020-09-16net/qlcnic: Convert to SPDX license identifiersThomas Gleixner1-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-03-14net: qlnic: let core reject the unsupported coalescing parametersJakub Kicinski1-18/+5
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-03-15qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki1-0/+2
2018-08-07qlcnic: Mark expected switch fall-througsGustavo A. R. Silva1-1/+2
2017-05-11qlcnic: Fix link configuration with autoneg disabledChopra, Manish1-0/+3
2017-02-20net: qlogic: qlcnic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-63/+69
2016-03-10qlcnic: Fix mailbox completion handling during spurious interruptRajesh Borundia1-1/+2
2014-09-26qlcnic: Fix ordering of stats in stats buffer.Manish Chopra1-0/+2
2014-09-26qlcnic: Remove __QLCNIC_DEV_UP bit check to read TX queues statistics.Manish Chopra1-1/+1
2014-09-26qlcnic: Fix memory corruption while reading stats using ethtool.Manish Chopra1-4/+2
2014-08-05qlcnic: Fix update of ethtool stats.Rajesh Borundia1-5/+13
2014-06-11qlcnic: Optimize ring count validationsShahed Shaikh1-2/+7
2014-03-24qlcnic: Add VXLAN Rx offload supportShahed Shaikh1-0/+2
2014-03-24qlcnic: Add VXLAN Tx offload supportShahed Shaikh1-0/+4
2014-02-24qlcnic: Re-factor firmware minidump template header handlingShahed Shaikh1-6/+11
2014-01-23qlcnic: Enhance logic to calculate msix vectors.Himanshu Madhani1-2/+5
2014-01-23qlcnic: Refactor interrupt coalescing code for all adapters.Himanshu Madhani1-76/+23
2014-01-17qlcnic: make local functions staticstephen hemminger1-16/+17
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+22
2014-01-10qlcnic: Fix ethtool statistics length calculationShahed Shaikh1-18/+21
2014-01-10qlcnic: Fix bug in TX statisticsManish Chopra1-1/+1
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+8
2013-12-17qlcnic: Support for 16 virtual NIC functions.Jitendra Kalsaria1-1/+4
2013-12-17qlcnic: Fix TSS/RSS validation for 83xx/84xx series adapter.Himanshu Madhani1-10/+1
2013-12-17qlcnic: Fix TSS/RSS ring validation logic.Himanshu Madhani1-1/+5
2013-12-17qlcnic: Fix diagnostic test for all adapters.Himanshu Madhani1-0/+2
2013-11-04qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.Himanshu Madhani1-1/+1
2013-11-04qlcnic: refactor Tx/SDS ring calculation and validation in driver.Himanshu Madhani1-37/+79
2013-11-04qlcnic: Enhance ethtool Statistics for Multiple Tx queue.Himanshu Madhani1-31/+65
2013-11-04qlcnic: Register netdev in FAILED state for 83xx/84xxSucheta Chakraborty1-4/+2
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-10-18qlcnic: Validate Tx queue only for 82xx adapters.Himanshu Madhani1-1/+1
2013-10-18qlcnic: Enhance ethtool to display ring indices and interrupt maskPratik Pujar1-14/+40
2013-09-27qlcnic: Fix register device in FAILED state for 82xx.Sucheta Chakraborty1-0/+8
2013-09-04qlcnic: remove a stray semicolonDan Carpenter1-1/+1
2013-08-31qlcnic: Store firmware dump state in CAMRAM registerShahed Shaikh1-28/+124
2013-08-21qlcnic: Enable diagnostic test for multiple Tx queues.Himanshu Madhani1-0/+2
2013-08-21qlcnic: Enable Tx queue changes using ethtool for 82xx Series adapter.Himanshu Madhani1-12/+51
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+63
2013-08-03qlcnic: Fix for flash update failure on 83xx adapterHimanshu Madhani1-17/+46
2013-08-03qlcnic: Fix link speed display for 82xx adapterRajesh Borundia1-3/+7