summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2020-04-01bnx2x: correct a comment mistake in grammarHu Haowen1-1/+2
2020-03-30devlink: Implicitly set auto recover flag when registering health reporterEran Ben Elisha1-3/+3
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko1-1/+1
2020-03-28bgmac: configure MTU and add support for frames beyond 8192 byte sizeMurali Krishna Policharla2-2/+15
2020-03-28bnxt_en: Fix "fw.mgmt" and "fw.nsci" info via devlink info_get cbVasundhara Volam1-2/+2
2020-03-28bnxt_en: Add partno to devlink info_get cbVasundhara Volam1-0/+8
2020-03-28bnxt_en: Read partno and serialno of the board from VPDVasundhara Volam2-0/+63
2020-03-28bnxt_en: Add fw.mgmt.api version to devlink info_get cb.Vasundhara Volam3-1/+21
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-155/+89
2020-03-24bnxt_en: Reset rings if ring reservation fails during open()Vasundhara Volam1-0/+4
2020-03-24bnxt_en: Free context memory after disabling PCI in probe error path.Michael Chan1-3/+3
2020-03-24bnxt_en: Return error if bnxt_alloc_ctx_mem() fails.Michael Chan1-4/+4
2020-03-24bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()Edwin Peer1-5/+10
2020-03-24bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S.Michael Chan3-6/+14
2020-03-22net: bcmgenet: always enable status blocksDoug Berger2-97/+38
2020-03-18net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-1/+1
2020-03-18net: bcmgenet: keep MAC in reset until PHY is upDoug Berger3-7/+15
2020-03-18Revert "net: bcmgenet: use RGMII loopback for MAC reset"Doug Berger2-34/+2
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-16/+14
2020-03-13net: systemport: fix index check to avoid an array out of bounds accessColin Ian King1-1/+1
2020-03-11net: tg3: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-11net: bcmgenet: reject unsupported coalescing paramsJakub Kicinski1-4/+3
2020-03-11net: bnx2x: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-11net: bnx2: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-11net: systemport: reject unsupported coalescing paramsJakub Kicinski1-2/+4
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-06bcm63xx_enet: remove redundant variable definitionstangbin1-1/+0
2020-03-05bnxt: reject unsupported coalescing paramsJakub Kicinski1-0/+6
2020-03-04net/broadcom: Don't set N/A FW if it is not availableLeon Romanovsky1-2/+0
2020-03-04net/broadcom: Clean broadcom code from driver versionsLeon Romanovsky13-60/+13
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-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-38/+39
2020-02-27net: bcmgenet: Clear ID_MODE_DIS in EXT_RGMII_OOB_CTRL when not neededNicolas Saenz Julienne1-0/+1
2020-02-27bnxt_en: add newline to netdev_*() format stringsJonathan Lemon5-38/+38
2020-02-25net: bcmgenet: reduce severity of missing clock warningsJeremy Linton1-3/+3
2020-02-25net: bcmgenet: Fetch MAC address from the adapterJeremy Linton1-12/+27
2020-02-25net: bcmgenet: Initial bcmgenet ACPI supportJeremy Linton1-7/+14
2020-02-25net: bcmgenet: enable automatic phy discoveryJeremy Linton1-6/+33
2020-02-25net: bcmgenet: refactor phy mode configurationJeremy Linton1-16/+26
2020-02-21bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs.Vasundhara Volam1-0/+8