Age | Commit message (Expand) | Author | Files | Lines |
2021-04-21 | nat: fix multi worker scenarios | Klement Sekera | 3 | -48/+161 |
2021-04-20 | nat: fixing cli bug for nat44-ei and nat44-ed | Filip Varga | 2 | -2/+2 |
2021-04-20 | nat: nat44-ed i2o & o2i trace fix | Filip Varga | 2 | -8/+10 |
2021-04-14 | nat: test dynamic translation between two vrfs | Filip Varga | 1 | -3/+41 |
2021-04-06 | tests: remove wrappers | Klement Sekera | 1 | -75/+53 |
2021-04-01 | nat: fix ordering of feature nodes | Klement Sekera | 1 | -2/+4 |
2021-03-31 | nat: enable multiworker tests | Klement Sekera | 1 | -2/+0 |
2021-03-31 | nat: fix test for multi-worker scenario | Klement Sekera | 1 | -3/+16 |
2021-03-31 | nat: correct thread index usage | Klement Sekera | 3 | -12/+15 |
2021-03-31 | nat: avoid creating negative zero checksum | Klement Sekera | 1 | -1/+3 |
2021-03-31 | nat: NAT44-ED unused value removal | Filip Varga | 1 | -4/+1 |
2021-03-31 | nat: NAT66 plugin enable&disable calls update | Filip Varga | 6 | -93/+258 |
2021-03-30 | nat: fix HA multi-worker issues | Klement Sekera | 6 | -154/+176 |
2021-03-26 | vlib: split vlib_main_t into global and per-thread | Damjan Marion | 1 | -11/+0 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() | Damjan Marion | 4 | -18/+18 |
2021-03-25 | nat: allocate enough space for full port usage | Klement Sekera | 1 | -1/+1 |
2021-03-25 | nat: fix bihash kvp print | Klement Sekera | 1 | -2/+3 |
2021-03-25 | nat: prevent usage of ED nodes in EI code | Klement Sekera | 2 | -44/+118 |
2021-03-25 | nat: fix vnet_feature_next in source hairpinning | Klement Sekera | 1 | -3/+11 |
2021-03-20 | tests: add support for worker awareness | Klement Sekera | 2 | -2/+2 |
2021-03-15 | nat: get rid of worker selection callbacks | Klement Sekera | 8 | -81/+77 |
2021-03-15 | nat: pnat copy and clear byte instructions | Andrew Yourtchenko | 13 | -161/+658 |
2021-03-15 | nat: remove unused parameter | Klement Sekera | 1 | -9/+9 |
2021-03-12 | nat: remove unused import | Klement Sekera | 1 | -1/+0 |
2021-03-09 | tests: re-enable the rest of NAT44ED tests for multiworker | Andrew Yourtchenko | 1 | -1/+0 |
2021-03-09 | nat: fix dst nat thread issues | Klement Sekera | 3 | -121/+124 |
2021-03-09 | pnat: coverity fixes | Ole Troan | 2 | -3/+5 |
2021-03-07 | nat: replace main vlib with per-thread vlib | Klement Sekera | 6 | -67/+53 |
2021-03-07 | nat: fix worker selection | Klement Sekera | 7 | -89/+73 |
2021-03-07 | nat: test - add show trace | Klement Sekera | 1 | -0/+1 |
2021-03-06 | nat: use correct node indexes for queues | Klement Sekera | 1 | -2/+2 |
2021-03-01 | nat: avoid crash if plugin not enabled | Klement Sekera | 1 | -18/+21 |
2021-03-01 | nat: pick outside addr based on local addr | Klement Sekera | 6 | -107/+215 |
2021-02-26 | nat: optimize flow matching in ED NAT | Klement Sekera | 5 | -81/+87 |
2021-02-26 | nat: NAT44ED fail if using old plugin option | Filip Varga | 3 | -448/+496 |
2021-02-24 | nat: Final NAT44 EI/ED split patch | Filip Varga | 44 | -5781/+10760 |
2021-02-24 | docs: move pnat doc link into dev doc section | Dave Wallace | 1 | -1/+1 |
2021-02-18 | tests: re-enable NAT44ED tests for multiworker | Andrew Yourtchenko | 1 | -1/+0 |
2021-02-13 | nat: pnat only use save_rewrite_length on output path | Ole Troan | 1 | -3/+2 |
2021-02-11 | tests: tag the tests that do not work with multi-worker configuration | Andrew Yourtchenko | 4 | -0/+9 |
2021-02-10 | nat: fix EI hairpinning thread safety | Klement Sekera | 6 | -64/+810 |
2021-02-09 | nat: bump default max translations to 63K | Klement Sekera | 1 | -1/+1 |
2021-02-09 | nat: deny adding intf addr if static-mapping-only | Alexander Chernavin | 1 | -0/+8 |
2021-02-09 | nat: fix coverity errors | Ole Troan | 3 | -7/+6 |
2021-02-09 | nat: improve type safety and remove unused param | Klement Sekera | 3 | -96/+76 |
2021-02-08 | misc: support api generated dependency for multiarch source | Ole Troan | 2 | -0/+5 |
2021-02-05 | nat: 1:1 policy NAT | Ole Troan | 14 | -0/+2437 |
2021-02-05 | nat: configurable handoff frame queue size | Elias Rudberg | 7 | -6/+171 |
2021-02-04 | nat: reduce number of hash tables for EI NAT | Klement Sekera | 9 | -141/+141 |
2021-01-18 | nat: deal with flows instead of sessions | Klement Sekera | 14 | -1960/+1860 |