summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-20bnxt_en: Fix possible crash after creating sw mqprio TCsMichael Chan1-0/+1
2024-01-02bnxt_en: Add support for ntuple filters added from ethtool.Michael Chan1-0/+3
2024-01-02bnxt_en: Add ntuple matching flags to the bnxt_ntuple_filter structure.Michael Chan1-0/+10
2024-01-02bnxt_en: Refactor ntuple filter removal logic in bnxt_cfg_ntp_filters().Michael Chan1-0/+3
2024-01-02bnxt_en: Refactor the hash table logic for ntuple filters.Michael Chan1-0/+1
2024-01-02bnxt_en: Refactor filter insertion logic in bnxt_rx_flow_steer().Michael Chan1-0/+6
2024-01-02bnxt_en: Add new BNXT_FLTR_INSERTED flag to bnxt_filter_base struct.Michael Chan1-1/+1
2024-01-02bnxt_en: Add function to calculate Toeplitz hashPavan Chebbi1-0/+11
2024-01-02bnxt_en: Refactor L2 filter alloc/free firmware commands.Michael Chan1-0/+3
2024-01-02bnxt_en: Re-structure the bnxt_ntuple_filter structure.Michael Chan1-3/+1
2024-01-02bnxt_en: Add bnxt_l2_filter hash table.Michael Chan1-1/+29
2024-01-02bnxt_en: Refactor bnxt_ntuple_filter structure.Michael Chan1-6/+19
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2023-12-13bnxt_en: Add support for UDP GSO on 5760X chipsMichael Chan1-0/+1
2023-12-13bnxt_en: Configure UDP tunnel TPAMichael Chan1-0/+1
2023-12-13bnxt_en: Add support for VXLAN GPEMichael Chan1-0/+2
2023-12-13bnxt_en: Support TX coalesced completion on 5760X chipsMichael Chan1-0/+1
2023-12-09bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logicMichael Chan1-1/+7
2023-12-09bnxt_en: Fix wrong return value check in bnxt_close_nic()Kalesh AP1-1/+1
2023-12-05bnxt_en: Add 5760X (P7) PCI IDsMichael Chan1-0/+4
2023-12-05bnxt_en: Support new firmware link parametersMichael Chan1-0/+46
2023-12-05bnxt_en: Refactor and refine bnxt_tpa_start() and bnxt_tpa_end().Michael Chan1-0/+2
2023-12-05bnxt_en: Add new P7 hardware interface definitionsMichael Chan1-1/+84
2023-12-05bnxt_en: Refactor RSS capability fieldsAjit Khaparde1-3/+4
2023-12-05bnxt_en: Implement the new toggle bit doorbell mechanism on P7 chipsMichael Chan1-0/+1
2023-12-05bnxt_en: Consolidate DB offset calculationHongguang Gao1-0/+1
2023-12-05bnxt_en: Define basic P7 macrosMichael Chan1-10/+30
2023-12-05bnxt_en: Update firmware interface to 1.10.3.15Michael Chan1-1/+1
2023-12-05bnxt_en: Fix backing store V2 logicMichael Chan1-0/+1
2023-11-22bnxt_en: Rename some macros for the P5 chipsRandy Schacher1-9/+9
2023-11-22bnxt_en: Modify the NAPI logic for the new P7 chipsMichael Chan1-0/+2
2023-11-22bnxt_en: Modify RX ring indexing logic.Michael Chan1-3/+7
2023-11-22bnxt_en: Modify TX ring indexing logic.Michael Chan1-2/+3
2023-11-22bnxt_en: Add db_ring_mask and related macro to bnxt_db_info struct.Michael Chan1-4/+9
2023-11-22bnxt_en: Add support for HWRM_FUNC_BACKING_STORE_CFG_V2 firmware callsMichael Chan1-0/+1
2023-11-22bnxt_en: Add support for new backing store query firmware APIMichael Chan1-1/+2
2023-11-22bnxt_en: Use the pg_info field in bnxt_ctx_mem_type structMichael Chan1-9/+0
2023-11-22bnxt_en: Add page info to struct bnxt_ctx_mem_typeMichael Chan1-0/+1
2023-11-22bnxt_en: Restructure context memory data structuresMichael Chan1-41/+60
2023-11-15bnxt_en: Add helper to get the number of CP rings required for TX ringsMichael Chan1-0/+1
2023-11-15bnxt_en: Support up to 8 TX rings per MSIXMichael Chan1-3/+9
2023-11-15bnxt_en: New encoding for the TX opaque fieldMichael Chan1-2/+8
2023-11-15bnxt_en: Remove BNXT_RX_HDL and BNXT_TX_HDLMichael Chan1-2/+15
2023-11-15bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan1-0/+2
2023-11-15bnxt_en: Restructure cp_ring_arr in struct bnxt_cp_ring_infoMichael Chan1-1/+2
2023-11-15bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan1-2/+9
2023-11-15bnxt_en: Put the TX producer information in the TX BD opaque fieldMichael Chan1-0/+7
2023-10-22bnxt_en: add infrastructure to lookup ethtool link modeEdwin Peer1-0/+1
2023-10-22bnxt_en: Do not call sleeping hwmon_notify_event() from NAPIKalesh AP1-0/+2
2023-10-04Revert "bnxt_en: Support QOS and TPID settings for the SRIOV VLAN"Jakub Kicinski1-0/+1