aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/classify
AgeCommit message (Expand)AuthorFilesLines
2021-09-23classify: use AVX-512 to find entryDamjan Marion1-3/+41
2021-09-23classify: use AVX-512 to calculate hash on x86Damjan Marion2-1/+29
2021-09-22classify: improve vnet_classify_hashDamjan Marion1-27/+23
2021-09-22classify: simplify vnet_classify_find_entry_inlineDamjan Marion1-88/+72
2021-09-20classify: improve find entry performanceDamjan Marion1-10/+9
2021-09-20classify: avoid dependent read of classify maskDamjan Marion2-9/+9
2021-09-01classify: improve "show classify table" outputDave Barach1-5/+7
2021-08-05classify: fix parsing for l4 matchBenoît Ganne1-1/+1
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion3-6/+6
2021-07-14classify: cheaper way to check if all elements are zeroDamjan Marion1-1/+1
2021-06-21classify: api cleanupFilip Tehlar1-68/+6
2021-05-13tests: move test source to vpp/testDave Wallace2-1059/+0
2021-04-22misc: add filter for specific error for pcap traceBenoît Ganne1-0/+4
2021-04-17classify: honor pcap interface filter also when classify filter is usedBenoît Ganne1-0/+59
2021-03-02classify: fix multiple filters supportBenoît Ganne1-11/+22
2021-02-15misc: coverity fixesDave Barach1-5/+3
2021-01-20classify: Layout classify entry to group data-plane accessed fields onNeale Ranns3-102/+124
2021-01-19classify: crash on classify filter pcap del commandSteven Luong1-1/+2
2020-12-15classify: add pcap/trace classfier mgmt API callsJon Loeliger4-188/+709
2020-12-14misc: move to new pool_foreach macrosDamjan Marion2-12/+12
2020-11-17tests: move classifier tests to src/vnet/classify/testDave Wallace2-0/+1059
2020-11-10classify: fix classify filter trace del cli processingJon Loeliger1-35/+49
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns1-0/+2
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 Marion2-7/+7
2020-09-28classify: use clib_crc32c on supporting uarchRay Kinsella1-0/+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-02-10misc: add FEATURE.yaml filesDave Barach1-0/+10
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-10api: multiple connections per processDave Barach1-1/+1
2019-12-05classify: vpp packet tracer supportDave Barach1-32/+119
2019-12-05classify: Fix 2 coverity errorsJon Loeliger1-0/+8
2019-12-03classify: API cleanupJakub Grajciar2-54/+94
2019-11-29classify: debug cli %v not %sDave Barach1-2/+2
2019-09-26misc: add vnet classify filter set supportDave Barach2-29/+190
2019-09-26classify: use vector code even when data is not alignedDamjan Marion1-142/+126
2019-09-20misc: classifier-based packet trace filterDave Barach2-3/+393
2019-09-20classify: remove includes from classifier header fileDamjan Marion2-10/+2
2019-07-31vppinfra: refactor test_and_set spinlocks to use clib_spinlock_tjaszha032-10/+6
2019-07-30vppinfra: refactor use of CLIB_MEMORY_BARRIER ()jaszha031-2/+1
2019-07-30vppinfra: conformed spinlocks to use CLIB_PAUSEjaszha031-1/+2
2019-07-25misc: remove unnecessary cast in classifyZhiyong Yang2-24/+14
2019-05-22new_log2_pages may increase 2dongjuan1-1/+0
2019-05-16init / exit function orderingDave Barach1-6/+6