summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/genet/bcmgenet.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+16
2015-08-24net: bcmgenet: fix uncleaned dma flagsJaedon Shin1-0/+16
2015-08-24net: bcmgenet: Avoid sleeping in bcmgenet_timeoutFlorian Fainelli1-4/+0
2015-08-01net: bcmgenet: Add netconsole supportFlorian Fainelli1-0/+20
2015-07-27net: bcmgenet: Remove checks on clock handlesFlorian Fainelli1-14/+12
2015-07-21net: bcmgenet: Remove init parameter from bcmgenet_mii_configFlorian Fainelli1-1/+1
2015-07-21net: bcmgenet: Delay PHY initialization to bcmgenet_open()Florian Fainelli1-5/+7
2015-07-21net: bcmgenet: Determine PHY type before scanning MDIO busFlorian Fainelli1-7/+7
2015-07-21net: bcmgenet: Power on integrated GPHY in bcmgenet_power_up()Florian Fainelli1-0/+2
2015-07-21net: bcmgenet: Use correct dev_id for free_irqFlorian Fainelli1-1/+1
2015-07-21net: bcmgenet: Remove excessive PHY resetFlorian Fainelli1-3/+0
2015-07-12net: bcmgenet: fix accounting of packet drops vs errorsPetri Gynther1-4/+0
2015-06-08net: bcmgenet: improve TX timeoutFlorian Fainelli1-0/+67
2015-04-01net: bcmgenet: enable MoCA link state change detectionPetri Gynther1-2/+7
2015-03-31net: bcmgenet: fix the call to phy_mac_interrupt()Petri Gynther1-1/+1
2015-03-31net: bcmgenet: add UMAC_IRQ_LINK_EVENTPetri Gynther1-6/+5
2015-03-31net: bcmgenet: fix bcmgenet_open()Petri Gynther1-1/+1
2015-03-31net: bcmgenet: remove __bcmgenet_fini_dma()Petri Gynther1-9/+4
2015-03-31net: bcmgenet: add UMAC_IRQ_RXDMA_DONE and UMAC_IRQ_TXDMA_DONEPetri Gynther1-12/+8
2015-03-28net: bcmgenet: add support for multiple Rx queuesPetri Gynther1-42/+128
2015-03-28net: bcmgenet: rework Rx NAPI codePetri Gynther1-23/+45
2015-03-28net: bcmgenet: rework Tx NAPI codePetri Gynther1-18/+62
2015-03-28net: bcmgenet: tweak init_umac()Petri Gynther1-13/+20
2015-03-28net: bcmgenet: simplify bcmgenet_init_dma()Petri Gynther1-16/+17
2015-03-28net: bcmgenet: modify Tx ring int_enable and int_disable vectorsPetri Gynther1-15/+11
2015-03-28net: bcmgenet: remove priv->int0_mask and priv->int1_maskPetri Gynther1-2/+0
2015-03-24net: bcmgenet: power down and up GPHY during suspend/resumeFlorian Fainelli1-0/+8
2015-03-24net: bcmgenet: power up and down integrated GPHY when unusedFlorian Fainelli1-3/+8
2015-03-24net: bcmgenet: propagate errors from bcmgenet_power_downFlorian Fainelli1-6/+9
2015-03-16net: bcmgenet: add support for Hardware Filter BlockPetri Gynther1-0/+175
2015-03-13net: bcmgenet: add support for xmit_moreFlorian Fainelli1-3/+4
2015-03-13net: bcmgenet: update ring producer index and buffer count in xmitFlorian Fainelli1-13/+5
2015-03-13net: bcmgenet: rewrite bcmgenet_rx_refill()Petri Gynther1-56/+43
2015-03-12net: bcmgenet: collect Rx discarded packet countPetri Gynther1-0/+18
2015-03-10net: bcmgenet: core changes for supporting multiple Rx queuesPetri Gynther1-49/+107
2015-03-08net: bcmgenet: rework Rx queue initPetri Gynther1-16/+27
2015-03-06net: bcmgenet: add GENET_Q16_RX_BD_CNT and hw_params->rx_bds_per_qPetri Gynther1-2/+8
2015-03-06net: bcmgenet: adjust the call to alloc_etherdev_mqs()Petri Gynther1-2/+3
2015-03-06net: bcmgenet: set hw_params->rx_queues = 0Petri Gynther1-3/+3
2015-03-05net: bcmgenet: simplify __bcmgenet_tx_reclaim()Petri Gynther1-24/+21
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-30/+92
2015-03-01net: bcmgenet: fix software maintained statisticsFlorian Fainelli1-3/+6
2015-03-01net: bcmgenet: fix throughtput regressionJaedon Shin1-27/+86
2015-02-24net: bcmgenet: rename bcmgenet_hw_params->bds_cnt and GENET_DEFAULT_BD_CNTPetri Gynther1-14/+15
2015-02-24net: bcmgenet: precalculate TxCB->bd_addrPetri Gynther1-1/+8
2015-02-24net: bcmgenet: rework Tx queue initPetri Gynther1-46/+35
2015-02-24net: bcmgenet: bcmgenet_init_tx_ring() cleanupPetri Gynther1-14/+8
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-09net: bcmgenet: add support for new GENET PHY revision schemeFlorian Fainelli1-1/+23
2014-12-09net: bcmgenet: enable driver to work without a device treePetri Gynther1-10/+21