aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Fix missing error code in bnx2x_iov_init_one()Jiapeng Chong2021-06-161-1/+3
* net: bnx2: Fix error return code in bnx2_init_board()Zhen Lei2021-06-031-1/+1
* bnxt_en: reverse order of TX disable and carrier offEdwin Peer2021-03-031-1/+2
* net: bcmgenet: Fix a resource leak in an error handling path in the probe fun...Christophe JAILLET2020-12-291-1/+3
* bnxt_en: Release PCI regions when DMA mask setup fails during probe.Michael Chan2020-12-021-1/+1
* bnxt_en: fix error return code in bnxt_init_board()Zhang Changzhong2020-12-021-0/+1
* net: b44: fix error return code in b44_init_one()Zhang Changzhong2020-11-241-1/+2
* bnxt: don't enable NAPI until rings are readyJakub Kicinski2020-09-121-6/+3
* bnxt_en: Failure to update PHY is not fatal condition.Michael Chan2020-09-121-1/+1
* tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan2020-09-121-4/+13
* bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam2020-09-121-0/+3
* bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti2020-07-221-1/+1
* tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezesDavid Christensen2020-06-291-2/+2
* bnxt_en: Remove locking around txr->dev_stateFlorian Fainelli2020-05-101-2/+0
* bnxt: add a missing rcu synchronizationEric Dumazet2020-05-101-0/+4
* net: bcmsysport: Device stats are unsigned longFlorian Fainelli2020-05-101-1/+1
* net: bcmgenet: device stats are unsigned longEric Dumazet2020-05-101-1/+5
* net: bcmgenet: fix skb_len in bcmgenet_xmit_single()Petri Gynther2020-05-101-1/+1
* net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger2020-05-101-1/+2
* net: bcmgenet: suppress warnings on failed Rx SKB allocationsDoug Berger2020-05-101-1/+2
* bnxt_en: reinitialize IRQs when MTU is modifiedVasundhara Volam2020-03-201-2/+2
* net: systemport: Avoid RBUF stuck in Wake-on-LAN modeFlorian Fainelli2020-02-141-0/+3
* drivers/net/b44: Change to non-atomic bit operations on pwol_maskFenghua Yu2020-02-051-3/+6
* net: broadcom/bcmsysport: Fix signedness in bcm_sysport_probe()Dan Carpenter2020-01-291-1/+1
* bnx2x: Fix logic to get total no. of PFs per engineManish Chopra2020-01-121-1/+1
* bnx2x: Do not handle requests from VFs after parityManish Chopra2020-01-123-2/+23
* bnx2x: Fix PF-VF communication over multi-cos queues.Manish Chopra2020-01-041-5/+11
* net: bcmgenet: return correct value 'ret' from bcmgenet_power_downYueHaibing2019-11-281-1/+1
* bnx2x: Ignore bandwidth attention in single function modeShahed Shaikh2019-11-251-0/+10
* net: broadcom: fix return type of ndo_start_xmit functionYueHaibing2019-11-252-4/+5
* net: bcmgenet: Set phydev->dev_flags only for internal PHYsFlorian Fainelli2019-10-291-2/+3
* net: bcmgenet: Fix RGMII_MODE_EN value for GENET v1/2/3Florian Fainelli2019-10-292-1/+6
* bnx2x: Disable multi-cos feature.Sudarsana Reddy Kalluru2019-08-111-1/+1
* net: bcmgenet: use promisc for unsupported filtersJustin Chen2019-08-041-31/+26
* bnx2x: Prevent load reordering in tx completion processingBrian King2019-08-041-0/+3
* bnx2x: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2019-07-212-1/+3
* bnx2x: disable GSO where gso_size is too big for hardwareDaniel Axtens2019-06-111-0/+18
* bnxt_en: Fix aggregation buffer leak under OOM condition.Michael Chan2019-06-111-0/+2
* bnxt_en: Improve multicast address setup logic.Michael Chan2019-05-161-1/+8
* net: systemport: Fix reception of BPDUsFlorian Fainelli2019-03-231-0/+4
* bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan2019-03-231-0/+6
* net: systemport: Fix WoL with password after deep sleepFlorian Fainelli2019-02-202-15/+12
* bnx2x: Assign unique DMAE channel number for FW DMAE transactions.Sudarsana Reddy Kalluru2018-12-132-0/+8
* net: bcmgenet: fix OF child-node lookupJohan Hovold2018-12-011-1/+1
* tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control pathsSiva Reddy Kallam2018-11-271-2/+16
* net: systemport: Fix wake-up interrupt race during resumeFlorian Fainelli2018-10-201-11/+11
* bnxt_en: Fix TX timeout during netpoll.Michael Chan2018-10-201-3/+10
* net: bcmgenet: use MAC link status for fixed phyDoug Berger2018-09-152-2/+11
* bnx2x: Fix invalid memory access in rss hash config path.Sudarsana Reddy Kalluru2018-09-051-3/+10
* bnxt_en: Fix for system hang if request_irq failsVikas Gupta2018-08-241-1/+3