aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-28net: mvpp2: do not select the internal source clockAntoine Tenart1-2/+1
2017-09-28net: mvpp2: fix port list indexingYan Markman1-3/+5
2017-09-28net: mvpp2: fix parsing fragmentation detectionStefan Chulski1-6/+14
2017-09-19net: mvpp2: remove useless gotoAntoine Tenart1-1/+0
2017-09-03net: mvpp2: fallback using h/w and random mac if the dt one isn't validAntoine Tenart1-11/+12
2017-09-03net: mvpp2: fix use of the random mac address for PPv2.2Antoine Tenart1-7/+9
2017-09-03net: mvpp2: move the mac retrieval/copy logic into its own functionAntoine Tenart1-18/+27
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-09-01net: mvpp2: use the GoP interrupt for link status changesAntoine Tenart1-5/+172
2017-09-01net: mvpp2: make the phy optionalAntoine Tenart1-8/+11
2017-09-01net: mvpp2: take advantage of the is_rgmii helperAntoine Tenart1-12/+3
2017-08-30net: mvpp2: dynamic reconfiguration of the comphy/GoP/MACAntoine Tenart1-1/+20
2017-08-30net: mvpp2: do not set GMAC autoneg when using XLG MACAntoine Tenart1-22/+42
2017-08-30net: mvpp2: improve the link management functionAntoine Tenart1-0/+11
2017-08-30net: mvpp2: simplify the link_event functionAntoine Tenart1-9/+4
2017-08-30net: mvpp2: initialize the comphyAntoine Tenart1-1/+43
2017-08-28net: mvpp2: fix the mac address used when using PPv2.2Antoine Tenart1-1/+1
2017-08-25net: mvpp2: fix the packet size configuration for 10GAntoine Ténart1-2/+2
2017-08-23net: mvpp2: software tso supportAntoine Ténart1-14/+157
2017-08-23net: mvpp2: unify the txq size define useAntoine Ténart1-6/+5
2017-08-22net: mvpp2: initialize the GoPAntoine Ténart1-0/+170
2017-08-22net: mvpp2: set maximum packet size for 10G portsStefan Chulski1-2/+22
2017-08-22net: mvpp2: initialize the XLG MAC when using a portAntoine Ténart1-0/+25
2017-08-22net: mvpp2: initialize the GMAC when using a portAntoine Ténart1-25/+98
2017-08-22net: mvpp2: move the mii configuration in the ndo_open pathAntoine Ténart1-1/+1
2017-08-22net: mvpp2: fix the synchronization module bypass macro nameAntoine Ténart1-2/+2
2017-08-22net: mvpp2: unify register definitions coding styleAntoine Ténart1-44/+44
2017-08-03net: mvpp2: add support for TX interrupts and RX queue distribution modesThomas Petazzoni1-29/+246
2017-08-03net: mvpp2: introduce queue_vector conceptThomas Petazzoni1-54/+169
2017-08-03net: mvpp2: move from cpu-centric naming to "software thread" namingThomas Petazzoni1-12/+13
2017-08-03net: mvpp2: introduce per-port nrxqs/ntxqs variablesThomas Petazzoni1-42/+41
2017-08-03net: mvpp2: remove RX queue group reset codeThomas Petazzoni1-17/+0
2017-08-03net: mvpp2: fix MVPP21_ISR_RXQ_GROUP_REG definitionThomas Petazzoni1-1/+1
2017-06-22net: mvpp2: remove mvpp2_pool_refill()Thomas Petazzoni1-11/+3
2017-06-22net: mvpp2: remove unused mvpp2_bm_cookie_pool_set() functionThomas Petazzoni1-11/+0
2017-06-22net: mvpp2: add comments about smp_processor_id() usageThomas Petazzoni1-4/+29
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-43/+33
2017-06-13net: mvpp2: enable basic 10G supportAntoine Ténart1-8/+41
2017-06-10net: mvpp2: use {get, put}_cpu() instead of smp_processor_id()Thomas Petazzoni1-8/+19
2017-06-10net: mvpp2: remove mvpp2_bm_cookie_{build,pool_get}Thomas Petazzoni1-33/+14
2017-06-07net: mvpp2: do not bypass the mvpp22_port_mii_set functionAntoine Ténart1-2/+0
2017-04-18net: mvpp2: Adjust a null pointer check in mvpp2_egress_enable()Markus Elfring1-1/+1
2017-04-18net: mvpp2: Rename a jump label in mvpp2_prs_vlan_add()Markus Elfring1-3/+2
2017-04-18net: mvpp2: Rename a jump label in mvpp2_prs_double_vlan_add()Markus Elfring1-4/+3
2017-04-18net: mvpp2: Rename a jump label in mvpp2_txq_init()Markus Elfring1-3/+2
2017-04-18net: mvpp2: Rename a jump label in mvpp2_tx_frag_process()Markus Elfring1-3/+2
2017-04-18net: mvpp2: Adjust three error messagesMarkus Elfring1-3/+3
2017-04-18net: mvpp2: Rename a jump label in two functionsMarkus Elfring1-9/+7
2017-04-18net: mvpp2: Fix a jump label position in mvpp2_rx()Markus Elfring1-1/+1
2017-04-18net: mvpp2: Improve a size determination in two functionsMarkus Elfring1-2/+2