summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/emulex/benet/be_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-04be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam1-1/+1
2015-01-25be2net: fix failure case in setting flow controlKalesh AP1-6/+8
2015-01-06be2net: support TX batching using skb->xmit_more flagSathya Perla1-2/+0
2014-12-09ethtool: Support for configurable RSS hash functionEyal Perry1-2/+10
2014-09-22be2net: fix alignment on line wrapKalesh AP1-3/+3
2014-09-22be2net: remove multiple assignments on a single lineKalesh AP1-2/+4
2014-09-22be2net: insert a blank line after function/struct//enum definitionsKalesh AP1-0/+3
2014-09-22be2net: remove multiple blank linesKalesh AP1-1/+0
2014-09-22be2net: add blank line after declarationsKalesh AP1-0/+1
2014-09-22be2net: remove return statements for void functionsKalesh AP1-2/+0
2014-09-22be2net: add speed reporting for 20G-KR interfaceVasundhara Volam1-0/+7
2014-09-22be2net: add speed reporting for 40G/KR interfaceKalesh AP1-0/+7
2014-09-14be2net: fix port-type reporting in get_settingsRavikumar Nelavelli1-14/+33
2014-09-14be2net: add ethtool "-m" option supportMark Leonard1-1/+55
2014-09-14be2net: fix some log messagesVasundhara Volam1-1/+1
2014-09-02be2net: Add a dma_mapping_error counter in ethtoolVasundhara Volam1-0/+2
2014-09-02be2net: Add TX completion error statistics in ethtoolKalesh AP1-0/+28
2014-09-02be2net: add a description for counter rx_input_fifo_overflow_dropSathya Perla1-0/+5
2014-08-03be2net: support deleting FW dump via ethtool (only for Lancer)Kalesh AP1-9/+8
2014-07-18be2net: fix return status of some ethtool methodsKalesh AP1-5/+7
2014-05-19ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfhBen Hutchings1-1/+2
2014-05-09be2net: include rx-compl error counter in ethtool statsKalesh AP1-0/+1
2014-05-09be2net: fix line wrap and function call indentation in be_ethtool.cSathya Perla1-58/+42
2014-04-23be2net: Support for configurable RSS hash keyVenkata Duvvuru1-12/+80
2014-03-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-6/+6
2014-03-07be2net: do external loopback test only when it is requestedIvan Vecera1-7/+9
2014-02-14be2net: Update copyright yearVasundhara Volam1-1/+1
2014-01-16be2net: cleanup wake-on-lan codeSuresh Reddy1-6/+7
2014-01-16be2net: do not call be_set/get_fw_log_level() on Skyhawk-RVasundhara Volam1-56/+4
2013-10-09be2net: Display RoCE specific counters in ethtool -SAjit Khaparde1-1/+6
2013-10-01be2net: add a counter for pkts dropped in xmit pathSathya Perla1-1/+3
2013-10-01be2net: fix adaptive interrupt coalescingSathya Perla1-13/+16
2013-08-27be2net: implement ethtool set/get_channel hooksSathya Perla1-0/+25
2013-06-01be2net: Implement initiate FW dump feature for LancerSomnath Kotur1-0/+29
2013-05-28be2net: cleanup be_get_drvinfo()Somnath Kotur1-6/+2
2013-05-03be2net: Fix to show tx priority pause counter in ethtool -SAjit Khaparde1-0/+1
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-04-29be2net: Fix to show wol disabled/enabled state correctly.Sarveshwar Bandi1-1/+2
2013-04-27be2net: Avoid diagnostic test in certain versions of firmware to avoid NIC fr...Suresh Reddy1-0/+6
2013-04-27be2net: Renamed rx_address_mismatch_errors to rx_address_filteredSuresh Reddy1-1/+1
2013-04-27be2net: Add support for setting and getting rx flow hash optionsSuresh Reddy1-0/+155
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-7/+2
2013-03-08be2net: Update copyright yearVasundhara Volam1-1/+1
2013-01-07ethtool: fix drvinfo strings set in driversJiri Pirko1-6/+6
2012-10-22be2net: Fix ethtool get_settings output for VFPadmanabh Ratnakar1-31/+42
2012-10-22be2net: Fix error messages while driver load for VFsPadmanabh Ratnakar1-0/+7
2012-09-30be2net: cleanup code related to be_link_status_query()Sathya Perla1-45/+12
2012-07-26be2net: Missing byteswap in be_get_fw_log_level causes oops on PowerPCAnton Blanchard1-2/+3
2012-07-12be2net: Fix error while toggling autoneg of pause parametersPadmanabh Ratnakar1-1/+1
2012-05-18be2net: Fix to allow get/set of debug levels in the firmware.Somnath Kotur1-0/+77