aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/genet/bcmgenet.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-27Revert "net: ethernet: bcmgenet: use phydev from struct net_device"Florian Fainelli1-0/+1
2016-07-04net: 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-17net: bcmgenet: Implement RX coalescing control knobsFlorian Fainelli1-2/+1
2015-09-17net: bcmgenet: Implement TX coalescing control knobsFlorian Fainelli1-3/+3
2015-07-20net: bcmgenet: Remove init parameter from bcmgenet_mii_configFlorian Fainelli1-1/+1
2015-07-20net: bcmgenet: Delay PHY initialization to bcmgenet_open()Florian Fainelli1-0/+1
2015-07-20net: bcmgenet: Determine PHY type before scanning MDIO busFlorian Fainelli1-0/+1
2015-07-20net: bcmgenet: Remove excessive PHY resetFlorian Fainelli1-1/+0
2015-06-28net: 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-27net: bcmgenet: add support for multiple Rx queuesPetri Gynther1-3/+9
2015-03-27net: bcmgenet: modify Tx ring int_enable and int_disable vectorsPetri Gynther1-4/+2
2015-03-27net: bcmgenet: remove priv->int0_mask and priv->int1_maskPetri Gynther1-2/+0
2015-03-23net: bcmgenet: power up and down integrated GPHY when unusedFlorian Fainelli1-0/+1
2015-03-23net: bcmgenet: update bcmgenet_ephy_power_up to clear CK25_DIS bitFlorian Fainelli1-0/+1
2015-03-15net: bcmgenet: add support for Hardware Filter BlockPetri Gynther1-0/+1
2015-03-11net: bcmgenet: collect Rx discarded packet countPetri Gynther1-0/+1
2015-03-09net: 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-04net: bcmgenet: simplify __bcmgenet_tx_reclaim()Petri Gynther1-0/+1
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-02-28net: 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-11net: bcmgenet: apply MII configuration in bcmgenet_open()Florian Fainelli1-1/+1
2014-11-11net: 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-19net: bcmgenet: communicate integrated PHY revision to PHY driverFlorian Fainelli1-0/+1
2014-07-23net: bcmgenet: re-align multiple lines correctlyFlorian Fainelli1-2/+2
2014-07-23net: bcmgenet: remove FSF mail addressFlorian Fainelli1-12/+2
2014-07-21net: bcmgenet: add Wake-on-LAN support codeFlorian Fainelli1-0/+9
2014-07-21net: bcmgenet: request Wake-on-LAN interruptFlorian Fainelli1-0/+2
2014-07-21net: bcmgenet: remove wol_enabled conditional codeFlorian Fainelli1-1/+0
2014-07-13net: bcmgenet: fix RGMII_MODE_EN bitFlorian Fainelli1-1/+1
2014-03-20net: bcmgenet: remove unused spinlock memberFlorian Fainelli1-1/+0
2014-02-24net: bcmgenet: remove unused bh_lock memberFlorian Fainelli1-1/+0
2014-02-14net: bcmgenet: add driver definitions and private structureFlorian Fainelli1-0/+630