aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/lib
AgeCommit message (Expand)AuthorFilesLines
2022-08-19nat: simplify per-protocol code by using an arrayJon Loeliger1-0/+1
2022-05-10nat: improve icmp type detection performanceKlement Sekera1-12/+10
2022-04-01nat: nat44-ed cleanup & fixesFilip Varga1-0/+11
2022-01-24nat: TCP state tracking based on RFC 7857/RFC 6146Klement Sekera1-14/+1
2021-11-22ipfix-export: Change exp to use ip_addressPaul Atkins1-4/+4
2021-11-22ipfix-export: refactor params to the callback fnsPaul Atkins1-31/+16
2021-11-22ipfix-export: pass an exp to flow_report_add_delPaul Atkins1-83/+69
2021-11-22ipfix-export: refactor fields in flow_report_mainPaul Atkins1-23/+30
2021-10-14nat: static mappings in flow hashKlement Sekera10-238/+162
2021-10-12Revert "nat: static mappings in flow hash"Ole Troan10-162/+238
2021-10-12nat: static mappings in flow hashKlement Sekera10-238/+162
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne1-7/+0
2021-04-28nat: fix byte order on ipfix message fieldsMatthew Smith1-3/+6
2021-03-26vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads()Damjan Marion1-6/+6
2021-03-15nat: remove unused parameterKlement Sekera1-9/+9
2021-02-24nat: Final NAT44 EI/ED split patchFilip Varga5-1/+380
2020-12-13nat: revert 'fix byte order on ipfix message fields'Damjan Marion1-6/+3
2020-12-11nat: fix byte order on ipfix message fieldsMatthew Smith1-3/+6
2020-12-02nat: use correct per-thread vlib_mainBenoît Ganne1-8/+8
2020-11-13nat: cleanup & reorganizationFilip Varga5-1/+393
2020-11-12nat: use table ID for nat44 ipfix session eventsMatthew Smith2-7/+10
2020-11-05nat: fix byte order of vrf_id in loggingAlexander Chernavin1-0/+3
2020-10-21misc: minimize dependencies on udp.hFlorin Coras2-0/+4
2020-10-09nat: ipfix logging separation & refactorFilip Varga2-0/+1776
2020-10-07nat: move nat64 to a subfeatureFilip Varga2-1/+53
2020-06-03nat: refactor mss_clamping to not depend on snat_main_tOle Troan1-0/+66
2020-05-22nat: fix dslite session port allocationVladimir Ratnikov1-4/+4
2020-05-13nat: perf improvement - replace branchy codeKlement Sekera2-24/+31
2020-03-11nat: dslite plugin separationFilip Varga4-25/+124
2020-02-04nat: pool allocation function fixFilip Varga1-1/+1
2020-01-17nat: refactor of port/address allocation functionsFilip Varga2-0/+389