summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.h
AgeCommit message (Expand)Author
2023-12-12bnxt_en: Add support for UDP GSO on 5760X chipsMichael Chan
2023-12-12bnxt_en: Configure UDP tunnel TPAMichael Chan
2023-12-12bnxt_en: Add support for VXLAN GPEMichael Chan
2023-12-12bnxt_en: Support TX coalesced completion on 5760X chipsMichael Chan
2023-12-04bnxt_en: Add 5760X (P7) PCI IDsMichael Chan
2023-12-04bnxt_en: Support new firmware link parametersMichael Chan
2023-12-04bnxt_en: Refactor and refine bnxt_tpa_start() and bnxt_tpa_end().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-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: 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-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: New encoding for the TX opaque fieldMichael 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-10-22bnxt_en: add infrastructure to lookup ethtool link modeEdwin Peer
2023-10-22bnxt_en: Do not call sleeping hwmon_notify_event() from NAPIKalesh AP
2023-10-04Revert "bnxt_en: Support QOS and TPID settings for the SRIOV VLAN"Jakub Kicinski
2023-10-04bnxt_en: Update VNIC resource calculation for VFsVikas Gupta
2023-10-04bnxt_en: Support QOS and TPID settings for the SRIOV VLANSreekanth Reddy
2023-10-04bnxt_en: Expose threshold temperatures through hwmonKalesh AP
2023-08-18bnxt_en: Add tx_resets ring counterMichael Chan
2023-08-18bnxt_en: Save ring error counters across resetMichael Chan
2023-08-18bnxt_en: Use the unified RX page pool buffers for XDP and non-XDPSomnath Kotur
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-31bnxt: don't handle XDP in netpollJakub Kicinski
2023-07-20eth: bnxt: handle invalid Tx completions more gracefullyJakub Kicinski
2023-04-13bnxt: use READ_ONCE/WRITE_ONCE for ring indexesJakub Kicinski
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-29bnxt_en: Add missing 200G link speed reportingMichael Chan
2023-03-22bnxt: Defer PTP initialization to after querying function capsPavan Chebbi
2023-03-22bnxt: Change fw_cap to u64 to accommodate more capability bitsPavan Chebbi
2023-03-13bnxt_en: reset PHC frequency in free-running modeVadim Fedorenko