summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/genet/bcmgenet.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-01Revert "net: bcmgenet: Remove init parameter from bcmgenet_mii_config"Florian Fainelli1-1/+1
2017-08-01net: bcmgenet: utilize generic Broadcom UniMAC MDIO controller driverFlorian Fainelli1-0/+1
2017-07-16net: bcmgenet: Free skb after last Tx fragDoug Berger1-0/+2
2017-03-22net: bcmgenet: Track per TX/RX rings statisticsFlorian Fainelli1-0/+6
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+10
2017-03-14net: bcmgenet: add support for the GENETv5 hardwareDoug Berger1-2/+10
2017-03-10net: bcmgenet: synchronize irq0 status between the isr and taskDoug Berger1-2/+4
2017-03-10net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB valuesDoug Berger1-3/+7
2016-09-27Revert "net: ethernet: bcmgenet: use phydev from struct net_device"Florian Fainelli1-0/+1
2016-07-05net: ethernet: bcmgenet: use phydev from struct net_devicePhilippe Reynes1-1/+0
2016-03-24net: bcmgenet: fix dev->stats.tx_bytes accountingPetri Gynther1-0/+6
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-11-01net: bcmgenet: Software reset EPHY after power onFlorian Fainelli1-0/+1
2015-09-18net: bcmgenet: Implement RX coalescing control knobsFlorian Fainelli1-2/+1
2015-09-18net: bcmgenet: Implement TX coalescing control knobsFlorian Fainelli1-3/+3
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-0/+1
2015-07-21net: bcmgenet: Determine PHY type before scanning MDIO busFlorian Fainelli1-0/+1
2015-07-21net: bcmgenet: Remove excessive PHY resetFlorian Fainelli1-1/+0
2015-06-29net: bcmgenet: workaround initial read failures for integrated PHYsFlorian Fainelli1-0/+1
2015-04-01net: bcmgenet: enable MoCA link state change detectionPetri Gynther1-0/+1
2015-03-31net: bcmgenet: add UMAC_IRQ_LINK_EVENTPetri Gynther1-0/+1
2015-03-31net: bcmgenet: add UMAC_IRQ_RXDMA_DONE and UMAC_IRQ_TXDMA_DONEPetri Gynther1-0/+4
2015-03-28net: bcmgenet: add support for multiple Rx queuesPetri Gynther1-3/+9
2015-03-28net: bcmgenet: modify Tx ring int_enable and int_disable vectorsPetri Gynther1-4/+2
2015-03-28net: bcmgenet: remove priv->int0_mask and priv->int1_maskPetri Gynther1-2/+0
2015-03-24net: bcmgenet: power up and down integrated GPHY when unusedFlorian Fainelli1-0/+1
2015-03-24net: bcmgenet: update bcmgenet_ephy_power_up to clear CK25_DIS bitFlorian Fainelli1-0/+1
2015-03-16net: bcmgenet: add support for Hardware Filter BlockPetri Gynther1-0/+1
2015-03-12net: bcmgenet: collect Rx discarded packet countPetri Gynther1-0/+1
2015-03-10net: bcmgenet: core changes for supporting multiple Rx queuesPetri Gynther1-4/+12
2015-03-06net: bcmgenet: add GENET_Q16_RX_BD_CNT and hw_params->rx_bds_per_qPetri Gynther1-0/+1
2015-03-05net: bcmgenet: simplify __bcmgenet_tx_reclaim()Petri Gynther1-0/+1
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-03-01net: bcmgenet: fix throughtput regressionJaedon Shin1-0/+2
2015-02-24net: bcmgenet: rename bcmgenet_hw_params->bds_cnt and GENET_DEFAULT_BD_CNTPetri Gynther1-1/+1
2014-11-26net: bcmgenet: add EEE supportFlorian Fainelli1-0/+4
2014-11-26net: bcmgenet: add register definitions for EEEFlorian Fainelli1-0/+22
2014-11-21net: bcmgenet: log RX buffer allocation and RX/TX dma failuresFlorian Fainelli1-0/+3
2014-11-12net: bcmgenet: apply MII configuration in bcmgenet_open()Florian Fainelli1-1/+1
2014-11-12net: bcmgenet: connect and disconnect from the PHY state machineFlorian Fainelli1-0/+1
2014-10-07net: bcmgenet: fix Tx ring priority programmingPetri Gynther1-0/+2
2014-10-06net: bcmgenet: improve bcmgenet_mii_setup()Petri Gynther1-1/+2
2014-09-20net: bcmgenet: communicate integrated PHY revision to PHY driverFlorian Fainelli1-0/+1
2014-07-24net: bcmgenet: re-align multiple lines correctlyFlorian Fainelli1-2/+2
2014-07-24net: bcmgenet: remove FSF mail addressFlorian Fainelli1-12/+2
2014-07-22net: bcmgenet: add Wake-on-LAN support codeFlorian Fainelli1-0/+9
2014-07-22net: bcmgenet: request Wake-on-LAN interruptFlorian Fainelli1-0/+2
2014-07-22net: bcmgenet: remove wol_enabled conditional codeFlorian Fainelli1-1/+0