summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_cmds.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-10/+7
|\
| * be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQsSuresh Reddy2015-03-201-9/+5
| * be2net: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam2015-03-201-1/+2
* | ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* | be2net: implement .sriov_configure() PCI callbackVasundhara Volam2015-03-041-3/+0
* | be2net: re-distribute SRIOV resources allowed by FWVasundhara Volam2015-03-041-29/+79
* | be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam2015-03-041-3/+0
* | ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* | be2net: remove code duplication relating to Lancer reset sequenceSathya Perla2015-02-231-71/+10
* | be2net: refactor function initalization sequence into be_func_init()Sathya Perla2015-02-231-0/+4
|/
* be2net: process port misconfig async eventVasundhara Volam2015-02-071-23/+96
* be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla2015-02-071-35/+19
* be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam2015-02-071-5/+13
* be2net: move un-exported routines from be.h to respective src filesSathya Perla2015-02-071-0/+18
* be2net: fix sparse warningLad, Prabhakar2015-02-051-1/+1
* be2net: Fix TX rate limiting on Lancer/Skyhawk-R VFsKalesh AP2015-01-241-0/+1
* be2net: add a log message for POST timeout in LancerKalesh AP2015-01-241-6/+11
* be2net: fail VF link config change via ndo_set_vf_link_state() on BE3/LancerKalesh AP2015-01-241-1/+1
* be2net: fix alignment on line wrapKalesh AP2014-09-221-4/+5
* be2net: remove multiple assignments on a single lineKalesh AP2014-09-221-4/+4
* be2net: remove space after typecastsKalesh AP2014-09-221-4/+4
* be2net: remove unnecessary blank lines after an open braceKalesh AP2014-09-221-3/+0
* be2net: remove multiple blank linesKalesh AP2014-09-221-1/+0
* be2net: add blank line after declarationsKalesh AP2014-09-221-0/+27
* be2net: fix a sparse warning in be_cmd_modify_eqd()Kalesh AP2014-09-221-2/+2
* be2net: send a max of 8 EQs to be_cmd_modify_eqd() on LancerKalesh AP2014-09-131-2/+21
* be2net: fix port-type reporting in get_settingsRavikumar Nelavelli2014-09-131-0/+25
* be2net: add ethtool "-m" option supportMark Leonard2014-09-131-0/+47
* be2net: use v1 of SET_FLOW_CONTROL commandSuresh Reddy2014-09-131-0/+5
* be2net: replace strcpy with strlcpyVasundhara Volam2014-09-131-4/+6
* be2net: fix some log messagesVasundhara Volam2014-09-131-2/+0
* be2net: make be_cmd_get_regs() return a statusVasundhara Volam2014-09-021-5/+5
* be2net: add a few log messagesSathya Perla2014-09-021-0/+4
* be2net: support deleting FW dump via ethtool (only for Lancer)Kalesh AP2014-08-021-3/+45
* be2net: reduce arguments passed to FW-cmd routinesKalesh AP2014-07-171-11/+8
* be2net: return -ETIMEDOUT when a FW-cmd times outKalesh AP2014-07-171-2/+2
* be2net: create optimal number of queues on SR-IOV configVasundhara Volam2014-07-021-20/+88
* be2net: read VF's capabilities from GET_PROFILE_CONFIG cmdVasundhara Volam2014-07-021-5/+32
* be2net: remove be_cmd_get_profile_config_mbox/mccq() variantsVasundhara Volam2014-07-021-67/+14
* Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2014-06-021-1/+1
|\
| * ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfhBen Hutchings2014-05-191-1/+1
* | be2net: cleanup MCC async event processing codeSathya Perla2014-05-301-51/+52
* | be2net: move async cmd processing to a separate routineSathya Perla2014-05-301-33/+55
* | be2net: re-factor MCCQ error status handling codeKalesh AP2014-05-301-29/+27
* | be2net: support flashing new regions on Skyhawk-RVasundhara Volam2014-05-301-7/+18
* | be2net: fixup TX-rate setting code for Skyhawk-RRavikumar Nelavelli2014-05-301-13/+27
|/
* be2net: use MCCQ instead of MBOX in be_cmd_rss_config()Kalesh AP2014-05-091-7/+10
* be2net: remove unused code in be_cmd_vlan_config()Kalesh AP2014-05-091-7/+3
* be2net: fix function call indentation in be_cmds.cSathya Perla2014-05-091-161/+179
* be2net: Support for configurable RSS hash keyVenkata Duvvuru2014-04-221-5/+2