aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16bnxt_en: Add a new BNXT_FW_RESET_STATE_POLL_FW_DOWN state.Vasundhara Volam1-0/+3
2019-09-16bnxt_en: Increase timeout for HWRM_DBG_COREDUMP_XX commandsVasundhara Volam1-0/+1
2019-08-30bnxt_en: Add FW fatal devlink_health_reporter.Vasundhara Volam1-0/+7
2019-08-30bnxt_en: Add bnxt_fw_exception() to handle fatal firmware errors.Michael Chan1-0/+1
2019-08-30bnxt_en: Do not send firmware messages if firmware is in error state.Michael Chan1-0/+1
2019-08-30bnxt_en: Add devlink health reset reporter.Vasundhara Volam1-0/+5
2019-08-30bnxt_en: Handle firmware reset.Michael Chan1-0/+11
2019-08-30bnxt_en: Handle RESET_NOTIFY async event from firmware.Michael Chan1-0/+7
2019-08-30bnxt_en: Add new FW devlink_health_reporterVasundhara Volam1-0/+3
2019-08-30bnxt_en: Add BNXT_STATE_IN_FW_RESET state.Michael Chan1-0/+1
2019-08-30bnxt_en: Enable health monitoring.Michael Chan1-0/+9
2019-08-30bnxt_en: Pre-map the firmware health monitoring registers.Michael Chan1-0/+6
2019-08-30bnxt_en: Discover firmware error recovery capabilities.Michael Chan1-0/+38
2019-08-30bnxt_en: Handle firmware reset status during IF_UP.Michael Chan1-0/+2
2019-08-10bnxt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-1/+0
2019-07-29bnxt_en: Support all variants of the 5750X chip family.Michael Chan1-2/+6
2019-07-29bnxt_en: Refactor bnxt_init_one() and turn on TPA support on 57500 chips.Michael Chan1-2/+2
2019-07-29bnxt_en: Allocate the larger per-ring statistics block for 57500 chips.Michael Chan1-0/+1
2019-07-29bnxt_en: Add TPA ID mapping logic for 57500 chips.Michael Chan1-0/+9
2019-07-29bnxt_en: Expand bnxt_tpa_info struct to support 57500 chips.Michael Chan1-0/+6
2019-07-29bnxt_en: Add TPA structure definitions for BCM57500 chips.Michael Chan1-0/+67
2019-07-08bnxt_en: add page_pool supportAndy Gospodarek1-0/+3
2019-07-08bnxt_en: optimized XDP_REDIRECT supportAndy Gospodarek1-4/+9
2019-07-08bnxt_en: Refactor __bnxt_xmit_xdp().Michael Chan1-0/+1
2019-06-27Merge tag 'blk-dim-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-2/+2
2019-06-25linux/dim: Move implementation to .c filesTal Gilboa1-1/+1
2019-06-25linux/dim: Rename externally used net_dim membersTal Gilboa1-1/+1
2019-05-22bnxt_en: Reduce memory usage when running in kdump kernel.Michael Chan1-1/+3
2019-05-22bnxt_en: Fix possible BUG() condition when calling pci_disable_msix().Michael Chan1-1/+1
2019-05-05bnxt_en: Query firmware capability to support aRFS on 57500 chips.Michael Chan1-0/+2
2019-05-05bnxt_en: Separate RDMA MR/AH context allocation.Devesh Sharma1-0/+1
2019-05-05bnxt_en: Read package version from firmware.Vasundhara Volam1-0/+1
2019-05-05bnxt_en: Check new firmware capability to display extended stats.Vasundhara Volam1-0/+1
2019-05-05bnxt_en: Add support for PCIe statisticsVasundhara Volam1-0/+7
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-02-22bnxt_en: Wait longer for the firmware message response to complete.Michael Chan1-1/+1
2019-02-19bnxt_en: Propagate trusted VF attribute to firmware.Michael Chan1-0/+2
2019-02-06bnxt: Implement ndo_get_port_parent_id()Florian Fainelli1-2/+2
2019-01-29bnxt_en: Add bnxt_en initial port params table and register itVasundhara Volam1-0/+1
2018-12-20bnxt_en: Support for 64-bit flow handle.Venkat Duvvuru1-0/+1
2018-12-20bnxt_en: Increase context memory allocations on 57500 chips for RDMA.Michael Chan1-0/+2
2018-12-20bnxt_en: Add Level 2 context memory paging support.Michael Chan1-0/+3
2018-12-20bnxt_en: Enhance bnxt_alloc_ring()/bnxt_free_ring().Michael Chan1-1/+4
2018-12-20bnxt_en: Add support for 2nd firmware message channel.Venkat Duvvuru1-8/+65
2018-12-20bnxt_en: Introduce bnxt_get_hwrm_resp_addr & bnxt_get_hwrm_seq_id routines.Venkat Duvvuru1-0/+13
2018-12-20bnxt_en: Use macros for firmware message doorbell offsets.Venkat Duvvuru1-3/+5
2018-12-20bnxt_en: Set hwrm_intr_seq_id value to its inverted value.Venkat Duvvuru1-2/+1
2018-12-17bnxt_en: Save ring statistics before reset.Michael Chan1-0/+1
2018-12-17bnxt_en: Add ethtool -S priority counters.Michael Chan1-0/+2
2018-12-17bnxt_en: Add SR-IOV support for 57500 chips.Michael Chan1-0/+1