summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/emulex/benet/be_cmds.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-08emulex/benet: clean up some inconsistent indentingJiapeng Chong1-13/+14
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-6/+6
2022-07-19be2net: Fix buffer overflow in be_get_module_eepromHristo Venev1-5/+5
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-06-25Revert "be2net: disable bh with spin_lock in be_process_mcc"Petr Oros1-2/+4
2019-09-07be2net: make two arrays static const, makes object smallerColin Ian King1-2/+2
2019-08-06be2net: disable bh with spin_lock in be_process_mccDenis Kirjanov1-4/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338Thomas Gleixner1-5/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-34/+34
2018-09-05be2net: Fix memory leak in be_cmd_get_profile_config()Petr Oros1-1/+1
2018-02-28emulex/benet: Constify *be_misconfig_evt_port_state[]HernĂ¡n Gonzalez1-1/+1
2018-01-09be2net: use ARRAY_SIZE for array sizing calculation on array cmd_priv_mapColin Ian King1-1/+1
2017-03-31be2net: Fix endian issue in logical link config commandSuresh Reddy1-3/+6
2017-01-16be2net: fix status check in be_cmd_pmac_add()Ivan Vecera1-1/+1
2016-12-06be2net: Add DEVSEC privilege to SET_HSW_CONFIG command.Venkat Duvvuru1-1/+2
2016-10-09be2net: Enable VF link state setting for BE3Suresh Reddy1-1/+1
2016-10-09be2net: NCSI FW section should be properly updated with ethtool for BE3Sriharsha Basavapatna1-1/+23
2016-10-09be2net: Provide an alternate way to read pf_num for BEx chipsSriharsha Basavapatna1-0/+5
2016-09-20be2net: mark symbols static where possibleBaoyou Xie1-4/+5
2016-09-08be2net: Add privilege level check for OPCODE_COMMON_GET_EXT_FAT_CAPABILITIES ...Somnath Kotur1-2/+11
2016-09-08be2net: Support UE recovery in BEx/Skyhawk adaptersSriharsha Basavapatna1-1/+52
2016-08-09be2net: replace polling with sleeping in the FW completion pathSathya Perla1-101/+101
2016-06-27be2net: Change copyright markings in source filesSomnath Kotur1-1/+1
2016-06-27be2net: Fix broadcast echoes from EVB in BE3Somnath Kotur1-1/+10
2016-06-08be2net: Fix provisioning of RSS for VFs in multi-partition configurationsSomnath Kotur1-2/+50
2016-06-08be2net: Enable Wake-On-LAN from shutdown for SkyhawkSriharsha Basavapatna1-1/+4
2016-06-08be2net: use max-TXQs limit too while provisioning VF queue pairsSuresh Reddy1-70/+20
2016-02-24be2net: Declare some u16 fields as u32 to improve performanceajit.khaparde@broadcom.com1-1/+1
2016-02-11be2net: Interpret and log new data that's added to the port misconfigure asyn...Ajit Khaparde1-21/+61
2016-02-11be2net: Request RSS capability of Rx interface depending on number of Rx ringsAjit Khaparde1-14/+5
2016-02-07be2net: Don't run ethtool self-tests for VFsSomnath Kotur1-1/+28
2016-02-07be2net: check for INSUFFICIENT_PRIVILEGES errorSuresh Reddy1-1/+2
2015-12-31be2net: support ethtool get-dump optionVenkat Duvvuru1-25/+13
2015-12-31be2net: fix port-res desc query of GET_PROFILE_CONFIG FW cmdSuresh Reddy1-39/+46
2015-12-31be2net: remove a line of code that has no effectSathya Perla1-2/+1
2015-12-31be2net: log digital signature errors while flashing FW imageSuresh Reddy1-1/+13
2015-12-31be2net: move FW flash cmd code to be_cmds.cSuresh Reddy1-10/+573
2015-12-31be2net: 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-06be2net: Revert "make the RX_FILTER command asynchronous" commitSathya Perla1-1/+1
2015-07-25be2net: support ndo_get_phys_port_id()Sriharsha Basavapatna1-1/+6
2015-07-11be2net: make SET_LOOPBACK_MODE cmd asynchrounousSuresh Reddy1-3/+20
2015-07-11be2net: make the RX_FILTER command asynchronousSuresh Reddy1-1/+1
2015-07-11be2net: return error status from be_mcc_notify()Suresh Reddy1-11/+28
2015-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-37/+50
2015-06-08be2net: 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 happ...Venkata Duvvuru1-5/+5