summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)Author
2020-10-12net: mvpp2: fill in phy interface mode bitmapRussell King
2020-10-12net: mvneta: fill in phy interface mode bitmapRussell King
2020-10-04net: mvneta: fix double free of txq->bufTom Rix
2020-09-30octeontx2-pf: Fix synchnorization issue in mboxHariprasad Kelam
2020-09-30octeontx2-pf: Fix the device state on errorHariprasad Kelam
2020-09-30octeontx2-pf: Fix TCP/UDP checksum offload for IPv6 framesGeetha sowjanya
2020-09-30octeontx2-af: Fix enable/disable of default NPC entriesSubbaraya Sundeep
2020-09-20net: mvneta: recycle the page in case of out-of-orderLorenzo Bianconi
2020-09-10net: mvneta: fix possible use-after-free in mvneta_xdp_put_buffLorenzo Bianconi
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
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