summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2020-07-22bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti1-1/+1
2020-06-30tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezesDavid Christensen1-2/+2
2020-05-10bnxt_en: Remove locking around txr->dev_stateFlorian Fainelli1-2/+0
2020-05-10bnxt: add a missing rcu synchronizationEric Dumazet1-0/+4
2020-05-10net: bcmsysport: Device stats are unsigned longFlorian Fainelli1-1/+1
2020-05-10net: bcmgenet: device stats are unsigned longEric Dumazet1-1/+5
2020-05-10net: bcmgenet: fix skb_len in bcmgenet_xmit_single()Petri Gynther1-1/+1
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-03-20bnxt_en: reinitialize IRQs when MTU is modifiedVasundhara Volam1-2/+2
2020-02-15net: systemport: Avoid RBUF stuck in Wake-on-LAN modeFlorian Fainelli1-0/+3
2020-02-05drivers/net/b44: Change to non-atomic bit operations on pwol_maskFenghua Yu1-3/+6
2020-01-29net: broadcom/bcmsysport: Fix signedness in bcm_sysport_probe()Dan Carpenter1-1/+1
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-04bnx2x: Fix PF-VF communication over multi-cos queues.Manish Chopra1-5/+11
2019-11-28net: bcmgenet: return correct value 'ret' from bcmgenet_power_downYueHaibing1-1/+1
2019-11-25bnx2x: Ignore bandwidth attention in single function modeShahed Shaikh1-0/+10
2019-11-25net: broadcom: fix return type of ndo_start_xmit functionYueHaibing2-4/+5
2019-10-29net: bcmgenet: Set phydev->dev_flags only for internal PHYsFlorian Fainelli1-2/+3
2019-10-29net: bcmgenet: Fix RGMII_MODE_EN value for GENET v1/2/3Florian Fainelli2-1/+6
2019-08-11bnx2x: Disable multi-cos feature.Sudarsana Reddy Kalluru1-1/+1
2019-08-04net: bcmgenet: use promisc for unsupported filtersJustin Chen1-31/+26
2019-08-04bnx2x: Prevent load reordering in tx completion processingBrian King1-0/+3
2019-07-21bnx2x: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2-1/+3
2019-06-11bnx2x: disable GSO where gso_size is too big for hardwareDaniel Axtens1-0/+18
2019-06-11bnxt_en: Fix aggregation buffer leak under OOM condition.Michael Chan1-0/+2
2019-05-16bnxt_en: Improve multicast address setup logic.Michael Chan1-1/+8
2019-03-23net: systemport: Fix reception of BPDUsFlorian Fainelli1-0/+4
2019-03-23bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan1-0/+6
2019-02-20net: systemport: Fix WoL with password after deep sleepFlorian Fainelli2-15/+12
2018-12-13bnx2x: Assign unique DMAE channel number for FW DMAE transactions.Sudarsana Reddy Kalluru2-0/+8
2018-12-01net: bcmgenet: fix OF child-node lookupJohan Hovold1-1/+1
2018-11-27tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control pathsSiva Reddy Kallam1-2/+16
2018-10-20net: systemport: Fix wake-up interrupt race during resumeFlorian Fainelli1-11/+11
2018-10-20bnxt_en: Fix TX timeout during netpoll.Michael Chan1-3/+10
2018-09-15net: bcmgenet: use MAC link status for fixed phyDoug Berger2-2/+11
2018-09-05bnx2x: Fix invalid memory access in rss hash config path.Sudarsana Reddy Kalluru1-3/+10
2018-08-24bnxt_en: Fix for system hang if request_irq failsVikas Gupta1-1/+3
2018-08-24bnx2x: Fix receiving tx-timeout in error or recovery state.Sudarsana Reddy Kalluru3-0/+13
2018-07-25tg3: Add higher cpu clock for 5762.Sanjeev Bansal1-0/+9
2018-07-22bcm63xx_enet: do not write to random DMA channel on BCM6345Jonas Gorski1-1/+2
2018-07-22bcm63xx_enet: correct clock usageJonas Gorski1-8/+23
2018-06-13bnx2x: use the right constantJulia Lawall1-1/+1
2018-05-30net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()Florian Fainelli1-1/+2
2018-05-30bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().Michael Chan1-0/+3
2018-05-26tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().Michael Chan1-4/+5
2018-04-13bnx2x: Allow vfs to disable txvlan offloadMintz, Yuval1-4/+15
2018-03-31net: systemport: Rewrite __bcm_sysport_tx_reclaim()Florian Fainelli2-19/+16
2018-03-24bnx2x: Align RX buffersScott Wood1-0/+1