aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/classify
AgeCommit message (Expand)AuthorFilesLines
2024-03-29misc: deprecate lawful-intercepthsandid1-6/+5
2024-03-12misc: remove GNU Indent directivesDamjan Marion7-46/+0
2023-12-14bpf_trace_filter: allow use whithout classifierMohammed Hawari1-0/+3
2023-07-25classify: add bpf support to pcap classifierMaxime Peim1-3/+3
2023-06-30bpf_trace_filter: plugin for BPF Trace FilteringMohammed Hawari1-0/+2
2023-06-30vlib: introduce trace filter functionsMohammed Hawari1-1/+6
2023-03-01docs: fixed to use unified "pcap trace" commandNobuhiro MIKI1-3/+3
2023-01-25api: pcap capture api updateMaxime Peim1-3/+2
2022-12-07classify: increase metadata from 16- to 32-bitsBenoît Ganne2-9/+11
2022-11-04classify: fix crash when update nonexistent classify table.Huawei LI1-1/+3
2022-08-23classify: fix coverity 249223Andrew Yourtchenko1-1/+1
2022-06-29classify: use 32 bits hashBenoît Ganne4-20/+21
2022-06-10ip: improve ip ACL tracesBenoît Ganne2-2/+3
2022-06-07classify: fix sesssion details apiNathan Skrzypczak1-1/+1
2022-05-19api: refactor api data storageDamjan Marion1-3/+4
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-3/+3
2022-03-23classify: fix typo in AVX-512 find entryBenoît Ganne1-1/+1
2022-03-08classify: add API to retrieve punt ACL tablesBenoît Ganne2-0/+45
2022-03-04classify: skip l2 header in CLIArthur de Kerhor1-14/+50
2021-11-02classify: fix build on systems without crc32f and vector unitDamjan Marion1-2/+6
2021-10-06docs: vnet comment nitfixesNathan Skrzypczak1-5/+7
2021-10-06ip: add classifier-based ACLs support on ip puntBenoît Ganne4-57/+117
2021-09-29classify: fix message IDs on API repliesMatthew Smith1-33/+42
2021-09-28misc: vpe.api messages dynamically allocatedOle Troan1-0/+9
2021-09-23classify: use AVX-512 to find entryDamjan Marion1-3/+41
2021-09-23classify: use AVX-512 to calculate hash on x86Damjan Marion2-1/+29
2021-09-22classify: improve vnet_classify_hashDamjan Marion1-27/+23
2021-09-22classify: simplify vnet_classify_find_entry_inlineDamjan Marion1-88/+72
2021-09-20classify: improve find entry performanceDamjan Marion1-10/+9
2021-09-20classify: avoid dependent read of classify maskDamjan Marion2-9/+9
2021-09-01classify: improve "show classify table" outputDave Barach1-5/+7
2021-08-05classify: fix parsing for l4 matchBenoît Ganne1-1/+1
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion3-6/+6
2021-07-14classify: cheaper way to check if all elements are zeroDamjan Marion1-1/+1
2021-06-21classify: api cleanupFilip Tehlar1-68/+6
2021-05-13tests: move test source to vpp/testDave Wallace2-1059/+0
2021-04-22misc: add filter for specific error for pcap traceBenoît Ganne1-0/+4
2021-04-17classify: honor pcap interface filter also when classify filter is usedBenoît Ganne1-0/+59
2021-03-02classify: fix multiple filters supportBenoît Ganne1-11/+22
2021-02-15misc: coverity fixesDave Barach1-5/+3
2021-01-20classify: Layout classify entry to group data-plane accessed fields onNeale Ranns3-102/+124
2021-01-19classify: crash on classify filter pcap del commandSteven Luong1-1/+2
2020-12-15classify: add pcap/trace classfier mgmt API callsJon Loeliger4-188/+709
2020-12-14misc: move to new pool_foreach macrosDamjan Marion2-12/+12
2020-11-17tests: move classifier tests to src/vnet/classify/testDave Wallace2-0/+1059
2020-11-10classify: fix classify filter trace del cli processingJon Loeliger1-35/+49
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns1-0/+2
2020-10-01classify: Fix a couple bugs in 'pcap filter' command.Jon Loeliger1-12/+12
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion2-7/+7
2020-09-28classify: use clib_crc32c on supporting uarchRay Kinsella1-0/+5