aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/classify
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach1-0/+8
2018-02-26Added u8x16,u32x4,u64x2 variants of _zero_byte_mask(x) for ARM/NEON platform....Adrian Oanca1-8/+4
2018-02-20vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2Damjan Marion1-1/+1
2018-02-08classifier-based ACL: testcases for L2 ACLs + fix the enabling of outbound L2...Andrew Yourtchenko1-3/+6
2018-02-07classifier-based ACL: refactor + add output ACLAndrew Yourtchenko6-77/+230
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-11api: remove transport specific code from handlersFlorin Coras1-26/+28
2018-01-09api: refactor vlibmemoryFlorin Coras1-10/+8
2017-11-28VPP-246 Coding standards cleanup - vnet/vnet/classifykhemendra kumar10-1830/+2045
2017-11-18Rename classifier ip6-sr metadata set actionDave Barach2-4/+4
2017-11-10Break up vpe.apiNeale Ranns2-1/+150
2017-11-10add classify session action set-sr-policy-indexGabriel Ganne3-1/+15
2017-10-26Consolidate short_help for classify table with memory-sizeHongjun Ni1-0/+1
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace4-2/+6
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2017-09-11FIB table add/delete APINeale Ranns1-6/+10
2017-06-07VPP-874: fix coverity warning in vnet_classify.cDave Barach1-1/+1