Age | Commit message (Expand) | Author | Files | Lines |
2018-01-25 | NAT44: add opaque string tag to static mapping APIs (VPP-1147) | Matus Fabian | 5 | -16/+62 |
2018-01-25 | NAT: nat.c refactor (split out CLI) (VPP-1140) | Matus Fabian | 3 | -1546/+1822 |
2018-01-24 | NAT44: asymmetrical static mapping and one-armed NAT (VPP-1138) | Matus Fabian | 1 | -1/+10 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. | Ole Troan | 1 | -1/+1 |
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 | 4 | -24/+40 |
2018-01-11 | api: remove transport specific code from handlers | Florin Coras | 1 | -117/+126 |
2018-01-11 | NAT44: asymmetrical load balancing static mapping rule (VPP-1132) | Matus Fabian | 5 | -22/+38 |
2018-01-11 | Add basic support for DS-Lite CE (VPP-1059) | Juraj Sloboda | 10 | -12/+680 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 1 | -46/+35 |
2018-01-08 | NAT64: IPFix (VPP-1106) | Matus Fabian | 7 | -23/+1337 |
2018-01-08 | NAT: fixed get_worker_out2in bug (VPP-1116) | Matus Fabian | 2 | -4/+12 |
2018-01-05 | Add support for 464XLAT NAT44 mode (VPP-1045) | Juraj Sloboda | 6 | -7/+165 |
2018-01-03 | NAT64: free port when dynamic BIB deleted (VPP-1107)v18.04-rc0 | Matus Fabian | 6 | -39/+46 |
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 | 6 | -48/+238 |
2017-12-19 | NAT: Twice NAT44 (VPP-969) | Matus Fabian | 6 | -783/+821 |
2017-12-18 | NAT: Add performance testing TRex scripts and config (VPP-832) | Matus Fabian | 13 | -0/+426 |
2017-12-18 | Fix nat44 identity mapping | Dave Barach | 1 | -0/+5 |
2017-12-14 | NAT64: fix coverity (VPP-1032) | Matus Fabian | 2 | -0/+4 |
2017-12-13 | NAT64: multi-thread support (VPP-891) | Matus Fabian | 15 | -505/+1263 |
2017-12-13 | NAT: DS-Lite AFTR tunnel endpoint address respond to ICMPv6 echo request (VPP... | Matus Fabian | 1 | -3/+8 |
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 | 3 | -7/+301 |
2017-11-30 | Fix variable mismatch | Juraj Sloboda | 1 | -1/+1 |
2017-11-29 | NAT: Remove old SNAT API (VPP-1070) | Matus Fabian | 3 | -2114/+221 |
2017-11-13 | NAT: Buufer overflow for memcpy() | Ole Troan | 1 | -3/+2 |
2017-11-09 | Port restricted NAT44 (VPP-1048) | Matus Fabian | 2 | -8/+149 |
2017-11-08 | NAT64 to use IPv4 address from interface (VPP-1051) | Matus Fabian | 5 | -0/+217 |
2017-11-07 | SNAT: IP fragmentation (VPP-890) | Matus Fabian | 12 | -33/+2998 |
2017-11-07 | NAT: DS-Lite (VPP-1040) | Matus Fabian | 12 | -23/+1630 |
2017-11-03 | NAT64: Input feature arc on virtual interface via interface RX DPO. | Ole Troan | 1 | -2/+44 |
2017-11-01 | nat plugin - fix test logic | Gabriel Ganne | 1 | -1/+1 |
2017-10-26 | NAT: delete session API/CLI (VPP-1041) | Matus Fabian | 4 | -0/+172 |
2017-10-25 | One armed NAT (VPP-1035) | Matus Fabian | 8 | -33/+289 |
2017-10-14 | NAT: fix delete of sessions for 1:1 NAT if 1 worker (VPP-1023) | Matus Fabian | 1 | -1/+1 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps | Dave Barach | 1 | -0/+3 |
2017-10-09 | NAT: hairpinning rework (VPP-1003) | Matus Fabian | 2 | -14/+114 |
2017-10-09 | NAT: fixed ICMP broken translation for GRE tunnel interface (VPP-1008) | Matus Fabian | 3 | -31/+27 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 2 | -2/+2 |
2017-09-26 | NAT: remove worker_by_in lookup hash table (VPP-992) | Matus Fabian | 4 | -97/+30 |
2017-09-26 | Memory overwritten when using unformat %u (VPP-987) | Aequitas | 3 | -19/+19 |
2017-09-25 | NAT: session number limitation to avoid running out of memory crash (VPP-984) | Matus Fabian | 4 | -38/+120 |
2017-09-21 | NAT: remove worker_by_out lookup hash table (VPP-989) | Matus Fabian | 3 | -133/+120 |
2017-09-20 | NAT: don't call ipfix rpc when disabled (VPP-988) | Matus Fabian | 1 | -168/+181 |
2017-09-20 | NAT: move session and user lookup tables to per thread data (VPP-986) | Matus Fabian | 5 | -110/+151 |
2017-09-15 | Modify return value of snat_out2in_lb(VPP-985) | dongjuan | 2 | -10/+12 |
2017-09-13 | NAT: fixed bug in snat_alloc_outside_address_and_port (VPP-981) | Matus Fabian | 1 | -1/+1 |
2017-09-13 | nat lb: del lb static mapping existed vec mem leak(VPP-983) | flyingeagle23 | 1 | -0/+1 |
2017-09-12 | NAT: fixed bug in snat_alloc_outside_address_and_port (VPP-981) | Matus Fabian | 3 | -9/+29 |