summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bgmac.c
AgeCommit message (Expand)Author
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-09-01net: bgmac: remove set but not used variable 'err'YueHaibing
2018-07-04net: bgmac: remove redundant variable 'freed'Colin Ian King
2018-04-01net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()Florian Fainelli
2018-03-29net: bgmac: Mask interrupts during probeFlorian Fainelli
2018-03-29net: bgmac: Use interface name to request interruptFlorian Fainelli
2018-01-05net: bgmac: Remove short packet padding for DSAFlorian Fainelli
2017-11-11net: bgmac: Pad packets to a minimum sizeFlorian Fainelli
2017-07-15net: ethernet: bgmac: Make IDM register space optionalAbhishek Shah
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal
2017-03-06net: ethernet: bgmac: driver power manangementJoey Zhong
2017-03-03net: ethernet: bgmac: mac address change bugHari Vyas
2017-02-17net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser
2017-02-10net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2017-01-31net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-09net: bgmac: fix reversed checks for clock control flagRafał Miłecki
2016-11-07net: ethernet: bgmac: add NS2 supportJon Mason
2016-11-07net: ethernet: bgmac: device tree phy enablementJon Mason
2016-10-31bgmac: stop clearing DMA receive control register right after it is setAndy Gospodarek
2016-10-27net: bgmac: fix spelling mistake: "connecton" -> "connection"Colin Ian King
2016-10-06net: bgmac: Fix errant feature flag checkJon Mason
2016-08-18net: bgmac: make it clear when setting interface type to RMIIRafał Miłecki
2016-08-18net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-15net: bgmac: Fix infinite loop in bgmac_dma_tx_add()Florian Fainelli
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-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-28net: bgmac: Remove superflous netif_carrier_on()Florian Fainelli
2016-06-28net: bgmac: Start transmit queue in bgmac_openFlorian Fainelli
2016-06-28net: bgmac: Fix SOF bit checkingFlorian Fainelli
2016-06-22net: ethernet: bgmac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-06-22net: ethernet: bgmac: use phydev from struct net_devicePhilippe Reynes
2016-06-09bgmac: Maintain some netdev statisticsFlorian Fainelli
2016-06-09bgmac: Add support for ethtool statisticsFlorian Fainelli
2016-06-09bgmac: Bind net_device with backing device structureFlorian Fainelli
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-04-28treewide: Fix typos in printkMasanari Iida
2016-04-14bgmac: reset & enable Ethernet core before using itRafał Miłecki
2016-02-24bgmac: support Ethernet device on BCM47094 SoCRafał Miłecki
2016-02-06bgmac: add helper checking for BCM4707 / BCM53018 chip idRafał Miłecki
2016-01-15bgmac: Fix reversed test of build_skb() return value.David S. Miller
2016-01-13bgmac: fix a missing check for build_skbwangweidong
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn