summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* eth: bnxt: link NAPI instances to queues and IRQsJakub Kicinski2023-12-051-0/+14
* bnxt_en: Add 5760X (P7) PCI IDsMichael Chan2023-12-051-0/+8
* bnxt_en: Support new firmware link parametersMichael Chan2023-12-051-6/+87
* bnxt_en: Add support for new RX and TPA_START completion types for P7Michael Chan2023-12-051-22/+87
* bnxt_en: Refactor and refine bnxt_tpa_start() and bnxt_tpa_end().Michael Chan2023-12-051-11/+24
* bnxt_en: Refactor RX VLAN acceleration logic.Michael Chan2023-12-051-13/+31
* bnxt_en: Refactor RSS capability fieldsAjit Khaparde2023-12-051-12/+13
* bnxt_en: Implement the new toggle bit doorbell mechanism on P7 chipsMichael Chan2023-12-051-4/+13
* bnxt_en: Consolidate DB offset calculationHongguang Gao2023-12-051-9/+7
* bnxt_en: Define basic P7 macrosMichael Chan2023-12-051-4/+17
* bnxt_en: Fix backing store V2 logicMichael Chan2023-12-051-6/+11
* eth: link netdev to page_pools in driversJakub Kicinski2023-11-281-0/+1
* bnxt_en: Rename some macros for the P5 chipsRandy Schacher2023-11-221-91/+93
* bnxt_en: Modify the NAPI logic for the new P7 chipsMichael Chan2023-11-221-2/+8
* bnxt_en: Modify RX ring indexing logic.Michael Chan2023-11-221-14/+15
* bnxt_en: Modify TX ring indexing logic.Michael Chan2023-11-221-11/+11
* bnxt_en: Add db_ring_mask and related macro to bnxt_db_info struct.Michael Chan2023-11-221-8/+31
* bnxt_en: Add support for HWRM_FUNC_BACKING_STORE_CFG_V2 firmware callsMichael Chan2023-11-221-1/+70
* bnxt_en: Add support for new backing store query firmware APIMichael Chan2023-11-221-6/+79
* bnxt_en: Add bnxt_setup_ctxm_pg_tbls() helper functionMichael Chan2023-11-221-74/+59
* bnxt_en: Use the pg_info field in bnxt_ctx_mem_type structMichael Chan2023-11-221-45/+29
* bnxt_en: Add page info to struct bnxt_ctx_mem_typeMichael Chan2023-11-221-0/+31
* bnxt_en: Restructure context memory data structuresMichael Chan2023-11-221-141/+182
* bnxt_en: Free bp->ctx inside bnxt_free_ctx_mem()Michael Chan2023-11-221-12/+2
* bnxt_en: The caller of bnxt_alloc_ctx_mem() should always free bp->ctxMichael Chan2023-11-221-2/+2
* bnxt_en: Optimize xmit_more TX pathMichael Chan2023-11-151-6/+10
* bnxt_en: Use existing MSIX vectors for all mqprio TX ringsMichael Chan2023-11-151-15/+41
* bnxt_en: Add macros related to TC and TX ringsMichael Chan2023-11-151-2/+11
* bnxt_en: Add helper to get the number of CP rings required for TX ringsMichael Chan2023-11-151-21/+74
* bnxt_en: Support up to 8 TX rings per MSIXMichael Chan2023-11-151-34/+44
* bnxt_en: Refactor bnxt_hwrm_set_coal()Michael Chan2023-11-151-17/+26
* bnxt_en: New encoding for the TX opaque fieldMichael Chan2023-11-151-2/+2
* bnxt_en: Refactor bnxt_tx_int()Michael Chan2023-11-151-5/+12
* bnxt_en: Remove BNXT_RX_HDL and BNXT_TX_HDLMichael Chan2023-11-151-22/+29
* bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan2023-11-151-24/+16
* bnxt_en: Restructure cp_ring_arr in struct bnxt_cp_ring_infoMichael Chan2023-11-151-71/+63
* bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan2023-11-151-18/+25
* bnxt_en: Put the TX producer information in the TX BD opaque fieldMichael Chan2023-11-151-2/+3
* page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin2023-10-241-2/+0
* bnxt_en: Refactor NRZ/PAM4 link speed related logicMichael Chan2023-10-221-31/+67
* bnxt_en: Fix invoking hwmon_notify_eventKalesh AP2023-10-221-5/+11
* bnxt_en: Do not call sleeping hwmon_notify_event() from NAPIKalesh AP2023-10-221-5/+12
* eth: bnxt: fix backward compatibility with older devicesJakub Kicinski2023-10-181-4/+4
* Revert "bnxt_en: Support QOS and TPID settings for the SRIOV VLAN"Jakub Kicinski2023-10-041-2/+0
* bnxt_en: Update VNIC resource calculation for VFsVikas Gupta2023-10-041-0/+17
* bnxt_en: Support QOS and TPID settings for the SRIOV VLANSreekanth Reddy2023-10-041-0/+2
* bnxt_en: Event handler for Thermal eventKalesh AP2023-10-041-0/+52
* bnxt_en: Move hwmon functions into a dedicated fileKalesh AP2023-10-041-75/+1
* bnxt_en: Enhance hwmon temperature reportingKalesh AP2023-10-041-7/+8
* bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPISebastian Andrzej Siewior2023-09-211-0/+5