- c629f90 ip: improve ip ACL traces by Benoît Ganne · 2 years, 6 months ago
- 8bea589 vppinfra: make _vec_len() read-only by Damjan Marion · 2 years, 8 months ago
- 9a63b6e classify: skip l2 header in CLI by Arthur de Kerhor · 2 years, 10 months ago
- 2c77ae4 docs: vnet comment nitfixes by Nathan Skrzypczak · 3 years, 3 months ago
- 4dc098f classify: use AVX-512 to calculate hash on x86 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, 4 months ago
- 4b9246a classify: fix parsing for l4 match by Benoît Ganne · 3 years, 4 months ago
- 8c45e51 classify: fix multiple filters support by Benoît Ganne · 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
- 5f7f47e classify: fix classify filter trace del cli processing by Jon Loeliger · 4 years, 1 month 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
- 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
- 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
- 87d24db classify: vpp packet tracer support by Dave Barach · 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
- 9137e54 misc: classifier-based packet trace filter by Dave Barach · 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
- c9ce8dc new_log2_pages may increase 2 when try_resplit by dongjuan · 6 years ago
- a990a2e vnet: disable the expansion of the heap allocated for classifier tables by Andrew Yourtchenko · 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
- 6a5adc3 Add config option to use dlmalloc instead of mheap by Dave Barach · 6 years ago
- 815d7d5 classifier-based ACL: refactor + add output ACL by Andrew Yourtchenko · 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
- 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
- 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
- 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
- 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
- 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vnet/vnet/classify/vnet_classify.c]
- 288e893 Make table chain deletion optional in classifier API (VPP-206) by Juraj Sloboda · 8 years ago
- 25e26dc VPP-521: Classify API enhancement to redirect traffic to pre-defined VRF by Steve Shin · 8 years ago
- 1e66d5c VPP-213: vnet classifier does not work for l3 ip4 rules by Ole Troan · 8 years ago
- 51ffa81 ipfix: add l4 unformat support for mask and match (VPP-204) by Juraj Sloboda · 8 years ago
- f2e6a2d Rmove duplicate register of unformat_l2_input_next_node by Hongjun Ni · 8 years ago
- 0bfe5d8 A Protocol Independent Hierarchical FIB (VPP-352) by Neale Ranns · 8 years ago
- b84a3e5 VPP-369 Add an L2 output classification feature by Dave Barach · 8 years ago
- 042ffb4 VPP-189 fix more coverity warnings by Dave Barach · 8 years ago
- 70e6a8d policer classify by Matus Fabian · 8 years ago
- f1213b8 Add clib_memcpy macro based on DPDK rte_memcpy implementation by Damjan Marion · 9 years ago
- f39ff74 vnet classifier debug CLI enhancements by Dave Barach · 9 years ago
- cb65630 vnet_classify: Handle non-aligned vectors and various bugfixes by Pierre Pfister · 9 years ago
- cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0