aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/nat44_hairpinning.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-24nat: Final NAT44 EI/ED split patchFilip Varga1-746/+0
2021-02-10nat: fix EI hairpinning thread safetyKlement Sekera1-36/+106
2021-02-04nat: reduce number of hash tables for EI NATKlement Sekera1-11/+8
2021-01-18nat: deal with flows instead of sessionsKlement Sekera1-209/+52
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-12-08nat: avoid hairpinning infinite loop problemElias Rudberg1-0/+12
2020-09-02nat: twice-nat static mapping pool addressFilip Varga1-1/+1
2020-08-13nat: remove non-error error countersKlement Sekera1-52/+26
2020-06-08nat: more long read after short write optimizationKlement Sekera1-50/+33
2020-06-04nat: fix coverity warningKlement Sekera1-1/+1
2020-06-04nat: add tracing for nat44-hairpinningKlement Sekera1-12/+70
2020-05-14nat: ED: store both thread&session idx in hashKlement Sekera1-13/+14
2020-05-13nat: perf improvement - replace branchy codeKlement Sekera1-9/+9
2020-04-27nat: improve perf - long read after short writeKlement Sekera1-8/+9
2020-04-20nat: remove unused codeKlement Sekera1-113/+0
2020-01-03nat: use SVRKlement Sekera1-3/+3
2019-08-22nat: handoff traffic matching for dynamic NATFilip Varga1-1/+1
2019-05-28nat44: make nat44-ed-hairpin-src follow arcMatthew Smith1-1/+1
2019-02-18NAT: VPP-1552 code migration from old multiarch schemeFilip Varga1-52/+34
2018-10-19NAT44: fix ICMP virtual fragmentation reassembly (VPP-1466)Matus Fabian1-34/+38
2018-10-08NAT44: do not create session record for identity mapping (VPP-1439)Matus Fabian1-2/+2
2018-09-21NAT: Refactoring / Housekeeping (VPP-1415)Matus Fabian1-0/+934