aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat
AgeCommit message (Expand)AuthorFilesLines
2018-03-26User session counters stay <= per-user limitMatthew Smith3-22/+28
2018-03-23NAT44: fix ICMP checksum update crash (VPP-1205)Matus Fabian2-0/+6
2018-03-23NAT44: fix nat_not_translate_output_feature in dual loop (VPP-1194)Matus Fabian1-2/+2
2018-03-23NAT44: fix removal of LB static mappings with same local address and port pai...Matus Fabian1-5/+35
2018-03-21Revert "NAT44: interface output feature and service host direct access (VPP-1...Matus Fabian2-117/+6
2018-03-14NAT44 - unknown protocols work with forwardingMatthew Smith1-6/+9
2018-03-14NAT44: interface output feature and service host direct access (VPP-1176)Matus Fabian2-6/+117
2018-03-14NAT44: fix nat_not_translate_output_feature for ICMP (VPP-1191)Matus Fabian1-8/+7
2018-03-14when lb tcp in2out flow,ahdj0071-0/+1
2018-03-14when exceed max reass,ahdj0071-6/+12
2018-03-14NAT44: allow to configure one interface only as output or input feature (VPP-...Matus Fabian1-0/+12
2018-03-09reass frag_n should to be inited to 0ahdj0071-0/+1
2018-02-27NAT: replace format_vnet_sw_interface_name with format_vnet_sw_if_index_name ...Matus Fabian2-39/+32
2018-02-27NAT44: in2out output feature skip translation for already translated packets ...Matus Fabian2-15/+74
2018-02-27NAT44: fix ICMP error translation for endpoint dependent sessions (VPP-1150)Matus Fabian2-4/+150
2018-02-26NAT44: run NAT nodes after ACL (VPP-1160)Matus Fabian1-15/+15
2018-02-05NAT64: Run nat64-expire-worker-walk only when NAT64 is configured (VPP-1162)Matus Fabian2-4/+48
2018-01-08NAT: fixed get_worker_out2in bug (VPP-1116)Matus Fabian2-4/+12
2018-01-03NAT64: free port when dynamic BIB deleted (VPP-1107)v18.04-rc0Matus Fabian6-39/+46
2017-12-21VPP-1109 Fix loop for some CLI (code review)Swarup Nayak1-0/+1
2017-12-20Translate matching packets using NAT (VPP-1069)Juraj Sloboda6-48/+238
2017-12-19NAT: Twice NAT44 (VPP-969)Matus Fabian6-783/+821
2017-12-18NAT: Add performance testing TRex scripts and config (VPP-832)Matus Fabian13-0/+426
2017-12-18Fix nat44 identity mappingDave Barach1-0/+5
2017-12-14NAT64: fix coverity (VPP-1032)Matus Fabian2-0/+4
2017-12-13NAT64: multi-thread support (VPP-891)Matus Fabian15-505/+1263
2017-12-13NAT: DS-Lite AFTR tunnel endpoint address respond to ICMPv6 echo request (VPP...Matus Fabian1-3/+8
2017-12-11call unformat_free in some flow, remove unnecessary callsSwarup Nayak1-8/+0
2017-11-30NAT44: identity NAT (VPP-1073)Matus Fabian3-7/+301
2017-11-30Fix variable mismatchJuraj Sloboda1-1/+1
2017-11-29NAT: Remove old SNAT API (VPP-1070)Matus Fabian3-2114/+221
2017-11-13NAT: Buufer overflow for memcpy()Ole Troan1-3/+2
2017-11-09Port restricted NAT44 (VPP-1048)Matus Fabian2-8/+149
2017-11-08NAT64 to use IPv4 address from interface (VPP-1051)Matus Fabian5-0/+217
2017-11-07SNAT: IP fragmentation (VPP-890)Matus Fabian12-33/+2998
2017-11-07NAT: DS-Lite (VPP-1040)Matus Fabian12-23/+1630
2017-11-03NAT64: Input feature arc on virtual interface via interface RX DPO.Ole Troan1-2/+44
2017-11-01nat plugin - fix test logicGabriel Ganne1-1/+1
2017-10-26NAT: delete session API/CLI (VPP-1041)Matus Fabian4-0/+172
2017-10-25One armed NAT (VPP-1035)Matus Fabian8-33/+289
2017-10-14NAT: fix delete of sessions for 1:1 NAT if 1 worker (VPP-1023)Matus Fabian1-1/+1
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+3
2017-10-09NAT: hairpinning rework (VPP-1003)Matus Fabian2-14/+114
2017-10-09NAT: fixed ICMP broken translation for GRE tunnel interface (VPP-1008)Matus Fabian3-31/+27
2017-10-03Repair vlib API socket serverDave Barach2-2/+2
2017-09-26NAT: remove worker_by_in lookup hash table (VPP-992)Matus Fabian4-97/+30
2017-09-26Memory overwritten when using unformat %u (VPP-987)Aequitas3-19/+19
2017-09-25NAT: session number limitation to avoid running out of memory crash (VPP-984)Matus Fabian4-38/+120
2017-09-21NAT: remove worker_by_out lookup hash table (VPP-989)Matus Fabian3-133/+120
2017-09-20NAT: don't call ipfix rpc when disabled (VPP-988)Matus Fabian1-168/+181