summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.h
AgeCommit message (Expand)Author
2020-07-27bnxt_en: Add support for 'ethtool -d'Vasundhara Volam
2020-07-27bnxt_en: Switch over to use the 64-bit software accumulated counters.Michael Chan
2020-07-27bnxt_en: Accumulate all counters.Michael Chan
2020-07-27bnxt_en: Allocate additional memory for all statistics blocks.Michael Chan
2020-07-27bnxt_en: Refactor statistics code and structures.Michael Chan
2020-07-27bnxt_en: Use macros to define port statistics size and offset.Michael Chan
2020-07-27bnxt_en: Update firmware interface to 1.10.1.54.Michael Chan
2020-07-27bnxt_en: Remove PCIe non-counters from ethtool statisticsVasundhara Volam
2020-07-10bnxt: convert to new udp_tunnel_nic infraJakub Kicinski
2020-07-08bnxt_en: allow firmware to disable VLAN offloadsEdwin Peer
2020-07-08bnxt_en: clean up VLAN feature bit handlingEdwin Peer
2020-07-08bnxt_en: Add helper function to return the number of RSS contexts.Michael Chan
2020-07-08bnxt_en: Add logical RSS indirection table structure.Michael Chan
2020-07-08bnxt_en: Set up the chip specific RSS table size.Michael Chan
2020-06-23bnxt_en: Do not enable legacy TX push on older firmware.Michael Chan
2020-06-23bnxt_en: Store the running firmware version code.Michael Chan
2020-06-01bnxt_tc: update indirect block supportPablo Neira Ayuso
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-26bnxt_en: fix firmware message length endiannessEdwin Peer
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-04bnxt_en: Refactor the software ring counters.Michael Chan
2020-05-04bnxt_en: Add support for L2 doorbell size.Michael Chan
2020-05-04bnxt_en: Define the doorbell offsets on 57500 chips.Michael Chan
2020-05-04bnxt_en: Allocate TQM ring context memory according to fw specification.Michael Chan
2020-04-27bnxt_en: Fix VF anti-spoof filter setup.Michael Chan
2020-03-27bnxt_en: Read partno and serialno of the board from VPDVasundhara Volam
2020-03-27bnxt_en: Add fw.mgmt.api version to devlink info_get cb.Vasundhara Volam
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-23bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.Michael Chan
2020-03-03net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky
2020-01-27bnxt_en: Rename switch_id to dsnVasundhara Volam
2020-01-27bnxt_en: Disable workaround for lost interrupts on 575XX B0 and newer chips.Michael Chan
2020-01-18bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal.Michael Chan
2020-01-18bnxt_en: Fix NTUPLE firmware command failures.Michael Chan
2019-11-24bnxt_en: Allow PHY settings on multi-function or NPAR PFs if allowed by FW.Michael Chan
2019-11-24bnxt_en: Add async. event logic for PHY configuration changes.Michael Chan
2019-11-24bnxt_en: Skip disabling autoneg before PHY loopback when appropriate.Michael Chan
2019-11-24bnxt_en: Initialize context memory to the value specified by firmware.Michael Chan
2019-11-24bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw command.Vasundhara Volam
2019-11-24bnxt_en: Do driver unregister cleanup in bnxt_init_one() failure path.Vasundhara Volam
2019-11-24bnxt_en: Add chip IDs for 57452 and 57454 chips.Michael Chan
2019-11-18bnxt_en: Report health status update after reset is doneVasundhara Volam
2019-11-18bnxt_en: Extend ETHTOOL_RESET to hot reset driver.Vasundhara Volam
2019-11-18bnxt_en: Improve RX buffer error handling.Michael Chan
2019-11-18bnxt_en: Update firmware interface spec to 1.10.1.12.Michael Chan
2019-10-31bnxt_en: flow_offload: offload tunnel decap rules via indirect callbacksSriharsha Basavapatna
2019-10-31bnxt_en: Add support to collect crash dump via ethtoolVasundhara Volam
2019-10-31bnxt_en: Add support to invoke OP-TEE API to reset firmwareVasundhara Volam
2019-09-16bnxt_en: Add a new BNXT_FW_RESET_STATE_POLL_FW_DOWN state.Vasundhara Volam
2019-09-16bnxt_en: Increase timeout for HWRM_DBG_COREDUMP_XX commandsVasundhara Volam