summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.h
AgeCommit message (Expand)Author
2024-07-01bnxt_en: Add TX timestamp completion logicMichael Chan
2024-07-01bnxt_en: Add is_ts_pkt field to struct bnxt_sw_tx_bdMichael Chan
2024-07-01bnxt_en: Add new TX timestamp completion definitionsMichael Chan
2024-06-20bnxt_en: Set TSO max segs on devices with limitsMichael Chan
2024-06-13bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded responseMichael Chan
2024-05-03bnxt: fix bnxt_get_avail_msix() returning negative valuesDavid Wei
2024-05-02bnxt_en: Add VF PCI ID for 5760X (P7) chipsAjit Khaparde
2024-05-02bnxt_en: Optimize recovery path ULP locking in the driverKalesh AP
2024-05-02bnxt_en: share NQ ring sw_stats memory with subringsEdwin Peer
2024-04-10bnxt_en: Change MSIX/NQs allocation policyVikas Gupta
2024-03-28bnxt_en: Support adding ntuple rules on RSS contextsPavan Chebbi
2024-03-28bnxt_en: Support RSS contexts in ethtool .{get|set}_rxfh()Pavan Chebbi
2024-03-28bnxt_en: Add a new_rss_ctx parameter to bnxt_rfs_capable()Pavan Chebbi
2024-03-28bnxt_en: Refactor RSS indir alloc/set functionsPavan Chebbi
2024-03-28bnxt_en: Introduce rss ctx structure, alloc/free functionsPavan Chebbi
2024-03-28bnxt_en: Refactor VNIC alloc and cfg functionsPavan Chebbi
2024-03-28bnxt_en: Add helper function bnxt_hwrm_vnic_rss_cfg_p5()Pavan Chebbi
2024-02-22bnxt_en: Create and setup the additional VNIC for adding ntuple filtersPavan Chebbi
2024-02-22bnxt_en: Provision for an additional VNIC for ntuple filtersPavan Chebbi
2024-02-22bnxt_en: Define BNXT_VNIC_DEFAULT for the default vnic indexPavan Chebbi
2024-02-22bnxt_en: Improve RSS context reservation infrastructurePavan Chebbi
2024-02-22bnxt_en: Explicitly specify P5 completion rings to reserveMichael Chan
2024-02-22bnxt_en: Refactor ring reservation functionsMichael Chan
2024-02-09bnxt_en: Add RSS support for IPSEC headersAjit Khaparde
2024-02-09bnxt_en: Invalidate user filters when neededPavan Chebbi
2024-02-09bnxt_en: Add support for user configured RSS keyPavan Chebbi
2024-02-09bnxt_en: Save user configured filters in a lookup listPavan Chebbi
2024-02-09bnxt_en: Add separate function to delete the filter structurePavan Chebbi
2024-02-09bnxt_en: Enhance ethtool ntuple support for ip flows besides TCP/UDPVikas Gupta
2024-02-09bnxt_en: implement fully specified 5-tuple masksEdwin Peer
2024-02-09bnxt_en: Add ethtool -N support for ether filters.Michael Chan
2024-02-09bnxt_en: Use firmware provided maximum filter counts.Michael Chan
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2024-01-19bnxt_en: Fix possible crash after creating sw mqprio TCsMichael Chan
2024-01-02bnxt_en: Add support for ntuple filters added from ethtool.Michael Chan
2024-01-02bnxt_en: Add ntuple matching flags to the bnxt_ntuple_filter structure.Michael Chan
2024-01-02bnxt_en: Refactor ntuple filter removal logic in bnxt_cfg_ntp_filters().Michael Chan
2024-01-02bnxt_en: Refactor the hash table logic for ntuple filters.Michael Chan
2024-01-02bnxt_en: Refactor filter insertion logic in bnxt_rx_flow_steer().Michael Chan
2024-01-02bnxt_en: Add new BNXT_FLTR_INSERTED flag to bnxt_filter_base struct.Michael Chan
2024-01-02bnxt_en: Add function to calculate Toeplitz hashPavan Chebbi
2024-01-02bnxt_en: Refactor L2 filter alloc/free firmware commands.Michael Chan
2024-01-02bnxt_en: Re-structure the bnxt_ntuple_filter structure.Michael Chan
2024-01-02bnxt_en: Add bnxt_l2_filter hash table.Michael Chan
2024-01-02bnxt_en: Refactor bnxt_ntuple_filter structure.Michael Chan
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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