aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat
AgeCommit message (Expand)AuthorFilesLines
2020-05-13nat: fix broken buildKlement Sekera1-1/+1
2020-05-13nat: fix LRU blocked by inactive sessionKlement Sekera10-161/+391
2020-05-13nat: perf improvement - replace branchy codeKlement Sekera32-451/+401
2020-05-13nat: handoff next node feature fixFilip Varga7-47/+159
2020-05-08docs: fix merge damage in nat.hDave Wallace1-4/+0
2020-05-08nat: fix per thread data vlib_main_t usage take 2Ole Troan7-42/+32
2020-05-07nat: remove duplicate line of codeKlement Sekera1-1/+0
2020-05-07nat: fix per thread data vlib_main_t usageFilip Varga9-75/+97
2020-05-06docs: clean up make docs jobPaul Vinciguerra5-9/+29
2020-05-06nat: ipfix logging vlib_mains[thread_index] bugfixElias Rudberg1-16/+16
2020-05-06nat: enable force session cleanupFilip Varga6-142/+236
2020-05-06nat: fix coverity warningKlement Sekera1-19/+5
2020-05-05nat: remove unused codeKlement Sekera1-27/+0
2020-05-04nat: per vrf session limitsFilip Varga9-29/+310
2020-05-03tests: vpp_interface remove deprecated packed propertiesPaul Vinciguerra1-12/+14
2020-04-28nat: remove unused codeKlement Sekera1-9/+0
2020-04-27nat: improve perf - long read after short writeKlement Sekera7-363/+424
2020-04-24nat: ignore user hash in ED NATKlement Sekera8-362/+273
2020-04-24nat: make usage of vnet_buffer2 transparentKlement Sekera5-21/+13
2020-04-24nat: ED: reduce number of hash tables usedKlement Sekera5-212/+210
2020-04-24nat: fix extended unit testsKlement Sekera1-2/+2
2020-04-23nat: add/del ed_ext_ports only if the table is instantiatedDave Barach1-4/+6
2020-04-21nat: dslite ce mode in separate config entryVladimir Ratnikov2-4/+20
2020-04-20nat: remove unused codeKlement Sekera5-484/+3
2020-04-16nat: scavenging functionality removedFilip Varga7-392/+9
2020-04-08nat: use correct data types for memory sizesKlement Sekera8-25/+25
2020-04-08nat: ED: global session LRU listKlement Sekera6-19/+110
2020-04-08nat: preallocate poolsKlement Sekera1-0/+3
2020-04-07nat: ED: port re-use algorithmKlement Sekera6-45/+196
2020-04-07nat: don't drop packet for expired sessionKlement Sekera3-6/+4
2020-03-31nat: fix unknown proto translation out2in_edAlexander Chernavin1-2/+2
2020-03-27acl: API cleanupJakub Grajciar1-51/+14
2020-03-26acl: revert acl: api cleanupOle Trøan1-14/+51
2020-03-26acl: API cleanupJakub Grajciar1-51/+14
2020-03-26nat: transitory timeout for TCP CLOSED stateKlement Sekera9-118/+329
2020-03-25nat: fix error countersKlement Sekera4-1/+21
2020-03-15nat: test cleanupKlement Sekera1-291/+261
2020-03-13nat: in2out/out2in handoff node index bugfixElias Rudberg1-2/+2
2020-03-13nat: timed out session scavenging upgradeFilip Varga11-293/+615
2020-03-11nat: dslite plugin separationFilip Varga15-84/+213
2020-02-20nat: user deletion function & extra metricsFilip Varga4-0/+272
2020-02-20nat: avoid running pointless session cleanupsKlement Sekera3-11/+33
2020-02-20nat: nat44 split slow and fast pathFilip Varga2-1080/+339
2020-02-07nat: api & cli command for forcing session cleanupFilip Varga4-0/+98
2020-02-05nat: move dslite to separate sub-pluginOle Troan19-763/+775
2020-02-04nat: pool allocation function fixFilip Varga1-1/+1
2020-01-27docs nat: fix nat-ha ascii artPaul Vinciguerra1-0/+2
2020-01-24nat: in2out-output nodes work with acl reflectMatthew Smith2-2/+107
2020-01-21nat: fix dhcp client on outside interface with output featureAlexander Chernavin2-18/+18
2020-01-21nat: removed obsolete fragmentation codeFilip Varga1-84/+16