aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/classify/vnet_classify.c
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-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
2017-04-06Use thread local storage for thread indexDamjan Marion1-8/+8
2017-03-29Sub-net broadcast addresses for IPv4Neale Ranns1-1/+1
2017-03-01VPP-598: tcp stack initial commitDave Barach1-2/+2
2017-02-23Fix vpp built-in version of api_unformat_sw_if_index(...)Dave Barach1-3/+1
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+2436