Age | Commit message (Expand) | Author | Files | Lines |
2019-10-21 | acl: l2 classify test support python3 | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 1 | -2/+2 |
2019-10-17 | tests: python3 changes for span and aclplugin test | ![](//seccdn.libravatar.org/avatar/bbdeb8b549beb7661e2e83680001710c?s=13&d=retro) snaramre | 2 | -7/+7 |
2019-10-10 | acl: remove api boilerplate | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 5 | -172/+44 |
2019-10-03 | acl: fix intermittent test failure | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -9/+9 |
2019-09-27 | acl: remove api boilerplate | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 2 | -92/+12 |
2019-09-16 | api: autogenerate api trace print/endian | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 3 | -1/+55 |
2019-08-28 | acl: perform a sanity check of ACL rules before creating ACL | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -0/+81 |
2019-08-22 | tests: move plugin tests to src/plugins/*/test | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 5 | -0/+4785 |
2019-08-20 | vppapigen: remove support for legacy typedefs | ![](//seccdn.libravatar.org/avatar/81f26cd589fd63adadb7fa100a4d80e3?s=13&d=retro) Paul Vinciguerra | 2 | -57/+2 |
2019-08-16 | acl: fix stats-segment counters validation on acl update | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 2 | -8/+46 |
2019-07-29 | api acl: breakout acl_types.api for reuse by others | ![](//seccdn.libravatar.org/avatar/81f26cd589fd63adadb7fa100a4d80e3?s=13&d=retro) Paul Vinciguerra | 2 | -79/+101 |
2019-07-24 | acl: implement counters | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 5 | -9/+183 |
2019-07-09 | acl: perform the ACL-as-a-service user registrations in global heap | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 2 | -10/+14 |
2019-07-09 | vat: unload unused vat plugins | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -18/+2 |
2019-05-03 | plugins: clean up plugin descriptions | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -1/+1 |
2019-04-10 | API: Fix shared memory only action handlers. | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 1 | -7/+5 |
2019-03-22 | acl-plugin: get rid of doubly-linked list fields in hash applied ACEs | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 2 | -99/+35 |
2019-03-22 | acl-plugin: tuplemerge: fix a crash during soak test with split partition | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -7/+11 |
2019-03-22 | acl-plugin: get rid of a separate "count" field in the linear acl struct | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 4 | -18/+18 |
2019-02-19 | acl-plugin: split the dataplane function into two, save 10sec in compile time | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -87/+110 |
2019-02-14 | Add -fno-common compile option | ![](//seccdn.libravatar.org/avatar/c3b1f8bb36220d44e3e662f8ef2662f7?s=13&d=retro) Benoît Ganne | 1 | -1/+1 |
2018-12-11 | New api in order to get max entries of connection table is added. | ![](//seccdn.libravatar.org/avatar/58a255d82dee3a845c64b72794414231?s=13&d=retro) Khers | 3 | -5/+83 |
2018-11-23 | acl-plugin: fix coverity error that the fix related for [VPP-1502] has triggered | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -9/+13 |
2018-11-22 | acl-plugin: optimize hash memory usage + fix the startup config parsing for m... | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 3 | -7/+33 |
2018-11-20 | acl-plugin: performance optimizations for established connections | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 3 | -197/+541 |
2018-11-15 | acl-plugin: fix coverity error 188909 in unit-test code | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -1/+0 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -3/+3 |
2018-11-05 | acl-plugin: 5-tuple parse: get rid of memcpy and move to flags vs. bitfields | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 3 | -80/+77 |
2018-10-26 | acl-plugin: fix the node multiarch function selection | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 2 | -33/+22 |
2018-10-25 | acl-plugin: "show acl-plugin acl" ACE# is truncated to 4 digits in output | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -1/+1 |
2018-10-24 | acl-plugin: introduce a format function for l4 session key | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 3 | -48/+77 |
2018-10-23 | c11 safe string handling support | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 4 | -61/+61 |
2018-10-20 | acl-plugin: use the L2 feature arc infrastructure instead of L2 classifier fo... | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 3 | -699/+304 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | ![](//seccdn.libravatar.org/avatar/f8a2b9b9e4ac40581b97789d70a6041f?s=13&d=retro) Sirshak Das | 1 | -3/+3 |
2018-10-17 | acl-plugin: tuplemerge: refresh the pointer to hash-readied ACL entries per e... | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -0/+2 |
2018-10-10 | acl-plugin: reduce the syslog level for debug messages | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -5/+6 |
2018-10-04 | acl-plugin: tuplemerge: avoid batch-resize of the applied entries vector - VP... | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -2/+6 |
2018-09-26 | acl-plugin: fix the stateful ICMP handling and add testcases | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -39/+40 |
2018-09-25 | acl-plugin: optimize session idle timer checks | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 5 | -32/+93 |
2018-09-24 | Trivial: Clean up some typos. | ![](//seccdn.libravatar.org/avatar/81f26cd589fd63adadb7fa100a4d80e3?s=13&d=retro) Paul Vinciguerra | 9 | -14/+14 |
2018-09-14 | acl-plugin: do not do clib_smp_atomic_add on per-worker counters | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -2/+2 |
2018-09-06 | acl-plugin: VPP-1400: fix crash when removing a session entry | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -0/+2 |
2018-09-05 | acl-plugin: VPP-1400: VPP may crash when performing ACL modifications on appl... | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 2 | -61/+91 |
2018-09-03 | acl-plugin: fix the memory leak with colliding entries storage | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -4/+73 |
2018-08-27 | cmake: Fix plugins .h includes | ![](//seccdn.libravatar.org/avatar/e28e0b7d5266e2b47f51f0eeedeebed2?s=13&d=retro) Mohsin Kazmi | 1 | -0/+5 |
2018-08-27 | cmake: add missing vat plugins | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -0/+3 |
2018-08-25 | cmake: improve add_vpp_plugin macro | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -2/+5 |
2018-08-17 | CMake as an alternative to autotools (experimental) | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -0/+21 |
2018-08-13 | Multiarch handling in different constructor macros | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -4/+3 |
2018-08-09 | acl-plugin: fix failures in some of IPv4 test-debug testcases | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -4/+4 |