aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/classify
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-08fixing typosJim Thompson1-1/+1
2019-03-18vnet: disable the expansion of the heap allocated for classifier tablesAndrew Yourtchenko1-0/+2
2019-03-07classify: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar2-26/+16
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-0/+1
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 Barach2-14/+14
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-1/+1
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns3-3/+3
2018-08-13classify_add_del_session API: Use more descriptive docstring (VPP-1385)Juraj Sloboda1-1/+4
2018-08-09Fix "Old Style VLA" build warningsJuraj Sloboda2-7/+36