aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/in2out_ed.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-16nat : variable 'ctx' MAY not initialized before usezhangyoufeng1-2/+4
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-5/+5
2020-12-03nat: fix incorrect session removal caseKlement Sekera1-6/+7
2020-11-13nat: cleanup & reorganizationFilip Varga1-1/+1
2020-11-05nat: remove unnecessary codeKlement Sekera1-7/+3
2020-10-21misc: minimize dependencies on udp.hFlorin Coras1-1/+1
2020-10-09nat: ipfix logging separation & refactorFilip Varga1-15/+15
2020-10-07misc: Purge unused pg includesNeale Ranns1-1/+0
2020-09-11nat: Fix next feature for ED with multiple workersVladimir Isaev1-1/+16
2020-09-02nat: twice-nat static mapping pool addressFilip Varga1-2/+2
2020-08-17nat: sessions get expired when fib table removedFilip Varga1-1/+14
2020-08-13nat: remove non-error error countersKlement Sekera1-52/+40
2020-08-06misc: harmonize namesDave Barach1-4/+5
2020-07-28nat: limit resource consumption when out of portsKlement Sekera1-2/+7
2020-07-23nat: fix port number selectionElias Rudberg1-4/+4
2020-07-15nat: add prefetching to in2out_ed/out2in_edKlement Sekera1-1/+13
2020-06-27nat: replace speculative buffer enqueue modelKlement Sekera1-427/+394
2020-06-22nat: set buf error if can't create userKlement Sekera1-13/+3
2020-06-16nat: improve outside port selection & perfKlement Sekera1-29/+31
2020-06-11nat: simplify bihash buckets/mem configKlement Sekera1-2/+4
2020-06-08nat: more long read after short write optimizationKlement Sekera1-129/+133
2020-06-04nat: fixed input validationFilip Varga1-1/+0
2020-06-03nat: refactor mss_clamping to not depend on snat_main_tOle Troan1-2/+3
2020-05-22nat: output fib index fixFilip Varga1-69/+47
2020-05-14nat: ED: store both thread&session idx in hashKlement Sekera1-36/+58
2020-05-14nat: fix segv if out of ports in ed modeAlexander Chernavin1-1/+0
2020-05-13nat: fix LRU blocked by inactive sessionKlement Sekera1-12/+13
2020-05-13nat: perf improvement - replace branchy codeKlement Sekera1-21/+21
2020-05-13nat: handoff next node feature fixFilip Varga1-1/+2
2020-05-08nat: fix per thread data vlib_main_t usage take 2Ole Troan1-3/+5
2020-05-07nat: fix per thread data vlib_main_t usageFilip Varga1-2/+3
2020-05-06nat: fix coverity warningKlement Sekera1-19/+5
2020-05-04nat: per vrf session limitsFilip Varga1-2/+6
2020-04-27nat: improve perf - long read after short writeKlement Sekera1-99/+105
2020-04-24nat: ignore user hash in ED NATKlement Sekera1-81/+23
2020-04-24nat: make usage of vnet_buffer2 transparentKlement Sekera1-5/+5
2020-04-24nat: ED: reduce number of hash tables usedKlement Sekera1-127/+174
2020-04-16nat: scavenging functionality removedFilip Varga1-20/+7
2020-04-08nat: ED: global session LRU listKlement Sekera1-5/+1
2020-04-07nat: ED: port re-use algorithmKlement Sekera1-8/+108
2020-04-07nat: don't drop packet for expired sessionKlement Sekera1-2/+2
2020-03-26nat: transitory timeout for TCP CLOSED stateKlement Sekera1-10/+36
2020-03-25nat: fix error countersKlement Sekera1-0/+5
2020-03-13nat: timed out session scavenging upgradeFilip Varga1-13/+42
2020-02-20nat: nat44 split slow and fast pathFilip Varga1-513/+170
2020-01-21nat: fix dhcp client on outside interface with output featureAlexander Chernavin1-9/+9
2020-01-17nat: refactor of port/address allocation functionsFilip Varga1-3/+3
2020-01-03nat: use SVRKlement Sekera1-599/+212
2019-12-12nat: session cleanup fixFilip Varga1-0/+3
2019-11-27nat: fix dhcp client on outside interface with output featureAlexander Chernavin1-0/+49