summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/genet/bcmgenet.c
AgeCommit message (Expand)Author
2015-03-31net: bcmgenet: add UMAC_IRQ_LINK_EVENTPetri Gynther
2015-03-31net: bcmgenet: fix bcmgenet_open()Petri Gynther
2015-03-31net: bcmgenet: remove __bcmgenet_fini_dma()Petri Gynther
2015-03-31net: bcmgenet: add UMAC_IRQ_RXDMA_DONE and UMAC_IRQ_TXDMA_DONEPetri Gynther
2015-03-27net: bcmgenet: add support for multiple Rx queuesPetri Gynther
2015-03-27net: bcmgenet: rework Rx NAPI codePetri Gynther
2015-03-27net: bcmgenet: rework Tx NAPI codePetri Gynther
2015-03-27net: bcmgenet: tweak init_umac()Petri Gynther
2015-03-27net: bcmgenet: simplify bcmgenet_init_dma()Petri Gynther
2015-03-27net: bcmgenet: modify Tx ring int_enable and int_disable vectorsPetri Gynther
2015-03-27net: bcmgenet: remove priv->int0_mask and priv->int1_maskPetri Gynther
2015-03-24net: bcmgenet: power down and up GPHY during suspend/resumeFlorian Fainelli
2015-03-24net: bcmgenet: power up and down integrated GPHY when unusedFlorian Fainelli
2015-03-24net: bcmgenet: propagate errors from bcmgenet_power_downFlorian Fainelli
2015-03-16net: bcmgenet: add support for Hardware Filter BlockPetri Gynther
2015-03-13net: bcmgenet: add support for xmit_moreFlorian Fainelli
2015-03-13net: bcmgenet: update ring producer index and buffer count in xmitFlorian Fainelli
2015-03-13net: bcmgenet: rewrite bcmgenet_rx_refill()Petri Gynther
2015-03-11net: bcmgenet: collect Rx discarded packet countPetri Gynther
2015-03-10net: bcmgenet: core changes for supporting multiple Rx queuesPetri Gynther
2015-03-08net: bcmgenet: rework Rx queue initPetri Gynther
2015-03-06net: bcmgenet: add GENET_Q16_RX_BD_CNT and hw_params->rx_bds_per_qPetri Gynther
2015-03-06net: bcmgenet: adjust the call to alloc_etherdev_mqs()Petri Gynther
2015-03-06net: bcmgenet: set hw_params->rx_queues = 0Petri Gynther
2015-03-05net: bcmgenet: simplify __bcmgenet_tx_reclaim()Petri Gynther
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-01net: bcmgenet: fix software maintained statisticsFlorian Fainelli
2015-03-01net: bcmgenet: fix throughtput regressionJaedon Shin
2015-02-24net: bcmgenet: rename bcmgenet_hw_params->bds_cnt and GENET_DEFAULT_BD_CNTPetri Gynther
2015-02-24net: bcmgenet: precalculate TxCB->bd_addrPetri Gynther
2015-02-24net: bcmgenet: rework Tx queue initPetri Gynther
2015-02-24net: bcmgenet: bcmgenet_init_tx_ring() cleanupPetri Gynther
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-09net: bcmgenet: add support for new GENET PHY revision schemeFlorian Fainelli
2014-12-09net: bcmgenet: enable driver to work without a device treePetri Gynther
2014-11-26net: bcmgenet: support restarting auto-negotiationFlorian Fainelli
2014-11-26net: bcmgenet: add EEE supportFlorian Fainelli
2014-11-21net: bcmgenet: log RX buffer allocation and RX/TX dma failuresFlorian Fainelli
2014-11-11net: bcmgenet: apply MII configuration in bcmgenet_open()Florian Fainelli
2014-11-11net: bcmgenet: connect and disconnect from the PHY state machineFlorian Fainelli
2014-10-20net: ethernet: broadcom: genet: drop owner assignment from platform_driversWolfram Sang
2014-10-10net: bcmgenet: fix off-by-one in incrementing read pointerFlorian Fainelli
2014-10-07net: bcmgenet: fix Tx ring priority programmingPetri Gynther
2014-10-06net: bcmgenet: improve bcmgenet_mii_setup()Petri Gynther
2014-10-02net: bcmgenet: fix bcmgenet_put_tx_csum()Petri Gynther
2014-09-26net: bcmgenet: Fix compile warningTobias Klauser
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-22net: bcmgenet: call bcmgenet_dma_teardown in bcmgenet_fini_dmaFlorian Fainelli
2014-09-22net: bcmgenet: fix TX reclaim accounting for fragmentsFlorian Fainelli
2014-09-19net: bcmgenet: communicate integrated PHY revision to PHY driverFlorian Fainelli