summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-09bnxt_en: Fix wrong return value check in bnxt_close_nic()Kalesh AP1-15/+4
2023-12-05bnxt_en: Report the new ethtool link modes in the new firmware interfaceMichael Chan1-20/+151
2023-12-05bnxt_en: Support force speed using the new HWRM fieldsMichael Chan1-6/+46
2023-12-05bnxt_en: Support new firmware link parametersMichael Chan1-0/+10
2023-12-05bnxt_en: Refactor ethtool speeds logicMichael Chan1-26/+61
2023-12-05bnxt_en: Add support for new RX and TPA_START completion types for P7Michael Chan1-1/+2
2023-12-05bnxt_en: Refactor RSS capability fieldsAjit Khaparde1-3/+3
2023-12-05bnxt_en: Define basic P7 macrosMichael Chan1-1/+1
2023-11-22bnxt_en: Rename some macros for the P5 chipsRandy Schacher1-3/+3
2023-11-15bnxt_en: Use existing MSIX vectors for all mqprio TX ringsMichael Chan1-1/+2
2023-11-15bnxt_en: Add helper to get the number of CP rings required for TX ringsMichael Chan1-2/+4
2023-11-15bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan1-1/+1
2023-11-15bnxt_en: Restructure cp_ring_arr in struct bnxt_cp_ring_infoMichael Chan1-1/+1
2023-10-27bnxt_en: Fix 2 stray ethtool -S countersMichael Chan1-6/+22
2023-10-22bnxt_en: extend media types to supported and autoneg modesEdwin Peer1-120/+153
2023-10-22bnxt_en: convert to linkmode_set_bit() APIEdwin Peer1-24/+24
2023-10-22bnxt_en: refactor speed independent ethtool modesEdwin Peer1-38/+40
2023-10-22bnxt_en: support lane configuration via ethtoolEdwin Peer1-7/+25
2023-10-22bnxt_en: add infrastructure to lookup ethtool link modeEdwin Peer1-20/+257
2023-08-19bnxt_en: Add tx_resets ring counterMichael Chan1-0/+1
2023-08-19bnxt_en: Display the ring error counters under ethtool -SMichael Chan1-25/+23
2023-06-08bnxt_en: Don't issue AP reset during ethtool's reset operationSreekanth Reddy1-1/+1
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2023-03-30bnxt_en: Add missing 200G link speed reportingMichael Chan1-0/+2
2023-03-30bnxt_en: Fix reporting of test result in ethtool selftestKalesh AP1-0/+1
2023-03-14bnxt: avoid overflow in bnxt_get_nvram_directory()Maxim Korotkov1-1/+1
2023-01-20bnxt: Do not read past the end of test namesKees Cook1-9/+4
2022-12-02bnxt: report FEC block stats via standard interfaceJakub Kicinski1-0/+8
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-11-08bnxt_en: update RSS config using difference algorithmEdwin Peer1-0/+2
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski1-0/+15
2022-11-05bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()Michael Chan1-1/+1
2022-10-25bnxt_en: check and resize NVRAM UPDATE entry before flashingVikas Gupta1-0/+32
2022-10-25bnxt_en: add .get_module_eeprom_by_page() supportVikas Gupta1-7/+70
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-4/+4
2022-07-29bnxt_en: implement callbacks for devlink selftestsvikas1-12/+12
2022-05-13bnxt_en: parse and report result field when NVRAM package install failsKalesh AP1-11/+70
2022-05-13bnxt_en: Enable packet timestamping for all RX packetsPavan Chebbi1-0/+3
2022-04-08bnxt: support transmit and free of aggregation buffersAndy Gospodarek1-1/+1