summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)Author
2020-09-20bnxt_en: Fix wrong flag value passed to HWRM_PORT_QSTATS_EXT fw call.Michael Chan
2020-09-20bnxt_en: Fix HWRM_FUNC_QSTATS_EXT firmware call.Michael Chan
2020-09-20bnxt_en: return proper error codes in bnxt_show_tempEdwin Peer
2020-09-20bnxt_en: Use memcpy to copy VPD field info.Vasundhara Volam
2020-09-07bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()Vasundhara Volam
2020-09-07bnxt_en: Avoid sending firmware messages when AER error is detected.Vasundhara Volam
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-26bnxt: don't enable NAPI until rings are readyJakub Kicinski
2020-08-26bnxt_en: Setup default RSS map in all scenarios.Michael Chan
2020-08-26bnxt_en: init RSS table for Minimal-Static VF reservationEdwin Peer
2020-08-26bnxt_en: fix HWRM error when querying VF temperatureEdwin Peer
2020-08-26bnxt_en: Fix possible crash in bnxt_fw_reset_task().Michael Chan
2020-08-26bnxt_en: Fix PCI AER error recovery flowVasundhara Volam
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-30bnxt_en: Remove superfluous memset()Li Heng
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: Retrieve hardware masks for port counters.Michael Chan
2020-07-27bnxt_en: Retrieve hardware counter masks from firmware if available.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-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-17net: bnxt: don't complain if TC flower can't be supportedJakub Kicinski
2020-07-12bnxt_en: Fix completion ring sizing with TPA enabled.Michael Chan
2020-07-12bnxt_en: Init ethtool link settings after reading updated PHY configuration.Vasundhara 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: Implement ethtool -X to set indirection table.Michael Chan
2020-07-08bnxt_en: Fill HW RSS table from the RSS logical indirection table.Michael Chan
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: Read VPD info only for PFsVasundhara Volam
2020-06-23bnxt_en: Fix statistics counters issue during ifdown with older firmware.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-15bnxt_en: Return from timer if interface is not in open state.Vasundhara Volam
2020-06-15bnxt_en: Fix AER reset logic on 57500 chips.Michael Chan
2020-06-15bnxt_en: Re-enable SRIOV during resume.Michael Chan
2020-06-15bnxt_en: Simplify bnxt_resume().Michael Chan
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-26bnxt_en: Fix accumulation of bp->net_stats_prev.Michael Chan
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