summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)AuthorFilesLines
2020-09-12octeontx2-af: Constify npc_kpu_profile_{action,cam}Rikard Falkeborn3-39/+39
2020-09-11net: mvpp2: ptp: Fix unused variablesAlex Dewar1-4/+2
2020-09-11net: mvneta: fix possible use-after-free in mvneta_xdp_put_buffLorenzo Bianconi1-2/+2
2020-09-10net: mventa: drop mvneta_stats from mvneta_swbm_rx_frame signatureLorenzo Bianconi1-3/+2
2020-09-10net: mvneta: rely on MVNETA_MAX_RX_BUF_SIZE for pkt split in mvneta_swbm_rx_f...Lorenzo Bianconi1-2/+1
2020-09-10net: mvpp2: ptp: add support for transmit timestampingRussell King2-11/+244
2020-09-10net: mvpp2: ptp: add support for receive timestampingRussell King3-2/+194
2020-09-10net: mvpp2: ptp: add TAI supportRussell King5-1/+521
2020-09-10net: mvpp2: check first level interrupt status registersRussell King2-2/+15
2020-09-10net: mvpp2: rename mis-named "link status" interruptRussell King2-18/+19
2020-09-10net: mvpp2: restructure "link status" interrupt handlingRussell King1-32/+51
2020-09-10net: pxa168_eth: remove redundant null check before clk_disable_unprepare()Zhang Changzhong1-3/+1
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-9/+9
2020-09-04net: mvpp2: split xlg and gmac pcsRussell King1-55/+55
2020-09-04net: mvpp2: convert to phylink pcs operationsRussell King2-116/+177
2020-09-04net: mvpp2: move GMAC reset handling into mac_prepare()/mac_finish()Russell King1-32/+21
2020-09-04net: mvpp2: ensure the port is forced down while changing modesRussell King1-11/+36
2020-09-04net: mvpp2: convert to use mac_prepare()/mac_finish()Russell King1-11/+37
2020-09-04net: mvpp2: tidy up ACPI hackRussell King1-18/+18
2020-09-02octeontx2-pf: Add UDP segmentation offload supportSunil Goutham5-4/+124
2020-08-25octeontx2-pf: Add support for PTP clockAleksey Makarov9-6/+532
2020-08-25octeontx2-af: Add support for Marvell PTP coprocessorAleksey Makarov6-4/+348
2020-08-25octeontx2-af: Support to enable/disable HW timestampingZyta Szpak7-0/+151
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-9/+9
2020-08-18otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang1-2/+2
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-8/+0
2020-08-04net: mvpp2: fix memory leak in mvpp2_rxLorenzo Bianconi1-0/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-0/+5
2020-07-29net: mvneta: fix comment about phylink_speed_downJisheng Zhang1-1/+1
2020-07-29octeontx2-pf: Unregister netdev at driver removeSubbaraya Sundeep1-0/+1
2020-07-29octeontx2-pf: cancel reset_task workSubbaraya Sundeep1-0/+1
2020-07-29octeontx2-pf: Fix reset_task bugsSubbaraya Sundeep1-0/+3
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2-8/+0
2020-07-20net: mvneta: move rxq->left_size on the stackLorenzo Bianconi1-16/+13
2020-07-20net: mvneta: get rid of skb in mvneta_rx_queueLorenzo Bianconi1-6/+0
2020-07-20net: mvneta: drop all fragments in XDP_DROPLorenzo Bianconi1-14/+12
2020-07-20net: mvneta: move mvneta_run_xdp after descriptors processingLorenzo Bianconi1-15/+7
2020-07-20net: mvneta: move skb build after descriptors processingLorenzo Bianconi1-57/+101
2020-07-13net: sky2: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-42/+45
2020-07-13net: skge: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-40/+36
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+2
2020-07-08net: sky2: initialize return of gm_phy_readTom Rix1-1/+1
2020-07-07mvpp2: fix pointer checkMatteo Croce1-3/+12
2020-07-04mvpp2: xdp ethtool statsSven Auhagen2-18/+148
2020-07-04mvpp2: XDP TX supportMatteo Croce2-45/+272
2020-07-04mvpp2: add basic XDP supportMatteo Croce2-8/+185
2020-07-04mvpp2: use page_pool allocatorMatteo Croce3-25/+140
2020-07-04mvpp2: refactor BM pool init percpu codeMatteo Croce1-12/+11
2020-06-30net: mvneta: fix use of state->speedRussell King1-1/+1
2020-06-26net: mvneta: speed down the PHY, if WoL used, to save energyDaniel González Cabanelas1-0/+11