summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)Author
2020-04-01bnx2x: correct a comment mistake in grammarHu Haowen
2020-03-30devlink: Implicitly set auto recover flag when registering health reporterEran Ben Elisha
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko
2020-03-27bgmac: configure MTU and add support for frames beyond 8192 byte sizeMurali Krishna Policharla
2020-03-27bnxt_en: Fix "fw.mgmt" and "fw.nsci" info via devlink info_get cbVasundhara Volam
2020-03-27bnxt_en: Add partno to devlink info_get cbVasundhara Volam
2020-03-27bnxt_en: Read partno and serialno of the board from VPDVasundhara Volam
2020-03-27bnxt_en: Add fw.mgmt.api version to devlink info_get cb.Vasundhara Volam
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-23bnxt_en: Reset rings if ring reservation fails during open()Vasundhara Volam
2020-03-23bnxt_en: Free context memory after disabling PCI in probe error path.Michael Chan
2020-03-23bnxt_en: Return error if bnxt_alloc_ctx_mem() fails.Michael Chan
2020-03-23bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()Edwin Peer
2020-03-23bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.Michael Chan
2020-03-21net: bcmgenet: always enable status blocksDoug Berger
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski
2020-03-17net: bcmgenet: keep MAC in reset until PHY is upDoug Berger
2020-03-17Revert "net: bcmgenet: use RGMII loopback for MAC reset"Doug Berger
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12net: systemport: fix index check to avoid an array out of bounds accessColin Ian King
2020-03-10net: tg3: reject unsupported coalescing paramsJakub Kicinski
2020-03-10net: bcmgenet: reject unsupported coalescing paramsJakub Kicinski
2020-03-10net: bnx2x: reject unsupported coalescing paramsJakub Kicinski
2020-03-10net: bnx2: reject unsupported coalescing paramsJakub Kicinski
2020-03-10net: systemport: reject unsupported coalescing paramsJakub Kicinski
2020-03-08bnxt_en: Call devlink_port_type_clear() in remove()Vasundhara Volam
2020-03-08bnxt_en: Return -EAGAIN if fw command returns BUSYVasundhara Volam
2020-03-08bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.Vasundhara Volam
2020-03-08bnxt_en: Remove unnecessary assignment of return codeVasundhara Volam
2020-03-08bnxt_en: Clear DCB settings after firmware reset.Michael Chan
2020-03-08bnxt_en: Process the NQ under NAPI continuous polling.Michael Chan
2020-03-08bnxt_en: Simplify __bnxt_poll_cqs_done().Michael Chan
2020-03-08bnxt_en: Handle all NQ notifications in bnxt_poll_p5().Michael Chan
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko
2020-03-05bnxt_en: Use pci_get_dsn()Jacob Keller
2020-03-05bcm63xx_enet: remove redundant variable definitionstangbin
2020-03-05bnxt: reject unsupported coalescing paramsJakub Kicinski
2020-03-03net/broadcom: Don't set N/A FW if it is not availableLeon Romanovsky
2020-03-03net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky
2020-03-01bnxt_en: fix error handling when flashing from fileEdwin Peer
2020-03-01bnxt_en: reinitialize IRQs when MTU is modifiedVasundhara Volam
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-26net: bcmgenet: Clear ID_MODE_DIS in EXT_RGMII_OOB_CTRL when not neededNicolas Saenz Julienne
2020-02-26bnxt_en: add newline to netdev_*() format stringsJonathan Lemon
2020-02-24net: bcmgenet: reduce severity of missing clock warningsJeremy Linton
2020-02-24net: bcmgenet: Fetch MAC address from the adapterJeremy Linton
2020-02-24net: bcmgenet: Initial bcmgenet ACPI supportJeremy Linton
2020-02-24net: bcmgenet: enable automatic phy discoveryJeremy Linton
2020-02-24net: bcmgenet: refactor phy mode configurationJeremy Linton
2020-02-20bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs.Vasundhara Volam