aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/nat44-ed/nat44_ed_in2out.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-15nat: fix nat44-ed port range with multiple workersVladislav Grishenko1-3/+4
2022-09-09nat: fix nat44-ed-in2out fast path next nodeJing Peng1-1/+1
2022-08-31nat: fix coverity 249194Andrew Yourtchenko1-1/+1
2022-08-31nat: fix coverity 249178Andrew Yourtchenko1-1/+1
2022-04-01nat: VRF routing & FIB improvementsFilip Varga1-167/+189
2022-02-21nat: make tcp/udp/icmp packet counters consistentKlement Sekera1-2/+6
2022-01-24nat: TCP state tracking based on RFC 7857/RFC 6146Klement Sekera1-36/+21
2022-01-04nat: remove nat44-ed relation between SM and addrFilip Varga1-1/+1
2022-01-04nat: nat44-ed pool address allocation improvementFilip Varga1-49/+131
2021-10-14nat: static mappings in flow hashKlement Sekera1-133/+94
2021-10-12Revert "nat: static mappings in flow hash"Ole Troan1-94/+133
2021-10-12nat: static mappings in flow hashKlement Sekera1-133/+94
2021-09-08nat: remove unusued parameters and use correct parameter typesKlement Sekera1-13/+10
2021-09-02nat: NAT44 ED improvements and fixesFilip Varga1-7/+6
2021-08-17nat: fix counters increment for output featureAlexander Chernavin1-25/+34
2021-07-22nat: nat44-ed configuration refactor & cleanupFilip Varga1-1/+1
2021-07-19nat: harden ICMP handlingKlement Sekera1-5/+16
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-1/+1
2021-07-15nat: nat44-ed sm fixFilip Varga1-15/+13
2021-06-23nat: ICMP handling fixesKlement Sekera1-4/+4
2021-06-22nat: don't drop packet with ttl=1 if output featureKlement Sekera1-2/+2
2021-06-16nat: fix crash when translate unknown proto packetsAlexander Chernavin1-3/+4
2021-05-26nat: add thread index assertionsKlement Sekera1-0/+2
2021-04-20nat: nat44-ed i2o & o2i trace fixFilip Varga1-4/+5
2021-03-09nat: fix dst nat thread issuesKlement Sekera1-21/+59
2021-03-07nat: replace main vlib with per-thread vlibKlement Sekera1-23/+24
2021-03-07nat: fix worker selectionKlement Sekera1-14/+13
2021-03-01nat: pick outside addr based on local addrKlement Sekera1-71/+92
2021-02-26nat: optimize flow matching in ED NATKlement Sekera1-31/+38
2021-02-24nat: Final NAT44 EI/ED split patchFilip Varga1-0/+1579