aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-07eth: bnxt: support per-queue statisticsJakub Kicinski1-0/+65
2024-02-27bnxt_en: fix accessing vnic_info before allocating itAlexander Lobakin1-3/+3
2024-02-22bnxt_en: Use the new VNIC to create ntuple filtersPavan Chebbi1-6/+27
2024-02-22bnxt_en: Create and setup the additional VNIC for adding ntuple filtersPavan Chebbi1-10/+34
2024-02-22bnxt_en: Provision for an additional VNIC for ntuple filtersPavan Chebbi1-5/+28
2024-02-22bnxt_en: Define BNXT_VNIC_DEFAULT for the default vnic indexPavan Chebbi1-19/+20
2024-02-22bnxt_en: Refactor bnxt_set_features()Pavan Chebbi1-7/+12
2024-02-22bnxt_en: Add bnxt_get_total_vnics() to calculate number of VNICsVenkat Duvvuru1-11/+17
2024-02-22bnxt_en: Check additional resources in bnxt_check_rings()Michael Chan1-0/+2
2024-02-22bnxt_en: Improve RSS context reservation infrastructurePavan Chebbi1-23/+34
2024-02-22bnxt_en: Explicitly specify P5 completion rings to reserveMichael Chan1-7/+12
2024-02-22bnxt_en: Refactor ring reservation functionsMichael Chan1-130/+123
2024-02-09bnxt_en: Add RSS support for IPSEC headersAjit Khaparde1-2/+13
2024-02-09bnxt_en: Invalidate user filters when neededPavan Chebbi1-0/+14
2024-02-09bnxt_en: Add support for user configured RSS keyPavan Chebbi1-2/+16
2024-02-09bnxt_en: Restore all the user created L2 and ntuple filtersPavan Chebbi1-2/+38
2024-02-09bnxt_en: Retain user configured filters when closingPavan Chebbi1-3/+6
2024-02-09bnxt_en: Save user configured filters in a lookup listPavan Chebbi1-0/+23
2024-02-09bnxt_en: Add separate function to delete the filter structurePavan Chebbi1-10/+12
2024-02-09bnxt_en: Add drop action support for ntupleVikas Gupta1-2/+3
2024-02-09bnxt_en: Enhance ethtool ntuple support for ip flows besides TCP/UDPVikas Gupta1-0/+4
2024-02-09bnxt_en: implement fully specified 5-tuple masksEdwin Peer1-58/+83
2024-02-09bnxt_en: Support ethtool -n to display ether filters.Michael Chan1-0/+1
2024-02-09bnxt_en: Add ethtool -N support for ether filters.Michael Chan1-0/+34
2024-02-09bnxt_en: Use firmware provided maximum filter counts.Michael Chan1-9/+17
2024-02-08bnxt: convert EEE handling to use linkmode bitmapsHeiner Kallweit1-10/+11
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit1-6/+6
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel sideHeiner Kallweit1-4/+4
2024-01-19bnxt_en: Fix possible crash after creating sw mqprio TCsMichael Chan1-7/+12
2024-01-19bnxt_en: Prevent kernel warning when running offline self testMichael Chan1-0/+3
2024-01-19bnxt_en: Fix RSS table entries calculation for P5_PLUS chipsMichael Chan1-5/+12
2024-01-19bnxt_en: Fix memory leak in bnxt_hwrm_get_rings()Michael Chan1-2/+3
2024-01-19bnxt_en: Wait for FLR to complete during probeMichael Chan1-0/+5
2024-01-08bnxt_en: Fix RCU locking for ntuple filters in bnxt_rx_flow_steer()Michael Chan1-1/+1
2024-01-08bnxt_en: Remove unneeded variable in bnxt_hwrm_clear_vnic_filter()Michael Chan1-4/+1
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-01-04bnxt_en: Fix compile error without CONFIG_RFS_ACCELMichael Chan1-0/+2
2024-01-04bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()Michael Chan1-2/+2
2024-01-02bnxt_en: Add support for ntuple filters added from ethtool.Michael Chan1-2/+4
2024-01-02bnxt_en: Add ntuple matching flags to the bnxt_ntuple_filter structure.Michael Chan1-25/+56
2024-01-02bnxt_en: Refactor ntuple filter removal logic in bnxt_cfg_ntp_filters().Michael Chan1-16/+19
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-52/+35
2024-01-02bnxt_en: Add new BNXT_FLTR_INSERTED flag to bnxt_filter_base struct.Michael Chan1-0/+10
2024-01-02bnxt_en: Add bnxt_lookup_ntp_filter_from_idx() functionMichael Chan1-6/+20
2024-01-02bnxt_en: Add function to calculate Toeplitz hashPavan Chebbi1-3/+97
2024-01-02bnxt_en: Refactor L2 filter alloc/free firmware commands.Michael Chan1-54/+109
2024-01-02bnxt_en: Re-structure the bnxt_ntuple_filter structure.Michael Chan1-23/+39
2024-01-02bnxt_en: Add bnxt_l2_filter hash table.Michael Chan1-13/+162
2024-01-02bnxt_en: Refactor bnxt_ntuple_filter structure.Michael Chan1-19/+20