summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)Author
2019-11-24bnxt_en: Add support for flashing the device via devlinkVasundhara Volam
2019-11-24bnxt_en: Allow PHY settings on multi-function or NPAR PFs if allowed by FW.Michael Chan
2019-11-24bnxt_en: Add async. event logic for PHY configuration changes.Michael Chan
2019-11-24bnxt_en: Refactor the initialization of the ethtool link settings.Michael Chan
2019-11-24bnxt_en: Skip disabling autoneg before PHY loopback when appropriate.Michael Chan
2019-11-24bnxt_en: Assign more RSS context resources to the VFs.Michael Chan
2019-11-24bnxt_en: Initialize context memory to the value specified by firmware.Michael Chan
2019-11-24bnxt_en: Fix suspend/resume path on 57500 chipsVasundhara Volam
2019-11-24bnxt_en: Send FUNC_RESOURCE_QCAPS command in bnxt_resume()Vasundhara Volam
2019-11-24bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw command.Vasundhara Volam
2019-11-24bnxt_en: Do driver unregister cleanup in bnxt_init_one() failure path.Vasundhara Volam
2019-11-24bnxt_en: Disable/enable Bus master during suspend/resume.Michael Chan
2019-11-24bnxt_en: Add chip IDs for 57452 and 57454 chips.Michael Chan
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-18bnxt_en: Abort waiting for firmware response if there is no heartbeat.Pavan Chebbi
2019-11-18bnxt_en: Add a warning message for driver initiated resetVasundhara Volam
2019-11-18bnxt_en: Return proper error code for non-existent NVM variableVasundhara Volam
2019-11-18bnxt_en: Report health status update after reset is doneVasundhara Volam
2019-11-18bnxt_en: Set MASTER flag during driver registration.Vasundhara Volam
2019-11-18bnxt_en: Extend ETHTOOL_RESET to hot reset driver.Vasundhara Volam
2019-11-18bnxt_en: Increase firmware response timeout for coredump commands.Vasundhara Volam
2019-11-18bnxt_en: Improve RX buffer error handling.Michael Chan
2019-11-18bnxt_en: Update firmware interface spec to 1.10.1.12.Michael Chan
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-16bnx2x: Remove hw_reset_t function castsKees Cook
2019-11-16bnx2x: Remove format_fw_ver_t function castsKees Cook
2019-11-16bnx2x: Remove config_init_t function castsKees Cook
2019-11-16bnx2x: Remove read_status_t function castsKees Cook
2019-11-16bnx2x: Drop redundant callback function castsKees Cook
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller
2019-11-13bnxt_en: Fix array overrun in bnxt_fill_l2_rewrite_fields().Venkat Duvvuru
2019-11-12net: bcmgenet: Add RGMII_RXID supportStefan Wahren
2019-11-12net: bcmgenet: Refactor register access in bcmgenet_mii_configStefan Wahren
2019-11-12net: bcmgenet: Add BCM2711 supportStefan Wahren
2019-11-12net: bcmgenet: Fix error handling on IRQ retrievalStefan Wahren
2019-11-12net: bcmgenet: Avoid touching non-existent interruptStefan Wahren
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-06net: bcmgenet: reapply manual settings to the PHYDoug Berger
2019-11-06Revert "net: bcmgenet: soft reset 40nm EPHYs before MAC init"Doug Berger
2019-11-06net: bcmgenet: use RGMII loopback for MAC resetDoug Berger
2019-11-05cnic: Set fp_hsi_ver as part of CLIENT_SETUP ramrodManish Rangankar
2019-11-05bnx2x: Fix PF-VF communication over multi-cos queues.Manish Chopra
2019-11-05bnx2x: Enable Multi-Cos feature.Sudarsana Reddy Kalluru
2019-11-05bnx2x: Utilize FW 7.13.15.0.Sudarsana Reddy Kalluru
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-31bnxt_en: Call bnxt_ulp_stop()/bnxt_ulp_start() during suspend/resume.Pavan Chebbi
2019-10-31bnxt_en: Call bnxt_ulp_stop()/bnxt_ulp_start() during error recovery.Vasundhara Volam
2019-10-31bnxt_en: Improve bnxt_ulp_stop()/bnxt_ulp_start() call sequence.Vasundhara Volam