aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)Author
2024-01-15bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()Michael Chan
2023-06-14bnxt_en: Query default VLAN before VNIC setup on a VFSomnath Kotur
2023-04-05bnxt_en: Fix typo in PCI id to device description string mappingKalesh AP
2023-03-17bnxt_en: Avoid order-5 memory allocation for TPA dataMichael Chan
2023-02-22bnxt_en: Fix mqprio and XDP ring checking logicMichael Chan
2022-11-25bnxt_en: Remove debugfs when pci_register_driver failedGaosheng Cui
2022-11-25bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steerAlex Barba
2022-11-25bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()Michael Chan
2022-09-05bnxt_en: fix NQ resource accounting during vf creation on 57500 chipsVikas Gupta
2022-05-12bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flagSomnath Kotur
2022-04-15bnxt_en: reserve space inside receive page for skb_shared_infoAndy Gospodarek
2022-04-15bnxt_en: Eliminate unintended link toggle during FW resetMichael Chan
2021-09-30bnxt_en: Fix TX timeout when TX ring size is set to the smallestMichael Chan
2021-08-26bnxt_en: Add missing DMA memory barriersMichael Chan
2021-08-26bnxt: disable napi before canceling DIMJakub Kicinski
2021-08-26bnxt: don't lock the tx queue from napi pollJakub Kicinski
2021-07-28bnxt_en: Check abort error state in bnxt_half_open_nic()Somnath Kotur
2021-07-28bnxt_en: Add missing check for BNXT_STATE_ABORT_ERR in bnxt_fw_rset_task()Michael Chan
2021-07-28bnxt_en: Refresh RoCE capabilities in bnxt_ulp_probe()Michael Chan
2021-07-28bnxt_en: Improve bnxt_ulp_stop()/bnxt_ulp_start() call sequence.Vasundhara Volam
2021-06-23bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error pathSomnath Kotur
2021-06-23bnxt_en: Rediscover PHY capabilities after firmware resetMichael Chan
2021-06-10bnxt_en: Remove the setting of dev_port.Michael Chan
2021-06-03bnxt_en: Include new P5 HV definition in VF check.Andy Gospodarek
2021-05-19bnxt_en: Add PCI IDs for Hyper-V VF devices.Michael Chan
2021-05-14bnxt_en: Fix RX consumer index logic in the error path.Michael Chan
2021-05-14bnxt_en: fix ternary sign extension bug in bnxt_show_temp()Dan Carpenter
2021-03-17bnxt_en: reliably allocate IRQ table on reset to avoid crashEdwin Peer
2021-03-04bnxt_en: reverse order of TX disable and carrier offEdwin Peer
2021-01-19bnxt_en: Improve stats context resource accounting with RDMA driver loaded.Michael Chan
2020-12-02bnxt_en: Release PCI regions when DMA mask setup fails during probe.Michael Chan
2020-12-02bnxt_en: fix error return code in bnxt_init_board()Zhang Changzhong
2020-12-02bnxt_en: fix error return code in bnxt_init_one()Zhang Changzhong
2020-11-24bnxt_en: read EEPROM A2h address using page 0Edwin Peer
2020-11-05bnxt_en: Log unknown link speed appropriately.Michael Chan
2020-11-01bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.Vasundhara Volam
2020-11-01bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().Vasundhara Volam
2020-11-01bnxt_en: Re-write PCI BARs after PCI fatal error.Vasundhara Volam
2020-11-01bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.Vasundhara Volam
2020-11-01bnxt_en: Check abort error state in bnxt_open_nic().Michael Chan
2020-09-26bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan
2020-09-26bnxt_en: return proper error codes in bnxt_show_tempEdwin Peer
2020-09-26bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()Vasundhara Volam
2020-09-26bnxt_en: Avoid sending firmware messages when AER error is detected.Vasundhara Volam
2020-09-09bnxt: don't enable NAPI until rings are readyJakub Kicinski
2020-09-09bnxt_en: fix HWRM error when querying VF temperatureEdwin Peer
2020-09-09bnxt_en: Fix possible crash in bnxt_fw_reset_task().Michael Chan
2020-09-09bnxt_en: Fix PCI AER error recovery flowVasundhara Volam
2020-09-09bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam
2020-09-09bnxt_en: Don't query FW when netif_running() is false.Pavan Chebbi