acl-plugin: remove clib_warnings on plugin init
[vpp.git] / src / plugins / snat /
2017-06-08 Matus FabianNAT64: Add NAT64 support for snat plugin (VPP-699) 20/7020/7
2017-06-05 Matus FabianSNAT: fix ICMP hairpinning 00/7000/2
2017-06-05 Marco VarleseMore GCC-7 errors 05/7005/2
2017-05-30 Ole TroanFlowprobe: Stateful flows and IPv6, L4 recording 30/5730/37
2017-05-24 Matus FabianSNAT: fix IPFIX data src and dst port 56/6856/2
2017-05-10 Damjan Marioncompletelly deprecate os_get_cpu_number, replace new... 42/6642/4
2017-05-10 Matus FabianSNAT: move API code to separate file 35/6635/2
2017-04-27 Martin GálikCGN: Send ICMP error packet if user is out of sessions... 87/6487/2
2017-04-26 Martin GálikCGN: Session dump, test naming for ports fixed 51/6451/2
2017-04-26 Martin GálikCGNAT: close session API and CLI commands. 76/6376/3
2017-04-25 Dave Barach"autoreply" flag: autogenerate standard xxx_reply_t... 87/6387/3
2017-04-21 Matus FabianCGN: IPFIX logging 31/6231/5
2017-04-19 Juraj SlobodaSupport ping from outside network in 1:1 NAT (VPP-695) 22/6222/4
2017-04-12 Juraj SlobodaHandle multiple flows with the same client port in... 18/6118/4
2017-04-12 Matus FabianCGN: configurable timeouts 58/6158/2
2017-04-12 Juraj SlobodaSupport ICMP session timeout in deterministic NAT 32/6032/5
2017-04-11 Juraj SlobodaAdd ICMP support for deterministic NAT 31/6031/5
2017-04-10 Juraj SlobodaRefactor SNAT code 30/6030/6
2017-04-10 Juraj SlobodaHandle ICMP echo with TTL=1 in deterministic and fast... 29/6029/5
2017-04-10 Juraj SlobodaMake fixes in SNAT code 28/6028/4
2017-04-06 Damjan MarionUse thread local storage for thread index 11/6011/4
2017-03-22 Damjan Marionvlib: add description field in plugin registration 24/5824/2
2017-03-22 MartinSNAT: added actual delete to snat_det_map 40/5740/5
2017-03-16 Eyal BariAPI:replaced all REPLY_MACRO's with api_helper_macros.h 65/5765/2
2017-03-15 Eyal BariAPI: define optional base_id for REPLY_MACRO's 54/5754/2
2017-03-13 Juraj SlobodaRefactor SNAT ICMP code 89/5689/3
2017-03-08 MartinSNAT: deterministic map dump 72/5672/2
2017-03-08 Matus FabianSNAT: fix coverity warnings (VPP-608) 70/5670/2
2017-03-08 MartinSNAT: user_session_dump is_ip4 and vat unformating... 69/5669/2
2017-03-08 Matus FabianCGN: fix outside port calculation and set buffer error... 52/5652/2
2017-03-07 Matus FabianCGN: Deterministic NAT (VPP-623) 99/5099/26
2017-03-07 Juraj SlobodaAdd setting of tenant VRF id for SNAT addresses (VPP... 42/5642/4
2017-03-07 Gabriel Gannesilence -Wmaybe-uninitialized warning 38/5638/3
2017-03-06 MartinSNAT: session dump last heard type fix 14/5614/2
2017-03-04 Dave BarachFix duplicate binary API registration messages / bugs 22/5622/1
2017-03-02 magalikSNAT: user's dump and session dump of a certain snat... 34/5534/4
2017-03-01 Dave BarachVPP-598: tcp stack initial commit 61/5561/7
2017-02-22 Billy McFallVPP-635: CLI Memory leak with invalid parameter 48/5148/5
2017-02-22 Jon LoeligerRepair SNAT's IPFIX and IF-add-del test functions. 58/5458/2
2017-02-17 Juraj SlobodaFix handling of ping to SNAT out interface 12/5412/2
2017-02-16 Juraj SlobodaAdd handling of ICMP error packets in SNAT (VPP-629) 49/5149/4
2017-02-15 Matus FabianSNAT: add static mappings with unresolved external... 35/5135/3
2017-02-06 Matus FabianSNAT: fix snat_add_static_mapping_command() uninitializ... 34/5034/3
2017-02-06 Matus FabianSNAT: initialize outside and inside FIB index in snat_c... 35/5035/1
2017-02-03 Damjan MarionPlugin infrastructure improvements 24/4824/12
2017-02-03 Matus FabianSNAT: fix invalid outside FIB index 11/5011/4
2017-02-03 Matus FabianSNAT: Port allocation per protocol 99/4999/3
2017-02-02 Jon LoeligerRemove unnecessary block structure around CONTROL_PING... 87/4987/4
2017-02-02 Jon LoeligerRefactor fragile msg macro W and W2 to not burry return... 86/4986/4
2017-02-02 Jon LoeligerLocalize the timeout variable within the W message... 85/4985/4
2017-02-02 Jon LoeligerConvert message macro S to accept a message pointer... 84/4984/4
2017-02-02 Jon LoeligerEnsure all M() and M2() second parameters are the messa... 82/4982/4
2017-02-02 Matus FabianSNAT: changed source for outbound address FIB entry... 66/4966/4
2017-01-31 Matus FabianSNAT: Add outbound addresses to FIB (VPP-613) 56/4956/2
2017-01-27 Dave Barachdrop-and-count snat out2in packets with no translations 04/4904/1
2017-01-25 Dave BarachRepair plugin binary API message numbering 79/4879/1
2017-01-25 Matus FabianSNAT: static mappings for dhcp addressed interfaces... 28/4828/2
2017-01-23 Dave Barachbinary-api debug CLI works with plugins 13/4813/4
2017-01-23 Matus FabianSNAT: Multiple inside interfaces (VPP-447) 51/4751/4
2017-01-22 Dave BarachAdd static mapping support for dhcp client interfaces 06/4706/3
2017-01-18 Dave BarachFix coverity warnings, VPP-608 58/4758/2
2017-01-14 Matus FabianSNAT: IPFIX logging (VPP-445) 72/4672/2
2017-01-13 Matus FabianSNAT: fixed crash - interface without IP address (VPP... 78/4678/2
2017-01-13 Matus FabianSNAT: add API and test for NAT pool address from interface 56/4656/2
2017-01-11 Dave BarachAcquire SNAT pool addresses from specific interfaces 49/4649/1
2017-01-03 Matus FabianSNAT: fix out2in ICMP worker lookup 27/4527/2
2017-01-01 Damjan MarionMove java,lua api and remaining plugins to src/ 89/4489/3