summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2020-12-30net: bcmgenet: Fix a resource leak in an error handling path in the probe fun...Christophe JAILLET1-1/+3
2020-12-02bnxt_en: Release PCI regions when DMA mask setup fails during probe.Michael Chan1-1/+1
2020-12-02bnxt_en: fix error return code in bnxt_init_board()Zhang Changzhong1-0/+1
2020-12-02bnxt_en: fix error return code in bnxt_init_one()Zhang Changzhong1-0/+1
2020-11-24net: b44: fix error return code in b44_init_one()Zhang Changzhong1-1/+2
2020-11-24bnxt_en: read EEPROM A2h address using page 0Edwin Peer1-1/+1
2020-11-05bnxt_en: Log unknown link speed appropriately.Michael Chan1-1/+5
2020-09-26bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan1-11/+20
2020-09-26bnxt_en: return proper error codes in bnxt_show_tempEdwin Peer1-6/+13
2020-09-09tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan1-4/+13
2020-09-09bnxt: don't enable NAPI until rings are readyJakub Kicinski1-8/+4
2020-09-09bnxt_en: fix HWRM error when querying VF temperatureEdwin Peer1-4/+7
2020-09-09bnxt_en: Fix PCI AER error recovery flowVasundhara Volam1-0/+3
2020-09-09bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam1-0/+3
2020-09-09bnxt_en: Don't query FW when netif_running() is false.Pavan Chebbi1-1/+1
2020-09-09net: systemport: Fix memleak in bcm_sysport_probeDinghao Liu1-2/+4
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-07-01net: bcmgenet: use hardware padding of runt framesDoug Berger1-5/+3
2020-07-01tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezesDavid Christensen1-2/+2
2020-07-01net: bcmgenet: remove HFB_CTRL accessDoug Berger1-4/+0
2020-06-22net: bcmgenet: set Rx mode before starting netifDoug Berger1-0/+4
2020-06-03bnxt_en: Fix accumulation of bp->net_stats_prev.Michael Chan1-1/+1
2020-05-27net: bcmgenet: abort suspend on errorDoug Berger2-0/+9
2020-05-27net: bcmgenet: code movementDoug Berger1-30/+30
2020-05-14bnxt_en: Fix VF anti-spoof filter setup.Michael Chan2-8/+2
2020-05-14bnxt_en: Improve AER slot reset.Michael Chan1-3/+6
2020-05-14bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().Michael Chan1-3/+6
2020-05-10net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-05-10net: bcmgenet: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-04-29net: bcmgenet: correct per TX/RX ring statisticsDoug Berger1-0/+3
2020-04-02bnxt_en: Reset rings if ring reservation fails during open()Vasundhara Volam1-0/+4
2020-04-02bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()Edwin Peer1-5/+10
2020-03-18bnxt_en: reinitialize IRQs when MTU is modifiedVasundhara Volam1-2/+2
2020-03-18net: systemport: fix index check to avoid an array out of bounds accessColin Ian King1-1/+1
2020-02-11net: systemport: Avoid RBUF stuck in Wake-on-LAN modeFlorian Fainelli1-0/+3
2020-02-11bnxt_en: Fix TC queue mapping.Michael Chan1-1/+1
2020-02-05bnxt_en: Fix ipv6 RFS filter matching logic.Michael Chan1-5/+17
2020-02-01drivers/net/b44: Change to non-atomic bit operations on pwol_maskFenghua Yu1-3/+6
2020-01-29net: bcmgenet: Use netif_tx_napi_add() for TX NAPIFlorian Fainelli1-2/+2
2020-01-27net: broadcom/bcmsysport: Fix signedness in bcm_sysport_probe()Dan Carpenter1-1/+1
2020-01-27bnxt_en: Increase timeout for HWRM_DBG_COREDUMP_XX commandsVasundhara Volam2-1/+2
2020-01-27bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd failsVasundhara Volam1-7/+5
2020-01-27bnxt_en: Suppress error messages when querying DSCP DCB capabilities.Michael Chan1-1/+1
2020-01-27bnxt_en: Fix ethtool selftest crash under error conditions.Michael Chan1-3/+3
2020-01-12bnx2x: Fix logic to get total no. of PFs per engineManish Chopra1-1/+1
2020-01-12bnx2x: Do not handle requests from VFs after parityManish Chopra3-2/+23
2020-01-12bnxt_en: Return error if FW returns more data than dump lengthVasundhara Volam2-8/+34
2019-12-31bnx2x: Fix PF-VF communication over multi-cos queues.Manish Chopra1-5/+11
2019-12-05bnxt_en: query force speeds before disabling autoneg mode.Vasundhara Volam1-1/+21