aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/nat44-ed
AgeCommit message (Expand)AuthorFilesLines
20 hoursnat: add saddr info to nat44-ed o2i flow's rewritelijh_71-0/+2
2023-09-13nat: fix nat44_ed set_session_limit crashVladislav Grishenko1-8/+4
2023-09-06nat: improve nat44-ed outside address distributionVladislav Grishenko1-1/+3
2023-08-26nat: nat44-ed bug fixWei Li1-3/+4
2023-08-26nat: nat44-ed cli bug fixWei Li1-1/+5
2023-08-18nat: documention fixSteven Luong1-4/+4
2023-07-21vcl: ldp support SO_ORIGINAL_DSTqinyang1-0/+42
2023-06-02api: nat44_ed - Mark old message versions as deprecatedOndrej Fabry1-0/+10
2023-04-13nat: distribute nat44-ed in2out sessions by rx vrfVladislav Grishenko1-1/+3
2023-04-13nat: fix the wrong unformat typeTed Chen1-1/+1
2023-04-13nat: adding a new api nat44_ed_vrf_tables_v2_dumpDaniel Béreš2-0/+76
2023-03-31nat: fix nat44 vrf handlersDaniel Béreš1-2/+2
2023-02-03nat: fix accidental o2i deletion/reuseDmitry Valter1-0/+6
2023-01-11nat: do not use nat session object after deletionBenoît Ganne2-0/+10
2022-12-19nat: fix incorrect using about sw_if_index in nat44-ed static mapping v2 api.Huawei LI1-1/+1
2022-12-19nat: fix memory leak and refactor nat44-ed db init/free.Huawei LI1-22/+31
2022-12-15nat: disable nat44-ed/ei features on interface deletionVladislav Grishenko1-0/+49
2022-12-09nat: fixed return values of enable/disable callFilip Varga1-6/+6
2022-11-07nat: fix per-vrf session bookkeepingJing Peng3-34/+26
2022-11-07nat: fix byte order error.Huawei LI1-6/+4
2022-11-04nat: cleanup of deprecated featuresFilip Varga3-296/+0
2022-10-11nat: report time between current vpp time and last_heardDave Cornejo2-0/+137
2022-09-20nat: adding docs for nat44-ed sub pluginFilip Varga1-0/+729
2022-09-15nat: fix nat44-ed port range with multiple workersVladislav Grishenko4-8/+15
2022-09-09nat: fix nat44-ed-in2out fast path next nodeJing Peng1-1/+1
2022-08-31nat: fix coverity 249194Andrew Yourtchenko1-1/+1
2022-08-31nat: fix coverity 249178Andrew Yourtchenko1-1/+1
2022-08-29nat: fix coverity 249202Benoît Ganne1-2/+2
2022-08-16nat: fix potential out-of-bound worker array indexJing Peng1-6/+4
2022-04-21nat: tweak rfc7857 tcp connection trackingOle Troan4-292/+61
2022-04-05nat: nat44 cli bug fixFilip Varga4-34/+30
2022-04-01nat: VRF routing & FIB improvementsFilip Varga8-281/+727
2022-04-01nat: nat44-ed cleanup & fixesFilip Varga6-1303/+634
2022-03-17nat: fix ICMP error translationKlement Sekera1-0/+3
2022-03-09stats: refactorDamjan Marion1-7/+7
2022-02-21nat: make tcp/udp/icmp packet counters consistentKlement Sekera2-4/+12
2022-02-01nat: memory leak on nat44_plugin_disableSteven Luong1-0/+2
2022-01-24nat: TCP state tracking based on RFC 7857/RFC 6146Klement Sekera9-318/+588
2022-01-04nat: remove nat44-ed relation between SM and addrFilip Varga6-555/+436
2022-01-04nat: nat44-ed pool address allocation improvementFilip Varga4-58/+289
2021-11-26api: add helper macros for native endianMohsin Kazmi1-5/+1
2021-11-11nat: nat44-ei/ed nat objects cleanup improvementsFilip Varga1-135/+249
2021-11-10nat: api autoendian fixFilip Varga1-8/+9
2021-10-31interface: handoff refactor and optimizationsFlorin Coras1-1/+0
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