- a9f5f85 classify: improve find entry performance by Damjan Marion · 3 years, 3 months ago
- 3bb2da9 classify: avoid dependent read of classify mask by Damjan Marion · 3 years, 3 months ago
- eb2e1f9 classify: improve "show classify table" output by Dave Barach · 3 years, 3 months ago
- 4b9246a classify: fix parsing for l4 match by Benoît Ganne · 3 years, 4 months ago
- af7fb04 misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} by Damjan Marion · 3 years, 5 months ago
- 62ed543 classify: cheaper way to check if all elements are zero by Damjan Marion · 3 years, 5 months ago
- 43428db classify: api cleanup by Filip Tehlar · 3 years, 6 months ago
- eddd8e3 tests: move test source to vpp/test by Dave Wallace · 3 years, 7 months ago
- 5cfe452 misc: add filter for specific error for pcap trace by Benoît Ganne · 3 years, 9 months ago
- 30a8195 classify: honor pcap interface filter also when classify filter is used by Benoît Ganne · 3 years, 10 months ago
- 8c45e51 classify: fix multiple filters support by Benoît Ganne · 3 years, 10 months ago
- 99c6dc6 misc: coverity fixes by Dave Barach · 3 years, 10 months ago
- 1441a6c classify: Layout classify entry to group data-plane accessed fields on by Neale Ranns · 4 years ago
- 7f1d780 classify: crash on classify filter pcap del command by Steven Luong · 3 years, 11 months ago
- 5c1e48c classify: add pcap/trace classfier mgmt API calls by Jon Loeliger · 4 years, 2 months ago
- b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
- b5c6d08 tests: move classifier tests to src/vnet/classify/test by Dave Wallace · 4 years, 1 month ago
- 5f7f47e classify: fix classify filter trace del cli processing by Jon Loeliger · 4 years, 1 month ago
- e403113 misc: Break the big IP header files to improve compile time by Neale Ranns · 4 years, 2 months ago
- 362c666 classify: Fix a couple bugs in 'pcap filter' command. by Jon Loeliger · 4 years, 3 months ago
- 4537c30 vppinfra: don't call dlmalloc API directly from the code by Damjan Marion · 4 years, 3 months ago
- 7741afa classify: use clib_crc32c on supporting uarch by Ray Kinsella · 4 years, 8 months ago
- 126c885 classify: fix debug CLI by Dave Barach · 4 years, 6 months ago
- 8bf80a3 misc: removed executable bits from source files by Ray Kinsella · 4 years, 7 months ago
- 104112f classify: fix "show classify filter" debug CLI by Dave Barach · 4 years, 10 months ago
- 2c8e002 vppinfra: remove the historical mheap memory allocator by Dave Barach · 4 years, 10 months ago
- e053056 misc: add FEATURE.yaml files by Dave Barach · 4 years, 10 months ago
- 196fce2 classify: pcap / packet trace debug CLI bugs by Dave Barach · 4 years, 11 months ago
- cd681ad classify: fix pcap filter set init by Florin Coras · 5 years ago
- 29c6132 classify: "classify filter ..." debug CLI cleanup by Dave Barach · 5 years ago
- 71a70d7 classify: forbid invalid match config by Benoît Ganne · 5 years ago
- 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
- 87d24db classify: vpp packet tracer support by Dave Barach · 5 years ago
- 95d2f30 classify: Fix 2 coverity errors by Jon Loeliger · 5 years ago
- 692bfc8 classify: API cleanup by Jakub Grajciar · 5 years ago
- 3268a64 classify: debug cli %v not %s by Dave Barach · 5 years ago
- f5667c3 misc: add vnet classify filter set support by Dave Barach · 5 years ago
- 8304933 classify: use vector code even when data is not aligned by Damjan Marion · 5 years ago
- 9137e54 misc: classifier-based packet trace filter by Dave Barach · 5 years ago
- 864d857 classify: remove includes from classifier header file by Damjan Marion · 5 years ago
- 5cdde5c vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t by jaszha03 · 5 years ago
- f25e7cf vppinfra: refactor use of CLIB_MEMORY_BARRIER () by jaszha03 · 6 years ago
- 0455c43 vppinfra: conformed spinlocks to use CLIB_PAUSE by jaszha03 · 6 years ago
- 1f5a606 misc: remove unnecessary cast in classify by Zhiyong Yang · 5 years ago
- c9ce8dc new_log2_pages may increase 2 when try_resplit by dongjuan · 6 years ago
- f8d5068 init / exit function ordering by Dave Barach · 6 years ago
- f324dec fixing typos by Jim Thompson · 6 years ago
- a990a2e vnet: disable the expansion of the heap allocated for classifier tables by Andrew Yourtchenko · 6 years ago
- e8cb521 classify: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
- d9818dd Fixes for buliding for 32bit targets: by David Johnson · 6 years ago
- e91e6de Fix VPP-1530 Classify session creation error by jackiechen1985 · 6 years ago
- 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
- b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
- 2f6d7bb vppinfra: add atomic macros for __sync builtins by Sirshak Das · 6 years ago
- 3b81a1e L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes by Neale Ranns · 6 years ago
- 34eb5d4 classify_add_del_session API: Use more descriptive docstring (VPP-1385) by Juraj Sloboda · 6 years ago
- 7528245 Fix "Old Style VLA" build warnings by Juraj Sloboda · 7 years ago
- 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
- 22ac59b Added u8x16,u32x4,u64x2 variants of _zero_byte_mask(x) for ARM/NEON platform. VPP-1129 by Adrian Oanca · 7 years ago
- 927b071 vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2 by Damjan Marion · 7 years ago
- 08118f0 classifier-based ACL: testcases for L2 ACLs + fix the enabling of outbound L2 ACL by Andrew Yourtchenko · 7 years ago
- 815d7d5 classifier-based ACL: refactor + add output ACL by Andrew Yourtchenko · 7 years ago
- 9d42087 VPPAPIGEN: vppapigen replacement in Python PLY. by Ole Troan · 7 years ago
- 6c4dae2 api: remove transport specific code from handlers by Florin Coras · 7 years ago
- e86a8ed api: refactor vlibmemory by Florin Coras · 7 years ago
- d7bfa0e VPP-246 Coding standards cleanup - vnet/vnet/classify by khemendra kumar · 7 years ago
- 630a8e2 Rename classifier ip6-sr metadata set action by Dave Barach · 7 years ago
- b8d4481 Break up vpe.api by Neale Ranns · 7 years ago
- 8527f12 add classify session action set-sr-policy-index by Gabriel Ganne · 7 years ago
- 8184ebd Consolidate short_help for classify table with memory-size by Hongjun Ni · 7 years ago
- 71612d6 Add extern to *_main global variable declarations in header files. by Dave Wallace · 7 years ago
- 0d056e5 vppapigen: support per-file (major,minor,patch) version stamps by Dave Barach · 7 years ago
- 1500254 FIB table add/delete API by Neale Ranns · 7 years ago
- 48113e0 VPP-874: fix coverity warning in vnet_classify.c by Dave Barach · 8 years ago
- 13eaf3e Leak locks and tables in the Classifier by Neale Ranns · 8 years ago
- cada2a0 VPP-849: improve vnet classifier memory allocator performance by Dave Barach · 8 years ago
- 11b8dbf "autoreply" flag: autogenerate standard xxx_reply_t messages by Dave Barach · 8 years ago
- 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
- 9a69a60 Sub-net broadcast addresses for IPv4 by Neale Ranns · 8 years ago
- a1a093d Clean up binary api message handler registration issues by Dave Barach · 8 years ago
- 68b0fb0 VPP-598: tcp stack initial commit by Dave Barach · 8 years ago
- 4a3f69c Fix vpp built-in version of api_unformat_sw_if_index(...) by Dave Barach · 8 years ago
- d2c97d9 API refactoring : classify by Pavel Kotucek · 8 years ago
- 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago