summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_cmds.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338Thomas Gleixner2019-06-051-5/+1Star
* emulex/benet: Constify *be_misconfig_evt_port_state[]HernĂ¡n Gonzalez2018-02-281-1/+1
* be2net: Provide an alternate way to read pf_num for BEx chipsSriharsha Basavapatna2016-10-091-1/+5
* be2net: Add privilege level check for OPCODE_COMMON_GET_EXT_FAT_CAPABILITIES ...Somnath Kotur2016-09-081-2/+2
* be2net: Support UE recovery in BEx/Skyhawk adaptersSriharsha Basavapatna2016-09-081-1/+40
* be2net: Change copyright markings in source filesSomnath Kotur2016-06-271-1/+1
* be2net: Fix provisioning of RSS for VFs in multi-partition configurationsSomnath Kotur2016-06-081-1/+7
* be2net: Enable Wake-On-LAN from shutdown for SkyhawkSriharsha Basavapatna2016-06-081-1/+3
* be2net: use max-TXQs limit too while provisioning VF queue pairsSuresh Reddy2016-06-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-3/+6
|\
| * be2net: don't enable multicast flag in be_enable_if_filters() routineVenkat Duvvuru2016-03-031-3/+6
* | be2net: Interpret and log new data that's added to the port misconfigure asyn...Ajit Khaparde2016-02-111-1/+44
* | be2net: check for INSUFFICIENT_PRIVILEGES errorSuresh Reddy2016-02-071-1/+2
|/
* be2net: support ethtool get-dump optionVenkat Duvvuru2015-12-301-2/+2
* be2net: fix port-res desc query of GET_PROFILE_CONFIG FW cmdSuresh Reddy2015-12-301-8/+3Star
* be2net: log digital signature errors while flashing FW imageSuresh Reddy2015-12-301-1/+3
* be2net: move FW flash cmd code to be_cmds.cSuresh Reddy2015-12-301-10/+5Star
* be2net: cleanup FW flash image related macro definesSuresh Reddy2015-12-301-62/+79
* be2net: fix VF link state transition from disabled to autoSuresh Reddy2015-12-301-1/+2
* be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmdSomnath Kotur2015-10-131-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-141-0/+5
|\
| * be2net: enable IFACE filters only after creating RXQsKalesh AP2015-08-071-0/+5
* | be2net: support ndo_get_phys_port_id()Sriharsha Basavapatna2015-07-251-3/+5
* | be2net: make SET_LOOPBACK_MODE cmd asynchrounousSuresh Reddy2015-07-111-0/+2
* | be2net: query FW to check if EVB is enabledKalesh Purayil2015-07-111-0/+1
|/
* be2net: Support for OS2BMC.Venkata Duvvuru2015-05-141-0/+17
* be2net: update copyright year to 2015Vasundhara Volam2015-05-091-1/+1
* be2net: simplify UFI compatibility checkingVasundhara Volam2015-05-091-4/+0Star
* be2net: check for INSUFFICIENT_VLANS errorKalesh AP2015-05-091-1/+2
* be2net: add support for spoofchk settingKalesh AP2015-05-091-8/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-1/+1
|\
| * be2net: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam2015-03-201-1/+1
* | be2net: re-distribute SRIOV resources allowed by FWVasundhara Volam2015-03-041-4/+14
* | be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam2015-03-041-2/+3
|/
* be2net: process port misconfig async eventVasundhara Volam2015-02-081-1/+15
* be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla2015-02-081-0/+4
* be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam2015-02-081-2/+4
* be2net: avoid flashing SH-B0 UFI image on SH-P2 chipVasundhara Volam2015-02-081-0/+1
* be2net: refactor code that checks flash file compatibilityVasundhara Volam2015-02-081-0/+8
* be2net: replace (1 << x) with BIT(x)Vasundhara Volam2015-02-081-4/+4
* be2net: move definitions related to FW cmdsfrom be_hw.h to be_cmds.hVasundhara Volam2015-01-251-0/+175
* be2net: add speed reporting for 20G-KR interfaceVasundhara Volam2014-09-221-0/+1
* be2net: fix sparse warnings in be_cmd_req_port_type{}Suresh Reddy2014-09-221-2/+2
* be2net: fix port-type reporting in get_settingsRavikumar Nelavelli2014-09-131-1/+14
* be2net: add ethtool "-m" option supportMark Leonard2014-09-131-18/+7Star
* be2net: use v1 of SET_FLOW_CONTROL commandSuresh Reddy2014-09-131-1/+2
* be2net: make be_cmd_get_regs() return a statusVasundhara Volam2014-09-021-1/+1
* be2net: support deleting FW dump via ethtool (only for Lancer)Kalesh AP2014-08-031-0/+10
* be2net: remove unused structures in be_cmds.hKalesh AP2014-07-181-29/+0Star
* be2net: reduce arguments passed to FW-cmd routinesKalesh AP2014-07-181-4/+2Star