summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2
AgeCommit message (Expand)AuthorFilesLines
2023-05-19octeontx2-pf: Fix TSOv6 offloadSunil Goutham1-3/+1
2023-05-03octeontx2-vf: Detach LF resources on probe cleanupSubbaraya Sundeep1-1/+1
2023-05-03octeontx2-pf: Disable packet I/O for graceful exitSubbaraya Sundeep1-1/+10
2023-05-03octeontx2-af: Skip PFs if not enabledRatheesh Kannoth3-11/+46
2023-05-03octeontx2-af: Fix issues with NPC field hash extractRatheesh Kannoth4-50/+69
2023-05-03octeontx2-af: Update/Fix NPC field hash extract featureRatheesh Kannoth3-18/+41
2023-05-03octeontx2-af: Update correct mask to filter IPv4 fragmentsSuman Ghosh1-1/+1
2023-05-03octeontx2-af: Add validation for lmac typeHariprasad Kelam1-0/+8
2023-05-03octeontx2-pf: Increase the size of dmac filter flowsRatheesh Kannoth1-2/+2
2023-05-03octeontx2-af: Fix depth of cam and mem table.Ratheesh Kannoth1-2/+2
2023-05-03octeontx2-af: Fix start and end bit for scan configRatheesh Kannoth1-2/+1
2023-05-03octeontx2-af: Secure APR table update with the lockGeetha sowjanya1-5/+8
2023-04-27octeontx2-pf: mcs: Do not reset PN while updating secySubbaraya Sundeep1-5/+10
2023-04-27octeontx2-pf: mcs: Fix shared counters logicSubbaraya Sundeep2-8/+8
2023-04-27octeontx2-pf: mcs: Clear stats before freeing resourceSubbaraya Sundeep1-0/+9
2023-04-27octeontx2-pf: mcs: Match macsec ethertype along with DMACSubbaraya Sundeep1-1/+9
2023-04-27octeontx2-pf: mcs: Fix NULL pointer dereferencesSubbaraya Sundeep1-2/+1
2023-04-27octeontx2-af: mcs: Fix MCS block interruptGeetha sowjanya4-70/+119
2023-04-27octeontx2-af: mcs: Config parser to skip 8B headerGeetha sowjanya4-0/+41
2023-04-27octeontx2-af: mcs: Write TCAM_DATA and TCAM_MASK registers at onceSubbaraya Sundeep1-0/+4
2023-04-27octeonxt2-af: mcs: Fix per port bypass configGeetha sowjanya2-3/+13
2023-03-30octeontx2-af: update type of prof fields in nix_aw_enq_reqSimon Horman1-2/+2
2023-03-20octeontx2-vf: Add missing free for alloc_percpuJiasheng Jiang1-0/+2
2023-03-08octeontx2-af: Unlock contexts in the queue context cache in case of fault det...Suman Ghosh5-7/+82
2023-02-23octeontx2-pf: Use correct struct reference in test conditionDeepak R Varma1-1/+1
2023-02-23octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync packetGeetha sowjanya1-19/+57
2023-02-20octeontx2-af: Add NIX Errata workaround on CN10K siliconGeetha sowjanya4-0/+33
2023-02-10Daniel Borkmann says:Jakub Kicinski1-2/+6
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka1-2/+6
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+27
2023-02-01octeontx2-af: Removed unnecessary debug messages.Sunil Goutham1-14/+4
2023-02-01octeontx2-af: Fix devlink unregisterRatheesh Kannoth1-8/+27
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+4
2023-01-20Revert "Merge branch 'octeontx2-af-CPT'"Jakub Kicinski5-277/+87
2023-01-20octeontx2-af: add mbox to return CPT_AF_FLT_INT infoSrujana Challa3-0/+56
2023-01-20octeontx2-af: update cpt lf alloc mailboxSrujana Challa2-3/+9
2023-01-20octeontx2-af: restore rxc conf after teardown sequenceNithin Dabilpuram1-4/+18
2023-01-20octeontx2-af: optimize cpt pf identificationSrujana Challa3-3/+20
2023-01-20octeontx2-af: modify FLR sequence for CPTSrujana Challa3-47/+53
2023-01-20octeontx2-af: add mbox for CPT LF resetSrujana Challa2-0/+41
2023-01-20octeontx2-af: recover CPT engine when it gets faultSrujana Challa1-30/+80
2023-01-20octeontx2-af: add mbox to return CPT_AF_FLT_INT infoSrujana Challa3-0/+56
2023-01-20octeontx2-af: update cpt lf alloc mailboxSrujana Challa2-3/+9
2023-01-20octeontx2-af: restore rxc conf after teardown sequenceNithin Dabilpuram1-4/+18
2023-01-20octeontx2-af: optimize cpt pf identificationSrujana Challa3-3/+20
2023-01-20octeontx2-af: modify FLR sequence for CPTSrujana Challa3-47/+53
2023-01-20octeontx2-af: add mbox for CPT LF resetSrujana Challa2-0/+41
2023-01-20octeontx2-af: recover CPT engine when it gets faultSrujana Challa1-30/+80
2023-01-19octeontx2-pf: Fix the use of GFP_KERNEL in atomic context on rtKevin Hao2-9/+4
2023-01-16octeontx2-pf: Avoid use of GFP_KERNEL in atomic contextGeetha sowjanya1-2/+2