summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_cmds.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338Thomas Gleixner2019-06-051-5/+1Star
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-34/+34
* be2net: Fix memory leak in be_cmd_get_profile_config()Petr Oros2018-09-051-1/+1
* emulex/benet: Constify *be_misconfig_evt_port_state[]HernĂ¡n Gonzalez2018-02-281-1/+1
* be2net: use ARRAY_SIZE for array sizing calculation on array cmd_priv_mapColin Ian King2018-01-091-1/+1
* be2net: Fix endian issue in logical link config commandSuresh Reddy2017-03-311-3/+6
* be2net: fix status check in be_cmd_pmac_add()Ivan Vecera2017-01-161-1/+1
* be2net: Add DEVSEC privilege to SET_HSW_CONFIG command.Venkat Duvvuru2016-12-061-1/+2
* be2net: Enable VF link state setting for BE3Suresh Reddy2016-10-091-1/+1
* be2net: NCSI FW section should be properly updated with ethtool for BE3Sriharsha Basavapatna2016-10-091-1/+23
* be2net: Provide an alternate way to read pf_num for BEx chipsSriharsha Basavapatna2016-10-091-0/+5
* be2net: mark symbols static where possibleBaoyou Xie2016-09-201-4/+5
* be2net: Add privilege level check for OPCODE_COMMON_GET_EXT_FAT_CAPABILITIES ...Somnath Kotur2016-09-081-2/+11
* be2net: Support UE recovery in BEx/Skyhawk adaptersSriharsha Basavapatna2016-09-081-1/+52
* be2net: replace polling with sleeping in the FW completion pathSathya Perla2016-08-091-101/+101
* be2net: Change copyright markings in source filesSomnath Kotur2016-06-271-1/+1
* be2net: Fix broadcast echoes from EVB in BE3Somnath Kotur2016-06-271-1/+10
* be2net: Fix provisioning of RSS for VFs in multi-partition configurationsSomnath Kotur2016-06-081-2/+50
* be2net: Enable Wake-On-LAN from shutdown for SkyhawkSriharsha Basavapatna2016-06-081-1/+4
* be2net: use max-TXQs limit too while provisioning VF queue pairsSuresh Reddy2016-06-081-70/+20Star
* be2net: Declare some u16 fields as u32 to improve performanceajit.khaparde@broadcom.com2016-02-241-1/+1
* be2net: Interpret and log new data that's added to the port misconfigure asyn...Ajit Khaparde2016-02-111-21/+61
* be2net: Request RSS capability of Rx interface depending on number of Rx ringsAjit Khaparde2016-02-111-14/+5Star
* be2net: Don't run ethtool self-tests for VFsSomnath Kotur2016-02-071-1/+28
* be2net: check for INSUFFICIENT_PRIVILEGES errorSuresh Reddy2016-02-071-1/+2
* 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