Age | Commit message (Expand) | Author | Files | Lines |
2021-03-02 | classify: fix multiple filters support | Benoît Ganne | 1 | -11/+22 |
2021-02-15 | misc: coverity fixes | Dave Barach | 1 | -5/+3 |
2021-01-20 | classify: Layout classify entry to group data-plane accessed fields on | Neale Ranns | 3 | -102/+124 |
2021-01-19 | classify: crash on classify filter pcap del command | Steven Luong | 1 | -1/+2 |
2020-12-15 | classify: add pcap/trace classfier mgmt API calls | Jon Loeliger | 4 | -188/+709 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 2 | -12/+12 |
2020-11-17 | tests: move classifier tests to src/vnet/classify/test | Dave Wallace | 2 | -0/+1059 |
2020-11-10 | classify: fix classify filter trace del cli processing | Jon Loeliger | 1 | -35/+49 |
2020-10-28 | misc: Break the big IP header files to improve compile time | Neale Ranns | 1 | -0/+2 |
2020-10-01 | classify: Fix a couple bugs in 'pcap filter' command. | Jon Loeliger | 1 | -12/+12 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code | Damjan Marion | 2 | -7/+7 |
2020-09-28 | classify: use clib_crc32c on supporting uarch | Ray Kinsella | 1 | -0/+5 |
2020-06-30 | classify: fix debug CLI | Dave Barach | 1 | -1/+5 |
2020-05-15 | misc: removed executable bits from source files | Ray Kinsella | 1 | -0/+0 |
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 |