summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt (follow)
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Make PTP TX timestamp HWRM query silentPavan Chebbi2023-12-131-3/+3
* bnxt_en: Skip nic close/open when configuring tstamp filtersPavan Chebbi2023-12-132-20/+11
* bnxt_en: Add support for UDP GSO on 5760X chipsMichael Chan2023-12-132-3/+19
* bnxt_en: add rx_filter_miss extended statsDamodharam Ammepalli2023-12-131-0/+1
* bnxt_en: Configure UDP tunnel TPAMichael Chan2023-12-132-0/+34
* bnxt_en: Add support for VXLAN GPEMichael Chan2023-12-132-5/+40
* bnxt_en: Use proper TUNNEL_DST_PORT_ALLOC* commandsMichael Chan2023-12-131-2/+2
* bnxt_en: Allocate extra QP backing store memory when RoCE FW reports itSelvin Xavier2023-12-131-2/+12
* bnxt_en: Support TX coalesced completion on 5760X chipsMichael Chan2023-12-132-2/+12
* bnxt_en: Prevent TX timeout with a very small TX ringMichael Chan2023-12-131-1/+4
* bnxt_en: Fix TX ring indexing logicMichael Chan2023-12-132-2/+2
* bnxt_en: Fix AGG ring check logic in bnxt_check_rings()Somnath Kotur2023-12-131-3/+3
* bnxt_en: Fix trimming of P5 RX and TX ringsMichael Chan2023-12-131-5/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-081-0/+1
|\
| * net: bnxt: fix a potential use-after-free in bnxt_init_tcDinghao Liu2023-12-061-0/+1
* | eth: bnxt: link NAPI instances to queues and IRQsJakub Kicinski2023-12-051-0/+14
* | bnxt_en: Add 5760X (P7) PCI IDsMichael Chan2023-12-052-0/+12
* | bnxt_en: Report the new ethtool link modes in the new firmware interfaceMichael Chan2023-12-051-20/+151
* | bnxt_en: Support force speed using the new HWRM fieldsMichael Chan2023-12-051-6/+46
* | bnxt_en: Support new firmware link parametersMichael Chan2023-12-053-6/+143
* | bnxt_en: Refactor ethtool speeds logicMichael Chan2023-12-051-26/+61
* | bnxt_en: Add support for new RX and TPA_START completion types for P7Michael Chan2023-12-052-23/+89
* | bnxt_en: Refactor and refine bnxt_tpa_start() and bnxt_tpa_end().Michael Chan2023-12-052-11/+26
* | bnxt_en: Refactor RX VLAN acceleration logic.Michael Chan2023-12-051-13/+31
* | bnxt_en: Add new P7 hardware interface definitionsMichael Chan2023-12-051-1/+84
* | bnxt_en: Refactor RSS capability fieldsAjit Khaparde2023-12-053-18/+20
* | bnxt_en: Implement the new toggle bit doorbell mechanism on P7 chipsMichael Chan2023-12-052-4/+14
* | bnxt_en: Consolidate DB offset calculationHongguang Gao2023-12-054-15/+16
* | bnxt_en: Define basic P7 macrosMichael Chan2023-12-053-15/+48
* | bnxt_en: Update firmware interface to 1.10.3.15Michael Chan2023-12-052-135/+388
* | bnxt_en: Fix backing store V2 logicMichael Chan2023-12-052-6/+12
* | eth: link netdev to page_pools in driversJakub Kicinski2023-11-281-0/+1
* | bnxt_en: Rename some macros for the P5 chipsRandy Schacher2023-11-227-114/+116
* | bnxt_en: Modify the NAPI logic for the new P7 chipsMichael Chan2023-11-222-2/+10
* | bnxt_en: Modify RX ring indexing logic.Michael Chan2023-11-222-17/+22
* | bnxt_en: Modify TX ring indexing logic.Michael Chan2023-11-223-20/+21
* | bnxt_en: Add db_ring_mask and related macro to bnxt_db_info struct.Michael Chan2023-11-222-12/+40
* | bnxt_en: Add support for HWRM_FUNC_BACKING_STORE_CFG_V2 firmware callsMichael Chan2023-11-222-1/+71
* | bnxt_en: Add support for new backing store query firmware APIMichael Chan2023-11-222-7/+81
* | 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-222-54/+29
* | bnxt_en: Add page info to struct bnxt_ctx_mem_typeMichael Chan2023-11-222-0/+32
* | bnxt_en: Restructure context memory data structuresMichael Chan2023-11-222-182/+242
* | bnxt_en: Free bp->ctx inside bnxt_free_ctx_mem()Michael Chan2023-11-222-14/+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-152-16/+43
* | 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-154-25/+82
* | bnxt_en: Support up to 8 TX rings per MSIXMichael Chan2023-11-153-39/+55