summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)Author
2020-09-03net: mvpp2: split xlg and gmac pcsRussell King
2020-09-03net: mvpp2: convert to phylink pcs operationsRussell King
2020-09-03net: mvpp2: move GMAC reset handling into mac_prepare()/mac_finish()Russell King
2020-09-03net: mvpp2: ensure the port is forced down while changing modesRussell King
2020-09-03net: mvpp2: convert to use mac_prepare()/mac_finish()Russell King
2020-09-03net: mvpp2: tidy up ACPI hackRussell King
2020-09-01octeontx2-pf: Add UDP segmentation offload supportSunil Goutham
2020-08-24octeontx2-pf: Add support for PTP clockAleksey Makarov
2020-08-24octeontx2-af: Add support for Marvell PTP coprocessorAleksey Makarov
2020-08-24octeontx2-af: Support to enable/disable HW timestampingZyta Szpak
2020-08-17otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-03net: mvpp2: fix memory leak in mvpp2_rxLorenzo Bianconi
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-29net: mvneta: fix comment about phylink_speed_downJisheng Zhang
2020-07-28octeontx2-pf: Unregister netdev at driver removeSubbaraya Sundeep
2020-07-28octeontx2-pf: cancel reset_task workSubbaraya Sundeep
2020-07-28octeontx2-pf: Fix reset_task bugsSubbaraya Sundeep
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-19net: mvneta: move rxq->left_size on the stackLorenzo Bianconi
2020-07-19net: mvneta: get rid of skb in mvneta_rx_queueLorenzo Bianconi
2020-07-19net: mvneta: drop all fragments in XDP_DROPLorenzo Bianconi
2020-07-19net: mvneta: move mvneta_run_xdp after descriptors processingLorenzo Bianconi
2020-07-19net: mvneta: move skb build after descriptors processingLorenzo Bianconi
2020-07-12net: sky2: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-12net: skge: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-07net: sky2: initialize return of gm_phy_readTom Rix
2020-07-07mvpp2: fix pointer checkMatteo Croce
2020-07-03mvpp2: xdp ethtool statsSven Auhagen
2020-07-03mvpp2: XDP TX supportMatteo Croce
2020-07-03mvpp2: add basic XDP supportMatteo Croce
2020-07-03mvpp2: use page_pool allocatorMatteo Croce
2020-07-03mvpp2: refactor BM pool init percpu codeMatteo Croce
2020-06-30net: mvneta: fix use of state->speedRussell King
2020-06-26net: mvneta: speed down the PHY, if WoL used, to save energyDaniel González Cabanelas
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-24net: ethernet: mvneta: Add back interface mode validationSascha Hauer
2020-06-24net: ethernet: mvneta: Do not error out in non serdes modesSascha Hauer
2020-06-20net: mvpp2: set xlg flow control in mvpp2_mac_link_up()Russell King
2020-06-20net: mvpp2: add register modification helperRussell King
2020-06-20net: mvpp2: add mvpp2_phylink_to_port() helperRussell King
2020-06-20net: mvpp2: add port support helpersRussell King
2020-06-18net: tso: cache transport header lengthEric Dumazet
2020-06-18octeontx2-af: change (struct qmem)->entry_sz from u8 to u16Eric Dumazet
2020-06-18net: ethernet: mvneta: Add 2500BaseX support for SoCs without comphySascha Hauer
2020-06-18net: ethernet: mvneta: Fix Serdes configuration for SoCs without comphySascha Hauer
2020-06-16mvpp2: remove module bugfixSven Auhagen
2020-06-15mvpp2: ethtool rxtx stats fixSven Auhagen
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds