summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)Author
2024-04-08bnxt_en: Reset PTP tx_avail after possible firmware resetPavan Chebbi
2024-03-07eth: bnxt: support per-queue statisticsJakub Kicinski
2024-02-27bnxt_en: fix accessing vnic_info before allocating itAlexander Lobakin
2024-02-22bnxt_en: Use the new VNIC to create ntuple filtersPavan 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: Refactor bnxt_set_features()Pavan Chebbi
2024-02-22bnxt_en: Add bnxt_get_total_vnics() to calculate number of VNICsVenkat Duvvuru
2024-02-22bnxt_en: Check additional resources in bnxt_check_rings()Michael Chan
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: Restore all the user created L2 and ntuple filtersPavan Chebbi
2024-02-09bnxt_en: Retain user configured filters when closingPavan 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: Add drop action support for ntupleVikas Gupta
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: Support ethtool -n to display ether filters.Michael Chan
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-02-08bnxt: convert EEE handling to use linkmode bitmapsHeiner Kallweit
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit
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-19bnxt_en: Prevent kernel warning when running offline self testMichael Chan
2024-01-19bnxt_en: Fix RSS table entries calculation for P5_PLUS chipsMichael Chan
2024-01-19bnxt_en: Fix memory leak in bnxt_hwrm_get_rings()Michael Chan
2024-01-19bnxt_en: Wait for FLR to complete during probeMichael Chan
2024-01-08bnxt_en: Fix RCU locking for ntuple filters in bnxt_rx_flow_steer()Michael Chan
2024-01-08bnxt_en: Remove unneeded variable in bnxt_hwrm_clear_vnic_filter()Michael Chan
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-04bnxt_en: Fix compile error without CONFIG_RFS_ACCELMichael Chan
2024-01-04bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()Michael 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 bnxt_lookup_ntp_filter_from_idx() functionMichael 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