aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/nat64.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-07nat: move nat64 to a subfeatureFilip Varga1-1294/+0
2020-08-13nat: remove non-error error countersKlement Sekera1-0/+20
2020-06-08nat: more long read after short write optimizationKlement Sekera1-11/+3
2020-05-13nat: perf improvement - replace branchy codeKlement Sekera1-18/+18
2020-05-07nat: fix per thread data vlib_main_t usageFilip Varga1-1/+2
2020-04-08nat: use correct data types for memory sizesKlement Sekera1-2/+2
2020-04-07nat: ED: port re-use algorithmKlement Sekera1-12/+5
2020-01-03nat: use SVRKlement Sekera1-45/+24
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns1-5/+4
2019-07-31nat: elog rewrite for multi-worker supportFilip Varga1-5/+5
2019-05-06NAT64: Fix port byte order in nat64_free_out_addr_and_portFaicker Mo1-1/+1
2019-02-18NAT: VPP-1552 code migration from old multiarch schemeFilip Varga1-5/+20
2019-02-18NAT44: fix snat_get_worker_out2in_cb (VPP-1536)Matus Fabian1-8/+23
2019-01-21NAT: VPP-1537 IPFIX per worker processingFilip Varga1-12/+17
2018-12-20NAT: total users and sessions gauges (VPP-1484)Matus Fabian1-9/+46
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-2/+2
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-10-05NAT: convert remaining clib_warning to nat_log_*Juraj Sloboda1-5/+5
2018-09-21NAT: Refactoring / Housekeeping (VPP-1415)Matus Fabian1-2/+1
2018-08-27NAT44: add support for session timeout (VPP-1272)Matus Fabian1-17/+1
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-2/+2
2018-05-28NAT44: code cleanup and refactor (VPP-1285)Matus Fabian1-0/+1
2018-02-05NAT64: Run nat64-expire-worker-walk only when NAT64 is configured (VPP-1162)Matus Fabian1-4/+38
2018-01-08NAT: fixed get_worker_out2in bug (VPP-1116)Matus Fabian1-2/+6
2018-01-03NAT64: free port when dynamic BIB deleted (VPP-1107)v18.04-rc0Matus Fabian1-14/+18
2017-12-13NAT64: multi-thread support (VPP-891)Matus Fabian1-119/+379
2017-11-13NAT: Buufer overflow for memcpy()Ole Troan1-3/+2
2017-11-08NAT64 to use IPv4 address from interface (VPP-1051)Matus Fabian1-0/+82
2017-10-25One armed NAT (VPP-1035)Matus Fabian1-6/+16
2017-09-11FIB table add/delete APINeale Ranns1-5/+8
2017-08-23NAT: Rename snat plugin to nat (VPP-955)Matus Fabian1-0/+858