aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_cmds.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-19be2net: Fix buffer overflow in be_get_module_eepromHristo Venev1-1/+1
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338Thomas Gleixner1-5/+1
2018-02-28emulex/benet: Constify *be_misconfig_evt_port_state[]HernĂ¡n Gonzalez1-1/+1
2016-10-09be2net: Provide an alternate way to read pf_num for BEx chipsSriharsha Basavapatna1-1/+5
2016-09-07be2net: Add privilege level check for OPCODE_COMMON_GET_EXT_FAT_CAPABILITIES SLI cmd.Somnath Kotur1-2/+2
2016-09-07be2net: Support UE recovery in BEx/Skyhawk adaptersSriharsha Basavapatna1-1/+40
2016-06-27be2net: Change copyright markings in source filesSomnath Kotur1-1/+1
2016-06-07be2net: Fix provisioning of RSS for VFs in multi-partition configurationsSomnath Kotur1-1/+7
2016-06-07be2net: Enable Wake-On-LAN from shutdown for SkyhawkSriharsha Basavapatna1-1/+3
2016-06-07be2net: use max-TXQs limit too while provisioning VF queue pairsSuresh Reddy1-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2016-03-03be2net: don't enable multicast flag in be_enable_if_filters() routineVenkat Duvvuru1-3/+6
2016-02-11be2net: Interpret and log new data that's added to the port misconfigure async eventAjit Khaparde1-1/+44
2016-02-07be2net: check for INSUFFICIENT_PRIVILEGES errorSuresh Reddy1-1/+2
2015-12-30be2net: support ethtool get-dump optionVenkat Duvvuru1-2/+2
2015-12-30be2net: fix port-res desc query of GET_PROFILE_CONFIG FW cmdSuresh Reddy1-8/+3
2015-12-30be2net: log digital signature errors while flashing FW imageSuresh Reddy1-1/+3
2015-12-30be2net: move FW flash cmd code to be_cmds.cSuresh Reddy1-10/+5
2015-12-30be2net: cleanup FW flash image related macro definesSuresh Reddy1-62/+79
2015-12-30be2net: fix VF link state transition from disabled to autoSuresh Reddy1-1/+2
2015-10-13be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmdSomnath Kotur1-2/+8
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2015-08-07be2net: enable IFACE filters only after creating RXQsKalesh AP1-0/+5
2015-07-24be2net: support ndo_get_phys_port_id()Sriharsha Basavapatna1-3/+5
2015-07-10be2net: make SET_LOOPBACK_MODE cmd asynchrounousSuresh Reddy1-0/+2
2015-07-10be2net: query FW to check if EVB is enabledKalesh Purayil1-0/+1
2015-05-14be2net: Support for OS2BMC.Venkata Duvvuru1-0/+17
2015-05-09be2net: update copyright year to 2015Vasundhara Volam1-1/+1
2015-05-09be2net: simplify UFI compatibility checkingVasundhara Volam1-4/+0
2015-05-09be2net: check for INSUFFICIENT_VLANS errorKalesh AP1-1/+2
2015-05-09be2net: add support for spoofchk settingKalesh AP1-8/+16
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-03-20be2net: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam1-1/+1
2015-03-04be2net: re-distribute SRIOV resources allowed by FWVasundhara Volam1-4/+14
2015-03-04be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam1-2/+3
2015-02-07be2net: process port misconfig async eventVasundhara Volam1-1/+15
2015-02-07be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla1-0/+4
2015-02-07be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam1-2/+4
2015-02-07be2net: avoid flashing SH-B0 UFI image on SH-P2 chipVasundhara Volam1-0/+1
2015-02-07be2net: refactor code that checks flash file compatibilityVasundhara Volam1-0/+8
2015-02-07be2net: replace (1 << x) with BIT(x)Vasundhara Volam1-4/+4
2015-01-24be2net: move definitions related to FW cmdsfrom be_hw.h to be_cmds.hVasundhara Volam1-0/+175
2014-09-22be2net: add speed reporting for 20G-KR interfaceVasundhara Volam1-0/+1
2014-09-22be2net: fix sparse warnings in be_cmd_req_port_type{}Suresh Reddy1-2/+2
2014-09-13be2net: fix port-type reporting in get_settingsRavikumar Nelavelli1-1/+14
2014-09-13be2net: add ethtool "-m" option supportMark Leonard1-18/+7
2014-09-13be2net: use v1 of SET_FLOW_CONTROL commandSuresh Reddy1-1/+2
2014-09-02be2net: make be_cmd_get_regs() return a statusVasundhara Volam1-1/+1
2014-08-02be2net: support deleting FW dump via ethtool (only for Lancer)Kalesh AP1-0/+10