aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_cmds.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-30be2net: log digital signature errors while flashing FW imageSuresh Reddy1-1/+13
2015-12-30be2net: move FW flash cmd code to be_cmds.cSuresh Reddy1-10/+573
2015-12-30be2net: fix VF link state transition from disabled to autoSuresh Reddy1-9/+26
2015-10-13be2net: remove vlan promisc capability from VF's profile descriptorsKalesh AP1-2/+8
2015-10-13be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmdSomnath Kotur1-3/+11
2015-10-13be2net: release mcc-lock in a failure case in be_cmd_notify_wait()Suresh Reddy1-2/+5
2015-09-05be2net: Revert "make the RX_FILTER command asynchronous" commitSathya Perla1-1/+1
2015-07-24be2net: support ndo_get_phys_port_id()Sriharsha Basavapatna1-1/+6
2015-07-10be2net: make SET_LOOPBACK_MODE cmd asynchrounousSuresh Reddy1-3/+20
2015-07-10be2net: make the RX_FILTER command asynchronousSuresh Reddy1-1/+1
2015-07-10be2net: return error status from be_mcc_notify()Suresh Reddy1-11/+28
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-37/+50
2015-06-07be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna1-37/+50
2015-05-14be2net: Support for OS2BMC.Venkata Duvvuru1-0/+19
2015-05-14be2net: Report a "link down" to the stack when a fatal error or fw reset happens.Venkata Duvvuru1-5/+5
2015-05-14be2net: Export board temperature using hwmon-sysfs interface.Venkata Duvvuru1-1/+3
2015-05-09be2net: update copyright year to 2015Vasundhara Volam1-1/+1
2015-05-09be2net: use be_virtfn() instead of !be_physfn()Kalesh AP1-2/+2
2015-05-09be2net: check for INSUFFICIENT_VLANS errorKalesh AP1-0/+1
2015-05-09be2net: add support for spoofchk settingKalesh AP1-2/+14
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+7
2015-03-20be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQsSuresh Reddy1-9/+5
2015-03-20be2net: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam1-1/+2
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-03-04be2net: implement .sriov_configure() PCI callbackVasundhara Volam1-3/+0
2015-03-04be2net: re-distribute SRIOV resources allowed by FWVasundhara Volam1-29/+79
2015-03-04be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam1-3/+0
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-02-23be2net: remove code duplication relating to Lancer reset sequenceSathya Perla1-71/+10
2015-02-23be2net: refactor function initalization sequence into be_func_init()Sathya Perla1-0/+4
2015-02-07be2net: process port misconfig async eventVasundhara Volam1-23/+96
2015-02-07be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla1-35/+19
2015-02-07be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam1-5/+13
2015-02-07be2net: move un-exported routines from be.h to respective src filesSathya Perla1-0/+18
2015-02-05be2net: fix sparse warningLad, Prabhakar1-1/+1
2015-01-24be2net: Fix TX rate limiting on Lancer/Skyhawk-R VFsKalesh AP1-0/+1
2015-01-24be2net: add a log message for POST timeout in LancerKalesh AP1-6/+11
2015-01-24be2net: fail VF link config change via ndo_set_vf_link_state() on BE3/LancerKalesh AP1-1/+1
2014-09-22be2net: fix alignment on line wrapKalesh AP1-4/+5
2014-09-22be2net: remove multiple assignments on a single lineKalesh AP1-4/+4
2014-09-22be2net: remove space after typecastsKalesh AP1-4/+4
2014-09-22be2net: remove unnecessary blank lines after an open braceKalesh AP1-3/+0
2014-09-22be2net: remove multiple blank linesKalesh AP1-1/+0
2014-09-22be2net: add blank line after declarationsKalesh AP1-0/+27
2014-09-22be2net: fix a sparse warning in be_cmd_modify_eqd()Kalesh AP1-2/+2
2014-09-13be2net: send a max of 8 EQs to be_cmd_modify_eqd() on LancerKalesh AP1-2/+21
2014-09-13be2net: fix port-type reporting in get_settingsRavikumar Nelavelli1-0/+25
2014-09-13be2net: add ethtool "-m" option supportMark Leonard1-0/+47
2014-09-13be2net: use v1 of SET_FLOW_CONTROL commandSuresh Reddy1-0/+5
2014-09-13be2net: replace strcpy with strlcpyVasundhara Volam1-4/+6