summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)Author
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-12bnxt_en: Fix race when modifying pause settings.Vasundhara Volam
2020-07-10bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti
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-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu
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-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-26bnxt_en: Fix return code to "flash_device".Vasundhara Volam
2020-05-26bnxt_en: Fix accumulation of bp->net_stats_prev.Michael Chan
2020-05-14bnxt: Add XDP frame size to driverJesper Dangaard Brouer
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-05net: bnxt: Remove Comparison to bool in bnxt_ethtool.cJason Yan
2020-05-04bnxt_en: show only relevant ethtool stats for a TX or RX ringRajesh Ravi
2020-05-04bnxt_en: Split HW ring statistics strings into RX and TX parts.Michael Chan
2020-05-04bnxt_en: Refactor the software ring counters.Michael Chan
2020-05-04bnxt_en: Add doorbell information to bnxt_en_dev struct.Michael Chan
2020-05-04bnxt_en: Add support for L2 doorbell size.Michael Chan
2020-05-04bnxt_en: Set the db_offset on 57500 chips for the RDMA MSIX entries.Michael Chan
2020-05-04bnxt_en: Define the doorbell offsets on 57500 chips.Michael Chan
2020-05-04bnxt_en: Improve kernel log messages related to ethtool reset.Edwin Peer
2020-05-04bnxt_en: fix ethtool_reset_flags ABI violationsEdwin Peer
2020-05-04bnxt_en: refactor ethtool firmware reset typesEdwin Peer
2020-05-04bnxt_en: prepare to refactor ethtool reset typesEdwin Peer
2020-05-04bnxt_en: Do not include ETH_FCS_LEN in the max packet length sent to fw.Vasundhara Volam
2020-05-04bnxt_en: Improve TQM ring context memory sizing formulas.Michael Chan
2020-05-04bnxt_en: Allocate TQM ring context memory according to fw specification.Michael Chan
2020-05-04bnxt_en: Update firmware spec. to 1.10.1.33.Michael Chan
2020-04-27bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().Michael Chan
2020-04-27bnxt_en: Return error when allocating zero size context memory.Michael Chan
2020-04-27bnxt_en: Improve AER slot reset.Michael Chan
2020-04-27bnxt_en: Reduce BNXT_MSIX_VEC_MAX value to supported CQs per PF.Vasundhara Volam
2020-04-27bnxt_en: Fix VF anti-spoof filter setup.Michael Chan
2020-03-30devlink: Implicitly set auto recover flag when registering health reporterEran Ben Elisha
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko
2020-03-27bnxt_en: Fix "fw.mgmt" and "fw.nsci" info via devlink info_get cbVasundhara Volam
2020-03-27bnxt_en: Add partno to devlink info_get cbVasundhara Volam
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: Reset rings if ring reservation fails during open()Vasundhara Volam