summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Avoid disabling pci device in bnxt_remove_one() for already disabled...Vasundhara Volam2019-10-221-1/+2
* bnxt_en: Minor formatting changes in FW devlink_health_reporterVasundhara Volam2019-10-221-11/+6
* bnxt_en: Adjust the time to wait before polling firmware readiness.Vasundhara Volam2019-10-221-5/+2
* bnxt_en: Fix devlink NVRAM related byte order related issues.Michael Chan2019-10-221-27/+54
* bnxt_en: Fix the size of devlink MSIX parameters.Vasundhara Volam2019-10-222-15/+16
* bnxt_en: Add a new BNXT_FW_RESET_STATE_POLL_FW_DOWN state.Vasundhara Volam2019-09-162-5/+46
* bnxt_en: Update firmware interface spec. to 1.10.0.100.Michael Chan2019-09-161-43/+103
* bnxt_en: Increase timeout for HWRM_DBG_COREDUMP_XX commandsVasundhara Volam2019-09-162-1/+2
* bnxt_en: Don't proceed in .ndo_set_rx_mode() when device is not in open state.Michael Chan2019-09-161-3/+5
* bnxt_en: Fix compile error regression with CONFIG_BNXT_SRIOV not set.Michael Chan2019-08-301-30/+52
* bnxt_en: Add FW fatal devlink_health_reporter.Vasundhara Volam2019-08-303-2/+141
* bnxt_en: Add bnxt_fw_exception() to handle fatal firmware errors.Michael Chan2019-08-302-0/+45
* bnxt_en: Add RESET_FW state logic to bnxt_fw_reset_task().Michael Chan2019-08-301-0/+64
* bnxt_en: Do not send firmware messages if firmware is in error state.Michael Chan2019-08-302-7/+12
* bnxt_en: Retain user settings on a VF after RESET_NOTIFY event.Vasundhara Volam2019-08-303-9/+45
* bnxt_en: Add devlink health reset reporter.Vasundhara Volam2019-08-304-0/+61
* bnxt_en: Handle firmware reset.Michael Chan2019-08-303-0/+164
* bnxt_en: Handle RESET_NOTIFY async event from firmware.Michael Chan2019-08-302-0/+18
* bnxt_en: Add new FW devlink_health_reporterVasundhara Volam2019-08-302-0/+84
* bnxt_en: Add BNXT_STATE_IN_FW_RESET state.Michael Chan2019-08-303-0/+26
* bnxt_en: Enable health monitoring.Michael Chan2019-08-302-2/+73
* bnxt_en: Pre-map the firmware health monitoring registers.Michael Chan2019-08-302-0/+35
* bnxt_en: Discover firmware error recovery capabilities.Michael Chan2019-08-302-0/+115
* bnxt_en: Handle firmware reset status during IF_UP.Michael Chan2019-08-302-20/+89
* bnxt_en: Register buffers for VFs before reserving resources.Vasundhara Volam2019-08-301-5/+5
* bnxt_en: Refactor bnxt_sriov_enable().Michael Chan2019-08-302-16/+35
* bnxt_en: Prepare bnxt_init_one() to be called multiple times.Michael Chan2019-08-303-40/+93
* bnxt_en: Suppress all error messages in hwrm_do_send_msg() in silent mode.Michael Chan2019-08-301-10/+17
* bnxt_en: Simplify error checking in the SR-IOV message forwarding functions.Michael Chan2019-08-301-64/+8
* bnxt_en: Convert error code in firmware message response to standard code.Michael Chan2019-08-306-77/+44
* bnxt_en: Remove the -1 error return code from bnxt_hwrm_do_send_msg().Michael Chan2019-08-301-3/+3
* bnxt_en: Use a common function to print the same ethtool -f error message.Michael Chan2019-08-301-6/+8
* bnxt_en: Fix allocation of zero statistics block size regression.Michael Chan2019-08-241-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-195-29/+42
|\
| * bnxt_en: Fix to include flow direction in L2 keySomnath Kotur2019-08-182-5/+5
| * bnxt_en: Use correct src_fid to determine direction of the flowVenkat Duvvuru2019-08-181-3/+1
| * bnxt_en: Suppress HWRM errors for HWRM_NVM_GET_VARIABLE commandVasundhara Volam2019-08-181-3/+6
| * bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd failsVasundhara Volam2019-08-181-7/+5
| * bnxt_en: Improve RX doorbell sequence.Michael Chan2019-08-181-3/+7
| * bnxt_en: Fix VNIC clearing logic for 57500 chips.Michael Chan2019-08-181-8/+18
* | bnxt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-102-29/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-1/+1
|\|
| * linux/dim: Fix overflow in dim calculationYamin Friedman2019-07-251-1/+1
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* | bnxt_en: Add PCI IDs for 57500 series NPAR devices.Michael Chan2019-07-291-0/+12
* | bnxt_en: Support all variants of the 5750X chip family.Michael Chan2019-07-291-2/+6
* | bnxt_en: Refactor bnxt_init_one() and turn on TPA support on 57500 chips.Michael Chan2019-07-292-53/+67
* | bnxt_en: Support TPA counters on 57500 chips.Michael Chan2019-07-291-10/+31
* | bnxt_en: Allocate the larger per-ring statistics block for 57500 chips.Michael Chan2019-07-292-2/+9
* | bnxt_en: Refactor ethtool ring statistics logic.Michael Chan2019-07-291-50/+70
OpenPOWER on IntegriCloud