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