aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-13/+2
2015-09-02bgmac: Update fixed_phy_register()Fabio Estevam1-1/+1
2015-08-27bgmac: support up to 3 cores (devices) on a busRafał Miłecki1-5/+23
2015-04-24bgmac: fix requests for extra polling calls from NAPIRafał Miłecki1-1/+1
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2015-04-14bgmac: drop ring->num_slotsFelix Fietkau1-13/+14
2015-04-14bgmac: fix DMA rx corruptionFelix Fietkau1-9/+18
2015-04-14bgmac: simplify dma init/cleanupFelix Fietkau1-39/+40
2015-04-14bgmac: add check for oversized packetsFelix Fietkau1-0/+7
2015-04-14bgmac: simplify/optimize rx DMA error handlingFelix Fietkau1-37/+34
2015-04-14bgmac: set received skb headroom to NET_SKB_PADFelix Fietkau1-6/+8
2015-04-14bgmac: leave interrupts disabled as long as there is work to doFelix Fietkau1-21/+10
2015-04-14bgmac: simplify tx ring index handlingFelix Fietkau1-26/+20
2015-04-01MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki1-1/+1
2015-03-23bgmac: implement scatter/gather supportFelix Fietkau1-43/+121
2015-03-23bgmac: implement GRO and use build_skbFelix Fietkau1-24/+56
2015-03-20bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsetsRafał Miłecki1-0/+34
2015-03-08bgmac: Clean warning messagesPeter Senna Tschudin1-7/+0
2015-02-11bgmac: fix device initialization on Northstar SoCs (condition typo)Rafał Miłecki1-2/+3
2015-02-11treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches1-1/+1
2015-01-19bgmac: activate irqs only if there is nothing to pollHauke Mehrtens1-3/+3
2015-01-19bgmac: register napi before the deviceHauke Mehrtens1-3/+3
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-01-14bgmac: propagate error codes in bgmac_probe()Florian Fainelli1-2/+0
2014-01-06bgmac: fix typosHauke Mehrtens1-2/+2
2014-01-04bgmac: add support for Northstar SoC (BCM4707, BCM53018)Hauke Mehrtens1-18/+45
2014-01-04bgmac: reset all cores on Northstar SoCHauke Mehrtens1-0/+21