aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat
AgeCommit message (Expand)AuthorFilesLines
2022-02-21nat: make tcp/udp/icmp packet counters consistentKlement Sekera2-4/+12
2022-02-15tcp: Do not include the tcp_packet.h file in the ip4_packet.hNeale Ranns2-0/+2
2022-02-03ip nat: use ip rx sw_if_index in ip-local arc startFlorin Coras1-7/+31
2022-02-01nat: memory leak on nat44_plugin_disableSteven Luong1-0/+2
2022-02-01nat: nat44-ei hairpinning code cleanupFilip Varga7-1547/+673
2022-01-24nat: TCP state tracking based on RFC 7857/RFC 6146Klement Sekera10-332/+589
2022-01-04nat: remove nat44-ed relation between SM and addrFilip Varga6-555/+436
2022-01-04nat: nat44-ed pool address allocation improvementFilip Varga4-58/+289
2021-11-26api: add helper macros for native endianMohsin Kazmi3-20/+4
2021-11-22ipfix-export: Change exp to use ip_addressPaul Atkins1-4/+4
2021-11-22ipfix-export: refactor params to the callback fnsPaul Atkins1-31/+16
2021-11-22ipfix-export: pass an exp to flow_report_add_delPaul Atkins1-83/+69
2021-11-22ipfix-export: refactor fields in flow_report_mainPaul Atkins1-23/+30
2021-11-17nat: VPP crashes when route is not reachableDaniel Béreš1-0/+3
2021-11-17nat: det44 plugin session scavenging fixFilip Varga1-15/+27
2021-11-11tests: make code coverage for unit tests optionalOle Troan1-1/+1
2021-11-11nat: nat44-ei/ed nat objects cleanup improvementsFilip Varga5-259/+489
2021-11-10nat: api autoendian fixFilip Varga5-60/+86
2021-10-31interface: handoff refactor and optimizationsFlorin Coras2-2/+0
2021-10-30nat: fix coverity warningKlement Sekera1-1/+1
2021-10-20nat: nat44-ei configuration improvementsFilip Varga6-1027/+1574
2021-10-20nat: NAT44-ED api fix and improvementFilip Varga4-16/+14
2021-10-14nat: static mappings in flow hashKlement Sekera27-1475/+1086
2021-10-13docs: convert plugins doc md->rstNathan Skrzypczak6-180/+224
2021-10-13nat: fix coverity warningKlement Sekera1-1/+1
2021-10-13nat: fix static mapping segvJoshua Roys1-1/+1
2021-10-12Revert "nat: static mappings in flow hash"Ole Troan27-1058/+1457
2021-10-12nat: static mappings in flow hashKlement Sekera27-1457/+1058
2021-10-05nat: NAT44 ED api fix and improvementFilip Varga3-14/+178
2021-09-30nat: doc nitfixesNathan Skrzypczak5-8/+8
2021-09-29nat: nat44-ed add session timing out indicator in api (2)Alexander Chernavin2-1/+146
2021-09-28nat: NAT44 ED & EI session filtering CLIJúlius Milan2-15/+103
2021-09-21pnat: fix the version of the PNAT plugin from the hardcoded 0.0.1Andrew Yourtchenko1-1/+2
2021-09-09nat: Revert "nat: nat44-ed add session timing out indicator in api"Andrew Yourtchenko2-150/+1
2021-09-09nat: nat44-ed add session timing out indicator in apiAlexander Chernavin2-1/+150
2021-09-08nat: remove unusued parameters and use correct parameter typesKlement Sekera2-20/+15
2021-09-02nat: NAT44 ED improvements and fixesFilip Varga8-392/+353
2021-08-19nat: handle ED in2out ICMP errors with workersMatthew Smith1-0/+22
2021-08-17nat: fix counters increment for output featureAlexander Chernavin3-68/+93
2021-08-12nat: NAT44ED configuration refactorFilip Varga4-378/+365
2021-08-12nat: correct pool ops when disable nat44 pluginAlexander Skorichenko1-10/+10
2021-08-05nat: nat44-ed disable protection for api/cliFilip Varga4-60/+67
2021-07-29nat: fix ICMP checksum validationKlement Sekera1-9/+9
2021-07-22nat: nat44-ed configuration refactor & cleanupFilip Varga9-896/+1195
2021-07-19nat: harden ICMP handlingKlement Sekera4-49/+110
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion9-20/+20
2021-07-15nat: nat44-ed sm fixFilip Varga1-15/+13
2021-07-14nat: refactoring NAT44ED cfg functionsFilip Varga4-344/+500
2021-06-23nat: ICMP handling fixesKlement Sekera4-24/+110
2021-06-22nat: don't drop packet with ttl=1 if output featureKlement Sekera1-2/+2