summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2/af
AgeCommit message (Expand)AuthorFilesLines
2022-06-01octeontx2-af: fix error code in is_valid_offset()Dan Carpenter1-1/+1
2022-05-03octeontx2-af: debugfs: fix error return of allocationsNiels Dossche1-2/+2
2022-03-27octeontx2-af: initialize action variableTom Rix1-8/+7
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds11-136/+677
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds1-3/+3
2022-03-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+1
2022-02-21octeontx2-af: cn10k: add workaround for ptp errataNaveen Mamindlapalli1-7/+80
2022-02-21octeontx2-pf: cn10k: add support for new ptp timestamp formatNaveen Mamindlapalli2-1/+45
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-3/+3
2022-02-12octeontx2-af: fix array bound errorHariprasad Kelam1-2/+3
2022-02-10octeontx2-pf: Add TC feature for VFsSubbaraya Sundeep1-0/+1
2022-02-09octeontx2-af: Flow control resource managementHariprasad Kelam9-48/+276
2022-02-09octeontx2-af: Priority flow control configuration supportSunil Kumar Kori7-15/+251
2022-02-09octeontx2-af: Don't enable Pause frames by defaultHariprasad Kelam3-69/+27
2022-02-05crypto: octeontx2 - disable DMA black hole on an DMA faultSrujana Challa1-0/+1
2022-01-21octeontx2-af: Add KPU changes to parse NGIO as separate layerKiran Kumar K1-35/+35
2022-01-21octeontx2-af: cn10k: Do not enable RPM loopback for LPC interfacesGeetha sowjanya1-15/+12
2022-01-21octeontx2-af: Increase link credit restore polling timeoutGeetha sowjanya2-2/+3
2022-01-21octeontx2-pf: cn10k: Ensure valid pointers are freed to auraGeetha sowjanya1-0/+2
2022-01-21octeontx2-af: cn10k: Use appropriate register for LMAC enableGeetha sowjanya7-7/+66
2022-01-21octeontx2-af: Retry until RVU block reset completeGeetha sowjanya1-2/+5
2022-01-21octeontx2-af: Fix LBK backpressure id countSunil Goutham1-3/+3
2022-01-21octeontx2-af: Do not fixup all VF action entriesSubbaraya Sundeep2-11/+31
2022-01-08octeontx2-af: Fix interrupt name stringsSunil Goutham2-4/+3
2022-01-07octeontx2-af: Increment ptp refcount before useSubbaraya Sundeep1-0/+2
2021-12-02octeontx2-af: Fix a memleak bug in rvu_mbox_init()Zhou Qingyang1-1/+1
2021-11-18octeontx2-af: debugfs: don't corrupt user memoryDan Carpenter1-7/+10
2021-11-05octeontx2-af: use swap() to make code cleanerYang Guang1-3/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-33/+118
2021-10-28octeontx2-af: debugfs: Add channel and channel mask.Rakesh Babu3-0/+9
2021-10-28octeontx2-af: cn10k: debugfs for dumping LMTST map tableHarman Kalra1-0/+94
2021-10-28octeontx2-af: debugfs: Minor changes.Rakesh Babu Saladi1-11/+11
2021-10-28octeontx2-af: Fix possible null pointer dereference.Rakesh Babu Saladi2-1/+4
2021-10-28octeontx2-af: Display all enabled PF VF rsrc_alloc entries.Rakesh Babu1-32/+106
2021-10-28octeontx2-af: Check whether ipolicers existsSubbaraya Sundeep1-0/+8
2021-10-24octeontx2-af: Increase number of reserved entries in KPUKiran Kumar K2-263/+132
2021-10-15octeontx2-af: Add support to flush full CPT CTX cacheSrujana Challa5-0/+232
2021-10-15octeontx2-af: Perform cpt lf teardown in non FLR pathNithin Dabilpuram3-16/+22
2021-10-15octeontx2-af: Enable CPT HW interruptsSrujana Challa4-0/+264
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET3-4/+0
2021-09-30octeontx2-af: Adjust LA pointer for cpt parse headerKiran Kumar K2-95/+80
2021-09-29octeontx2-nicvf: Add PTP hardware clock support to NIX VFNaveen Mamindlapalli1-0/+3
2021-09-28octeontx2-af: Add external ptp input clockYi Guo5-4/+63
2021-09-28octeontx2-af: Use ptp input clock info from firmware dataSubbaraya Sundeep3-51/+33
2021-09-28octeontx2-af: cn10k: RPM hardware timestamp configurationHariprasad Kelam7-26/+58
2021-09-28octeontx2-af: Reset PTP config in FLR handlerHarman Kalra3-0/+18
2021-09-27octeontx2: Move devlink registration to be last devlink commandLeon Romanovsky1-8/+2
2021-09-26octeontx2-af: Optimize KPU1 processing for variable-length headersKiran Kumar K7-323/+195
2021-09-26octeontx2-af: Limit KPU parsing for GTPU packetsKiran Kumar K1-19/+2
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-7/+1