Age | Commit message (Expand) | Author | Files | Lines |
2020-02-12 | classify: fix "show classify filter" debug CLI | Dave Barach | 1 | -3/+1 |
2020-02-11 | vppinfra: remove the historical mheap memory allocator | Dave Barach | 1 | -9/+0 |
2020-02-10 | misc: add FEATURE.yaml files | Dave Barach | 1 | -0/+10 |
2020-01-27 | classify: pcap / packet trace debug CLI bugs | Dave Barach | 1 | -0/+4 |
2020-01-20 | classify: fix pcap filter set init | Florin Coras | 1 | -4/+2 |
2019-12-25 | classify: "classify filter ..." debug CLI cleanup | Dave Barach | 1 | -7/+8 |
2019-12-17 | classify: forbid invalid match config | Benoît Ganne | 1 | -0/+3 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-12-05 | classify: vpp packet tracer support | Dave Barach | 1 | -32/+119 |
2019-12-05 | classify: Fix 2 coverity errors | Jon Loeliger | 1 | -0/+8 |
2019-12-03 | classify: API cleanup | Jakub Grajciar | 2 | -54/+94 |
2019-11-29 | classify: debug cli %v not %s | Dave Barach | 1 | -2/+2 |
2019-09-26 | misc: add vnet classify filter set support | Dave Barach | 2 | -29/+190 |
2019-09-26 | classify: use vector code even when data is not aligned | Damjan Marion | 1 | -142/+126 |
2019-09-20 | misc: classifier-based packet trace filter | Dave Barach | 2 | -3/+393 |
2019-09-20 | classify: remove includes from classifier header file | Damjan Marion | 2 | -10/+2 |
2019-07-31 | vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t | jaszha03 | 2 | -10/+6 |
2019-07-30 | vppinfra: refactor use of CLIB_MEMORY_BARRIER () | jaszha03 | 1 | -2/+1 |
2019-07-30 | vppinfra: conformed spinlocks to use CLIB_PAUSE | jaszha03 | 1 | -1/+2 |
2019-07-25 | misc: remove unnecessary cast in classify | Zhiyong Yang | 2 | -24/+14 |
2019-05-22 | new_log2_pages may increase 2 | dongjuan | 1 | -1/+0 |
2019-05-16 | init / exit function ordering | Dave Barach | 1 | -6/+6 |
2019-04-08 | fixing typos | Jim Thompson | 1 | -1/+1 |
2019-03-18 | vnet: disable the expansion of the heap allocated for classifier tables | Andrew Yourtchenko | 1 | -0/+2 |
2019-03-07 | classify: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 2 | -26/+16 |
2019-01-02 | Fixes for buliding for 32bit targets: | David Johnson | 1 | -0/+1 |
2018-12-13 | Fix VPP-1530 Classify session creation error | jackiechen1985 | 1 | -1/+1 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -20/+20 |
2018-10-23 | c11 safe string handling support | Dave Barach | 2 | -14/+14 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | Sirshak Das | 1 | -1/+1 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes | Neale Ranns | 3 | -3/+3 |
2018-08-13 | classify_add_del_session API: Use more descriptive docstring (VPP-1385) | Juraj Sloboda | 1 | -1/+4 |
2018-08-09 | Fix "Old Style VLA" build warnings | Juraj Sloboda | 2 | -7/+36 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 1 | -0/+8 |
2018-02-26 | Added u8x16,u32x4,u64x2 variants of _zero_byte_mask(x) for ARM/NEON platform.... | Adrian Oanca | 1 | -8/+4 |
2018-02-20 | vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2 | Damjan Marion | 1 | -1/+1 |
2018-02-08 | classifier-based ACL: testcases for L2 ACLs + fix the enabling of outbound L2... | Andrew Yourtchenko | 1 | -3/+6 |
2018-02-07 | classifier-based ACL: refactor + add output ACL | Andrew Yourtchenko | 6 | -77/+230 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -1/+1 |
2018-01-11 | api: remove transport specific code from handlers | Florin Coras | 1 | -26/+28 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 1 | -10/+8 |
2017-11-28 | VPP-246 Coding standards cleanup - vnet/vnet/classify | khemendra kumar | 10 | -1830/+2045 |
2017-11-18 | Rename classifier ip6-sr metadata set action | Dave Barach | 2 | -4/+4 |
2017-11-10 | Break up vpe.api | Neale Ranns | 2 | -1/+150 |
2017-11-10 | add classify session action set-sr-policy-index | Gabriel Ganne | 3 | -1/+15 |
2017-10-26 | Consolidate short_help for classify table with memory-size | Hongjun Ni | 1 | -0/+1 |
2017-10-24 | Add extern to *_main global variable declarations in header files. | Dave Wallace | 4 | -2/+6 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps | Dave Barach | 1 | -0/+2 |
2017-09-11 | FIB table add/delete API | Neale Ranns | 1 | -6/+10 |
2017-06-07 | VPP-874: fix coverity warning in vnet_classify.c | Dave Barach | 1 | -1/+1 |