summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: skge: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-3/+3
* net: mvpp2: set SKBTX_IN_PROGRESSRussell King2020-09-131-0/+2
* octeontx2-af: Constify npc_kpu_profile_{action,cam}Rikard Falkeborn2020-09-123-39/+39
* net: mvpp2: ptp: Fix unused variablesAlex Dewar2020-09-111-4/+2
* net: mventa: drop mvneta_stats from mvneta_swbm_rx_frame signatureLorenzo Bianconi2020-09-101-3/+2
* net: mvneta: rely on MVNETA_MAX_RX_BUF_SIZE for pkt split in mvneta_swbm_rx_f...Lorenzo Bianconi2020-09-101-2/+1
* net: mvpp2: ptp: add support for transmit timestampingRussell King2020-09-092-11/+244
* net: mvpp2: ptp: add support for receive timestampingRussell King2020-09-093-2/+194
* net: mvpp2: ptp: add TAI supportRussell King2020-09-095-1/+521
* net: mvpp2: check first level interrupt status registersRussell King2020-09-092-2/+15
* net: mvpp2: rename mis-named "link status" interruptRussell King2020-09-092-18/+19
* net: mvpp2: restructure "link status" interrupt handlingRussell King2020-09-091-32/+51
* net: pxa168_eth: remove redundant null check before clk_disable_unprepare()Zhang Changzhong2020-09-091-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-056-9/+9
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-246-9/+9
* | net: mvpp2: split xlg and gmac pcsRussell King2020-09-031-55/+55
* | net: mvpp2: convert to phylink pcs operationsRussell King2020-09-032-116/+177
* | net: mvpp2: move GMAC reset handling into mac_prepare()/mac_finish()Russell King2020-09-031-32/+21
* | net: mvpp2: ensure the port is forced down while changing modesRussell King2020-09-031-11/+36
* | net: mvpp2: convert to use mac_prepare()/mac_finish()Russell King2020-09-031-11/+37
* | net: mvpp2: tidy up ACPI hackRussell King2020-09-031-18/+18
* | octeontx2-pf: Add UDP segmentation offload supportSunil Goutham2020-09-025-4/+124
* | octeontx2-pf: Add support for PTP clockAleksey Makarov2020-08-259-6/+532
* | octeontx2-af: Add support for Marvell PTP coprocessorAleksey Makarov2020-08-256-4/+348
* | octeontx2-af: Support to enable/disable HW timestampingZyta Szpak2020-08-257-0/+151
|/
* otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang2020-08-181-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-042-8/+0
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-262-8/+0
* | net: mvpp2: fix memory leak in mvpp2_rxLorenzo Bianconi2020-08-041-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-022-0/+5
|\ \
| * | octeontx2-pf: Unregister netdev at driver removeSubbaraya Sundeep2020-07-291-0/+1
| * | octeontx2-pf: cancel reset_task workSubbaraya Sundeep2020-07-291-0/+1
| * | octeontx2-pf: Fix reset_task bugsSubbaraya Sundeep2020-07-291-0/+3
* | | net: mvneta: fix comment about phylink_speed_downJisheng Zhang2020-07-291-1/+1
| |/ |/|
* | net: mvneta: move rxq->left_size on the stackLorenzo Bianconi2020-07-201-16/+13
* | net: mvneta: get rid of skb in mvneta_rx_queueLorenzo Bianconi2020-07-201-6/+0
* | net: mvneta: drop all fragments in XDP_DROPLorenzo Bianconi2020-07-201-14/+12
* | net: mvneta: move mvneta_run_xdp after descriptors processingLorenzo Bianconi2020-07-201-15/+7
* | net: mvneta: move skb build after descriptors processingLorenzo Bianconi2020-07-201-57/+101
* | net: sky2: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-131-42/+45
* | net: skge: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-131-40/+36
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-112-2/+2
|\|
| * net: sky2: initialize return of gm_phy_readTom Rix2020-07-081-1/+1
| * net: mvneta: fix use of state->speedRussell King2020-06-301-1/+1
* | mvpp2: fix pointer checkMatteo Croce2020-07-071-3/+12
* | mvpp2: xdp ethtool statsSven Auhagen2020-07-032-18/+148
* | mvpp2: XDP TX supportMatteo Croce2020-07-032-45/+272
* | mvpp2: add basic XDP supportMatteo Croce2020-07-032-8/+185
* | mvpp2: use page_pool allocatorMatteo Croce2020-07-033-25/+140
* | mvpp2: refactor BM pool init percpu codeMatteo Croce2020-07-031-12/+11