summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/emulex/benet/be_cmds.c
AgeCommit message (Expand)Author
2017-07-31be2net: fix status check in be_cmd_pmac_add()Ivan Vecera
2015-06-07be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQsSuresh Reddy
2015-03-20be2net: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-03-04be2net: implement .sriov_configure() PCI callbackVasundhara Volam
2015-03-04be2net: re-distribute SRIOV resources allowed by FWVasundhara Volam
2015-03-04be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches
2015-02-23be2net: remove code duplication relating to Lancer reset sequenceSathya Perla
2015-02-23be2net: refactor function initalization sequence into be_func_init()Sathya Perla
2015-02-07be2net: process port misconfig async eventVasundhara Volam
2015-02-07be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla
2015-02-07be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam
2015-02-07be2net: move un-exported routines from be.h to respective src filesSathya Perla
2015-02-05be2net: fix sparse warningLad, Prabhakar
2015-01-24be2net: Fix TX rate limiting on Lancer/Skyhawk-R VFsKalesh AP
2015-01-24be2net: add a log message for POST timeout in LancerKalesh AP
2015-01-24be2net: fail VF link config change via ndo_set_vf_link_state() on BE3/LancerKalesh AP
2014-09-22be2net: fix alignment on line wrapKalesh AP
2014-09-22be2net: remove multiple assignments on a single lineKalesh AP
2014-09-22be2net: remove space after typecastsKalesh AP
2014-09-22be2net: remove unnecessary blank lines after an open braceKalesh AP
2014-09-22be2net: remove multiple blank linesKalesh AP
2014-09-22be2net: add blank line after declarationsKalesh AP
2014-09-22be2net: fix a sparse warning in be_cmd_modify_eqd()Kalesh AP
2014-09-13be2net: send a max of 8 EQs to be_cmd_modify_eqd() on LancerKalesh AP
2014-09-13be2net: fix port-type reporting in get_settingsRavikumar Nelavelli
2014-09-13be2net: add ethtool "-m" option supportMark Leonard
2014-09-13be2net: use v1 of SET_FLOW_CONTROL commandSuresh Reddy
2014-09-13be2net: replace strcpy with strlcpyVasundhara Volam
2014-09-13be2net: fix some log messagesVasundhara Volam
2014-09-02be2net: make be_cmd_get_regs() return a statusVasundhara Volam
2014-09-02be2net: add a few log messagesSathya Perla
2014-08-02be2net: support deleting FW dump via ethtool (only for Lancer)Kalesh AP
2014-07-17be2net: reduce arguments passed to FW-cmd routinesKalesh AP
2014-07-17be2net: return -ETIMEDOUT when a FW-cmd times outKalesh AP
2014-07-02be2net: create optimal number of queues on SR-IOV configVasundhara Volam
2014-07-02be2net: read VF's capabilities from GET_PROFILE_CONFIG cmdVasundhara Volam
2014-07-02be2net: remove be_cmd_get_profile_config_mbox/mccq() variantsVasundhara Volam
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2014-05-30be2net: cleanup MCC async event processing codeSathya Perla
2014-05-30be2net: move async cmd processing to a separate routineSathya Perla
2014-05-30be2net: re-factor MCCQ error status handling codeKalesh AP
2014-05-30be2net: support flashing new regions on Skyhawk-RVasundhara Volam
2014-05-30be2net: fixup TX-rate setting code for Skyhawk-RRavikumar Nelavelli
2014-05-19ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfhBen Hutchings
2014-05-09be2net: use MCCQ instead of MBOX in be_cmd_rss_config()Kalesh AP
2014-05-09be2net: remove unused code in be_cmd_vlan_config()Kalesh AP