summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* be2net: Support UE recovery in BEx/Skyhawk adaptersSriharsha Basavapatna2016-09-071-0/+40
* be2net: Change copyright markings in source filesSomnath Kotur2016-06-271-1/+1
* be2net: support asymmetric rx/tx queue countsSathya Perla2016-06-271-5/+24
* be2net: Enable Wake-On-LAN from shutdown for SkyhawkSriharsha Basavapatna2016-06-071-5/+30
* be2net: return error status from be_set_phys_id()Suresh Reddy2016-02-071-10/+13
* be2net: support ethtool get-dump optionVenkat Duvvuru2015-12-301-30/+52
* be2net: remove local variable 'status'Ivan Vecera2015-11-181-4/+2
* be2net: replace hardcoded values with existing defineIvan Vecera2015-11-161-1/+2
* be2net: remove unused local rsstable arrayIvan Vecera2015-11-161-14/+2
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-3/+0
* be2net: Support vxlan offload stats in the driverSriharsha Basavapatna2015-07-291-0/+2
* be2net: make SET_LOOPBACK_MODE cmd asynchrounousSuresh Reddy2015-07-101-2/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-081-8/+10
|\
| * be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna2015-06-071-8/+10
* | be2net: Export board temperature using hwmon-sysfs interface.Venkata Duvvuru2015-05-141-1/+0
* | be2net: update copyright year to 2015Vasundhara Volam2015-05-091-1/+1
* | be2net: set interrupt moderation for Skyhawk-R using EQ-DBPadmanabh Ratnakar2015-05-091-0/+8
|/
* be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam2015-03-041-1/+1
* be2net: fix failure case in setting flow controlKalesh AP2015-01-241-6/+8
* be2net: support TX batching using skb->xmit_more flagSathya Perla2015-01-051-2/+0
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-081-2/+10
* be2net: fix alignment on line wrapKalesh AP2014-09-221-3/+3
* be2net: remove multiple assignments on a single lineKalesh AP2014-09-221-2/+4
* be2net: insert a blank line after function/struct//enum definitionsKalesh AP2014-09-221-0/+3
* be2net: remove multiple blank linesKalesh AP2014-09-221-1/+0
* be2net: add blank line after declarationsKalesh AP2014-09-221-0/+1
* be2net: remove return statements for void functionsKalesh AP2014-09-221-2/+0
* be2net: add speed reporting for 20G-KR interfaceVasundhara Volam2014-09-221-0/+7
* be2net: add speed reporting for 40G/KR interfaceKalesh AP2014-09-221-0/+7
* be2net: fix port-type reporting in get_settingsRavikumar Nelavelli2014-09-131-14/+33
* be2net: add ethtool "-m" option supportMark Leonard2014-09-131-1/+55
* be2net: fix some log messagesVasundhara Volam2014-09-131-1/+1
* be2net: Add a dma_mapping_error counter in ethtoolVasundhara Volam2014-09-021-0/+2
* be2net: Add TX completion error statistics in ethtoolKalesh AP2014-09-021-0/+28
* be2net: add a description for counter rx_input_fifo_overflow_dropSathya Perla2014-09-021-0/+5
* be2net: support deleting FW dump via ethtool (only for Lancer)Kalesh AP2014-08-021-9/+8
* be2net: fix return status of some ethtool methodsKalesh AP2014-07-171-5/+7
* ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfhBen Hutchings2014-05-191-1/+2
* be2net: include rx-compl error counter in ethtool statsKalesh AP2014-05-091-0/+1
* be2net: fix line wrap and function call indentation in be_ethtool.cSathya Perla2014-05-091-58/+42
* be2net: Support for configurable RSS hash keyVenkata Duvvuru2014-04-221-12/+80
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-6/+6
* be2net: do external loopback test only when it is requestedIvan Vecera2014-03-061-7/+9
* be2net: Update copyright yearVasundhara Volam2014-02-131-1/+1
* be2net: cleanup wake-on-lan codeSuresh Reddy2014-01-151-6/+7
* be2net: do not call be_set/get_fw_log_level() on Skyhawk-RVasundhara Volam2014-01-151-56/+4
* be2net: Display RoCE specific counters in ethtool -SAjit Khaparde2013-10-091-1/+6
* be2net: add a counter for pkts dropped in xmit pathSathya Perla2013-10-011-1/+3
* be2net: fix adaptive interrupt coalescingSathya Perla2013-10-011-13/+16
* be2net: implement ethtool set/get_channel hooksSathya Perla2013-08-271-0/+25