summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* 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
* bnx2x: Fix receiving tx-timeout in error or recovery state.Sudarsana Reddy Kalluru2018-08-243-0/+13
* tg3: Add higher cpu clock for 5762.Sanjeev Bansal2018-07-251-0/+9
* bcm63xx_enet: do not write to random DMA channel on BCM6345Jonas Gorski2018-07-221-1/+2
* bcm63xx_enet: correct clock usageJonas Gorski2018-07-221-8/+23
* bnx2x: use the right constantJulia Lawall2018-06-131-1/+1
* net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()Florian Fainelli2018-05-301-1/+2
* bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().Michael Chan2018-05-301-0/+3
* tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().Michael Chan2018-05-261-4/+5
* bnx2x: Allow vfs to disable txvlan offloadMintz, Yuval2018-04-131-4/+15
* net: systemport: Rewrite __bcm_sysport_tx_reclaim()Florian Fainelli2018-03-312-19/+16
* bnx2x: Align RX buffersScott Wood2018-03-241-0/+1
* bnxt_en: Fix the 'Invalid VF' id check in bnxt_vf_ndo_prep routine.Venkat Duvvuru2018-03-031-1/+1
* bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli2018-03-032-3/+15
* tg3: Enable PHY reset in MTU change path for 5720Siva Reddy Kallam2018-03-031-1/+2
* tg3: Add workaround to restrict 5762 MRRS to 2048Siva Reddy Kallam2018-03-032-0/+14
* tg3: Fix rx hang on MTU change with 5717/5719Brian King2018-01-021-1/+3
* bnxt_en: Fix NULL pointer dereference in reopen failure pathSankar Patchineelam2017-12-251-0/+13
* net: bcmgenet: Power up the internal PHY before probing the MIIDoug Berger2017-12-201-0/+8
* net: bcmgenet: power down internal phy if open or resume failsDoug Berger2017-12-201-0/+4
* net: bcmgenet: reserved phy revisions must be checked firstDoug Berger2017-12-201-6/+6
* net: bcmgenet: correct MIB access of UniMAC RUNT countersDoug Berger2017-12-201-4/+7
* net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB valuesDoug Berger2017-12-202-10/+60
* bnx2x: do not rollback VF MAC/VLAN filters we did not configureMichal Schmidt2017-12-162-1/+8
* bnx2x: fix possible overrun of VFPF multicast addresses arrayMichal Schmidt2017-12-161-12/+11
* bnx2x: prevent crash when accessing PTP with interface downMichal Schmidt2017-12-161-1/+19
* net: systemport: Pad packet before inserting TSBFlorian Fainelli2017-12-091-9/+9
* net: systemport: Utilize skb_put_padto()Florian Fainelli2017-12-091-3/+2
* tg3: Fix race condition in tg3_get_stats64().Michael Chan2017-08-111-0/+3
* bgmac: reset & enable Ethernet core before using itRafał Miłecki2017-07-151-0/+5
* net: bgmac: Remove superflous netif_carrier_on()Florian Fainelli2017-07-051-2/+0
* net: bgmac: Start transmit queue in bgmac_openFlorian Fainelli2017-07-051-0/+3
* net: bgmac: Fix SOF bit checkingFlorian Fainelli2017-07-051-2/+3
* bgmac: Fix reversed test of build_skb() return value.David S. Miller2017-07-051-1/+1
* bgmac: fix a missing check for build_skbwangweidong2017-07-051-0/+5
* bnx2x: Fix Multi-CosMintz, Yuval2017-06-141-1/+1