summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2019-02-051-1/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-6/+6
* net: bgmac: remove set but not used variable 'err'YueHaibing2018-09-021-2/+0Star
* net: bgmac: remove redundant variable 'freed'Colin Ian King2018-07-041-2/+0Star
* net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()Florian Fainelli2018-04-021-1/+2
* net: bgmac: Mask interrupts during probeFlorian Fainelli2018-03-291-0/+2
* net: bgmac: Use interface name to request interruptFlorian Fainelli2018-03-291-1/+1
* net: bgmac: Remove short packet padding for DSAFlorian Fainelli2018-01-051-15/+0Star
* net: bgmac: Pad packets to a minimum sizeFlorian Fainelli2017-11-111-0/+16
* net: ethernet: bgmac: Make IDM register space optionalAbhishek Shah2017-07-151-28/+42
* drivers: add explicit interrupt.h includesFlorian Westphal2017-03-301-0/+1
* net: ethernet: bgmac: driver power manangementJoey Zhong2017-03-071-0/+51
* 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/+4Star
* 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-11-011-1/+4
* | net: ethernet: bgmac: add NS2 supportJon Mason2016-11-071-0/+3
* | net: ethernet: bgmac: device tree phy enablementJon Mason2016-11-071-24/+5Star
|/
* net: bgmac: fix spelling mistake: "connecton" -> "connection"Colin Ian King2016-10-271-1/+1
* net: bgmac: Fix errant feature flag checkJon Mason2016-10-071-1/+1
* net: bgmac: make it clear when setting interface type to RMIIRafał Miłecki2016-08-191-1/+2
* net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki2016-08-191-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-161-1/+1
* | net: ethernet: bgmac: Add platform device supportJon Mason2016-07-101-277/+52Star
* | net: ethernet: bgmac: convert to feature flagsJon Mason2016-07-101-47/+120
* | net: ethernet: bgmac: move BCMA MDIO Phy code into a separate fileJon Mason2016-07-101-216/+30Star
* | net: ethernet: bgmac: add dma_dev pointerJon Mason2016-07-101-8/+9
* | net: ethernet: bgmac: change bgmac_* prints to dev_* printsJon Mason2016-07-101-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/+0Star
| * 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/+2Star
* | net: ethernet: bgmac: use phydev from struct net_devicePhilippe Reynes2016-06-221-11/+6Star
* | bgmac: Maintain some netdev statisticsFlorian Fainelli2016-06-101-0/+10
* | bgmac: Add support for ethtool statisticsFlorian Fainelli2016-06-101-0/+124
* | bgmac: Bind net_device with backing device structureFlorian Fainelli2016-06-101-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-181-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/+2Star