summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2020-01-04bnxt: apply computed clamp value for coalece parameterJonathan Lemon1-1/+1
2020-01-04bnxt_en: Add missing devlink health reporters for VFs.Vasundhara Volam2-14/+22
2020-01-04bnxt_en: Fix the logic that creates the health reporters.Vasundhara Volam3-21/+56
2020-01-04bnxt_en: Remove unnecessary NULL checks for fw_healthVasundhara Volam2-9/+3
2020-01-04bnxt_en: Fix bp->fw_health allocation and free logic.Vasundhara Volam2-10/+27
2020-01-04bnxt_en: Return error if FW returns more data than dump lengthVasundhara Volam2-8/+34
2020-01-04bnxt_en: Free context memory in the open path if firmware has been reset.Michael Chan1-0/+3
2020-01-04bnxt_en: Fix MSIX request logic for RDMA driver.Michael Chan1-2/+6
2019-12-31bnxt_en: Improve RX buffer error handling.Michael Chan3-2/+9
2019-12-31bnxt_en: Return proper error code for non-existent NVM variableVasundhara Volam1-1/+8
2019-12-31bnx2x: Fix PF-VF communication over multi-cos queues.Manish Chopra1-5/+11
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller1-0/+4
2019-11-06net: bcmgenet: reapply manual settings to the PHYDoug Berger1-1/+4
2019-11-06Revert "net: bcmgenet: soft reset 40nm EPHYs before MAC init"Doug Berger3-69/+73
2019-11-06net: bcmgenet: use RGMII loopback for MAC resetDoug Berger2-2/+33
2019-10-22bnxt_en: Avoid disabling pci device in bnxt_remove_one() for already disabled...Vasundhara Volam1-1/+2
2019-10-22bnxt_en: Minor formatting changes in FW devlink_health_reporterVasundhara Volam1-11/+6
2019-10-22bnxt_en: Adjust the time to wait before polling firmware readiness.Vasundhara Volam1-5/+2
2019-10-22bnxt_en: Fix devlink NVRAM related byte order related issues.Michael Chan1-27/+54
2019-10-22bnxt_en: Fix the size of devlink MSIX parameters.Vasundhara Volam2-15/+16
2019-10-18net: bcmgenet: reset 40nm EPHY on energy detectDoug Berger1-1/+8
2019-10-18net: bcmgenet: soft reset 40nm EPHYs before MAC initDoug Berger3-73/+69
2019-10-18net: bcmgenet: don't set phydev->link from MACDoug Berger1-3/+1
2019-10-15net: bcmgenet: Fix RGMII_MODE_EN value for GENET v1/2/3Florian Fainelli2-1/+6
2019-10-15net: ethernet: broadcom: have drivers select DIMLIB as neededRandy Dunlap1-1/+3
2019-10-15net: bcmgenet: Set phydev->dev_flags only for internal PHYsFlorian Fainelli1-2/+3
2019-09-27net: broadcom/bcmsysport: Fix signedness in bcm_sysport_probe()Dan Carpenter1-1/+1
2019-09-16bnxt_en: Add a new BNXT_FW_RESET_STATE_POLL_FW_DOWN state.Vasundhara Volam2-5/+46
2019-09-16bnxt_en: Update firmware interface spec. to 1.10.0.100.Michael Chan1-43/+103
2019-09-16bnxt_en: Increase timeout for HWRM_DBG_COREDUMP_XX commandsVasundhara Volam2-1/+2
2019-09-16bnxt_en: Don't proceed in .ndo_set_rx_mode() when device is not in open state.Michael Chan1-3/+5
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2019-08-31net: bcmgenet: use ethtool_op_get_ts_info()Ryan M. Collins1-0/+1
2019-08-30bnxt_en: Fix compile error regression with CONFIG_BNXT_SRIOV not set.Michael Chan1-30/+52
2019-08-30bnxt_en: Add FW fatal devlink_health_reporter.Vasundhara Volam3-2/+141
2019-08-30bnxt_en: Add bnxt_fw_exception() to handle fatal firmware errors.Michael Chan2-0/+45
2019-08-30bnxt_en: Add RESET_FW state logic to bnxt_fw_reset_task().Michael Chan1-0/+64
2019-08-30bnxt_en: Do not send firmware messages if firmware is in error state.Michael Chan2-7/+12
2019-08-30bnxt_en: Retain user settings on a VF after RESET_NOTIFY event.Vasundhara Volam3-9/+45
2019-08-30bnxt_en: Add devlink health reset reporter.Vasundhara Volam4-0/+61
2019-08-30bnxt_en: Handle firmware reset.Michael Chan3-0/+164
2019-08-30bnxt_en: Handle RESET_NOTIFY async event from firmware.Michael Chan2-0/+18
2019-08-30bnxt_en: Add new FW devlink_health_reporterVasundhara Volam2-0/+84
2019-08-30bnxt_en: Add BNXT_STATE_IN_FW_RESET state.Michael Chan3-0/+26
2019-08-30bnxt_en: Enable health monitoring.Michael Chan2-2/+73
2019-08-30bnxt_en: Pre-map the firmware health monitoring registers.Michael Chan2-0/+35
2019-08-30bnxt_en: Discover firmware error recovery capabilities.Michael Chan2-0/+115
2019-08-30bnxt_en: Handle firmware reset status during IF_UP.Michael Chan2-20/+89
2019-08-30bnxt_en: Register buffers for VFs before reserving resources.Vasundhara Volam1-5/+5
2019-08-30bnxt_en: Refactor bnxt_sriov_enable().Michael Chan2-16/+35