summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
2020-03-24bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.Michael Chan3-6/+14
2020-03-18net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-1/+1
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-15/+13
2020-03-09bnxt_en: Call devlink_port_type_clear() in remove()Vasundhara Volam1-0/+2
2020-03-09bnxt_en: Return -EAGAIN if fw command returns BUSYVasundhara Volam1-0/+1
2020-03-09bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.Vasundhara Volam1-18/+11
2020-03-09bnxt_en: Remove unnecessary assignment of return codeVasundhara Volam4-44/+21
2020-03-09bnxt_en: Clear DCB settings after firmware reset.Michael Chan1-0/+1
2020-03-09bnxt_en: Process the NQ under NAPI continuous polling.Michael Chan1-9/+4
2020-03-09bnxt_en: Simplify __bnxt_poll_cqs_done().Michael Chan1-8/+7
2020-03-09bnxt_en: Handle all NQ notifications in bnxt_poll_p5().Michael Chan1-3/+4
2020-03-09flow_offload: check for basic action hw stats typeJiri Pirko1-2/+7
2020-03-06bnxt_en: Use pci_get_dsn()Jacob Keller1-10/+6
2020-03-05bnxt: reject unsupported coalescing paramsJakub Kicinski1-0/+6
2020-03-04net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky4-11/+3
2020-03-02bnxt_en: fix error handling when flashing from fileEdwin Peer1-13/+11
2020-03-02bnxt_en: reinitialize IRQs when MTU is modifiedVasundhara Volam1-2/+2
2020-02-27bnxt_en: add newline to netdev_*() format stringsJonathan Lemon5-38/+38
2020-02-21bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs.Vasundhara Volam1-0/+8
2020-02-21bnxt_en: Improve device shutdown method.Vasundhara Volam1-2/+2
2020-02-04bnxt_en: Fix TC queue mapping.Michael Chan1-1/+1
2020-02-04bnxt_en: Fix logic that disables Bus Master during firmware reset.Vasundhara Volam1-4/+7
2020-02-04bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset.Michael Chan1-2/+5
2020-02-04bnxt_en: Refactor logic to re-enable SRIOV after firmware reset detected.Michael Chan1-7/+12
2020-01-27bnxt_en: Add support for devlink info commandVasundhara Volam2-0/+138
2020-01-27bnxt_en: Rename switch_id to dsnVasundhara Volam3-6/+6
2020-01-27bnxt_en: Add support to update progress of flash updateVasundhara Volam1-1/+13
2020-01-27bnxt_en: Move devlink_register before registering netdevVasundhara Volam2-5/+8
2020-01-27bnxt_en: Register devlink irrespective of firmware spec versionVasundhara Volam1-5/+6
2020-01-27bnxt_en: Refactor bnxt_dl_register()Vasundhara Volam1-24/+36
2020-01-27bnxt_en: Disable workaround for lost interrupts on 575XX B0 and newer chips.Michael Chan2-1/+5
2020-01-27bnxt_en: Periodically check and remove aged-out ntuple filtersPavan Chebbi1-0/+7
2020-01-27bnxt_en: Do not accept fragments for aRFS flow steering.Michael Chan1-2/+4
2020-01-27bnxt_en: Support UDP RSS hashing on 575XX chips.Michael Chan1-1/+1
2020-01-27bnxt_en: Remove the setting of dev_port.Michael Chan1-1/+0
2020-01-27bnxt_en: Improve bnxt_probe_phy().Michael Chan1-3/+3
2020-01-27bnxt_en: Improve link up detection.Michael Chan2-9/+9
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-12/+24
2020-01-18bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal.Michael Chan3-4/+7
2020-01-18bnxt_en: Fix ipv6 RFS filter matching logic.Michael Chan1-5/+17
2020-01-18bnxt_en: Fix NTUPLE firmware command failures.Michael Chan1-3/+0
2020-01-11bnxt: Detach page from page pool before sending up the stackJonathan Lemon1-0/+1
2020-01-09bnxt_en: Call recovery done after reset is successfully doneVikas Gupta3-2/+14
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-61/+147
2019-12-14bnxt: apply computed clamp value for coalece parameterJonathan Lemon1-1/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-11bnxt_en: Add missing devlink health reporters for VFs.Vasundhara Volam2-14/+22
2019-12-11bnxt_en: Fix the logic that creates the health reporters.Vasundhara Volam3-21/+56
2019-12-11bnxt_en: Remove unnecessary NULL checks for fw_healthVasundhara Volam2-9/+3
2019-12-11bnxt_en: Fix bp->fw_health allocation and free logic.Vasundhara Volam1-10/+26