aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/nat44-ed
AgeCommit message (Expand)AuthorFilesLines
2021-10-20nat: NAT44-ED api fix and improvementFilip Varga4-16/+14
2021-10-14nat: static mappings in flow hashKlement Sekera10-1213/+878
2021-10-13nat: fix coverity warningKlement Sekera1-1/+1
2021-10-13nat: fix static mapping segvJoshua Roys1-1/+1
2021-10-12Revert "nat: static mappings in flow hash"Ole Troan10-850/+1195
2021-10-12nat: static mappings in flow hashKlement Sekera10-1195/+850
2021-10-05nat: NAT44 ED api fix and improvementFilip Varga3-14/+178
2021-09-30nat: doc nitfixesNathan Skrzypczak2-4/+4
2021-09-29nat: nat44-ed add session timing out indicator in api (2)Alexander Chernavin2-1/+146
2021-09-28nat: NAT44 ED & EI session filtering CLIJĂșlius Milan1-14/+95
2021-09-09nat: Revert "nat: nat44-ed add session timing out indicator in api"Andrew Yourtchenko2-150/+1
2021-09-09nat: nat44-ed add session timing out indicator in apiAlexander Chernavin2-1/+150
2021-09-08nat: remove unusued parameters and use correct parameter typesKlement Sekera2-20/+15
2021-09-02nat: NAT44 ED improvements and fixesFilip Varga8-392/+353
2021-08-19nat: handle ED in2out ICMP errors with workersMatthew Smith1-0/+22
2021-08-17nat: fix counters increment for output featureAlexander Chernavin1-25/+34
2021-08-12nat: NAT44ED configuration refactorFilip Varga4-378/+365
2021-08-05nat: nat44-ed disable protection for api/cliFilip Varga4-60/+67
2021-07-29nat: fix ICMP checksum validationKlement Sekera1-9/+9
2021-07-22nat: nat44-ed configuration refactor & cleanupFilip Varga9-896/+1195
2021-07-19nat: harden ICMP handlingKlement Sekera4-49/+110
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion4-8/+8
2021-07-15nat: nat44-ed sm fixFilip Varga1-15/+13
2021-07-14nat: refactoring NAT44ED cfg functionsFilip Varga4-344/+500
2021-06-23nat: ICMP handling fixesKlement Sekera4-24/+110
2021-06-22nat: don't drop packet with ttl=1 if output featureKlement Sekera1-2/+2
2021-06-16nat: test all intf addrs in is_interface_addr()Alexander Chernavin2-10/+21
2021-06-16nat: fix crash when translate unknown proto packetsAlexander Chernavin2-4/+5
2021-05-31nat: fix broken nat44-ed cliRuslan Babayev2-10/+1
2021-05-26nat: add thread index assertionsKlement Sekera4-0/+11
2021-05-21nat: add maximum configured sessions to stat segmentOle Troan2-0/+11
2021-05-14vlib: pass node runtime to vlib_buffer_enqueue_to_thread()Damjan Marion1-2/+2
2021-05-05nat: cli commands parsing fixFilip Varga1-114/+101
2021-04-28nat: fix byte order on ipfix message fieldsMatthew Smith1-1/+1
2021-04-23nat: correct detection of icmp bypass presenceKlement Sekera1-2/+2
2021-04-21nat: fix multi worker scenariosKlement Sekera2-28/+56
2021-04-20nat: fixing cli bug for nat44-ei and nat44-edFilip Varga1-1/+1
2021-04-20nat: nat44-ed i2o & o2i trace fixFilip Varga2-8/+10
2021-04-01nat: fix ordering of feature nodesKlement Sekera1-2/+4
2021-03-31nat: avoid creating negative zero checksumKlement Sekera1-1/+3
2021-03-31nat: NAT44-ED unused value removalFilip Varga1-4/+1
2021-03-15nat: get rid of worker selection callbacksKlement Sekera4-52/+49
2021-03-09nat: fix dst nat thread issuesKlement Sekera2-118/+108
2021-03-07nat: replace main vlib with per-thread vlibKlement Sekera6-67/+53
2021-03-07nat: fix worker selectionKlement Sekera6-88/+72
2021-03-06nat: use correct node indexes for queuesKlement Sekera1-2/+2
2021-03-01nat: avoid crash if plugin not enabledKlement Sekera1-18/+21
2021-03-01nat: pick outside addr based on local addrKlement Sekera1-71/+92
2021-02-26nat: optimize flow matching in ED NATKlement Sekera5-81/+87
2021-02-26nat: NAT44ED fail if using old plugin optionFilip Varga2-446/+494