aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/genet/bcmgenet.c
AgeCommit message (Expand)Author
2017-04-22net: bcmgenet: Do not suspend PHY if Wake-on-LAN is enabledFlorian Fainelli
2016-07-12net: bcmgenet: fix dma api length mismatchEric Dumazet
2015-03-14net: bcmgenet: fix throughtput regressionJaedon Shin
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-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-01net: 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
2014-09-08net: bcmgenet: check harder for out of memory conditionsFlorian Fainelli
2014-08-11net: bcmgenet: correctly resume adapter from Wake-on-LANFlorian Fainelli
2014-08-11net: bcmgenet: correctly suspend and resume PHY deviceFlorian Fainelli
2014-08-11net: bcmgenet: request and enable main clock earlierFlorian Fainelli
2014-07-30net: bcmgenet: correct spellingBrian Norris
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-23net: bcmgenet: use kcalloc instead of kzallocFlorian Fainelli
2014-07-23net: bcmgenet: add missing braces to some if statementsFlorian Fainelli
2014-07-23net: bcmgenet: add and remove missing blank linesFlorian Fainelli
2014-07-23net: bcmgenet: re-align multiple lines correctlyFlorian Fainelli
2014-07-23net: bcmgenet: remove FSF mail addressFlorian Fainelli
2014-07-22net: bcmgenet: correctly pad short packetsFlorian Fainelli
2014-07-21net: bcmgenet: hook ethtool set/get_wol operationsFlorian Fainelli
2014-07-21net: bcmgenet: suspend and resume from Wake-on-LANFlorian Fainelli
2014-07-21net: bcmgenet: fix bcmgenet_wol_resumeFlorian Fainelli
2014-07-21net: bcmgenet: handle UMAC_IRQ_MPD_R interrupt bitFlorian Fainelli
2014-07-21net: bcmgenet: handle GENET_POWER_WOL_MAGICFlorian Fainelli
2014-07-21net: bcmgenet: request Wake-on-LAN interruptFlorian Fainelli
2014-07-21net: bcmgenet: add suspend/resume callbacksFlorian Fainelli
2014-07-21net: bcmgenet: modularize bcmgenet_{open,close}Florian Fainelli
2014-07-21net: bcmgenet: add umac_enable_set helperFlorian Fainelli
2014-07-21net: bcmgenet: remove wol_enabled conditional codeFlorian Fainelli
2014-07-01net: bcmgenet: do not set packet length for RX buffersFlorian Fainelli
2014-07-01net: bcmgenet: start with carrier offFlorian Fainelli
2014-07-01net: bcmgenet: disable clock before register_netdevFlorian Fainelli
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-04net: bcmgenet: Remove unnecessary version.h inclusionSachin Kamat
2014-03-27net: bcmgenet: set RBUF_SKIP_FCS based on UniMAC CRC forwardingFlorian Fainelli
2014-03-20net: bcmgenet: manipulate netdev_queue directlyFlorian Fainelli
2014-03-20net: bcmgenet: remove bogus tx queue checksFlorian Fainelli
2014-03-20net: bcmgenet: add skb_tx_timestamp callFlorian Fainelli
2014-03-20net: bcmgenet: remove unused spinlock memberFlorian Fainelli
2014-02-24net: bcmgenet: remove commented code in bcmgenet_xmit()Florian Fainelli
2014-02-24net: bcmgenet: drop checks on priv->phydevFlorian Fainelli
2014-02-24bcmgenet: Deleted unnecessary select_queue method.David S. Miller
2014-02-24net: bcmgenet: Use devm_ioremap_resource()Fabio Estevam