aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_devlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18bnxt_en: Return proper error code for non-existent NVM variableVasundhara Volam1-1/+8
2019-11-18bnxt_en: Report health status update after reset is doneVasundhara Volam1-0/+21
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-45/+67
2019-10-22bnxt_en: Minor formatting changes in FW devlink_health_reporterVasundhara Volam1-11/+6
2019-10-22bnxt_en: Fix devlink NVRAM related byte order related issues.Michael Chan1-27/+54
2019-10-22bnxt_en: Fix the size of devlink MSIX parameters.Vasundhara Volam1-14/+14
2019-10-11devlink: propagate extack down to health reporter opsJiri Pirko1-3/+6
2019-08-30bnxt_en: Add FW fatal devlink_health_reporter.Vasundhara Volam1-0/+56
2019-08-30bnxt_en: Add devlink health reset reporter.Vasundhara Volam1-0/+52
2019-08-30bnxt_en: Add new FW devlink_health_reporterVasundhara Volam1-0/+81
2019-08-30bnxt_en: Convert error code in firmware message response to standard code.Michael Chan1-6/+2
2019-08-18bnxt_en: Suppress HWRM errors for HWRM_NVM_GET_VARIABLE commandVasundhara Volam1-3/+6
2019-04-04bnxt: pass switch ID through devlink_port_attrs_set()Jiri Pirko1-1/+2
2019-04-04net: devlink: extend port attrs for switch IDJiri Pirko1-1/+1
2019-03-24bnxt: set devlink port type after registrationJiri Pirko1-1/+1
2019-03-24bnxt: call devlink_port_type_eth_set() before port registerJiri Pirko1-1/+1
2019-03-24bnxt: set devlink port attrs properlyJiri Pirko1-0/+2
2019-03-24bnxt: add missing net/devlink.h includeJiri Pirko1-0/+1
2019-02-12Revert "devlink: Add a generic wake_on_lan port parameter"Vasundhara Volam1-18/+1
2019-02-08devlink: publish params only after driver init is doneJiri Pirko1-0/+3
2019-01-29bnxt_en: Add bnxt_en initial port params table and register itVasundhara Volam1-1/+42
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-10-07bnxt_en: Remove unnecessary unsigned integer comparison and initialize variableGustavo A. R. Silva1-2/+2
2018-10-04bnxt_en: Add a driver specific gre_ver_check devlink parameter.Vasundhara Volam1-1/+23
2018-10-04bnxt_en: Use msix_vec_per_pf_max and msix_vec_per_pf_min devlink params.Vasundhara Volam1-2/+48
2018-10-04bnxt_en: return proper error when FW returns HWRM_ERR_CODE_RESOURCE_ACCESS_DENIEDVasundhara Volam1-1/+5
2018-10-04bnxt_en: Use ignore_ari devlink parameterVasundhara Volam1-0/+6
2018-09-18net: bnxt: Fix a uninitialized variable warning.zhong jiang1-0/+3
2018-08-05bnxt_en: Update firmware interface version to 1.9.2.25.Michael Chan1-4/+4
2018-07-05bnxt_en: Add bnxt_en initial params table and register it.Vasundhara Volam1-9/+112
2017-10-28bnxt_en: add support for Flower based vxlan encap/decap offloadSathya Perla1-1/+1
2017-10-21bnxt: Move generic devlink code to new fileSteve Lin1-0/+65