summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-28bnxt_en: Check TQM rings for maximum supported value.Michael Chan1-1/+6
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-10-26bnxt_en: Re-write PCI BARs after PCI fatal error.Vasundhara Volam1-0/+1
2020-10-12bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info.Vasundhara Volam1-0/+1
2020-10-04bnxt_en: Eliminate unnecessary RX resets.Michael Chan1-0/+1
2020-10-04bnxt_en: Add a software counter for RX ring reset.Michael Chan1-0/+1
2020-10-04bnxt_en: log firmware status on firmware init failureEdwin Peer1-0/+4
2020-09-27bnxt_en: Implement ethtool set_fec_param() method.Michael Chan1-0/+44
2020-09-27bnxt_en: Report FEC settings to ethtool.Michael Chan1-1/+17
2020-09-27bnxt_en: Handle ethernet link being disabled by firmware.Michael Chan1-3/+7
2020-09-27bnxt_en: add basic infrastructure to support PAM4 link speedsEdwin Peer1-0/+12
2020-09-27bnxt_en: Update firmware interface spec to 1.10.1.65.Michael Chan1-46/+25
2020-09-07bnxt_en: Avoid sending firmware messages when AER error is detected.Vasundhara Volam1-0/+4
2020-07-27bnxt_en: Add support for 'ethtool -d'Vasundhara Volam1-0/+5
2020-07-27bnxt_en: Switch over to use the 64-bit software accumulated counters.Michael Chan1-0/+9
2020-07-27bnxt_en: Accumulate all counters.Michael Chan1-0/+1
2020-07-27bnxt_en: Allocate additional memory for all statistics blocks.Michael Chan1-0/+2
2020-07-27bnxt_en: Refactor statistics code and structures.Michael Chan1-11/+10
2020-07-27bnxt_en: Use macros to define port statistics size and offset.Michael Chan1-1/+7
2020-07-27bnxt_en: Update firmware interface to 1.10.1.54.Michael Chan1-0/+44
2020-07-27bnxt_en: Remove PCIe non-counters from ethtool statisticsVasundhara Volam1-6/+0
2020-07-10bnxt: convert to new udp_tunnel_nic infraJakub Kicinski1-10/+2
2020-07-08bnxt_en: allow firmware to disable VLAN offloadsEdwin Peer1-0/+3
2020-07-08bnxt_en: clean up VLAN feature bit handlingEdwin Peer1-0/+5
2020-07-08bnxt_en: Add helper function to return the number of RSS contexts.Michael Chan1-0/+1
2020-07-08bnxt_en: Add logical RSS indirection table structure.Michael Chan1-0/+4
2020-07-08bnxt_en: Set up the chip specific RSS table size.Michael Chan1-0/+7
2020-06-23bnxt_en: Do not enable legacy TX push on older firmware.Michael Chan1-0/+1
2020-06-23bnxt_en: Store the running firmware version code.Michael Chan1-0/+4
2020-06-01bnxt_tc: update indirect block supportPablo Neira Ayuso1-1/+0
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+0
2020-05-26bnxt_en: fix firmware message length endiannessEdwin Peer1-5/+0
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+0
2020-05-04bnxt_en: Refactor the software ring counters.Michael Chan1-3/+16
2020-05-04bnxt_en: Add support for L2 doorbell size.Michael Chan1-0/+1
2020-05-04bnxt_en: Define the doorbell offsets on 57500 chips.Michael Chan1-0/+3
2020-05-04bnxt_en: Allocate TQM ring context memory according to fw specification.Michael Chan1-0/+1
2020-04-27bnxt_en: Fix VF anti-spoof filter setup.Michael Chan1-1/+0
2020-03-27bnxt_en: Read partno and serialno of the board from VPDVasundhara Volam1-0/+4
2020-03-27bnxt_en: Add fw.mgmt.api version to devlink info_get cb.Vasundhara Volam1-0/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-03-23bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.Michael Chan1-1/+1
2020-03-03net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky1-1/+3
2020-01-27bnxt_en: Rename switch_id to dsnVasundhara Volam1-1/+1
2020-01-27bnxt_en: Disable workaround for lost interrupts on 575XX B0 and newer chips.Michael Chan1-0/+2
2020-01-18bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal.Michael Chan1-0/+1
2020-01-18bnxt_en: Fix NTUPLE firmware command failures.Michael Chan1-3/+0
2019-11-24bnxt_en: Allow PHY settings on multi-function or NPAR PFs if allowed by FW.Michael Chan1-0/+3
2019-11-24bnxt_en: Add async. event logic for PHY configuration changes.Michael Chan1-0/+1
2019-11-24bnxt_en: Skip disabling autoneg before PHY loopback when appropriate.Michael Chan1-1/+2