Age | Commit message (Expand) | Author | Files | Lines |
2022-12-07 | classify: increase metadata from 16- to 32-bits |  Benoît Ganne | 1 | -2/+2 |
2022-11-04 | classify: fix crash when update nonexistent classify table. |  Huawei LI | 1 | -1/+3 |
2022-08-23 | classify: fix coverity 249223 |  Andrew Yourtchenko | 1 | -1/+1 |
2022-06-29 | classify: use 32 bits hash |  Benoît Ganne | 1 | -6/+6 |
2022-06-10 | ip: improve ip ACL traces |  Benoît Ganne | 1 | -2/+2 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 1 | -3/+3 |
2022-03-04 | classify: skip l2 header in CLI |  Arthur de Kerhor | 1 | -14/+50 |
2021-10-06 | docs: vnet comment nitfixes |  Nathan Skrzypczak | 1 | -5/+7 |
2021-09-23 | classify: use AVX-512 to calculate hash on x86 |  Damjan Marion | 1 | -0/+1 |
2021-09-20 | classify: avoid dependent read of classify mask |  Damjan Marion | 1 | -6/+5 |
2021-09-01 | classify: improve "show classify table" output |  Dave Barach | 1 | -5/+7 |
2021-08-05 | classify: fix parsing for l4 match |  Benoît Ganne | 1 | -1/+1 |
2021-03-02 | classify: fix multiple filters support |  Benoît Ganne | 1 | -11/+22 |
2021-01-20 | classify: Layout classify entry to group data-plane accessed fields on |  Neale Ranns | 1 | -31/+20 |
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 | 1 | -171/+234 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 1 | -3/+3 |
2020-11-10 | classify: fix classify filter trace del cli processing |  Jon Loeliger | 1 | -35/+49 |
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 | 1 | -5/+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-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-05 | classify: vpp packet tracer support |  Dave Barach | 1 | -32/+119 |
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 | 1 | -29/+178 |
2019-09-20 | misc: classifier-based packet trace filter |  Dave Barach | 1 | -3/+293 |
2019-07-31 | vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t |  jaszha03 | 1 | -9/+5 |
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-05-22 | new_log2_pages may increase 2 |  dongjuan | 1 | -1/+0 |
2019-03-18 | vnet: disable the expansion of the heap allocated for classifier tables |  Andrew Yourtchenko | 1 | -0/+2 |
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 | 1 | -11/+11 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins |  Sirshak Das | 1 | -1/+1 |
2018-07-18 | Add config option to use dlmalloc instead of mheap |  Dave Barach | 1 | -0/+8 |
2018-02-07 | classifier-based ACL: refactor + add output ACL |  Andrew Yourtchenko | 1 | -1/+1 |
2017-11-28 | VPP-246 Coding standards cleanup - vnet/vnet/classify |  khemendra kumar | 1 | -1080/+1154 |
2017-11-18 | Rename classifier ip6-sr metadata set action |  Dave Barach | 1 | -3/+3 |
2017-11-10 | add classify session action set-sr-policy-index |  Gabriel Ganne | 1 | -1/+9 |
2017-10-26 | Consolidate short_help for classify table with memory-size |  Hongjun Ni | 1 | -0/+1 |
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 |
2017-05-24 | Leak locks and tables in the Classifier |  Neale Ranns | 1 | -0/+39 |