Age | Commit message (Expand) | Author | Files | Lines |
2020-01-13 | acl: Remove unsued type | Neale Ranns | 2 | -53/+31 |
2020-01-08 | acl: add FEATURE.yaml | Andrew Yourtchenko | 1 | -0/+26 |
2019-12-17 | ip: Protocol Independent IP Neighbors | Neale Ranns | 2 | -4/+3 |
2019-12-14 | tests: changes for scapy 2.4.3 migration | snaramre | 1 | -1/+1 |
2019-12-03 | classify: API cleanup | Jakub Grajciar | 1 | -90/+8 |
2019-11-05 | misc: Fix python scripts shebang line | Renato Botelho do Couto | 5 | -5/+5 |
2019-10-31 | acl: add missing square brackets to vat_help option in acl api | Jieqiang Wang | 1 | -2/+2 |
2019-10-21 | acl: l2 classify test support python3 | Ole Troan | 1 | -2/+2 |
2019-10-17 | tests: python3 changes for span and aclplugin test | snaramre | 2 | -7/+7 |
2019-10-10 | acl: remove api boilerplate | Ole Troan | 5 | -172/+44 |
2019-10-03 | acl: fix intermittent test failure | Andrew Yourtchenko | 1 | -9/+9 |
2019-09-27 | acl: remove api boilerplate | Ole Troan | 2 | -92/+12 |
2019-09-16 | api: autogenerate api trace print/endian | Ole Troan | 3 | -1/+55 |
2019-08-28 | acl: perform a sanity check of ACL rules before creating ACL | Andrew Yourtchenko | 1 | -0/+81 |
2019-08-22 | tests: move plugin tests to src/plugins/*/test | Dave Wallace | 5 | -0/+4785 |
2019-08-20 | vppapigen: remove support for legacy typedefs | Paul Vinciguerra | 2 | -57/+2 |
2019-08-16 | acl: fix stats-segment counters validation on acl update | Andrew Yourtchenko | 2 | -8/+46 |
2019-07-29 | api acl: breakout acl_types.api for reuse by others | Paul Vinciguerra | 2 | -79/+101 |
2019-07-24 | acl: implement counters | Andrew Yourtchenko | 5 | -9/+183 |
2019-07-09 | acl: perform the ACL-as-a-service user registrations in global heap | Andrew Yourtchenko | 2 | -10/+14 |
2019-07-09 | vat: unload unused vat plugins | Dave Barach | 1 | -18/+2 |
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 |