aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-6/+6
2018-09-01net: bgmac: remove set but not used variable 'err'YueHaibing1-2/+0
2018-07-04net: bgmac: remove redundant variable 'freed'Colin Ian King1-2/+0
2018-04-01net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()Florian Fainelli1-1/+2
2018-03-29net: bgmac: Mask interrupts during probeFlorian Fainelli1-0/+2
2018-03-29net: bgmac: Use interface name to request interruptFlorian Fainelli1-1/+1
2018-01-05net: bgmac: Remove short packet padding for DSAFlorian Fainelli1-15/+0
2017-11-11net: bgmac: Pad packets to a minimum sizeFlorian Fainelli1-0/+16
2017-07-15net: ethernet: bgmac: Make IDM register space optionalAbhishek Shah1-28/+42
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal1-0/+1
2017-03-06net: ethernet: bgmac: driver power manangementJoey Zhong1-0/+51
2017-03-03net: ethernet: bgmac: mac address change bugHari Vyas1-1/+5
2017-02-17net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser1-5/+4
2017-02-10net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+2
2017-01-31net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki1-8/+17
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2016-11-09net: bgmac: fix reversed checks for clock control flagRafał Miłecki1-2/+2
2016-11-07net: ethernet: bgmac: add NS2 supportJon Mason1-0/+3
2016-11-07net: ethernet: bgmac: device tree phy enablementJon Mason1-24/+5
2016-10-31bgmac: stop clearing DMA receive control register right after it is setAndy Gospodarek1-1/+4
2016-10-27net: bgmac: fix spelling mistake: "connecton" -> "connection"Colin Ian King1-1/+1
2016-10-06net: bgmac: Fix errant feature flag checkJon Mason1-1/+1
2016-08-18net: bgmac: make it clear when setting interface type to RMIIRafał Miłecki1-1/+2
2016-08-18net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki1-0/+25
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-07-15net: bgmac: Fix infinite loop in bgmac_dma_tx_add()Florian Fainelli1-1/+1
2016-07-09net: ethernet: bgmac: Add platform device supportJon Mason1-277/+52
2016-07-09net: ethernet: bgmac: convert to feature flagsJon Mason1-47/+120
2016-07-09net: ethernet: bgmac: move BCMA MDIO Phy code into a separate fileJon Mason1-216/+30
2016-07-09net: ethernet: bgmac: add dma_dev pointerJon Mason1-8/+9
2016-07-09net: ethernet: bgmac: change bgmac_* prints to dev_* printsJon Mason1-50/+53
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2016-06-28net: bgmac: Remove superflous netif_carrier_on()Florian Fainelli1-2/+0
2016-06-28net: bgmac: Start transmit queue in bgmac_openFlorian Fainelli1-0/+3
2016-06-28net: bgmac: Fix SOF bit checkingFlorian Fainelli1-2/+3
2016-06-22net: ethernet: bgmac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-18/+2
2016-06-22net: ethernet: bgmac: use phydev from struct net_devicePhilippe Reynes1-11/+6
2016-06-09bgmac: Maintain some netdev statisticsFlorian Fainelli1-0/+10
2016-06-09bgmac: Add support for ethtool statisticsFlorian Fainelli1-0/+124
2016-06-09bgmac: Bind net_device with backing device structureFlorian Fainelli1-0/+1
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-04-28treewide: Fix typos in printkMasanari Iida1-1/+1
2016-04-14bgmac: reset & enable Ethernet core before using itRafał Miłecki1-0/+5
2016-02-24bgmac: support Ethernet device on BCM47094 SoCRafał Miłecki1-2/+4
2016-02-06bgmac: add helper checking for BCM4707 / BCM53018 chip idRafał Miłecki1-14/+16
2016-01-15bgmac: Fix reversed test of build_skb() return value.David S. Miller1-1/+1
2016-01-13bgmac: fix a missing check for build_skbwangweidong1-0/+5