summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-1/+1
|\
| * net: mvpp2: fix the mac address used when using PPv2.2Antoine Tenart2017-08-281-1/+1
* | net: mvpp2: use the GoP interrupt for link status changesAntoine Tenart2017-09-011-5/+172
* | net: mvpp2: make the phy optionalAntoine Tenart2017-09-011-8/+11
* | net: mvpp2: take advantage of the is_rgmii helperAntoine Tenart2017-09-011-12/+3
* | net: mvpp2: dynamic reconfiguration of the comphy/GoP/MACAntoine Tenart2017-08-301-1/+20
* | net: mvpp2: do not set GMAC autoneg when using XLG MACAntoine Tenart2017-08-301-22/+42
* | net: mvpp2: improve the link management functionAntoine Tenart2017-08-301-0/+11
* | net: mvpp2: simplify the link_event functionAntoine Tenart2017-08-301-9/+4
* | net: mvpp2: initialize the comphyAntoine Tenart2017-08-301-1/+43
* | net: mvpp2: fix the packet size configuration for 10GAntoine Ténart2017-08-251-2/+2
* | net: mvpp2: software tso supportAntoine Ténart2017-08-231-14/+157
* | net: mvpp2: unify the txq size define useAntoine Ténart2017-08-231-6/+5
* | net: mvpp2: initialize the GoPAntoine Ténart2017-08-221-0/+170
* | net: mvpp2: set maximum packet size for 10G portsStefan Chulski2017-08-221-2/+22
* | net: mvpp2: initialize the XLG MAC when using a portAntoine Ténart2017-08-221-0/+25
* | net: mvpp2: initialize the GMAC when using a portAntoine Ténart2017-08-221-25/+98
* | net: mvpp2: move the mii configuration in the ndo_open pathAntoine Ténart2017-08-221-1/+1
* | net: mvpp2: fix the synchronization module bypass macro nameAntoine Ténart2017-08-221-2/+2
* | net: mvpp2: unify register definitions coding styleAntoine Ténart2017-08-221-44/+44
* | net: mvpp2: add support for TX interrupts and RX queue distribution modesThomas Petazzoni2017-08-031-29/+246
* | net: mvpp2: introduce queue_vector conceptThomas Petazzoni2017-08-031-54/+169
* | net: mvpp2: move from cpu-centric naming to "software thread" namingThomas Petazzoni2017-08-031-12/+13
* | net: mvpp2: introduce per-port nrxqs/ntxqs variablesThomas Petazzoni2017-08-031-42/+41
* | net: mvpp2: remove RX queue group reset codeThomas Petazzoni2017-08-031-17/+0
* | net: mvpp2: fix MVPP21_ISR_RXQ_GROUP_REG definitionThomas Petazzoni2017-08-031-1/+1
|/
* net: mvpp2: remove mvpp2_pool_refill()Thomas Petazzoni2017-06-221-11/+3
* net: mvpp2: remove unused mvpp2_bm_cookie_pool_set() functionThomas Petazzoni2017-06-221-11/+0
* net: mvpp2: add comments about smp_processor_id() usageThomas Petazzoni2017-06-221-4/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-43/+33
|\
| * net: mvpp2: use {get, put}_cpu() instead of smp_processor_id()Thomas Petazzoni2017-06-101-8/+19
| * net: mvpp2: remove mvpp2_bm_cookie_{build,pool_get}Thomas Petazzoni2017-06-101-33/+14
| * net: mvpp2: do not bypass the mvpp22_port_mii_set functionAntoine Ténart2017-06-071-2/+0
* | net: mvpp2: enable basic 10G supportAntoine Ténart2017-06-131-8/+41
|/
* net: mvpp2: Adjust a null pointer check in mvpp2_egress_enable()Markus Elfring2017-04-181-1/+1
* net: mvpp2: Rename a jump label in mvpp2_prs_vlan_add()Markus Elfring2017-04-181-3/+2
* net: mvpp2: Rename a jump label in mvpp2_prs_double_vlan_add()Markus Elfring2017-04-181-4/+3
* net: mvpp2: Rename a jump label in mvpp2_txq_init()Markus Elfring2017-04-181-3/+2
* net: mvpp2: Rename a jump label in mvpp2_tx_frag_process()Markus Elfring2017-04-181-3/+2
* net: mvpp2: Adjust three error messagesMarkus Elfring2017-04-181-3/+3
* net: mvpp2: Rename a jump label in two functionsMarkus Elfring2017-04-181-9/+7
* net: mvpp2: Fix a jump label position in mvpp2_rx()Markus Elfring2017-04-181-1/+1
* net: mvpp2: Improve a size determination in two functionsMarkus Elfring2017-04-181-2/+2
* net: mvpp2: Improve 27 size determinationsMarkus Elfring2017-04-181-27/+27
* net: mvpp2: Improve another size determination in mvpp2_prs_default_init()Markus Elfring2017-04-181-1/+1
* net: mvpp2: Improve another size determination in mvpp2_bm_init()Markus Elfring2017-04-181-1/+1
* net: mvpp2: Improve another size determination in mvpp2_port_probe()Markus Elfring2017-04-181-2/+1
* net: mvpp2: Improve another size determination in mvpp2_init()Markus Elfring2017-04-181-1/+1
* net: mvpp2: Improve two size determinations in mvpp2_probe()Markus Elfring2017-04-181-3/+3
* net: mvpp2: Use kmalloc_array() in mvpp2_txq_init()Markus Elfring2017-04-181-3/+3
OpenPOWER on IntegriCloud