summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/genet/bcmgenet.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-26net: bcmgenet: support restarting auto-negotiationFlorian Fainelli1-0/+8
2014-11-26net: bcmgenet: add EEE supportFlorian Fainelli1-0/+96
2014-11-21net: bcmgenet: log RX buffer allocation and RX/TX dma failuresFlorian Fainelli1-1/+9
2014-11-12net: bcmgenet: apply MII configuration in bcmgenet_open()Florian Fainelli1-1/+4
2014-11-12net: bcmgenet: connect and disconnect from the PHY state machineFlorian Fainelli1-0/+6
2014-10-10net: bcmgenet: fix off-by-one in incrementing read pointerFlorian Fainelli1-5/+4
2014-10-07net: bcmgenet: fix Tx ring priority programmingPetri Gynther1-17/+25
2014-10-06net: bcmgenet: improve bcmgenet_mii_setup()Petri Gynther1-1/+2
2014-10-02net: bcmgenet: fix bcmgenet_put_tx_csum()Petri Gynther1-6/+7
2014-09-27net: bcmgenet: Fix compile warningTobias Klauser1-16/+7
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-68/+75
2014-09-23net: bcmgenet: call bcmgenet_dma_teardown in bcmgenet_fini_dmaFlorian Fainelli1-53/+52
2014-09-23net: bcmgenet: fix TX reclaim accounting for fragmentsFlorian Fainelli1-1/+4
2014-09-20net: bcmgenet: communicate integrated PHY revision to PHY driverFlorian Fainelli1-0/+7
2014-09-09net: bcmgenet: check harder for out of memory conditionsFlorian Fainelli1-14/+19
2014-08-12net: bcmgenet: correctly resume adapter from Wake-on-LANFlorian Fainelli1-4/+6
2014-08-12net: bcmgenet: correctly suspend and resume PHY deviceFlorian Fainelli1-2/+11
2014-08-12net: bcmgenet: request and enable main clock earlierFlorian Fainelli1-7/+7
2014-07-31net: bcmgenet: correct spellingBrian Norris1-11/+11
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2014-07-24net: bcmgenet: use kcalloc instead of kzallocFlorian Fainelli1-3/+3
2014-07-24net: bcmgenet: add missing braces to some if statementsFlorian Fainelli1-4/+5
2014-07-24net: bcmgenet: add and remove missing blank linesFlorian Fainelli1-3/+1
2014-07-24net: bcmgenet: re-align multiple lines correctlyFlorian Fainelli1-131/+126
2014-07-24net: bcmgenet: remove FSF mail addressFlorian Fainelli1-9/+0
2014-07-23net: bcmgenet: correctly pad short packetsFlorian Fainelli1-0/+5
2014-07-22net: bcmgenet: hook ethtool set/get_wol operationsFlorian Fainelli1-0/+2
2014-07-22net: bcmgenet: suspend and resume from Wake-on-LANFlorian Fainelli1-0/+12
2014-07-22net: bcmgenet: fix bcmgenet_wol_resumeFlorian Fainelli1-7/+1
2014-07-22net: bcmgenet: handle UMAC_IRQ_MPD_R interrupt bitFlorian Fainelli1-0/+7
2014-07-22net: bcmgenet: handle GENET_POWER_WOL_MAGICFlorian Fainelli1-0/+7
2014-07-22net: bcmgenet: request Wake-on-LAN interruptFlorian Fainelli1-2/+17
2014-07-22net: bcmgenet: add suspend/resume callbacksFlorian Fainelli1-0/+95
2014-07-22net: bcmgenet: modularize bcmgenet_{open,close}Florian Fainelli1-33/+53
2014-07-22net: bcmgenet: add umac_enable_set helperFlorian Fainelli1-13/+24
2014-07-22net: bcmgenet: remove wol_enabled conditional codeFlorian Fainelli1-9/+0
2014-07-02net: bcmgenet: do not set packet length for RX buffersFlorian Fainelli1-7/+0
2014-07-02net: bcmgenet: start with carrier offFlorian Fainelli1-0/+3
2014-07-02net: bcmgenet: disable clock before register_netdevFlorian Fainelli1-4/+4
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-04net: bcmgenet: Remove unnecessary version.h inclusionSachin Kamat1-1/+0
2014-03-27net: bcmgenet: set RBUF_SKIP_FCS based on UniMAC CRC forwardingFlorian Fainelli1-0/+9
2014-03-21net: bcmgenet: manipulate netdev_queue directlyFlorian Fainelli1-4/+8
2014-03-21net: bcmgenet: remove bogus tx queue checksFlorian Fainelli1-8/+0
2014-03-21net: bcmgenet: add skb_tx_timestamp callFlorian Fainelli1-0/+2
2014-03-21net: bcmgenet: remove unused spinlock memberFlorian Fainelli1-1/+0
2014-02-25net: bcmgenet: remove commented code in bcmgenet_xmit()Florian Fainelli1-4/+0
2014-02-25net: bcmgenet: drop checks on priv->phydevFlorian Fainelli1-11/+6