aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/nat.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-13nat: remove non-error error countersKlement Sekera1-0/+67
2020-07-23nat: fix port number selectionElias Rudberg1-2/+2
2020-07-02nat: nat66 to pluginOle Troan1-8/+0
2020-06-16nat: improve outside port selection & perfKlement Sekera1-8/+0
2020-06-11nat: properly scale out2in-ed hash on initKlement Sekera1-1/+3
2020-06-11nat: simplify bihash buckets/mem configKlement Sekera1-18/+78
2020-06-08nat: more long read after short write optimizationKlement Sekera1-310/+215
2020-06-04nat: fixed input validationFilip Varga1-9/+0
2020-05-15misc: removed executable bits from source filesRay Kinsella1-0/+0
2020-05-14nat: remove unused codeKlement Sekera1-2/+0
2020-05-14nat: ED: store both thread&session idx in hashKlement Sekera1-85/+123
2020-05-13nat: fix LRU blocked by inactive sessionKlement Sekera1-71/+34
2020-05-13nat: perf improvement - replace branchy codeKlement Sekera1-47/+47
2020-05-13nat: handoff next node feature fixFilip Varga1-15/+9
2020-05-08nat: fix per thread data vlib_main_t usage take 2Ole Troan1-18/+4
2020-05-07nat: remove duplicate line of codeKlement Sekera1-1/+0
2020-05-07nat: fix per thread data vlib_main_t usageFilip Varga1-10/+21
2020-05-06nat: enable force session cleanupFilip Varga1-44/+71
2020-05-04nat: per vrf session limitsFilip Varga1-1/+22
2020-04-27nat: improve perf - long read after short writeKlement Sekera1-111/+134
2020-04-24nat: ignore user hash in ED NATKlement Sekera1-175/+159
2020-04-24nat: ED: reduce number of hash tables usedKlement Sekera1-51/+34
2020-04-23nat: add/del ed_ext_ports only if the table is instantiatedDave Barach1-4/+6
2020-04-16nat: scavenging functionality removedFilip Varga1-13/+0
2020-04-08nat: use correct data types for memory sizesKlement Sekera1-4/+4
2020-04-08nat: ED: global session LRU listKlement Sekera1-3/+50
2020-04-08nat: preallocate poolsKlement Sekera1-0/+3
2020-04-07nat: ED: port re-use algorithmKlement Sekera1-22/+43
2020-03-26nat: transitory timeout for TCP CLOSED stateKlement Sekera1-1/+2
2020-03-25nat: fix error countersKlement Sekera1-1/+5
2020-03-13nat: in2out/out2in handoff node index bugfixElias Rudberg1-2/+2
2020-03-13nat: timed out session scavenging upgradeFilip Varga1-50/+164
2020-02-20nat: avoid running pointless session cleanupsKlement Sekera1-0/+1
2020-02-05nat: move dslite to separate sub-pluginOle Troan1-15/+3
2020-01-24nat: in2out-output nodes work with acl reflectMatthew Smith1-2/+4
2020-01-03nat: use SVRKlement Sekera1-90/+94
2019-12-12nat: session cleanup fixFilip Varga1-22/+46
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns1-17/+27
2019-11-19nat: respect arc features (multi worker)Filip Varga1-24/+95
2019-09-23nat: fix update of outside fibs (output-feature)Dmitry Vakhrushev1-0/+10
2019-08-22nat: handoff traffic matching for dynamic NATFilip Varga1-21/+198
2019-08-01nat: handoff rewrite & fixes for multi-workerFilip Varga1-22/+36
2019-07-31nat: elog rewrite for multi-worker supportFilip Varga1-31/+33
2019-07-23nat: fixed handoff in2out lookup of static mappings by external addressFilip Varga1-2/+2
2019-06-12NAT: interface fib fix (VPP-1691)Filip Varga1-8/+16
2019-05-23Fix vpp crash bug while deleting dhcp clientjackiechen19851-0/+1
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-26nat: fix ED mode unknown proto session managementMatthew Smith1-3/+12
2019-04-26nat: prevent creation when-resolved static mappings on errorsAlexander Chernavin1-1/+1