summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2020-07-29net: bcmgenet: fix error returns in bcmgenet_probe()Zhang Changzhong1-1/+1
2020-07-29bnxt_en: Fix completion ring sizing with TPA enabled.Michael Chan1-2/+10
2020-07-29bnxt_en: Init ethtool link settings after reading updated PHY configuration.Vasundhara Volam1-5/+5
2020-07-29bnxt_en: Fix race when modifying pause settings.Vasundhara Volam1-1/+4
2020-07-16bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti1-1/+1
2020-06-30net: bcmgenet: use hardware padding of runt framesDoug Berger1-5/+3
2020-06-30bnxt_en: Read VPD info only for PFsVasundhara Volam1-1/+2
2020-06-30bnxt_en: Fix statistics counters issue during ifdown with older firmware.Michael Chan1-1/+7
2020-06-30bnxt_en: Do not enable legacy TX push on older firmware.Michael Chan2-1/+3
2020-06-30bnxt_en: Store the running firmware version code.Michael Chan2-4/+22
2020-06-30tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezesDavid Christensen1-2/+2
2020-06-24bnxt_en: Return from timer if interface is not in open state.Vasundhara Volam1-1/+1
2020-06-24bnxt_en: Fix AER reset logic on 57500 chips.Michael Chan1-5/+12
2020-06-24bnxt_en: Re-enable SRIOV during resume.Michael Chan1-0/+2
2020-06-24bnxt_en: Simplify bnxt_resume().Michael Chan1-12/+2
2020-06-22net: bcmgenet: Fix WoL with password after deep sleepDoug Berger2-21/+20
2020-06-22net: bcmgenet: set Rx mode before starting netifDoug Berger1-0/+4
2020-05-27bnxt_en: fix firmware message length endiannessEdwin Peer2-15/+4
2020-05-27bnxt_en: Fix return code to "flash_device".Vasundhara Volam1-4/+5
2020-05-27bnxt_en: Fix accumulation of bp->net_stats_prev.Michael Chan1-1/+1
2020-05-13net: broadcom: Select BROADCOM_PHY for BCMGENETFlorian Fainelli1-0/+1
2020-05-05net: broadcom: fix a mistake about ioremap resourceDejin Zheng1-9/+15
2020-04-27bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().Michael Chan1-3/+6
2020-04-27bnxt_en: Return error when allocating zero size context memory.Michael Chan1-1/+1
2020-04-27bnxt_en: Improve AER slot reset.Michael Chan1-3/+6
2020-04-27bnxt_en: Reduce BNXT_MSIX_VEC_MAX value to supported CQs per PF.Vasundhara Volam1-1/+1
2020-04-27bnxt_en: Fix VF anti-spoof filter setup.Michael Chan2-9/+2
2020-04-25net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-04-25net: bcmgenet: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-04-24net: bcmgenet: correct per TX/RX ring statisticsDoug Berger1-0/+3
2020-04-22net: broadcom: convert to devm_platform_ioremap_resource_byname()Dejin Zheng1-22/+11
2020-04-20net: systemport: Omit superfluous error message in bcm_sysport_probe()Tang Bin1-1/+0
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