summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-23bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error pathSomnath Kotur1-0/+1
2021-06-23bnxt_en: Fix TQM fastpath ring backing store computationRukhsana Ansari1-1/+1
2021-06-23bnxt_en: Rediscover PHY capabilities after firmware resetMichael Chan1-0/+5
2021-06-03bnxt_en: Fix context memory setup for 64K page size.Michael Chan1-8/+1
2021-06-03bnxt_en: Include new P5 HV definition in VF check.Andy Gospodarek1-1/+2
2021-05-19bnxt_en: Add PCI IDs for Hyper-V VF devices.Michael Chan1-1/+18
2021-05-14bnxt_en: Fix RX consumer index logic in the error path.Michael Chan1-2/+4
2021-05-14bnxt_en: fix ternary sign extension bug in bnxt_show_temp()Dan Carpenter1-1/+3
2021-02-27bnxt_en: reliably allocate IRQ table on reset to avoid crashEdwin Peer1-2/+12
2021-02-27bnxt_en: Fix race between firmware reset and driver remove.Vasundhara Volam1-0/+3
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2021-02-15bnxt_en: Improve logging of error recovery settings information.Michael Chan1-7/+8
2021-02-15bnxt_en: Reply to firmware's echo request async message.Michael Chan1-0/+29
2021-02-15bnxt_en: Initialize "context kind" field for context memory blocks.Michael Chan1-5/+42
2021-02-15bnxt_en: Add context memory initialization infrastructure.Michael Chan1-16/+36
2021-02-15bnxt_en: Implement faster recovery for firmware fatal error.Michael Chan1-0/+19
2021-02-15bnxt_en: selectively allocate context memoriesEdwin Peer1-32/+52
2021-02-12bnxt_en: reverse order of TX disable and carrier offEdwin Peer1-1/+2
2021-01-27bnxt_en: Convert to use netif_level() helpers.Michael Chan1-20/+14
2021-01-26bnxt_en: Do not process completion entries after fatal condition detected.Michael Chan1-0/+8
2021-01-26bnxt_en: Consolidate firmware reset event logging.Michael Chan1-7/+10
2021-01-26bnxt_en: Improve firmware fatal error shutdown sequence.Michael Chan1-3/+10
2021-01-26bnxt_en: Modify bnxt_disable_int_sync() to be called more than once.Michael Chan1-0/+3
2021-01-26bnxt_en: Add a new BNXT_STATE_NAPI_DISABLED flag to keep track of NAPI state.Michael Chan1-1/+3
2021-01-26bnxt_en: Add bnxt_fw_reset_timeout() helper.Michael Chan1-6/+9
2021-01-26bnxt_en: Retry open if firmware is in reset.Vasundhara Volam1-2/+13
2021-01-26bnxt_en: attempt to reinitialize after aborted resetEdwin Peer1-2/+27
2021-01-26bnxt_en: log firmware debug notificationsEdwin Peer1-0/+8
2021-01-26bnxt_en: Add an upper bound for all firmware command timeouts.Vasundhara Volam1-0/+2
2021-01-26bnxt_en: Move reading VPD info after successful handshake with fw.Vasundhara Volam1-3/+3
2021-01-26bnxt_en: Retry sending the first message to firmware if it is under reset.Michael Chan1-7/+35
2021-01-26bnxt_en: handle CRASH_NO_MASTER during bnxt_open()Edwin Peer1-28/+39
2021-01-26bnxt_en: Update firmware interface to 1.10.2.11.Michael Chan1-1/+4
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2021-01-06bnxt_en: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2020-12-29bnxt_en: Check TQM rings for maximum supported value.Michael Chan1-2/+5
2020-12-29bnxt_en: Fix AER recovery.Vasundhara Volam1-17/+14
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-20bnxt_en: Release PCI regions when DMA mask setup fails during probe.Michael Chan1-1/+1
2020-11-20bnxt_en: fix error return code in bnxt_init_board()Zhang Changzhong1-0/+1
2020-11-20bnxt_en: fix error return code in bnxt_init_one()Zhang Changzhong1-0/+1
2020-11-17bnxt_en: Fix counter overflow logic.Michael Chan1-0/+1
2020-11-17bnxt_en: Free port stats during firmware reset.Michael Chan1-1/+2
2020-10-27bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.Vasundhara Volam1-1/+2
2020-10-27bnxt_en: Check abort error state in bnxt_open_nic().Michael Chan1-1/+4
2020-10-27bnxt_en: Re-write PCI BARs after PCI fatal error.Vasundhara Volam1-1/+18
2020-10-27bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.Vasundhara Volam1-11/+2
2020-10-27bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().Vasundhara Volam1-4/+5
2020-10-13bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info.Vasundhara Volam1-0/+12