Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-01-11 | nat: refactor and split fo EI/ED features p.2 |  Filip Varga | 8 | -351/+1216 |
2021-01-05 | nat: refactor and split fo EI/ED features |  Filip Varga | 17 | -1026/+999 |
2020-12-16 | nat: refactor & MW support for NAT tests |  Filip Varga | 3 | -3598/+3662 |
2020-12-15 | nat: set out2in-dpo during plugin enabling |  Alexander Chernavin | 1 | -0/+1 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro |  Damjan Marion | 2 | -10/+10 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 18 | -241/+241 |
2020-12-14 | vppinfra: simpler and faster pool_foreach |  Damjan Marion | 1 | -1/+1 |
2020-12-13 | nat: revert 'fix byte order on ipfix message fields' |  Damjan Marion | 1 | -6/+3 |
2020-12-11 | nat: fix byte order on ipfix message fields |  Matthew Smith | 1 | -3/+6 |
2020-12-08 | nat: avoid hairpinning infinite loop problem |  Elias Rudberg | 2 | -0/+100 |
2020-12-07 | tests: py2 cleanup - remove subclassing of object |  Paul Vinciguerra | 12 | -12/+12 |
2020-12-03 | nat: fix forwarding handoff workaround |  Filip Varga | 5 | -28/+168 |
2020-12-03 | nat: fix incorrect session removal case |  Klement Sekera | 3 | -10/+43 |
2020-12-02 | nat: use correct per-thread vlib_main |  Benoît Ganne | 1 | -8/+8 |
2020-11-26 | nat: fix tests |  Filip Varga | 5 | -110/+42 |
2020-11-25 | api: vat2 and json autogeneration for api messages |  Ole Troan | 2 | -5/+2 |
2020-11-13 | nat: cleanup & reorganization |  Filip Varga | 22 | -125/+122 |
2020-11-13 | nat: api,cli and test update & cleanup |  Filip Varga | 10 | -2241/+429 |
2020-11-12 | nat: use table ID for nat44 ipfix session events |  Matthew Smith | 2 | -7/+10 |
2020-11-05 | nat: fix hairpinning trace |  Klement Sekera | 1 | -3/+3 |
2020-11-05 | nat: remove unnecessary code |  Klement Sekera | 3 | -28/+24 |
2020-11-05 | nat: fix byte order of vrf_id in logging |  Alexander Chernavin | 1 | -0/+3 |
2020-11-05 | nat: remove unused code |  Klement Sekera | 1 | -22/+0 |
2020-11-03 | nat: bihash: fix buckets calc and remove mem param |  Klement Sekera | 5 | -92/+33 |
2020-11-02 | nat: fix nat64 disable |  Benoît Ganne | 1 | -5/+10 |
2020-10-28 | misc: Break the big IP header files to improve compile time |  Neale Ranns | 1 | -0/+1 |
2020-10-26 | nat: nat44 cli command fix |  Filip Varga | 2 | -11/+10 |
2020-10-23 | nat: nat44 enable/disable dynamic config |  Filip Varga | 10 | -554/+992 |
2020-10-21 | misc: minimize dependencies on udp.h |  Florin Coras | 8 | -6/+10 |
2020-10-16 | nat: error in input parameter of init_nat_k |  Dengfeng Liu | 1 | -1/+1 |
2020-10-14 | nat: Fix ICMP bypass session creation |  Vladimir Isaev | 1 | -0/+6 |
2020-10-12 | nat: set fib index for bypass session |  Vladimir Isaev | 2 | -1/+2 |
2020-10-09 | nat: ipfix logging separation & refactor |  Filip Varga | 14 | -263/+240 |
2020-10-08 | nat: use proper type for counters |  Klement Sekera | 1 | -2/+2 |
2020-10-07 | misc: Purge unused pg includes |  Neale Ranns | 4 | -4/+0 |
2020-10-07 | nat: move nat64 to a subfeature |  Filip Varga | 21 | -2636/+3607 |
2020-10-07 | nat: det44 plugin fix style and api cleanup |  Filip Varga | 3 | -18/+22 |
2020-10-02 | nat: add dummy nat_ha_resync() to avoid missing symbol errors |  Damjan Marion | 1 | -0/+7 |