aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/classify
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-24Leak locks and tables in the ClassifierNeale Ranns2-3/+45
2017-05-20VPP-849: improve vnet classifier memory allocator performanceDave Barach2-274/+450
2017-04-25"autoreply" flag: autogenerate standard xxx_reply_t messagesDave Barach1-33/+4
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-02Clean up binary api message handler registration issuesDave Barach1-8/+0
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 Barach2-3/+2
2017-01-25API refactoring : classifyPavel Kotucek2-0/+911
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion11-0/+4724