summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/genet/bcmgenet.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-25bcmgenet: Deleted unnecessary select_queue method.David S. Miller1-7/+0
2014-02-25net: bcmgenet: Use devm_ioremap_resource()Fabio Estevam1-4/+3
2014-02-14net: bcmgenet: add main driver fileFlorian Fainelli1-0/+2595