aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)Author
2017-06-10net: mvpp2: use {get, put}_cpu() instead of smp_processor_id()Thomas Petazzoni
2017-06-10net: mvpp2: remove mvpp2_bm_cookie_{build,pool_get}Thomas Petazzoni
2017-06-07net: mvpp2: do not bypass the mvpp22_port_mii_set functionAntoine Ténart
2017-04-18sky2: Use seq_puts() in sky2_debug_show()Markus Elfring
2017-04-18skge: Adjust a null pointer check in skge_down()Markus Elfring
2017-04-18skge: Use seq_puts() in skge_debug_show()Markus Elfring
2017-04-18net: pxa168_eth: Adjust four checks for null pointersMarkus Elfring
2017-04-18net: pxa168_eth: Use kcalloc() in two functionsMarkus Elfring
2017-04-18net: mvpp2: Adjust a null pointer check in mvpp2_egress_enable()Markus Elfring
2017-04-18net: mvpp2: Rename a jump label in mvpp2_prs_vlan_add()Markus Elfring
2017-04-18net: mvpp2: Rename a jump label in mvpp2_prs_double_vlan_add()Markus Elfring
2017-04-18net: mvpp2: Rename a jump label in mvpp2_txq_init()Markus Elfring
2017-04-18net: mvpp2: Rename a jump label in mvpp2_tx_frag_process()Markus Elfring
2017-04-18net: mvpp2: Adjust three error messagesMarkus Elfring
2017-04-18net: mvpp2: Rename a jump label in two functionsMarkus Elfring
2017-04-18net: mvpp2: Fix a jump label position in mvpp2_rx()Markus Elfring
2017-04-18net: mvpp2: Improve a size determination in two functionsMarkus Elfring
2017-04-18net: mvpp2: Improve 27 size determinationsMarkus Elfring
2017-04-18net: mvpp2: Improve another size determination in mvpp2_prs_default_init()Markus Elfring
2017-04-18net: mvpp2: Improve another size determination in mvpp2_bm_init()Markus Elfring
2017-04-18net: mvpp2: Improve another size determination in mvpp2_port_probe()Markus Elfring
2017-04-18net: mvpp2: Improve another size determination in mvpp2_init()Markus Elfring
2017-04-18net: mvpp2: Improve two size determinations in mvpp2_probe()Markus Elfring
2017-04-18net: mvpp2: Use kmalloc_array() in mvpp2_txq_init()Markus Elfring
2017-04-18net: mvneta: Adjust six checks for null pointersMarkus Elfring
2017-04-18net: mvneta: Use kmalloc_array() in mvneta_txq_init()Markus Elfring
2017-04-18net: mvneta: Improve two size determinations in mvneta_init()Markus Elfring
2017-04-18net: mvneta: Use devm_kmalloc_array() in mvneta_init()Markus Elfring
2017-04-17net: mvneta: fix failed to suspend if WOL is enabledJisheng Zhang
2017-04-13net: mvmdio: allow up to three clocks to be specified for orion-mdioRussell King
2017-04-13net: mvmdio: disable interrupt if resource size is too smallRussell King
2017-04-13net: mvmdio: fix interrupt disable in remove pathRussell King
2017-04-13net: mvmdio: disable interrupts in driver failure pathRussell King
2017-03-29net: mvneta: set rx mode during resume if interface is runningJisheng Zhang
2017-03-29net: mvneta: add RGMII_RXID and RGMII_TXID supportJisheng Zhang
2017-03-16net: mvneta: support suspend and resumeJane Li
2017-03-09net: mvpp2: finally add the PPv2.2 compatible stringThomas Petazzoni
2017-03-09net: mvpp2: set dma mask and coherent dma mask on PPv2.2Thomas Petazzoni
2017-03-09net: mvpp2: add support for an additional clock needed for PPv2.2Thomas Petazzoni
2017-03-09net: mvpp2: adapt rxq distribution to PPv2.2Thomas Petazzoni
2017-03-09net: mvpp2: rework RXQ interrupt group initialization for PPv2.2Thomas Petazzoni
2017-03-09net: mvpp2: add AXI bridge initialization for PPv2.2Thomas Petazzoni
2017-03-09net: mvpp2: handle misc PPv2.1/PPv2.2 differencesThomas Petazzoni
2017-03-09net: mvpp2: handle register mapping and access for PPv2.2Thomas Petazzoni
2017-03-09net: mvpp2: adjust mvpp2_{rxq, txq}_init for PPv2.2Thomas Petazzoni
2017-03-09net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2Thomas Petazzoni
2017-03-09net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2Thomas Petazzoni
2017-03-09net: mvpp2: adjust the allocation/free of BM pools for PPv2.2Thomas Petazzoni
2017-03-09net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessorsThomas Petazzoni
2017-03-09net: mvpp2: introduce an intermediate union for the TX/RX descriptorsThomas Petazzoni