aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-08bnxt_en: Call devlink_port_type_clear() in remove()Vasundhara Volam1-0/+2
2020-03-08bnxt_en: Return -EAGAIN if fw command returns BUSYVasundhara Volam1-0/+1
2020-03-08bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.Vasundhara Volam1-18/+11
2020-03-08bnxt_en: Remove unnecessary assignment of return codeVasundhara Volam1-25/+12
2020-03-08bnxt_en: Clear DCB settings after firmware reset.Michael Chan1-0/+1
2020-03-08bnxt_en: Process the NQ under NAPI continuous polling.Michael Chan1-9/+4
2020-03-08bnxt_en: Simplify __bnxt_poll_cqs_done().Michael Chan1-8/+7
2020-03-08bnxt_en: Handle all NQ notifications in bnxt_poll_p5().Michael Chan1-3/+4
2020-03-05bnxt_en: Use pci_get_dsn()Jacob Keller1-10/+6
2020-03-03net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky1-8/+0
2020-02-26bnxt_en: add newline to netdev_*() format stringsJonathan Lemon1-2/+2
2020-02-20bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs.Vasundhara Volam1-0/+8
2020-02-20bnxt_en: Improve device shutdown method.Vasundhara Volam1-2/+2
2020-02-03bnxt_en: Fix TC queue mapping.Michael Chan1-1/+1
2020-02-03bnxt_en: Fix logic that disables Bus Master during firmware reset.Vasundhara Volam1-4/+7
2020-02-03bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset.Michael Chan1-2/+5
2020-02-03bnxt_en: Refactor logic to re-enable SRIOV after firmware reset detected.Michael Chan1-7/+12
2020-01-27bnxt_en: Rename switch_id to dsnVasundhara Volam1-3/+3
2020-01-27bnxt_en: Move devlink_register before registering netdevVasundhara Volam1-4/+8
2020-01-27bnxt_en: Disable workaround for lost interrupts on 575XX B0 and newer chips.Michael Chan1-1/+3
2020-01-27bnxt_en: Periodically check and remove aged-out ntuple filtersPavan Chebbi1-0/+7
2020-01-27bnxt_en: Do not accept fragments for aRFS flow steering.Michael Chan1-2/+4
2020-01-27bnxt_en: Support UDP RSS hashing on 575XX chips.Michael Chan1-1/+1
2020-01-27bnxt_en: Remove the setting of dev_port.Michael Chan1-1/+0
2020-01-27bnxt_en: Improve bnxt_probe_phy().Michael Chan1-3/+3
2020-01-27bnxt_en: Improve link up detection.Michael Chan1-1/+1
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+20
2020-01-18bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal.Michael Chan1-4/+3
2020-01-18bnxt_en: Fix ipv6 RFS filter matching logic.Michael Chan1-5/+17
2020-01-10bnxt: Detach page from page pool before sending up the stackJonathan Lemon1-0/+1
2020-01-08bnxt_en: Call recovery done after reset is successfully doneVikas Gupta1-0/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-20/+43
2019-12-13bnxt: apply computed clamp value for coalece parameterJonathan Lemon1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-10bnxt_en: Add missing devlink health reporters for VFs.Vasundhara Volam1-8/+5
2019-12-10bnxt_en: Fix the logic that creates the health reporters.Vasundhara Volam1-1/+10
2019-12-10bnxt_en: Remove unnecessary NULL checks for fw_healthVasundhara Volam1-4/+2
2019-12-10bnxt_en: Fix bp->fw_health allocation and free logic.Vasundhara Volam1-10/+26
2019-12-10bnxt_en: Free context memory in the open path if firmware has been reset.Michael Chan1-0/+3
2019-11-24bnxt_en: Allow PHY settings on multi-function or NPAR PFs if allowed by FW.Michael Chan1-1/+5
2019-11-24bnxt_en: Add async. event logic for PHY configuration changes.Michael Chan1-0/+10
2019-11-24bnxt_en: Refactor the initialization of the ethtool link settings.Michael Chan1-20/+26
2019-11-24bnxt_en: Skip disabling autoneg before PHY loopback when appropriate.Michael Chan1-1/+6
2019-11-24bnxt_en: Initialize context memory to the value specified by firmware.Michael Chan1-9/+17
2019-11-24bnxt_en: Fix suspend/resume path on 57500 chipsVasundhara Volam1-0/+14
2019-11-24bnxt_en: Send FUNC_RESOURCE_QCAPS command in bnxt_resume()Vasundhara Volam1-2/+10
2019-11-24bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw command.Vasundhara Volam1-43/+31
2019-11-24bnxt_en: Do driver unregister cleanup in bnxt_init_one() failure path.Vasundhara Volam1-3/+10
2019-11-24bnxt_en: Disable/enable Bus master during suspend/resume.Michael Chan1-0/+8
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-7/+2