summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)Author
2023-12-08bnxt_en: Clear resource reservation during resumeSomnath Kotur
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-05net: bnxt: fix a potential use-after-free in bnxt_init_tcDinghao Liu
2023-12-04eth: bnxt: link NAPI instances to queues and IRQsJakub Kicinski
2023-12-04bnxt_en: Add 5760X (P7) PCI IDsMichael Chan
2023-12-04bnxt_en: Report the new ethtool link modes in the new firmware interfaceMichael Chan
2023-12-04bnxt_en: Support force speed using the new HWRM fieldsMichael Chan
2023-12-04bnxt_en: Support new firmware link parametersMichael Chan
2023-12-04bnxt_en: Refactor ethtool speeds logicMichael Chan
2023-12-04bnxt_en: Add support for new RX and TPA_START completion types for P7Michael Chan
2023-12-04bnxt_en: Refactor and refine bnxt_tpa_start() and bnxt_tpa_end().Michael Chan
2023-12-04bnxt_en: Refactor RX VLAN acceleration logic.Michael Chan
2023-12-04bnxt_en: Add new P7 hardware interface definitionsMichael Chan
2023-12-04bnxt_en: Refactor RSS capability fieldsAjit Khaparde
2023-12-04bnxt_en: Implement the new toggle bit doorbell mechanism on P7 chipsMichael Chan
2023-12-04bnxt_en: Consolidate DB offset calculationHongguang Gao
2023-12-04bnxt_en: Define basic P7 macrosMichael Chan
2023-12-04bnxt_en: Update firmware interface to 1.10.3.15Michael Chan
2023-12-04bnxt_en: Fix backing store V2 logicMichael Chan
2023-12-01net/tg3: fix race condition in tg3_reset_task()Thinh Tran
2023-11-28eth: link netdev to page_pools in driversJakub Kicinski
2023-11-21bnxt_en: Rename some macros for the P5 chipsRandy Schacher
2023-11-21bnxt_en: Modify the NAPI logic for the new P7 chipsMichael Chan
2023-11-21bnxt_en: Modify RX ring indexing logic.Michael Chan
2023-11-21bnxt_en: Modify TX ring indexing logic.Michael Chan
2023-11-21bnxt_en: Add db_ring_mask and related macro to bnxt_db_info struct.Michael Chan
2023-11-21bnxt_en: Add support for HWRM_FUNC_BACKING_STORE_CFG_V2 firmware callsMichael Chan
2023-11-21bnxt_en: Add support for new backing store query firmware APIMichael Chan
2023-11-21bnxt_en: Add bnxt_setup_ctxm_pg_tbls() helper functionMichael Chan
2023-11-21bnxt_en: Use the pg_info field in bnxt_ctx_mem_type structMichael Chan
2023-11-21bnxt_en: Add page info to struct bnxt_ctx_mem_typeMichael Chan
2023-11-21bnxt_en: Restructure context memory data structuresMichael Chan
2023-11-21bnxt_en: Free bp->ctx inside bnxt_free_ctx_mem()Michael Chan
2023-11-21bnxt_en: The caller of bnxt_alloc_ctx_mem() should always free bp->ctxMichael Chan
2023-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-11-15bnxt_en: Optimize xmit_more TX pathMichael Chan
2023-11-15bnxt_en: Use existing MSIX vectors for all mqprio TX ringsMichael Chan
2023-11-15bnxt_en: Add macros related to TC and TX ringsMichael Chan
2023-11-15bnxt_en: Add helper to get the number of CP rings required for TX ringsMichael Chan
2023-11-15bnxt_en: Support up to 8 TX rings per MSIXMichael Chan
2023-11-15bnxt_en: Refactor bnxt_hwrm_set_coal()Michael Chan
2023-11-15bnxt_en: New encoding for the TX opaque fieldMichael Chan
2023-11-15bnxt_en: Refactor bnxt_tx_int()Michael Chan
2023-11-15bnxt_en: Remove BNXT_RX_HDL and BNXT_TX_HDLMichael Chan
2023-11-15bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan
2023-11-15bnxt_en: Restructure cp_ring_arr in struct bnxt_cp_ring_infoMichael Chan
2023-11-15bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan
2023-11-15bnxt_en: Put the TX producer information in the TX BD opaque fieldMichael Chan
2023-11-14tg3: Increment tx_dropped in tg3_tso_bug()Alex Pakhunov
2023-11-14tg3: Move the [rt]x_dropped counters to tg3_napiAlex Pakhunov