aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/nat.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-12NAT: interface fib fix (VPP-1691)Filip Varga1-8/+16
2019-05-13plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-04-09nat: initialize fq_in2out_output_indexMatthew Smith1-0/+1
2019-02-27NAT44: active-passive HA (VPP-1571)Matus Fabian1-28/+411
2019-02-18NAT: VPP-1552 code migration from old multiarch schemeFilip Varga1-4/+57
2019-02-18NAT44: fix snat_get_worker_out2in_cb (VPP-1536)Matus Fabian1-9/+36
2019-01-28Fix issues with order of NAT commands before set VRF table on an interfaceDmitry Vakhrushev1-2/+66
2019-01-21NAT: VPP-1537 IPFIX per worker processingFilip Varga1-5/+6
2019-01-16NAT: Fixed issues with dropping reverse packets with output-feature.Dmitry Vakhrushev1-0/+32
2018-12-21NAT: fix coverity error 190176 (VPP-1474)Matus Fabian1-0/+2
2018-12-20NAT: total users and sessions gauges (VPP-1484)Matus Fabian1-0/+18
2018-12-18NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514)Matus Fabian1-40/+233
2018-11-29NAT: syslog - sessions logging (VPP-1139)Matus Fabian1-0/+15
2018-11-23NAT44: improve expired sessions reuse (VPP-1503)Matus Fabian1-45/+48
2018-11-07NAT44: fix undesired dependency between static mapping and address from the p...Matus Fabian1-0/+7
2018-10-23c11 safe string handling supportDave Barach1-5/+5
2018-10-12NAT44: identity NAT fix (VPP-1441)Matus Fabian1-23/+82
2018-10-08NAT44: do not create session record for identity mapping (VPP-1439)Matus Fabian1-40/+34
2018-09-24NAT44: endpoint-dependent mode session timeout improvement (VPP-1423)Matus Fabian1-21/+57
2018-09-21NAT: Refactoring / Housekeeping (VPP-1415)Matus Fabian1-1711/+990
2018-09-20NAT44 virtual fragmentation reassembly for endpoint-dependent mode (VPP-1325)Juraj Sloboda1-25/+240
2018-09-19nat: free port_bitmapdongjuan1-0/+7
2018-09-13NAT: TCP MSS clampingMatus Fabian1-0/+1
2018-09-11nat: fix busy ports of each threaddongjuan1-4/+15
2018-09-04NAT: add support for configurable port range (VPP-1346)Matus Fabian1-0/+84
2018-09-03NAT44: client-IP based session affinity for load-balancing (VPP-1297)Matus Fabian1-6/+41
2018-08-27NAT44: add support for session timeout (VPP-1272)Matus Fabian1-3/+49
2018-08-22NAT: update nat_show_config_reply API (VPP-1403)Matus Fabian1-0/+12
2018-08-15VPP-1387:foreach outside address vector to find correct index when free outsi...shubing guo1-17/+14
2018-08-15NAT44: fix bug in snat_interface_add_del (VPP-1380)Matus Fabian1-4/+4
2018-08-11VPP-1381: Fix the incorrect if condition when delete session for static mappingshubing guo1-2/+2
2018-08-09NAT44: delete user with zero sessions (VPP-1282)Matus Fabian1-7/+4
2018-08-02NAT44: LB NAT - local backends in multiple VRFs (VPP-1345)Matus Fabian1-16/+12
2018-07-20NAT44: in+out interface in STN setup improvement (VPP-1344)Matus Fabian1-8/+26
2018-07-10NAT44: multiple outside FIB tables (VPP-1314)Matus Fabian1-8/+39
2018-06-15NAT44: endpoint dependent mode (VPP-1273)Matus Fabian1-217/+382
2018-06-11Fix multiple NAT translation with interface address as externalAlexander Chernavin1-4/+4
2018-05-28NAT44: code cleanup and refactor (VPP-1285)Matus Fabian1-83/+152
2018-05-27VPP-1294: add missing feature arc constraintDave Barach1-1/+2
2018-05-17NAT44: nat44_del_session and nat44_user_session_details API update (VPP-1271)Matus Fabian1-34/+81
2018-05-10NAT44: sessions counters per user fix (VPP-1270)Matus Fabian1-6/+6
2018-05-08NAT44: TCP connection close detection (VPP-1266)Matus Fabian1-9/+25
2018-04-26NAT44: disable nat44-hairpinning feature for in-out interface (VPP-1255)Matus Fabian1-10/+20
2018-04-24NAT44: one-armed NAT and identity mapping (VPP-1212)Matus Fabian1-3/+10
2018-04-19Add special Twice-NAT feature (VPP-1221)Juraj Sloboda1-7/+18
2018-04-18NAT44: recycle old sessions for forwarding bypass (VPP-1240)Matus Fabian1-0/+15
2018-04-13NAT66: Do not translate if packet not aimed at outside interfaceJuraj Sloboda1-0/+9
2018-04-11NAT44: fix setting of flag SNAT_SESSION_FLAG_LOAD_BALANCING (VPP-1235)Matus Fabian1-4/+12
2018-04-10when deleting l3 static mapping with addr_only,ahdj0071-1/+4
2018-04-09NAT44: don't add static mapping to resolution vector if failed (VPP-1225)Matus Fabian1-3/+27