summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)Author
2020-01-18bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal.Michael Chan
2020-01-18bnxt_en: Fix ipv6 RFS filter matching logic.Michael Chan
2019-12-13bnxt: apply computed clamp value for coalece parameterJonathan Lemon
2019-12-10bnxt_en: Add missing devlink health reporters for VFs.Vasundhara Volam
2019-12-10bnxt_en: Fix the logic that creates the health reporters.Vasundhara Volam
2019-12-10bnxt_en: Remove unnecessary NULL checks for fw_healthVasundhara Volam
2019-12-10bnxt_en: Fix bp->fw_health allocation and free logic.Vasundhara Volam
2019-12-10bnxt_en: Free context memory in the open path if firmware has been reset.Michael Chan
2019-11-24bnxt_en: Allow PHY settings on multi-function or NPAR PFs if allowed by FW.Michael Chan
2019-11-24bnxt_en: Add async. event logic for PHY configuration changes.Michael Chan
2019-11-24bnxt_en: Refactor the initialization of the ethtool link settings.Michael Chan
2019-11-24bnxt_en: Skip disabling autoneg before PHY loopback when appropriate.Michael Chan
2019-11-24bnxt_en: Initialize context memory to the value specified by firmware.Michael Chan
2019-11-24bnxt_en: Fix suspend/resume path on 57500 chipsVasundhara Volam
2019-11-24bnxt_en: Send FUNC_RESOURCE_QCAPS command in bnxt_resume()Vasundhara Volam
2019-11-24bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw command.Vasundhara Volam
2019-11-24bnxt_en: Do driver unregister cleanup in bnxt_init_one() failure path.Vasundhara Volam
2019-11-24bnxt_en: Disable/enable Bus master during suspend/resume.Michael Chan
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-18bnxt_en: Abort waiting for firmware response if there is no heartbeat.Pavan Chebbi
2019-11-18bnxt_en: Add a warning message for driver initiated resetVasundhara Volam
2019-11-18bnxt_en: Report health status update after reset is doneVasundhara Volam
2019-11-18bnxt_en: Set MASTER flag during driver registration.Vasundhara Volam
2019-11-18bnxt_en: Extend ETHTOOL_RESET to hot reset driver.Vasundhara Volam
2019-11-18bnxt_en: Improve RX buffer error handling.Michael Chan
2019-11-18bnxt_en: Update firmware interface spec to 1.10.1.12.Michael Chan
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-31bnxt_en: Call bnxt_ulp_stop()/bnxt_ulp_start() during suspend/resume.Pavan Chebbi
2019-10-31bnxt_en: Call bnxt_ulp_stop()/bnxt_ulp_start() during error recovery.Vasundhara Volam
2019-10-31bnxt_en: Improve bnxt_ulp_stop()/bnxt_ulp_start() call sequence.Vasundhara Volam
2019-10-31bnxt_en: flow_offload: offload tunnel decap rules via indirect callbacksSriharsha Basavapatna
2019-10-31bnxt_en: Add support to invoke OP-TEE API to reset firmwareVasundhara Volam
2019-10-29broadcom: bnxt: Fix use true/false for boolSaurav Girepunje
2019-10-22bnxt_en: Avoid disabling pci device in bnxt_remove_one() for already disabled...Vasundhara Volam
2019-10-22bnxt_en: Adjust the time to wait before polling firmware readiness.Vasundhara Volam
2019-09-16bnxt_en: Add a new BNXT_FW_RESET_STATE_POLL_FW_DOWN state.Vasundhara Volam
2019-09-16bnxt_en: Don't proceed in .ndo_set_rx_mode() when device is not in open state.Michael Chan
2019-08-30bnxt_en: Fix compile error regression with CONFIG_BNXT_SRIOV not set.Michael Chan
2019-08-30bnxt_en: Add FW fatal devlink_health_reporter.Vasundhara Volam
2019-08-30bnxt_en: Add bnxt_fw_exception() to handle fatal firmware errors.Michael Chan
2019-08-30bnxt_en: Add RESET_FW state logic to bnxt_fw_reset_task().Michael Chan
2019-08-30bnxt_en: Do not send firmware messages if firmware is in error state.Michael Chan
2019-08-30bnxt_en: Retain user settings on a VF after RESET_NOTIFY event.Vasundhara Volam
2019-08-30bnxt_en: Add devlink health reset reporter.Vasundhara Volam
2019-08-30bnxt_en: Handle firmware reset.Michael Chan
2019-08-30bnxt_en: Handle RESET_NOTIFY async event from firmware.Michael Chan
2019-08-30bnxt_en: Add BNXT_STATE_IN_FW_RESET state.Michael Chan
2019-08-30bnxt_en: Enable health monitoring.Michael Chan
2019-08-30bnxt_en: Pre-map the firmware health monitoring registers.Michael Chan