summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
2020-06-01bnxt_tc: update indirect block supportPablo Neira Ayuso2-40/+12
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-20/+10
2020-05-26bnxt_en: fix firmware message length endiannessEdwin Peer2-15/+4
2020-05-26bnxt_en: Fix return code to "flash_device".Vasundhara Volam1-4/+5
2020-05-26bnxt_en: Fix accumulation of bp->net_stats_prev.Michael Chan1-1/+1
2020-05-14bnxt: Add XDP frame size to driverJesper Dangaard Brouer1-0/+1
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-17/+16
2020-05-05net: bnxt: Remove Comparison to bool in bnxt_ethtool.cJason Yan1-3/+3
2020-05-04bnxt_en: show only relevant ethtool stats for a TX or RX ringRajesh Ravi1-22/+71
2020-05-04bnxt_en: Split HW ring statistics strings into RX and TX parts.Michael Chan1-20/+33
2020-05-04bnxt_en: Refactor the software ring counters.Michael Chan3-13/+42
2020-05-04bnxt_en: Add doorbell information to bnxt_en_dev struct.Michael Chan2-0/+10
2020-05-04bnxt_en: Add support for L2 doorbell size.Michael Chan2-7/+37
2020-05-04bnxt_en: Set the db_offset on 57500 chips for the RDMA MSIX entries.Michael Chan1-1/+7
2020-05-04bnxt_en: Define the doorbell offsets on 57500 chips.Michael Chan2-2/+5
2020-05-04bnxt_en: Improve kernel log messages related to ethtool reset.Edwin Peer1-4/+14
2020-05-04bnxt_en: fix ethtool_reset_flags ABI violationsEdwin Peer2-24/+31
2020-05-04bnxt_en: refactor ethtool firmware reset typesEdwin Peer1-13/+25
2020-05-04bnxt_en: prepare to refactor ethtool reset typesEdwin Peer1-17/+29
2020-05-04bnxt_en: Do not include ETH_FCS_LEN in the max packet length sent to fw.Vasundhara Volam2-3/+2
2020-05-04bnxt_en: Improve TQM ring context memory sizing formulas.Michael Chan1-5/+9
2020-05-04bnxt_en: Allocate TQM ring context memory according to fw specification.Michael Chan2-13/+18
2020-05-04bnxt_en: Update firmware spec. to 1.10.1.33.Michael Chan1-32/+184
2020-04-27bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().Michael Chan1-3/+6
2020-04-27bnxt_en: Return error when allocating zero size context memory.Michael Chan1-1/+1
2020-04-27bnxt_en: Improve AER slot reset.Michael Chan1-3/+6
2020-04-27bnxt_en: Reduce BNXT_MSIX_VEC_MAX value to supported CQs per PF.Vasundhara Volam1-1/+1
2020-04-27bnxt_en: Fix VF anti-spoof filter setup.Michael Chan2-9/+2
2020-03-30devlink: Implicitly set auto recover flag when registering health reporterEran Ben Elisha1-3/+3
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko1-1/+1
2020-03-27bnxt_en: Fix "fw.mgmt" and "fw.nsci" info via devlink info_get cbVasundhara Volam1-2/+2
2020-03-27bnxt_en: Add partno to devlink info_get cbVasundhara Volam1-0/+8
2020-03-27bnxt_en: Read partno and serialno of the board from VPDVasundhara Volam2-0/+63
2020-03-27bnxt_en: Add fw.mgmt.api version to devlink info_get cb.Vasundhara Volam3-1/+21
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-18/+35
2020-03-23bnxt_en: Reset rings if ring reservation fails during open()Vasundhara Volam1-0/+4
2020-03-23bnxt_en: Free context memory after disabling PCI in probe error path.Michael Chan1-3/+3
2020-03-23bnxt_en: Return error if bnxt_alloc_ctx_mem() fails.Michael Chan1-4/+4
2020-03-23bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()Edwin Peer1-5/+10
2020-03-23bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.Michael Chan3-6/+14
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-1/+1
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-15/+13
2020-03-08bnxt_en: Call devlink_port_type_clear() in remove()Vasundhara Volam1-0/+2
2020-03-08bnxt_en: Return -EAGAIN if fw command returns BUSYVasundhara Volam1-0/+1
2020-03-08bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.Vasundhara Volam1-18/+11
2020-03-08bnxt_en: Remove unnecessary assignment of return codeVasundhara Volam4-44/+21
2020-03-08bnxt_en: Clear DCB settings after firmware reset.Michael Chan1-0/+1
2020-03-08bnxt_en: Process the NQ under NAPI continuous polling.Michael Chan1-9/+4
2020-03-08bnxt_en: Simplify __bnxt_poll_cqs_done().Michael Chan1-8/+7
2020-03-08bnxt_en: Handle all NQ notifications in bnxt_poll_p5().Michael Chan1-3/+4