summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: bgmac: mac address change bugHari Vyas2017-03-031-1/+5
* net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser2017-02-171-5/+4
* net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-101-0/+2
* net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki2017-01-311-8/+17
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-3/+6
|\
| * net: bgmac: fix reversed checks for clock control flagRafał Miłecki2016-11-091-2/+2
| * bgmac: stop clearing DMA receive control register right after it is setAndy Gospodarek2016-10-311-1/+4
* | net: ethernet: bgmac: add NS2 supportJon Mason2016-11-071-0/+3
* | net: ethernet: bgmac: device tree phy enablementJon Mason2016-11-071-24/+5
|/
* net: bgmac: fix spelling mistake: "connecton" -> "connection"Colin Ian King2016-10-271-1/+1
* net: bgmac: Fix errant feature flag checkJon Mason2016-10-061-1/+1
* net: bgmac: make it clear when setting interface type to RMIIRafał Miłecki2016-08-181-1/+2
* net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki2016-08-181-0/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-1/+1
|\
| * net: bgmac: Fix infinite loop in bgmac_dma_tx_add()Florian Fainelli2016-07-151-1/+1
* | net: ethernet: bgmac: Add platform device supportJon Mason2016-07-091-277/+52
* | net: ethernet: bgmac: convert to feature flagsJon Mason2016-07-091-47/+120
* | net: ethernet: bgmac: move BCMA MDIO Phy code into a separate fileJon Mason2016-07-091-216/+30
* | net: ethernet: bgmac: add dma_dev pointerJon Mason2016-07-091-8/+9
* | net: ethernet: bgmac: change bgmac_* prints to dev_* printsJon Mason2016-07-091-50/+53
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-3/+5
|\|
| * net: bgmac: Remove superflous netif_carrier_on()Florian Fainelli2016-06-281-2/+0
| * net: bgmac: Start transmit queue in bgmac_openFlorian Fainelli2016-06-281-0/+3
| * net: bgmac: Fix SOF bit checkingFlorian Fainelli2016-06-281-2/+3
* | net: ethernet: bgmac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-221-18/+2
* | net: ethernet: bgmac: use phydev from struct net_devicePhilippe Reynes2016-06-221-11/+6
* | bgmac: Maintain some netdev statisticsFlorian Fainelli2016-06-091-0/+10
* | bgmac: Add support for ethtool statisticsFlorian Fainelli2016-06-091-0/+124
* | bgmac: Bind net_device with backing device structureFlorian Fainelli2016-06-091-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-1/+1
|\
| * treewide: Fix typos in printkMasanari Iida2016-04-281-1/+1
* | bgmac: reset & enable Ethernet core before using itRafał Miłecki2016-04-141-0/+5
|/
* bgmac: support Ethernet device on BCM47094 SoCRafał Miłecki2016-02-241-2/+4
* bgmac: add helper checking for BCM4707 / BCM53018 chip idRafał Miłecki2016-02-061-14/+16
* bgmac: Fix reversed test of build_skb() return value.David S. Miller2016-01-151-1/+1
* bgmac: fix a missing check for build_skbwangweidong2016-01-131-0/+5
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-13/+2
* bgmac: Update fixed_phy_register()Fabio Estevam2015-09-021-1/+1
* bgmac: support up to 3 cores (devices) on a busRafał Miłecki2015-08-271-5/+23
* bgmac: fix requests for extra polling calls from NAPIRafał Miłecki2015-04-241-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-171-1/+1
|\
| * MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki2015-04-011-1/+1
* | bgmac: drop ring->num_slotsFelix Fietkau2015-04-141-13/+14
* | bgmac: fix DMA rx corruptionFelix Fietkau2015-04-141-9/+18
* | bgmac: simplify dma init/cleanupFelix Fietkau2015-04-141-39/+40
* | bgmac: add check for oversized packetsFelix Fietkau2015-04-141-0/+7
* | bgmac: simplify/optimize rx DMA error handlingFelix Fietkau2015-04-141-37/+34
* | bgmac: set received skb headroom to NET_SKB_PADFelix Fietkau2015-04-141-6/+8
* | bgmac: leave interrupts disabled as long as there is work to doFelix Fietkau2015-04-141-21/+10