aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/nat44-ed/nat44_ed_in2out.c
AgeCommit message (Expand)AuthorFilesLines
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