aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/classify/vnet_classify.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-04classify: fix crash when update nonexistent classify table.Huawei LI1-1/+3
2022-08-23classify: fix coverity 249223Andrew Yourtchenko1-1/+1
2022-06-29classify: use 32 bits hashBenoît Ganne1-6/+6
2022-06-10ip: improve ip ACL tracesBenoît Ganne1-2/+2
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-3/+3
2022-03-04classify: skip l2 header in CLIArthur de Kerhor1-14/+50
2021-10-06docs: vnet comment nitfixesNathan Skrzypczak1-5/+7
2021-09-23classify: use AVX-512 to calculate hash on x86Damjan Marion1-0/+1
2021-09-20classify: avoid dependent read of classify maskDamjan Marion1-6/+5
2021-09-01classify: improve "show classify table" outputDave Barach1-5/+7
2021-08-05classify: fix parsing for l4 matchBenoît Ganne1-1/+1
2021-03-02classify: fix multiple filters supportBenoît Ganne1-11/+22
2021-01-20classify: Layout classify entry to group data-plane accessed fields onNeale Ranns1-31/+20
2021-01-19classify: crash on classify filter pcap del commandSteven Luong1-1/+2
2020-12-15classify: add pcap/trace classfier mgmt API callsJon Loeliger1-171/+234
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-11-10classify: fix classify filter trace del cli processingJon Loeliger1-35/+49
2020-10-01classify: Fix a couple bugs in 'pcap filter' command.Jon Loeliger1-12/+12
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion1-5/+5
2020-06-30classify: fix debug CLIDave Barach1-1/+5
2020-05-15misc: removed executable bits from source filesRay Kinsella1-0/+0
2020-02-12classify: fix "show classify filter" debug CLIDave Barach1-3/+1
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach1-9/+0
2020-01-27classify: pcap / packet trace debug CLI bugsDave Barach1-0/+4
2020-01-20classify: fix pcap filter set initFlorin Coras1-4/+2
2019-12-25classify: "classify filter ..." debug CLI cleanupDave Barach1-7/+8
2019-12-17classify: forbid invalid match configBenoît Ganne1-0/+3
2019-12-05classify: vpp packet tracer supportDave Barach1-32/+119
2019-11-29classify: debug cli %v not %sDave Barach1-2/+2
2019-09-26misc: add vnet classify filter set supportDave Barach1-29/+178
2019-09-20misc: classifier-based packet trace filterDave Barach1-3/+293
2019-07-31vppinfra: refactor test_and_set spinlocks to use clib_spinlock_tjaszha031-9/+5
2019-07-30vppinfra: refactor use of CLIB_MEMORY_BARRIER ()jaszha031-2/+1
2019-07-30vppinfra: conformed spinlocks to use CLIB_PAUSEjaszha031-1/+2
2019-05-22new_log2_pages may increase 2dongjuan1-1/+0
2019-03-18vnet: disable the expansion of the heap allocated for classifier tablesAndrew Yourtchenko1-0/+2
2018-12-13Fix VPP-1530 Classify session creation errorjackiechen19851-1/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-20/+20
2018-10-23c11 safe string handling supportDave Barach1-11/+11
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-1/+1
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach1-0/+8
2018-02-07classifier-based ACL: refactor + add output ACLAndrew Yourtchenko1-1/+1
2017-11-28VPP-246 Coding standards cleanup - vnet/vnet/classifykhemendra kumar1-1080/+1154
2017-11-18Rename classifier ip6-sr metadata set actionDave Barach1-3/+3
2017-11-10add classify session action set-sr-policy-indexGabriel Ganne1-1/+9
2017-10-26Consolidate short_help for classify table with memory-sizeHongjun Ni1-0/+1
2017-09-11FIB table add/delete APINeale Ranns1-6/+10
2017-06-07VPP-874: fix coverity warning in vnet_classify.cDave Barach1-1/+1
2017-05-24Leak locks and tables in the ClassifierNeale Ranns1-0/+39
2017-05-20VPP-849: improve vnet classifier memory allocator performanceDave Barach1-228/+393