Age | Commit message (Expand) | Author | Files | Lines |
2017-04-10 | Refactor SNAT code | Juraj Sloboda | 3 | -119/+132 |
2017-04-10 | Handle ICMP echo with TTL=1 in deterministic and fast SNAT nodes | Juraj Sloboda | 2 | -3/+85 |
2017-04-10 | Make fixes in SNAT code | Juraj Sloboda | 2 | -52/+56 |
2017-04-06 | Use thread local storage for thread index | Damjan Marion | 3 | -111/+111 |
2017-03-22 | vlib: add description field in plugin registration | Damjan Marion | 1 | -0/+1 |
2017-03-22 | SNAT: added actual delete to snat_det_map | Martin | 1 | -12/+45 |
2017-03-16 | API:replaced all REPLY_MACRO's with api_helper_macros.h | Eyal Bari | 1 | -1/+1 |
2017-03-15 | API: define optional base_id for REPLY_MACRO's | Eyal Bari | 1 | -102/+3 |
2017-03-13 | Refactor SNAT ICMP code | Juraj Sloboda | 4 | -314/+558 |
2017-03-08 | SNAT: deterministic map dump | Martin | 3 | -3/+125 |
2017-03-08 | SNAT: fix coverity warnings (VPP-608) | Matus Fabian | 1 | -2/+3 |
2017-03-08 | SNAT: user_session_dump is_ip4 and vat unformating added | Martin | 3 | -0/+20 |
2017-03-08 | CGN: fix outside port calculation and set buffer error (VPP-623) | Matus Fabian | 2 | -18/+33 |
2017-03-07 | CGN: Deterministic NAT (VPP-623) | Matus Fabian | 8 | -163/+2148 |
2017-03-07 | Add setting of tenant VRF id for SNAT addresses (VPP-641) | Juraj Sloboda | 4 | -8/+42 |
2017-03-07 | silence -Wmaybe-uninitialized warning | Gabriel Ganne | 1 | -1/+1 |
2017-03-06 | SNAT: session dump last heard type fix | Martin | 2 | -3/+3 |
2017-03-04 | Fix duplicate binary API registration messages / bugs | Dave Barach | 1 | -2/+1 |
2017-03-02 | SNAT: user's dump and session dump of a certain snat user. | magalik | 6 | -3/+288 |
2017-03-01 | VPP-598: tcp stack initial commit | Dave Barach | 2 | -25/+25 |
2017-02-22 | VPP-635: CLI Memory leak with invalid parameter | Billy McFall | 1 | -43/+96 |
2017-02-22 | Repair SNAT's IPFIX and IF-add-del test functions. | Jon Loeliger | 1 | -2/+2 |
2017-02-17 | Fix handling of ping to SNAT out interface | Juraj Sloboda | 1 | -6/+7 |
2017-02-16 | Add handling of ICMP error packets in SNAT (VPP-629) | Juraj Sloboda | 2 | -49/+347 |
2017-02-15 | SNAT: add static mappings with unresolved external interface address to snat_... | Matus Fabian | 3 | -4/+81 |
2017-02-06 | SNAT: fix snat_add_static_mapping_command() uninitialized variable | Matus Fabian | 2 | -5/+16 |
2017-02-05 | SNAT: initialize outside and inside FIB index in snat_config | Matus Fabian | 2 | -36/+5 |
2017-02-03 | Plugin infrastructure improvements | Damjan Marion | 2 | -22/+6 |
2017-02-03 | SNAT: fix invalid outside FIB index | Matus Fabian | 1 | -0/+14 |
2017-02-03 | SNAT: Port allocation per protocol | Matus Fabian | 7 | -131/+219 |
2017-02-02 | Remove unnecessary block structure around CONTROL_PING messages. | Jon Loeliger | 1 | -25/+25 |
2017-02-02 | Refactor fragile msg macro W and W2 to not burry return control flow. | Jon Loeliger | 1 | -38/+36 |
2017-02-02 | Localize the timeout variable within the W message macro. | Jon Loeliger | 1 | -12/+0 |
2017-02-02 | Convert message macro S to accept a message pointer parameter; | Jon Loeliger | 1 | -17/+24 |
2017-02-02 | Ensure all M() and M2() second parameters are the message pointer. | Jon Loeliger | 1 | -17/+17 |
2017-02-02 | SNAT: changed source for outbound address FIB entry (VPP-613) | Matus Fabian | 1 | -21/+11 |
2017-01-31 | SNAT: Add outbound addresses to FIB (VPP-613) | Matus Fabian | 1 | -1/+110 |
2017-01-27 | drop-and-count snat out2in packets with no translations | Dave Barach | 1 | -3/+41 |
2017-01-25 | Repair plugin binary API message numbering | Dave Barach | 1 | -0/+2 |
2017-01-25 | SNAT: static mappings for dhcp addressed interfaces (VPP-590) | Matus Fabian | 3 | -88/+141 |
2017-01-23 | binary-api debug CLI works with plugins | Dave Barach | 1 | -50/+7 |
2017-01-23 | SNAT: Multiple inside interfaces (VPP-447) | Matus Fabian | 1 | -103/+103 |
2017-01-22 | Add static mapping support for dhcp client interfaces | Dave Barach | 2 | -2/+103 |
2017-01-18 | Fix coverity warnings, VPP-608 | Dave Barach | 2 | -4/+12 |
2017-01-14 | SNAT: IPFIX logging (VPP-445) | Matus Fabian | 7 | -9/+923 |
2017-01-13 | SNAT: fixed crash - interface without IP address (VPP-599) | Matus Fabian | 2 | -7/+28 |
2017-01-13 | SNAT: add API and test for NAT pool address from interface | Matus Fabian | 3 | -16/+244 |
2017-01-11 | Acquire SNAT pool addresses from specific interfaces | Dave Barach | 2 | -0/+127 |
2017-01-03 | SNAT: fix out2in ICMP worker lookup | Matus Fabian | 1 | -0/+7 |
2017-01-01 | Move java,lua api and remaining plugins to src/ | Damjan Marion | 8 | -0/+6009 |