Age | Commit message (Expand) | Author | Files | Lines |
2021-09-23 | classify: use AVX-512 to find entry | Damjan Marion | 1 | -3/+41 |
2021-09-23 | classify: use AVX-512 to calculate hash on x86 | Damjan Marion | 2 | -1/+29 |
2021-09-22 | classify: improve vnet_classify_hash | Damjan Marion | 1 | -27/+23 |
2021-09-22 | classify: simplify vnet_classify_find_entry_inline | Damjan Marion | 1 | -88/+72 |
2021-09-20 | classify: improve find entry performance | Damjan Marion | 1 | -10/+9 |
2021-09-20 | classify: avoid dependent read of classify mask | Damjan Marion | 2 | -9/+9 |
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-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} | Damjan Marion | 3 | -6/+6 |
2021-07-14 | classify: cheaper way to check if all elements are zero | Damjan Marion | 1 | -1/+1 |
2021-06-21 | classify: api cleanup | Filip Tehlar | 1 | -68/+6 |
2021-05-13 | tests: move test source to vpp/test | Dave Wallace | 2 | -1059/+0 |
2021-04-22 | misc: add filter for specific error for pcap trace | Benoît Ganne | 1 | -0/+4 |
2021-04-17 | classify: honor pcap interface filter also when classify filter is used | Benoît Ganne | 1 | -0/+59 |
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 |