summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2
AgeCommit message (Expand)AuthorFilesLines
2021-07-19octeontx2-af: Enable transmit side LBK linkSubbaraya Sundeep5-3/+61
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds23-114/+1237
2021-07-12octeontx2-pf: Fix uninitialized boolean variable ppsColin Ian King1-1/+1
2021-07-07octeontx2-pf: Fix assigned error return value that is never usedColin Ian King1-1/+1
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-6/+6
2021-07-01octeontx2-pf: offload DMAC filters to CGX/RPM blockHariprasad Kelam6-10/+417
2021-07-01octeontx2-af: Debugfs support for DMAC filtersHariprasad Kelam5-9/+113
2021-07-01octeontx2-af: DMAC filter support in MAC blockSunil Kumar Kori7-20/+425
2021-07-01octeontx2-pf: cn10k: Use runtime allocated LMTLINE regionGeetha sowjanya6-73/+54
2021-07-01octeontx2-af: cn10k: Support configurable LMTST regionsGeetha sowjanya3-35/+103
2021-07-01octeontx2-af: cn10k: Setting up lmtst map tableHarman Kalra6-1/+159
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches1-6/+6
2021-06-22octeontx2-af: Avoid field-overflowing memcpy()Kees Cook1-1/+1
2021-06-18ethernet: marvell/octeontx2: Simplify the return expression of npc_is_samedingsenjie1-5/+2
2021-06-15octeontx2-pf: Fix spelling mistake "morethan" -> "more than"Colin Ian King1-1/+1
2021-06-15octeontx2-pf: Add police action for TC flowerSubbaraya Sundeep3-23/+178
2021-06-15octeontx2-pf: Use NL_SET_ERR_MSG_MOD for TCSubbaraya Sundeep1-12/+17
2021-06-15octeontx2-pf: TC_MATCHALL ingress ratelimiting offloadSunil Goutham5-0/+423
2021-06-15octeontx2-af: cn10k: Debugfs support for bandwidth profilesSunil Goutham5-4/+187
2021-06-15octeontx2-af: cn10k: Bandwidth profiles config supportSunil Goutham6-4/+757
2021-06-14octeontx2-pf: Cleanup flow rule managementSunil Goutham5-63/+181
2021-06-11octeontx2-pf: add support for ndo_set_vf_trustHariprasad Kelam2-25/+109
2021-06-11octeontx2-af: add new mailbox to configure VF trust modeHariprasad Kelam5-6/+83
2021-06-11octeontx2-nicvf: add ndo_set_rx_mode support for multicast & promiscNaveen Mamindlapalli1-2/+56
2021-06-11octeontx2-af: add support for multicast/promisc packet replication featureNaveen Mamindlapalli9-158/+482
2021-06-02octeontx2-af: Fix spelling mistake "vesion" -> "version"Colin Ian King1-1/+1
2021-05-30octeontx2-pf: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-05-30octeontx2-af: Update the default KPU profile and fixesGeorge Cherian2-848/+2908
2021-05-30octeontx2-af: support for coalescing KPU profilesHarman Kalra2-15/+79
2021-05-30octeontx2-af: adding new lt def registers supportHarman Kalra5-4/+112
2021-05-30octeontx2-af: load NPC profile via firmware databaseHarman Kalra2-17/+101
2021-05-30octeontx2-af: add support for custom KPU entriesStanislaw Kardach5-40/+286
2021-05-13octeontx2-pf: fix a buffer overflow in otx2_set_rxfh_context()Dan Carpenter1-0/+4
2021-04-21octeontx2-af: Add mailbox for CPT statsSrujana Challa2-0/+160
2021-04-21octeontx2-af: cn10k: Add mailbox to configure reassembly timeoutSrujana Challa2-7/+75
2021-04-21octeontx2-af: cn10k: Mailbox changes for CN10K CPTSrujana Challa2-1/+31
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller9-30/+67
2021-03-25octeontx2: fix -Wnonnull warningArnd Bergmann1-32/+28
2021-03-25octeontx2-af: Few mundane typos fixedBhaskar Chowdhury1-6/+6
2021-03-24octeontx2-af: Fix memory leak of object bufColin Ian King1-1/+3
2021-03-19octeontx2-pf: Fix spelling mistake "ratelimitter" -> "ratelimiter"Colin Ian King1-1/+1
2021-03-19octeontx2-pf: Fix missing spin_lock_init() in otx2_tc_add_flow()Wei Yongjun1-0/+1
2021-03-19octeontx2-af: Remove redundant initialization of pointer pfvfColin Ian King1-1/+1
2021-03-19octeontx2-af: Fix uninitialized variable warningSubbaraya Sundeep1-1/+1
2021-03-19octeontx2-af: fix infinite loop in unmapping NPC counterHariprasad Kelam1-1/+1
2021-03-19octeontx2-pf: Clear RSS enable flag on interace downGeetha sowjanya1-0/+5
2021-03-19octeontx2-af: Fix irq free in rvu teardownGeetha sowjanya1-2/+4
2021-03-19octeontx2-af: Return correct CGX RX fifo sizeSubbaraya Sundeep3-6/+22
2021-03-19octeontx2-af: Remove TOS field from MKEX TXSubbaraya Sundeep1-2/+0
2021-03-19octeontx2-af: Formatting debugfs entry rsrc_alloc.Rakesh Babu1-17/+29