summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_cmds.c
Commit message (Expand)AuthorAgeFilesLines
* be2net: support ethtool get-dump optionVenkat Duvvuru2015-12-301-25/+13Star
* be2net: fix port-res desc query of GET_PROFILE_CONFIG FW cmdSuresh Reddy2015-12-301-39/+46
* be2net: remove a line of code that has no effectSathya Perla2015-12-301-2/+1Star
* be2net: log digital signature errors while flashing FW imageSuresh Reddy2015-12-301-1/+13
* be2net: move FW flash cmd code to be_cmds.cSuresh Reddy2015-12-301-10/+573
* be2net: fix VF link state transition from disabled to autoSuresh Reddy2015-12-301-9/+26
* be2net: remove vlan promisc capability from VF's profile descriptorsKalesh AP2015-10-131-2/+8
* be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmdSomnath Kotur2015-10-131-3/+11
* be2net: release mcc-lock in a failure case in be_cmd_notify_wait()Suresh Reddy2015-10-131-2/+5
* be2net: Revert "make the RX_FILTER command asynchronous" commitSathya Perla2015-09-061-1/+1
* be2net: support ndo_get_phys_port_id()Sriharsha Basavapatna2015-07-251-1/+6
* be2net: make SET_LOOPBACK_MODE cmd asynchrounousSuresh Reddy2015-07-111-3/+20
* be2net: make the RX_FILTER command asynchronousSuresh Reddy2015-07-111-1/+1
* be2net: return error status from be_mcc_notify()Suresh Reddy2015-07-111-11/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-091-37/+50
|\
| * be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna2015-06-081-37/+50
* | be2net: Support for OS2BMC.Venkata Duvvuru2015-05-141-0/+19
* | be2net: Report a "link down" to the stack when a fatal error or fw reset happ...Venkata Duvvuru2015-05-141-5/+5
* | be2net: Export board temperature using hwmon-sysfs interface.Venkata Duvvuru2015-05-141-1/+3
* | be2net: update copyright year to 2015Vasundhara Volam2015-05-091-1/+1
* | be2net: use be_virtfn() instead of !be_physfn()Kalesh AP2015-05-091-2/+2
* | be2net: check for INSUFFICIENT_VLANS errorKalesh AP2015-05-091-0/+1
* | be2net: add support for spoofchk settingKalesh AP2015-05-091-2/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-10/+7Star
|\
| * be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQsSuresh Reddy2015-03-201-9/+5Star
| * be2net: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam2015-03-201-1/+2
* | ethernet: codespell comment spelling fixesJoe Perches2015-03-091-1/+1
* | be2net: implement .sriov_configure() PCI callbackVasundhara Volam2015-03-041-3/+0Star
* | 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/+0Star
* | 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/+10Star
* | be2net: refactor function initalization sequence into be_func_init()Sathya Perla2015-02-231-0/+4
|/
* be2net: process port misconfig async eventVasundhara Volam2015-02-081-23/+96
* be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla2015-02-081-35/+19Star
* be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam2015-02-081-5/+13
* be2net: move un-exported routines from be.h to respective src filesSathya Perla2015-02-081-0/+18
* be2net: fix sparse warningLad, Prabhakar2015-02-061-1/+1
* be2net: Fix TX rate limiting on Lancer/Skyhawk-R VFsKalesh AP2015-01-251-0/+1
* be2net: add a log message for POST timeout in LancerKalesh AP2015-01-251-6/+11
* be2net: fail VF link config change via ndo_set_vf_link_state() on BE3/LancerKalesh AP2015-01-251-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/+0Star
* be2net: remove multiple blank linesKalesh AP2014-09-221-1/+0Star
* 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