aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-01net: bgmac: Correctly annotate register spaceFlorian Fainelli1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-15net: ethernet: bgmac: Make IDM register space optionalAbhishek Shah1-0/+1
2017-03-06net: ethernet: bgmac: driver power manangementJoey Zhong1-0/+2
2017-03-06net: ethernet: bgmac: use #defines for MAX sizeJon Mason1-1/+1
2017-03-03net: ethernet: bgmac: init sequence bugJon Mason1-0/+16
2017-02-17net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser1-1/+0
2017-01-31net: bgmac: drop struct bcma_mdio we don't need anymoreRafał Miłecki1-1/+1
2017-01-31net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki1-1/+2
2016-11-07net: ethernet: bgmac: add NS2 supportJon Mason1-0/+1
2016-11-07net: ethernet: bgmac: device tree phy enablementJon Mason1-0/+8
2016-08-18net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki1-0/+19
2016-07-09net: ethernet: bgmac: Add platform device supportJon Mason1-6/+67
2016-07-09net: ethernet: bgmac: convert to feature flagsJon Mason1-1/+20
2016-07-09net: ethernet: bgmac: move BCMA MDIO Phy code into a separate fileJon Mason1-0/+3
2016-07-09net: ethernet: bgmac: add dma_dev pointerJon Mason1-0/+1
2016-07-09net: ethernet: bgmac: change bgmac_* prints to dev_* printsJon Mason1-12/+2
2016-06-22net: ethernet: bgmac: use phydev from struct net_devicePhilippe Reynes1-1/+0
2016-06-09bgmac: Add support for ethtool statisticsFlorian Fainelli1-2/+2
2016-04-14bgmac: fix MAC soft-reset bit for corerev > 4Felix Fietkau1-3/+3
2015-06-10bgmac: Utilize BRCM_PSEUDO_PHY_ADDRFlorian Fainelli1-1/+2
2015-04-14bgmac: drop ring->num_slotsFelix Fietkau1-2/+1
2015-04-14bgmac: increase rx ring size from 511 to 512Felix Fietkau1-1/+1
2015-04-14bgmac: set received skb headroom to NET_SKB_PADFelix Fietkau1-1/+3
2015-04-14bgmac: leave interrupts disabled as long as there is work to doFelix Fietkau1-1/+0
2015-04-14bgmac: simplify tx ring index handlingFelix Fietkau1-3/+3
2015-03-23bgmac: implement GRO and use build_skbFelix Fietkau1-1/+6
2015-03-23bgmac: fix descriptor frame start/end definitionsFelix Fietkau1-2/+2
2014-01-04bgmac: add support for Northstar SoC (BCM4707, BCM53018)Hauke Mehrtens1-0/+1
2014-01-04bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4Hauke Mehrtens1-1/+3
2014-01-04bgmac: initialize the DMA controller of core rev >= 4Hauke Mehrtens1-0/+50
2013-12-27bgmac: drop duplicated PHY definesRafał Miłecki1-21/+0
2013-12-11bgmac: replace some magic values with definesRafał Miłecki1-1/+5
2013-12-09bgmac: connect to PHY and make use of PHY deviceRafał Miłecki1-8/+4
2013-09-16bgmac: implement unaligned addressing for DMA rings that support itRafał Miłecki1-0/+2
2013-09-16bgmac: fix internal switch initializationRafał Miłecki1-1/+1
2013-03-07bgmac: register MII busRafał Miłecki1-0/+1
2013-02-13bgmac: return error on failed PHY writeRafał Miłecki1-3/+0
2013-02-06bgmac: implement missing code for BCM53572Hauke Mehrtens1-1/+1
2013-01-09bgmac: driver for GBit MAC core on BCMA busRafał Miłecki1-0/+456