aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat
AgeCommit message (Expand)AuthorFilesLines
2019-11-18nat: NAT udp counter & unit test fixesFilip Varga5-20/+20
2019-11-07nat: reapply respect udp checksumFilip Varga6-170/+428
2019-11-07nat: revert respect udp checksumOle Troan1-0/+4
2019-11-07nat: respect udp checksumFilip Varga1-4/+0
2019-11-07nat: Revert "nat: respect udp checksum"Andrew Yourtchenko6-428/+166
2019-10-31nat: respect udp checksumFilip Varga6-166/+428
2019-10-15nat: fix use-after-freeBenoît Ganne1-4/+6
2019-10-03nat: fix update of outside fibs (output-feature)Dmitry Vakhrushev3-4/+198
2019-09-30misc: fix shebang with missing envNathan Skrzypczak1-1/+1
2019-09-09api: enforce vla is last and fixed string typeOle Troan3-123/+42
2019-09-03nat: handoff traffic matching for dynamic NATFilip Varga9-222/+493
2019-08-23tests: move plugin tests to src/plugins/*/testDave Wallace2-0/+9847
2019-08-01nat: handoff rewrite & fixes for multi-workerFilip Varga2-60/+163
2019-07-31nat: elog rewrite for multi-worker supportFilip Varga17-142/+340
2019-07-23nat: fixed handoff in2out lookup of static mappings by external addressFilip Varga1-2/+2
2019-07-12nat: added handoff trace index for easier trace matchFilip Varga1-2/+4
2019-07-12nat: fix net44 lb static APIBenoît Ganne1-1/+1
2019-07-09vat: unload unused vat pluginsDave Barach1-2/+3
2019-06-26api: refactor format_vl_api_prefix_t return keysPaul Vinciguerra1-3/+3
2019-06-26api: Remove the inlines file and replace with library functionsNeale Ranns1-1/+0
2019-06-18api: string type to convert to vectorOle Troan1-0/+1
2019-06-12NAT: interface fib fix (VPP-1691)Filip Varga1-8/+16
2019-06-07no trigger nat ipfix flush in first workerdongjuan1-1/+1
2019-05-30nat44: fix CLI doc errorjackiechen19851-2/+2
2019-05-30NAT: create bypass in correct thread if workers>1Alexander Chernavin1-9/+40
2019-05-28nat44: make nat44-ed-hairpin-src follow arcMatthew Smith1-1/+1
2019-05-23Fix vpp crash bug while deleting dhcp clientjackiechen19851-0/+1
2019-05-16Add default value for API Nat flagsMichal Cmarada1-0/+1
2019-05-15Remove unused function nat44_ha_resync() and error IN_PROGRESS.Jon Loeliger1-38/+0
2019-05-10Fix typo in nat44_cli.c:nat_ha_failover_command_fn.Paul Vinciguerra1-3/+3
2019-05-09NAT: VPP-1665 coverity scan issue fixFilip Varga1-2/+9
2019-05-06NAT64: Fix port byte order in nat64_free_out_addr_and_portFaicker Mo1-1/+1
2019-05-06NAT66:assgin a error value for clib_bihash_kv_48_8_t kvlijianpeng1-2/+3
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-26nat: fix ED mode unknown proto session managementMatthew Smith3-8/+24
2019-04-26nat: prevent creation when-resolved static mappings on errorsAlexander Chernavin1-1/+1
2019-04-24NAT: VPP-1531 api cleanup & updateFilip Varga4-422/+580
2019-04-23Revert "NAT: VPP-1531 api cleanup & update"Ole Trøan4-576/+422
2019-04-23NAT: VPP-1531 api cleanup & updateFilip Varga4-422/+576
2019-04-19Doxygen cleanup.Dave Wallace1-1/+1
2019-04-10API: Fix shared memory only action handlers.Ole Troan1-11/+11
2019-04-09nat: initialize fq_in2out_output_indexMatthew Smith1-0/+1
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra3-5/+6
2019-02-27NAT44: active-passive HA (VPP-1571)Matus Fabian14-79/+2463
2019-02-26DSLITE: Fix dslite_get_b4_addr_reply message type.Jon Loeliger1-1/+1
2019-02-18NAT: fix: multiple definition of nat64_cleaner_process_event_eNeale Ranns3-3/+3
2019-02-18NAT: VPP-1552 code migration from old multiarch schemeFilip Varga26-448/+387
2019-02-18NAT44: fix snat_get_worker_out2in_cb (VPP-1536)Matus Fabian4-17/+126
2019-01-28Fix issues with order of NAT commands before set VRF table on an interfaceDmitry Vakhrushev1-2/+66
2019-01-22NAT: ipfix call optimizationFilip Varga4-9/+10