summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/mvpp2.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-09mvpp2: refactor MTU change codeMatteo Croce1-28/+13
2019-06-09net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart1-6/+4
2018-10-18net: mvpp2: fix a txq_done race conditionAntoine Tenart1-4/+6
2018-10-18net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier1-4/+6
2018-02-25net: mvpp2: allocate zeroed tx descriptorsYan Markman1-1/+1
2018-02-22mvpp2: fix multicast address filterMikulas Patocka1-3/+8
2018-02-03net: mvpp2: fix the txq_init error pathAntoine Tenart1-18/+2
2018-01-23net: mvpp2: do not disable GMAC paddingYan Markman1-9/+0
2017-11-08net: mvpp2: Prevent userspace from changing TX affinitiesMarc Zyngier1-0/+4
2017-10-26net: mvpp2: do not sleep in set_rx_modeAntoine Tenart1-2/+2
2017-10-26net: mvpp2: fix invalid parameters order when calling the tcam initAntoine Tenart1-2/+2
2017-10-26net: mvpp2: fix typo in the tcam setupAntoine Tenart1-1/+1
2017-10-24net: mvpp2: do not call txq_done from the Tx path when Tx irqs are usedAntoine Tenart1-1/+1
2017-10-24net: mvpp2: do not unmap TSO headers buffersAntoine Tenart1-4/+13
2017-10-24net: mvpp2: fix TSO headers allocation and managementYan Markman1-3/+3
2017-10-02net: mvpp2: Fix clock resource by adding an optional bus clockGregory CLEMENT1-0/+15
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-04net: mvpp2: fallback using h/w and random mac if the dt one isn't validAntoine Tenart1-11/+12
2017-09-04net: mvpp2: fix use of the random mac address for PPv2.2Antoine Tenart1-7/+9
2017-09-04net: mvpp2: move the mac retrieval/copy logic into its own functionAntoine Tenart1-18/+27
2017-09-02Merge 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-31net: mvpp2: dynamic reconfiguration of the comphy/GoP/MACAntoine Tenart1-1/+20
2017-08-31net: mvpp2: do not set GMAC autoneg when using XLG MACAntoine Tenart1-22/+42
2017-08-31net: mvpp2: improve the link management functionAntoine Tenart1-0/+11
2017-08-31net: mvpp2: simplify the link_event functionAntoine Tenart1-9/+4
2017-08-31net: 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-26net: mvpp2: fix the packet size configuration for 10GAntoine Ténart1-2/+2
2017-08-24net: mvpp2: software tso supportAntoine Ténart1-14/+157
2017-08-24net: mvpp2: unify the txq size define useAntoine Ténart1-6/+5
2017-08-23net: mvpp2: initialize the GoPAntoine Ténart1-0/+170
2017-08-23net: mvpp2: set maximum packet size for 10G portsStefan Chulski1-2/+22
2017-08-23net: mvpp2: initialize the XLG MAC when using a portAntoine Ténart1-0/+25
2017-08-23net: mvpp2: initialize the GMAC when using a portAntoine Ténart1-25/+98
2017-08-23net: mvpp2: move the mii configuration in the ndo_open pathAntoine Ténart1-1/+1
2017-08-23net: mvpp2: fix the synchronization module bypass macro nameAntoine Ténart1-2/+2
2017-08-23net: mvpp2: unify register definitions coding styleAntoine Ténart1-44/+44
2017-08-04net: mvpp2: add support for TX interrupts and RX queue distribution modesThomas Petazzoni1-29/+246
2017-08-04net: mvpp2: introduce queue_vector conceptThomas Petazzoni1-54/+169
2017-08-04net: mvpp2: move from cpu-centric naming to "software thread" namingThomas Petazzoni1-12/+13
2017-08-04net: mvpp2: introduce per-port nrxqs/ntxqs variablesThomas Petazzoni1-42/+41
2017-08-04net: mvpp2: remove RX queue group reset codeThomas Petazzoni1-17/+0
2017-08-04net: 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