summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_cmds.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-02be2net: support deleting FW dump via ethtool (only for Lancer)Kalesh AP1-3/+45
2014-07-17be2net: reduce arguments passed to FW-cmd routinesKalesh AP1-11/+8
2014-07-17be2net: return -ETIMEDOUT when a FW-cmd times outKalesh AP1-2/+2
2014-07-02be2net: create optimal number of queues on SR-IOV configVasundhara Volam1-20/+88
2014-07-02be2net: read VF's capabilities from GET_PROFILE_CONFIG cmdVasundhara Volam1-5/+32
2014-07-02be2net: remove be_cmd_get_profile_config_mbox/mccq() variantsVasundhara Volam1-67/+14
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-1/+1
2014-05-30be2net: cleanup MCC async event processing codeSathya Perla1-51/+52
2014-05-30be2net: move async cmd processing to a separate routineSathya Perla1-33/+55
2014-05-30be2net: re-factor MCCQ error status handling codeKalesh AP1-29/+27
2014-05-30be2net: support flashing new regions on Skyhawk-RVasundhara Volam1-7/+18
2014-05-30be2net: fixup TX-rate setting code for Skyhawk-RRavikumar Nelavelli1-13/+27
2014-05-19ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfhBen Hutchings1-1/+1
2014-05-09be2net: use MCCQ instead of MBOX in be_cmd_rss_config()Kalesh AP1-7/+10
2014-05-09be2net: remove unused code in be_cmd_vlan_config()Kalesh AP1-7/+3
2014-05-09be2net: fix function call indentation in be_cmds.cSathya Perla1-161/+179
2014-04-22be2net: Support for configurable RSS hash keyVenkata Duvvuru1-5/+2
2014-03-28be2net: add FW cmds needed for VxLAN offloadsSathya Perla1-33/+102
2014-03-12be2net: log LPVID used in multi-channel configsRavikumar Nelavelli1-2/+4
2014-03-12be2net: Add link state control for VFsSuresh Reddy1-3/+47
2014-02-13be2net: refactor multi-channel config code for Skyhawk-R chipVasundhara Volam1-0/+20
2014-02-13be2net: Update copyright yearVasundhara Volam1-1/+1
2014-01-15be2net: cleanup wake-on-lan codeSuresh Reddy1-9/+7
2014-01-15be2net: use GET_MAC_LIST cmd to query mac-address from a pmac-idSuresh Reddy1-8/+14
2014-01-15be2net: fix incorrect setting of cmd_privileges for VFsSuresh Reddy1-0/+7
2014-01-15be2net: do not call be_set/get_fw_log_level() on Skyhawk-RVasundhara Volam1-0/+70
2014-01-15be2net: Log the profile-id used by FW during driver initializationVasundhara Volam1-0/+34
2014-01-15be2net: don't set "pport" field when querying "pvid"Vasundhara Volam1-1/+1
2014-01-15be2net: Use MCC_CREATE_EXT_V1 cmd for Skyhawk-RVasundhara Volam1-14/+13
2014-01-06be2net: increase the timeout value for loopback-test FW cmdSuresh Reddy1-10/+20
2014-01-06be2net: disable RSS when number of RXQs is reduced to 1 via set-channelsVasundhara Volam1-0/+3
2013-11-23be2net: set coalesce-wm in CQ_CREATE_V2 cmdAjit Khaparde1-0/+7
2013-11-18be2net: Fix unconditional enabling of Rx interface optionsAjit Khaparde1-2/+14
2013-10-29net/benet: Make lancer_wait_ready() staticGavin Shan1-1/+1
2013-10-09be2net: Call version 2 of GET_STATS ioctl for Skyhawk-RAjit Khaparde1-1/+5
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+9
2013-10-01be2net: fix adaptive interrupt coalescingSathya Perla1-7/+10
2013-10-01be2net: call ENABLE_VF cmd for Skyhawk-R tooVasundhara Volam1-1/+1
2013-10-01be2net: pass if_id for v1 and V2 versions of TX_CREATE cmdVasundhara Volam1-1/+2
2013-09-27be2net: Fix VLAN promiscuous mode programmingAjit Khaparde1-0/+9
2013-09-03be2net: set and query VEB/VEPA mode of the PF interfaceAjit Khaparde1-5/+22
2013-08-27be2net: refactor be_setup() to consolidate queue creation routinesSathya Perla1-18/+5
2013-08-27be2net: Fix be_cmd_if_create() to use MBOX if MCCQ is not createdSathya Perla1-24/+85
2013-08-27be2net: refactor be_get_resources() codeSathya Perla1-24/+27
2013-08-27be2net: Fixup profile management routinesVasundhara Volam1-43/+55
2013-08-27be2net: use EQ_CREATEv2 for SH-RSathya Perla1-34/+13
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-08-15be2net: Clear any capability flags that driver is not interested in.Sarveshwar Bandi1-0/+3
2013-08-07be2net: Initialize "status" in be_cmd_get_die_temperature()Vasundhara Volam1-1/+1
2013-08-07be2net: fixup log msgs for async eventsVasundhara Volam1-2/+4