aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16bnxt_en: Add a new BNXT_FW_RESET_STATE_POLL_FW_DOWN state.Vasundhara Volam1-5/+43
2019-09-16bnxt_en: Don't proceed in .ndo_set_rx_mode() when device is not in open state.Michael Chan1-3/+5
2019-08-30bnxt_en: Fix compile error regression with CONFIG_BNXT_SRIOV not set.Michael Chan1-30/+52
2019-08-30bnxt_en: Add FW fatal devlink_health_reporter.Vasundhara Volam1-2/+78
2019-08-30bnxt_en: Add bnxt_fw_exception() to handle fatal firmware errors.Michael Chan1-0/+44
2019-08-30bnxt_en: Add RESET_FW state logic to bnxt_fw_reset_task().Michael Chan1-0/+64
2019-08-30bnxt_en: Do not send firmware messages if firmware is in error state.Michael Chan1-7/+11
2019-08-30bnxt_en: Retain user settings on a VF after RESET_NOTIFY event.Vasundhara Volam1-1/+1
2019-08-30bnxt_en: Add devlink health reset reporter.Vasundhara Volam1-0/+3
2019-08-30bnxt_en: Handle firmware reset.Michael Chan1-0/+150
2019-08-30bnxt_en: Handle RESET_NOTIFY async event from firmware.Michael Chan1-0/+11
2019-08-30bnxt_en: Add BNXT_STATE_IN_FW_RESET state.Michael Chan1-0/+20
2019-08-30bnxt_en: Enable health monitoring.Michael Chan1-2/+64
2019-08-30bnxt_en: Pre-map the firmware health monitoring registers.Michael Chan1-0/+29
2019-08-30bnxt_en: Discover firmware error recovery capabilities.Michael Chan1-0/+77
2019-08-30bnxt_en: Handle firmware reset status during IF_UP.Michael Chan1-20/+87
2019-08-30bnxt_en: Prepare bnxt_init_one() to be called multiple times.Michael Chan1-39/+87
2019-08-30bnxt_en: Suppress all error messages in hwrm_do_send_msg() in silent mode.Michael Chan1-10/+17
2019-08-30bnxt_en: Convert error code in firmware message response to standard code.Michael Chan1-24/+36
2019-08-30bnxt_en: Remove the -1 error return code from bnxt_hwrm_do_send_msg().Michael Chan1-3/+3
2019-08-24bnxt_en: Fix allocation of zero statistics block size regression.Michael Chan1-2/+1
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+25
2019-08-18bnxt_en: Improve RX doorbell sequence.Michael Chan1-3/+7
2019-08-18bnxt_en: Fix VNIC clearing logic for 57500 chips.Michael Chan1-8/+18
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-29bnxt_en: Add PCI IDs for 57500 series NPAR devices.Michael Chan1-0/+12
2019-07-29bnxt_en: Refactor bnxt_init_one() and turn on TPA support on 57500 chips.Michael Chan1-51/+65
2019-07-29bnxt_en: Allocate the larger per-ring statistics block for 57500 chips.Michael Chan1-2/+8
2019-07-29bnxt_en: Add hardware GRO setup function for 57500 chips.Michael Chan1-1/+32
2019-07-29bnxt_en: Add TPA ID mapping logic for 57500 chips.Michael Chan1-2/+44
2019-07-29bnxt_en: Add fast path logic for TPA on 57500 chips.Michael Chan1-25/+75
2019-07-29bnxt_en: Set TPA GRO mode flags on 57500 chips properly.Michael Chan1-3/+5
2019-07-29bnxt_en: Refactor tunneled hardware GRO logic.Michael Chan1-41/+28
2019-07-29bnxt_en: Handle standalone RX_AGG completions.Michael Chan1-2/+18
2019-07-29bnxt_en: Expand bnxt_tpa_info struct to support 57500 chips.Michael Chan1-6/+35
2019-07-29bnxt_en: Refactor TPA logic.Michael Chan1-48/+69
2019-07-25linux/dim: Fix overflow in dim calculationYamin Friedman1-1/+1
2019-07-23net: broadcom: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-07-18bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.Michael Chan1-2/+5
2019-07-15ethernet: remove redundant memsetFuqian Huang1-2/+0
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-21/+5
2019-07-09bnxt_en: Add page_pool_destroy() during RX ring cleanup.Michael Chan1-6/+2
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+13
2019-07-08bnxt_en: add page_pool supportAndy Gospodarek1-6/+41
2019-07-08bnxt_en: optimized XDP_REDIRECT supportAndy Gospodarek1-1/+26
2019-06-30bnxt_en: Fix statistics context reservation logic for RDMA driver.Michael Chan1-6/+11
2019-06-30bnxt_en: Disable bus master during PCI shutdown and driver unload.Michael Chan1-1/+2