summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Fix AER reset logic on 57500 chips.Michael Chan2020-06-151-5/+12
* bnxt_en: Re-enable SRIOV during resume.Michael Chan2020-06-151-0/+2
* bnxt_en: Simplify bnxt_resume().Michael Chan2020-06-151-12/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-11/+5
|\
| * bnxt_en: fix firmware message length endiannessEdwin Peer2020-05-261-10/+4
| * bnxt_en: Fix accumulation of bp->net_stats_prev.Michael Chan2020-05-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-7/+13
|\|
| * bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().Michael Chan2020-04-271-3/+6
| * bnxt_en: Return error when allocating zero size context memory.Michael Chan2020-04-271-1/+1
| * bnxt_en: Improve AER slot reset.Michael Chan2020-04-271-3/+6
* | bnxt_en: Refactor the software ring counters.Michael Chan2020-05-041-3/+3
* | bnxt_en: Add support for L2 doorbell size.Michael Chan2020-05-041-7/+36
* | bnxt_en: Define the doorbell offsets on 57500 chips.Michael Chan2020-05-041-2/+2
* | bnxt_en: Do not include ETH_FCS_LEN in the max packet length sent to fw.Vasundhara Volam2020-05-041-2/+1
* | bnxt_en: Improve TQM ring context memory sizing formulas.Michael Chan2020-05-041-5/+9
* | bnxt_en: Allocate TQM ring context memory according to fw specification.Michael Chan2020-05-041-13/+17
|/
* bnxt_en: Read partno and serialno of the board from VPDVasundhara Volam2020-03-271-0/+59
* bnxt_en: Add fw.mgmt.api version to devlink info_get cb.Vasundhara Volam2020-03-271-1/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-8/+20
|\
| * bnxt_en: Reset rings if ring reservation fails during open()Vasundhara Volam2020-03-231-0/+4
| * bnxt_en: Free context memory after disabling PCI in probe error path.Michael Chan2020-03-231-3/+3
| * bnxt_en: Return error if bnxt_alloc_ctx_mem() fails.Michael Chan2020-03-231-4/+4
| * bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.Michael Chan2020-03-231-1/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-2/+2
|\|
| * bnxt_en: reinitialize IRQs when MTU is modifiedVasundhara Volam2020-03-011-2/+2
* | bnxt_en: Call devlink_port_type_clear() in remove()Vasundhara Volam2020-03-081-0/+2
* | bnxt_en: Return -EAGAIN if fw command returns BUSYVasundhara Volam2020-03-081-0/+1
* | bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.Vasundhara Volam2020-03-081-18/+11
* | bnxt_en: Remove unnecessary assignment of return codeVasundhara Volam2020-03-081-25/+12
* | bnxt_en: Clear DCB settings after firmware reset.Michael Chan2020-03-081-0/+1
* | bnxt_en: Process the NQ under NAPI continuous polling.Michael Chan2020-03-081-9/+4
* | bnxt_en: Simplify __bnxt_poll_cqs_done().Michael Chan2020-03-081-8/+7
* | bnxt_en: Handle all NQ notifications in bnxt_poll_p5().Michael Chan2020-03-081-3/+4
* | bnxt_en: Use pci_get_dsn()Jacob Keller2020-03-051-10/+6
* | net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky2020-03-031-8/+0
|/
* bnxt_en: add newline to netdev_*() format stringsJonathan Lemon2020-02-261-2/+2
* bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs.Vasundhara Volam2020-02-201-0/+8
* bnxt_en: Improve device shutdown method.Vasundhara Volam2020-02-201-2/+2
* bnxt_en: Fix TC queue mapping.Michael Chan2020-02-031-1/+1
* bnxt_en: Fix logic that disables Bus Master during firmware reset.Vasundhara Volam2020-02-031-4/+7
* bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset.Michael Chan2020-02-031-2/+5
* bnxt_en: Refactor logic to re-enable SRIOV after firmware reset detected.Michael Chan2020-02-031-7/+12
* bnxt_en: Rename switch_id to dsnVasundhara Volam2020-01-271-3/+3
* bnxt_en: Move devlink_register before registering netdevVasundhara Volam2020-01-271-4/+8
* bnxt_en: Disable workaround for lost interrupts on 575XX B0 and newer chips.Michael Chan2020-01-271-1/+3
* bnxt_en: Periodically check and remove aged-out ntuple filtersPavan Chebbi2020-01-271-0/+7
* bnxt_en: Do not accept fragments for aRFS flow steering.Michael Chan2020-01-271-2/+4
* bnxt_en: Support UDP RSS hashing on 575XX chips.Michael Chan2020-01-271-1/+1
* bnxt_en: Remove the setting of dev_port.Michael Chan2020-01-271-1/+0
* bnxt_en: Improve bnxt_probe_phy().Michael Chan2020-01-271-3/+3