summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac.h
Commit message (Expand)AuthorAgeFilesLines
* net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser2017-02-171-1/+0
* net: bgmac: drop struct bcma_mdio we don't need anymoreRafał Miłecki2017-01-311-1/+1
* net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki2017-01-311-1/+2
* net: ethernet: bgmac: add NS2 supportJon Mason2016-11-071-0/+1
* net: ethernet: bgmac: device tree phy enablementJon Mason2016-11-071-0/+8
* net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki2016-08-181-0/+19
* net: ethernet: bgmac: Add platform device supportJon Mason2016-07-091-6/+67
* net: ethernet: bgmac: convert to feature flagsJon Mason2016-07-091-1/+20
* net: ethernet: bgmac: move BCMA MDIO Phy code into a separate fileJon Mason2016-07-091-0/+3
* net: ethernet: bgmac: add dma_dev pointerJon Mason2016-07-091-0/+1
* net: ethernet: bgmac: change bgmac_* prints to dev_* printsJon Mason2016-07-091-12/+2
* net: ethernet: bgmac: use phydev from struct net_devicePhilippe Reynes2016-06-221-1/+0
* bgmac: Add support for ethtool statisticsFlorian Fainelli2016-06-091-2/+2
* bgmac: fix MAC soft-reset bit for corerev > 4Felix Fietkau2016-04-141-3/+3
* bgmac: Utilize BRCM_PSEUDO_PHY_ADDRFlorian Fainelli2015-06-101-1/+2
* bgmac: drop ring->num_slotsFelix Fietkau2015-04-141-2/+1
* bgmac: increase rx ring size from 511 to 512Felix Fietkau2015-04-141-1/+1
* bgmac: set received skb headroom to NET_SKB_PADFelix Fietkau2015-04-141-1/+3
* bgmac: leave interrupts disabled as long as there is work to doFelix Fietkau2015-04-141-1/+0
* bgmac: simplify tx ring index handlingFelix Fietkau2015-04-141-3/+3
* bgmac: implement GRO and use build_skbFelix Fietkau2015-03-231-1/+6
* bgmac: fix descriptor frame start/end definitionsFelix Fietkau2015-03-231-2/+2
* bgmac: add support for Northstar SoC (BCM4707, BCM53018)Hauke Mehrtens2014-01-041-0/+1
* bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4Hauke Mehrtens2014-01-041-1/+3
* bgmac: initialize the DMA controller of core rev >= 4Hauke Mehrtens2014-01-041-0/+50
* bgmac: drop duplicated PHY definesRafał Miłecki2013-12-271-21/+0
* bgmac: replace some magic values with definesRafał Miłecki2013-12-111-1/+5
* bgmac: connect to PHY and make use of PHY deviceRafał Miłecki2013-12-091-8/+4
* bgmac: implement unaligned addressing for DMA rings that support itRafał Miłecki2013-09-161-0/+2
* bgmac: fix internal switch initializationRafał Miłecki2013-09-161-1/+1
* bgmac: register MII busRafał Miłecki2013-03-071-0/+1
* bgmac: return error on failed PHY writeRafał Miłecki2013-02-131-3/+0
* bgmac: implement missing code for BCM53572Hauke Mehrtens2013-02-061-1/+1
* bgmac: driver for GBit MAC core on BCMA busRafał Miłecki2013-01-091-0/+456