Age | Commit message (Expand) | Author | Files | Lines |
2019-05-03 | plugins: clean up plugin descriptions | Dave Wallace | 1 | -1/+1 |
2019-04-10 | API: Fix shared memory only action handlers. | Ole Troan | 1 | -7/+5 |
2019-03-22 | acl-plugin: get rid of doubly-linked list fields in hash applied ACEs | Andrew Yourtchenko | 2 | -99/+35 |
2019-03-22 | acl-plugin: tuplemerge: fix a crash during soak test with split partition | Andrew Yourtchenko | 1 | -7/+11 |
2019-03-22 | acl-plugin: get rid of a separate "count" field in the linear acl struct | Andrew Yourtchenko | 4 | -18/+18 |
2019-02-19 | acl-plugin: split the dataplane function into two, save 10sec in compile time | Andrew Yourtchenko | 1 | -87/+110 |
2019-02-14 | Add -fno-common compile option | Benoît Ganne | 1 | -1/+1 |
2018-12-11 | New api in order to get max entries of connection table is added. | Khers | 3 | -5/+83 |
2018-11-23 | acl-plugin: fix coverity error that the fix related for [VPP-1502] has triggered | Andrew Yourtchenko | 1 | -9/+13 |
2018-11-22 | acl-plugin: optimize hash memory usage + fix the startup config parsing for m... | Andrew Yourtchenko | 3 | -7/+33 |
2018-11-20 | acl-plugin: performance optimizations for established connections | Andrew Yourtchenko | 3 | -197/+541 |
2018-11-15 | acl-plugin: fix coverity error 188909 in unit-test code | Andrew Yourtchenko | 1 | -1/+0 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -3/+3 |
2018-11-05 | acl-plugin: 5-tuple parse: get rid of memcpy and move to flags vs. bitfields | Andrew Yourtchenko | 3 | -80/+77 |
2018-10-26 | acl-plugin: fix the node multiarch function selection | Andrew Yourtchenko | 2 | -33/+22 |
2018-10-25 | acl-plugin: "show acl-plugin acl" ACE# is truncated to 4 digits in output | Andrew Yourtchenko | 1 | -1/+1 |
2018-10-24 | acl-plugin: introduce a format function for l4 session key | Andrew Yourtchenko | 3 | -48/+77 |
2018-10-23 | c11 safe string handling support | Dave Barach | 4 | -61/+61 |
2018-10-20 | acl-plugin: use the L2 feature arc infrastructure instead of L2 classifier fo... | Andrew Yourtchenko | 3 | -699/+304 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins | Sirshak Das | 1 | -3/+3 |
2018-10-17 | acl-plugin: tuplemerge: refresh the pointer to hash-readied ACL entries per e... | Andrew Yourtchenko | 1 | -0/+2 |
2018-10-10 | acl-plugin: reduce the syslog level for debug messages | Andrew Yourtchenko | 1 | -5/+6 |
2018-10-04 | acl-plugin: tuplemerge: avoid batch-resize of the applied entries vector - VP... | Andrew Yourtchenko | 1 | -2/+6 |
2018-09-26 | acl-plugin: fix the stateful ICMP handling and add testcases | Andrew Yourtchenko | 1 | -39/+40 |
2018-09-25 | acl-plugin: optimize session idle timer checks | Andrew Yourtchenko | 5 | -32/+93 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 9 | -14/+14 |
2018-09-14 | acl-plugin: do not do clib_smp_atomic_add on per-worker counters | Andrew Yourtchenko | 1 | -2/+2 |
2018-09-06 | acl-plugin: VPP-1400: fix crash when removing a session entry | Andrew Yourtchenko | 1 | -0/+2 |
2018-09-05 | acl-plugin: VPP-1400: VPP may crash when performing ACL modifications on appl... | Andrew Yourtchenko | 2 | -61/+91 |
2018-09-03 | acl-plugin: fix the memory leak with colliding entries storage | Andrew Yourtchenko | 1 | -4/+73 |
2018-08-27 | cmake: Fix plugins .h includes | Mohsin Kazmi | 1 | -0/+5 |
2018-08-27 | cmake: add missing vat plugins | Damjan Marion | 1 | -0/+3 |
2018-08-25 | cmake: improve add_vpp_plugin macro | Damjan Marion | 1 | -2/+5 |
2018-08-17 | CMake as an alternative to autotools (experimental) | Damjan Marion | 1 | -0/+21 |
2018-08-13 | Multiarch handling in different constructor macros | Damjan Marion | 1 | -4/+3 |
2018-08-09 | acl-plugin: fix failures in some of IPv4 test-debug testcases | Andrew Yourtchenko | 1 | -4/+4 |
2018-08-03 | acl-plugin: fill in the 5tuple structure all at once, avoid short writes | Andrew Yourtchenko | 1 | -5/+3 |
2018-07-31 | acl-plugin: move the acl epoch calculation into inline function | Andrew Yourtchenko | 1 | -7/+15 |
2018-07-23 | fix vector index range checks | Eyal Bari | 2 | -10/+5 |
2018-07-19 | Remove unused argument to vlib_feature_next | Damjan Marion | 1 | -1/+1 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 2 | -7/+17 |
2018-07-16 | acl-plugin: fix coverity errors 186574,186575,186576,186577,183451 | Andrew Yourtchenko | 1 | -20/+1 |
2018-06-27 | acl: fix for loop initial declaration | Florin Coras | 1 | -1/+2 |
2018-06-27 | acl-plugin: tm: avoid hash calculation dependency on a memory store operation | Andrew Yourtchenko | 1 | -1/+9 |
2018-06-27 | acl-plugin: tm: add tuplemerge algorithm for relaxing the hashtable masks | Andrew Yourtchenko | 3 | -5/+625 |
2018-06-26 | acl-plugin: tm: optimize multi-lookups and prepare to add tuplemerge | Andrew Yourtchenko | 6 | -252/+456 |
2018-06-25 | acl-plugin: remove the noisy debug output | Andrew Yourtchenko | 1 | -1/+1 |
2018-06-21 | acl-plugin: fallback to linear ACL search for fragments | Andrew Yourtchenko | 2 | -38/+34 |
2018-06-20 | acl-plugin: acl-as-a-service: VPP-1248: fix the error if exports.h included i... | Andrew Yourtchenko | 8 | -194/+198 |
2018-06-17 | acl-plugin: fix the high cpu usage caused by the connection cleaner | Andrew Yourtchenko | 1 | -1/+2 |