Age | Commit message (Expand) | Author | Files | Lines |
2022-01-24 | nat: TCP state tracking based on RFC 7857/RFC 6146 | Klement Sekera | 10 | -332/+589 |
2022-01-04 | nat: remove nat44-ed relation between SM and addr | Filip Varga | 6 | -555/+436 |
2022-01-04 | nat: nat44-ed pool address allocation improvement | Filip Varga | 4 | -58/+289 |
2021-11-26 | api: add helper macros for native endian | Mohsin Kazmi | 3 | -20/+4 |
2021-11-22 | ipfix-export: Change exp to use ip_address | Paul Atkins | 1 | -4/+4 |
2021-11-22 | ipfix-export: refactor params to the callback fns | Paul Atkins | 1 | -31/+16 |
2021-11-22 | ipfix-export: pass an exp to flow_report_add_del | Paul Atkins | 1 | -83/+69 |
2021-11-22 | ipfix-export: refactor fields in flow_report_main | Paul Atkins | 1 | -23/+30 |
2021-11-17 | nat: VPP crashes when route is not reachable | Daniel Béreš | 1 | -0/+3 |
2021-11-17 | nat: det44 plugin session scavenging fix | Filip Varga | 1 | -15/+27 |
2021-11-11 | tests: make code coverage for unit tests optional | Ole Troan | 1 | -1/+1 |
2021-11-11 | nat: nat44-ei/ed nat objects cleanup improvements | Filip Varga | 5 | -259/+489 |
2021-11-10 | nat: api autoendian fix | Filip Varga | 5 | -60/+86 |
2021-10-31 | interface: handoff refactor and optimizations | Florin Coras | 2 | -2/+0 |
2021-10-30 | nat: fix coverity warning | Klement Sekera | 1 | -1/+1 |
2021-10-20 | nat: nat44-ei configuration improvements | Filip Varga | 6 | -1027/+1574 |
2021-10-20 | nat: NAT44-ED api fix and improvement | Filip Varga | 4 | -16/+14 |
2021-10-14 | nat: static mappings in flow hash | Klement Sekera | 27 | -1475/+1086 |
2021-10-13 | docs: convert plugins doc md->rst | Nathan Skrzypczak | 6 | -180/+224 |
2021-10-13 | nat: fix coverity warning | Klement Sekera | 1 | -1/+1 |
2021-10-13 | nat: fix static mapping segv | Joshua Roys | 1 | -1/+1 |
2021-10-12 | Revert "nat: static mappings in flow hash" | Ole Troan | 27 | -1058/+1457 |
2021-10-12 | nat: static mappings in flow hash | Klement Sekera | 27 | -1457/+1058 |
2021-10-05 | nat: NAT44 ED api fix and improvement | Filip Varga | 3 | -14/+178 |
2021-09-30 | nat: doc nitfixes | Nathan Skrzypczak | 5 | -8/+8 |
2021-09-29 | nat: nat44-ed add session timing out indicator in api (2) | Alexander Chernavin | 2 | -1/+146 |
2021-09-28 | nat: NAT44 ED & EI session filtering CLI | Július Milan | 2 | -15/+103 |
2021-09-21 | pnat: fix the version of the PNAT plugin from the hardcoded 0.0.1 | Andrew Yourtchenko | 1 | -1/+2 |
2021-09-09 | nat: Revert "nat: nat44-ed add session timing out indicator in api" | Andrew Yourtchenko | 2 | -150/+1 |
2021-09-09 | nat: nat44-ed add session timing out indicator in api | Alexander Chernavin | 2 | -1/+150 |
2021-09-08 | nat: remove unusued parameters and use correct parameter types | Klement Sekera | 2 | -20/+15 |
2021-09-02 | nat: NAT44 ED improvements and fixes | Filip Varga | 8 | -392/+353 |
2021-08-19 | nat: handle ED in2out ICMP errors with workers | Matthew Smith | 1 | -0/+22 |
2021-08-17 | nat: fix counters increment for output feature | Alexander Chernavin | 3 | -68/+93 |
2021-08-12 | nat: NAT44ED configuration refactor | Filip Varga | 4 | -378/+365 |
2021-08-12 | nat: correct pool ops when disable nat44 plugin | Alexander Skorichenko | 1 | -10/+10 |
2021-08-05 | nat: nat44-ed disable protection for api/cli | Filip Varga | 4 | -60/+67 |
2021-07-29 | nat: fix ICMP checksum validation | Klement Sekera | 1 | -9/+9 |
2021-07-22 | nat: nat44-ed configuration refactor & cleanup | Filip Varga | 9 | -896/+1195 |
2021-07-19 | nat: harden ICMP handling | Klement Sekera | 4 | -49/+110 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} | Damjan Marion | 9 | -20/+20 |
2021-07-15 | nat: nat44-ed sm fix | Filip Varga | 1 | -15/+13 |
2021-07-14 | nat: refactoring NAT44ED cfg functions | Filip Varga | 4 | -344/+500 |
2021-06-23 | nat: ICMP handling fixes | Klement Sekera | 4 | -24/+110 |
2021-06-22 | nat: don't drop packet with ttl=1 if output feature | Klement Sekera | 1 | -2/+2 |
2021-06-16 | nat: test all intf addrs in is_interface_addr() | Alexander Chernavin | 4 | -20/+42 |
2021-06-16 | nat: fix crash when translate unknown proto packets | Alexander Chernavin | 2 | -4/+5 |
2021-05-31 | nat: fix broken nat44-ed cli | Ruslan Babayev | 2 | -10/+1 |
2021-05-26 | nat: add thread index assertions | Klement Sekera | 4 | -0/+11 |
2021-05-25 | nat: report correct EI per-user session limit | Matthew Smith | 2 | -3/+5 |