summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
12 daysbnxt_en: Extend maximum length of version string by 1 byteSimon Horman1-1/+1
2024-08-16bnxt_en: Don't clear ntuple filters and rss contexts during ethtool opsPavan Chebbi1-4/+0
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree1-1/+1
2024-07-29eth: bnxt: populate defaults in the RSS context structJakub Kicinski1-0/+4
2024-07-29eth: bnxt: reject unsupported hash functionsJakub Kicinski1-2/+8
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski1-1/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-07-13eth: bnxt: use the indir table from ethtool contextJakub Kicinski1-19/+17
2024-07-13eth: bnxt: bump the entry size in indir tables to u32Jakub Kicinski1-3/+3
2024-07-13eth: bnxt: pad out the correct indirection tableJakub Kicinski1-1/+1
2024-07-13eth: bnxt: use the RSS context XArray instead of the local listJakub Kicinski1-12/+5
2024-07-13eth: bnxt: use context priv for struct bnxt_rss_ctxJakub Kicinski1-15/+9
2024-07-13eth: bnxt: depend on core cleaning up RSS contextsJakub Kicinski1-1/+1
2024-07-13eth: bnxt: remove rss_ctx_bmapJakub Kicinski1-5/+0
2024-07-13eth: bnxt: move from .set_rxfh to .create_rxfh_context and friendsJakub Kicinski1-45/+74
2024-07-13eth: bnxt: allow deleting RSS contexts when the device is downJakub Kicinski1-2/+4
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2024-07-09bnxt: fix crashes when reducing ring count with active RSS contextsJakub Kicinski1-0/+6
2024-06-02bnxt_en: add timestamping statistics supportVadim Fedorenko1-0/+14
2024-05-02bnxt_en: Don't support offline self test when RoCE driver is loadedKalesh AP1-3/+8
2024-05-02bnxt_en: share NQ ring sw_stats memory with subringsEdwin Peer1-2/+2
2024-04-11bnxt_en: Skip ethtool RSS context configuration in ifdown statePavan Chebbi1-0/+5
2024-03-29bnxt_en: Support adding ntuple rules on RSS contextsPavan Chebbi1-9/+24
2024-03-29bnxt_en: Support RSS contexts in ethtool .{get|set}_rxfh()Pavan Chebbi1-2/+146
2024-03-29bnxt_en: Refactor bnxt_set_rxfh()Michael Chan1-13/+27
2024-03-29bnxt_en: Introduce rss ctx structure, alloc/free functionsPavan Chebbi1-0/+2
2024-02-22bnxt_en: Define BNXT_VNIC_DEFAULT for the default vnic indexPavan Chebbi1-2/+2
2024-02-09bnxt_en: Add RSS support for IPSEC headersAjit Khaparde1-2/+32
2024-02-09bnxt_en: Invalidate user filters when neededPavan Chebbi1-1/+2
2024-02-09bnxt_en: Add support for user configured RSS keyPavan Chebbi1-2/+4
2024-02-09bnxt_en: Add drop action support for ntupleVikas Gupta1-2/+11
2024-02-09bnxt_en: Enhance ethtool ntuple support for ip flows besides TCP/UDPVikas Gupta1-18/+106
2024-02-09bnxt_en: implement fully specified 5-tuple masksEdwin Peer1-101/+41
2024-02-09bnxt_en: Support ethtool -n to display ether filters.Michael Chan1-1/+37
2024-02-09bnxt_en: Add ethtool -N support for ether filters.Michael Chan1-3/+66
2024-02-09bnxt_en: Use firmware provided maximum filter counts.Michael Chan1-2/+2
2024-02-09bnxt: convert EEE handling to use linkmode bitmapsHeiner Kallweit1-38/+27
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit1-7/+7
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit1-3/+3
2024-01-20bnxt_en: Fix possible crash after creating sw mqprio TCsMichael Chan1-2/+2
2024-01-20bnxt_en: Fix RSS table entries calculation for P5_PLUS chipsMichael Chan1-1/+2
2024-01-09bnxt_en: Fix RCU locking for ntuple filters in bnxt_srxclsrldel()Michael Chan1-10/+11
2024-01-02bnxt_en: Add support for ntuple filter deletion by ethtool.Michael Chan1-0/+29
2024-01-02bnxt_en: Add support for ntuple filters added from ethtool.Michael Chan1-5/+194
2024-01-02bnxt_en: Add ntuple matching flags to the bnxt_ntuple_filter structure.Michael Chan1-25/+33
2024-01-02bnxt_en: Refactor the hash table logic for ntuple filters.Michael Chan1-28/+57
2024-01-02bnxt_en: Refactor bnxt_ntuple_filter structure.Michael Chan1-5/+5
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+4
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-14/+14
2023-12-13bnxt_en: add rx_filter_miss extended statsDamodharam Ammepalli1-0/+1