aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07-31mv643xx_eth: fix of_irq_to_resource() error checkSergei Shtylyov1-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-16net: mvmdio: simplify the smi read and write error pathsAntoine Ténart1-10/+6
2017-06-16net: mvmdio: add xmdio xsmi supportAntoine Ténart1-7/+105
2017-06-16net: mvmdio: check the MII_ADDR_C45 bit is not set for smi operationsAntoine Ténart1-0/+6
2017-06-16net: mvmdio: put the poll intervals in the ops structureAntoine Ténart1-2/+6
2017-06-16net: mvmdio: introduce an ops structureAntoine Ténart1-11/+19
2017-06-16net: mvmdio: remove duplicate lockingRussell King1-10/+0
2017-06-16net: mvmdio: use GENMASK for masksAntoine Ténart1-1/+1
2017-06-16net: mvmdio: use tabs for definesAntoine Ténart1-13/+13
2017-06-16net: mvmdio: reorder headers alphabeticallyAntoine Ténart1-5/+5
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-6/+4
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-43/+33
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-3/+2
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-18sky2: Use seq_puts() in sky2_debug_show()Markus Elfring1-1/+1
2017-04-18skge: Adjust a null pointer check in skge_down()Markus Elfring1-1/+1
2017-04-18skge: Use seq_puts() in skge_debug_show()Markus Elfring1-1/+1
2017-04-18net: pxa168_eth: Adjust four checks for null pointersMarkus Elfring1-4/+4
2017-04-18net: pxa168_eth: Use kcalloc() in two functionsMarkus Elfring1-4/+2
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
2017-04-18net: mvpp2: Improve 27 size determinationsMarkus Elfring1-27/+27
2017-04-18net: mvpp2: Improve another size determination in mvpp2_prs_default_init()Markus Elfring1-1/+1
2017-04-18net: mvpp2: Improve another size determination in mvpp2_bm_init()Markus Elfring1-1/+1
2017-04-18net: mvpp2: Improve another size determination in mvpp2_port_probe()Markus Elfring1-2/+1
2017-04-18net: mvpp2: Improve another size determination in mvpp2_init()Markus Elfring1-1/+1
2017-04-18net: mvpp2: Improve two size determinations in mvpp2_probe()Markus Elfring1-3/+3
2017-04-18net: mvpp2: Use kmalloc_array() in mvpp2_txq_init()Markus Elfring1-3/+3
2017-04-18net: mvneta: Adjust six checks for null pointersMarkus Elfring1-6/+6
2017-04-18net: mvneta: Use kmalloc_array() in mvneta_txq_init()Markus Elfring1-1/+2
2017-04-18net: mvneta: Improve two size determinations in mvneta_init()Markus Elfring1-4/+2