aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-06net: mvneta: move rx_dropped and rx_errors in per-cpu statsLorenzo Bianconi1-9/+22
2020-02-01octeontx2-pf: Fix an IS_ERR() vs NULL bugDan Carpenter1-2/+2
2020-01-29net: mvneta: fix XDP support if sw bm is used as fallbackLorenzo Bianconi1-3/+7
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds20-27/+5574
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2-2/+2
2020-01-27octeontx2-pf: ethtool RSS config supportSunil Goutham4-4/+269
2020-01-27octeontx2-pf: Add basic ethtool supportChristina Jacob6-4/+525
2020-01-27octeontx2-pf: Add ndo_get_stats64Geetha sowjanya3-0/+97
2020-01-27octeontx2-pf: TCP segmentation offload supportSunil Goutham5-4/+273
2020-01-27octeontx2-pf: Receive side scaling supportSunil Goutham4-1/+167
2020-01-27octeontx2-pf: Error handling supportGeetha sowjanya6-3/+255
2020-01-27octeontx2-pf: MTU, MAC and RX mode config supportSunil Goutham6-6/+242
2020-01-27octeontx2-pf: Register and handle link notificationsLinu Cherian3-0/+109
2020-01-27octeontx2-pf: Add packet transmission supportSunil Goutham6-2/+470
2020-01-27octeontx2-pf: Receive packet handling supportSunil Goutham6-3/+349
2020-01-27octeontx2-pf: Setup interrupts and NAPI handlerSunil Goutham6-10/+332
2020-01-27octeontx2-pf: Initialize and config queuesSunil Goutham7-17/+1290
2020-01-27octeontx2-pf: Attach NIX and NPA block LFsSunil Goutham4-4/+286
2020-01-27octeontx2-pf: Mailbox communication with AFSunil Goutham4-3/+552
2020-01-27octeontx2-pf: Add Marvell OcteonTX2 NIC driverSunil Goutham6-0/+362
2020-01-27mvneta driver disallow XDP program on hardware buffer managementSven Auhagen1-0/+6
2020-01-22net: convert additional drivers to use phy_do_ioctlHeiner Kallweit1-10/+1
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+10
2020-01-14net: mvneta: fix dma sync size in mvneta_run_xdpLorenzo Bianconi1-9/+10
2020-01-13net: mvneta: change page pool nid to NUMA_NO_NODELorenzo Bianconi1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-2/+2
2020-01-05net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King1-5/+14
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+3
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2019-12-19net: mvpp2: cycle comphy to power it downRussell King1-0/+10
2019-12-17net: mvpp2: update mvpp2 validate() implementationRussell King1-4/+18
2019-12-14net: marvell: mvpp2: phylink requires the link interruptRussell King1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin4-4/+4
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2-16/+13
2019-11-21octeontx2-af: Fix uninitialized variable in debugfsDan Carpenter1-1/+2
2019-11-20net: mvneta: get rid of huge dma sync in mvneta_rx_refillLorenzo Bianconi1-11/+15
2019-11-20net: mvneta: rely on page_pool_recycle_direct in mvneta_run_xdpLorenzo Bianconi1-2/+4
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller9-18/+18
2019-11-16octeontx2-af: Use the correct style for SPDX License IdentifierNishad Kamdar9-18/+18
2019-11-14octeontx2-af: Start/Stop traffic in CGX along with NPCSubbaraya Sundeep4-14/+65
2019-11-14octeontx2-af: Add option to disable dynamic entry caching in NDCSunil Goutham3-3/+112
2019-11-14octeontx2-af: Support configurable NDC cache way_maskGeetha sowjanya3-11/+28
2019-11-14octeontx2-af: Enable broadcast packet replicationSunil Goutham4-59/+69
2019-11-14octeontx2-af: Support fixed transmit scheduler topologySunil Goutham9-259/+513
2019-11-14octeontx2-af: Add more RSS algorithmsKiran Kumar K2-11/+114
2019-11-14octeontx2-af: Clear NPC MCAM entries before updateNithin Dabilpuram1-2/+31
2019-11-14octeontx2-af: Update NPC KPU packet parsing profileHao Zheng4-3792/+11236
2019-11-14octeontx2-af: Add macro to generate mbox handlers declarationsSubbaraya Sundeep2-134/+17
2019-11-14octeontx2-af: Sync hw mbox with bounce buffer.Geetha sowjanya2-13/+30