Age | Commit message (Expand) | Author | Files | Lines |
2018-07-10 | NAT44: multiple outside FIB tables (VPP-1314) | Matus Fabian | 1 | -8/+39 |
2018-06-15 | NAT44: endpoint dependent mode (VPP-1273) | Matus Fabian | 1 | -217/+382 |
2018-06-11 | Fix multiple NAT translation with interface address as external | Alexander Chernavin | 1 | -4/+4 |
2018-05-28 | NAT44: code cleanup and refactor (VPP-1285) | Matus Fabian | 1 | -83/+152 |
2018-05-27 | VPP-1294: add missing feature arc constraint | Dave Barach | 1 | -1/+2 |
2018-05-17 | NAT44: nat44_del_session and nat44_user_session_details API update (VPP-1271) | Matus Fabian | 1 | -34/+81 |
2018-05-10 | NAT44: sessions counters per user fix (VPP-1270) | Matus Fabian | 1 | -6/+6 |
2018-05-08 | NAT44: TCP connection close detection (VPP-1266) | Matus Fabian | 1 | -9/+25 |
2018-04-26 | NAT44: disable nat44-hairpinning feature for in-out interface (VPP-1255) | Matus Fabian | 1 | -10/+20 |
2018-04-24 | NAT44: one-armed NAT and identity mapping (VPP-1212) | Matus Fabian | 1 | -3/+10 |
2018-04-19 | Add special Twice-NAT feature (VPP-1221) | Juraj Sloboda | 1 | -7/+18 |
2018-04-18 | NAT44: recycle old sessions for forwarding bypass (VPP-1240) | Matus Fabian | 1 | -0/+15 |
2018-04-13 | NAT66: Do not translate if packet not aimed at outside interface | Juraj Sloboda | 1 | -0/+9 |
2018-04-11 | NAT44: fix setting of flag SNAT_SESSION_FLAG_LOAD_BALANCING (VPP-1235) | Matus Fabian | 1 | -4/+12 |
2018-04-10 | when deleting l3 static mapping with addr_only, | ahdj007 | 1 | -1/+4 |
2018-04-09 | NAT44: don't add static mapping to resolution vector if failed (VPP-1225) | Matus Fabian | 1 | -3/+27 |
2018-04-04 | NAT added FIB entries have a preference lower than API/CLI | Neale Ranns | 1 | -6/+6 |
2018-04-04 | NAT44: prohibit multiple static mappings for a single local address (VPP-1224) | Matus Fabian | 1 | -0/+11 |
2018-04-04 | NAT44: fix static mapping for DHCP addressed interface deleting (VPP-1223) | Matus Fabian | 1 | -4/+92 |
2018-03-28 | NAT44: make 1:1NAT for DHCP addressed interface persistent | Matus Fabian | 1 | -22/+53 |
2018-03-28 | NAT44: fix nat44_user_session_dump and nat44_del_session crash with one worke... | Matus Fabian | 1 | -1/+1 |
2018-03-21 | NAT44: fix removal of LB static mappings with same local address and port pai... | Matus Fabian | 1 | -5/+35 |
2018-03-07 | NAT44: allow to configure one interface only as output or input feature (VPP-... | Matus Fabian | 1 | -0/+12 |
2018-02-14 | NAT44: run NAT nodes after ACL (VPP-1160) | Matus Fabian | 1 | -15/+15 |
2018-01-31 | NAT66 1:1 mapping (VPP-1108) | Matus Fabian | 1 | -0/+3 |
2018-01-31 | NAT44: in2out output feature skip translation for already translated packets ... | Matus Fabian | 1 | -1/+1 |
2018-01-31 | NAT44: Delete dynamic sessions matching new 1:1NAT (VPP-1158) | Matus Fabian | 1 | -8/+52 |
2018-01-30 | NAT: replace format_vnet_sw_interface_name with format_vnet_sw_if_index_name ... | Matus Fabian | 1 | -5/+3 |
2018-01-25 | NAT44: add opaque string tag to static mapping APIs (VPP-1147) | Matus Fabian | 1 | -6/+14 |
2018-01-25 | NAT: nat.c refactor (split out CLI) (VPP-1140) | Matus Fabian | 1 | -1546/+9 |
2018-01-24 | NAT44: asymmetrical static mapping and one-armed NAT (VPP-1138) | Matus Fabian | 1 | -1/+10 |
2018-01-23 | NAT44: Fix interface feature removal. | Milan Lenco | 1 | -3/+14 |
2018-01-22 | NAT44: asymmetrical static mapping rule (VPP-1135) | Matus Fabian | 1 | -18/+28 |
2018-01-11 | NAT44: asymmetrical load balancing static mapping rule (VPP-1132) | Matus Fabian | 1 | -15/+25 |
2018-01-11 | Add basic support for DS-Lite CE (VPP-1059) | Juraj Sloboda | 1 | -0/+3 |
2018-01-08 | NAT: fixed get_worker_out2in bug (VPP-1116) | Matus Fabian | 1 | -2/+6 |
2018-01-05 | Add support for 464XLAT NAT44 mode (VPP-1045) | Juraj Sloboda | 1 | -7/+42 |
2017-12-21 | VPP-1109 Fix loop for some CLI (code review) | Swarup Nayak | 1 | -0/+1 |
2017-12-20 | Translate matching packets using NAT (VPP-1069) | Juraj Sloboda | 1 | -0/+68 |
2017-12-19 | NAT: Twice NAT44 (VPP-969) | Matus Fabian | 1 | -192/+508 |
2017-12-18 | Fix nat44 identity mapping | Dave Barach | 1 | -0/+5 |
2017-12-13 | NAT64: multi-thread support (VPP-891) | Matus Fabian | 1 | -27/+95 |
2017-12-11 | call unformat_free in some flow, remove unnecessary calls | Swarup Nayak | 1 | -8/+0 |
2017-11-30 | NAT44: identity NAT (VPP-1073) | Matus Fabian | 1 | -5/+105 |
2017-11-09 | Port restricted NAT44 (VPP-1048) | Matus Fabian | 1 | -8/+136 |
2017-11-07 | SNAT: IP fragmentation (VPP-890) | Matus Fabian | 1 | -1/+7 |
2017-11-07 | NAT: DS-Lite (VPP-1040) | Matus Fabian | 1 | -13/+20 |
2017-10-26 | NAT: delete session API/CLI (VPP-1041) | Matus Fabian | 1 | -0/+113 |
2017-10-25 | One armed NAT (VPP-1035) | Matus Fabian | 1 | -16/+250 |
2017-10-14 | NAT: fix delete of sessions for 1:1 NAT if 1 worker (VPP-1023) | Matus Fabian | 1 | -1/+1 |