Age | Commit message (Expand) | Author | Files | Lines |
2023-03-01 | docs: fixed to use unified "pcap trace" command | Nobuhiro MIKI | 1 | -3/+3 |
2023-01-25 | api: pcap capture api update | Maxime Peim | 1 | -3/+2 |
2022-12-07 | classify: increase metadata from 16- to 32-bits | Benoît Ganne | 2 | -9/+11 |
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 | 4 | -20/+21 |
2022-06-10 | ip: improve ip ACL traces | Benoît Ganne | 2 | -2/+3 |
2022-06-07 | classify: fix sesssion details api | Nathan Skrzypczak | 1 | -1/+1 |
2022-05-19 | api: refactor api data storage | Damjan Marion | 1 | -3/+4 |
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 1 | -3/+3 |
2022-03-23 | classify: fix typo in AVX-512 find entry | Benoît Ganne | 1 | -1/+1 |
2022-03-08 | classify: add API to retrieve punt ACL tables | Benoît Ganne | 2 | -0/+45 |
2022-03-04 | classify: skip l2 header in CLI | Arthur de Kerhor | 1 | -14/+50 |
2021-11-02 | classify: fix build on systems without crc32f and vector unit | Damjan Marion | 1 | -2/+6 |
2021-10-06 | docs: vnet comment nitfixes | Nathan Skrzypczak | 1 | -5/+7 |
2021-10-06 | ip: add classifier-based ACLs support on ip punt | Benoît Ganne | 4 | -57/+117 |
2021-09-29 | classify: fix message IDs on API replies | Matthew Smith | 1 | -33/+42 |
2021-09-28 | misc: vpe.api messages dynamically allocated | Ole Troan | 1 | -0/+9 |
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 |