Age | Commit message (Expand) | Author | Files | Lines |
2019-08-01 | nat: handoff rewrite & fixes for multi-worker | Filip Varga | 2 | -60/+163 |
2019-07-31 | nat: elog rewrite for multi-worker support | Filip Varga | 17 | -142/+340 |
2019-07-23 | nat: fixed handoff in2out lookup of static mappings by external address | Filip Varga | 1 | -2/+2 |
2019-07-12 | nat: added handoff trace index for easier trace match | Filip Varga | 1 | -2/+4 |
2019-07-12 | nat: fix net44 lb static API | Benoît Ganne | 1 | -1/+1 |
2019-07-09 | vat: unload unused vat plugins | Dave Barach | 1 | -2/+3 |
2019-06-26 | api: refactor format_vl_api_prefix_t return keys | Paul Vinciguerra | 1 | -3/+3 |
2019-06-26 | api: Remove the inlines file and replace with library functions | Neale Ranns | 1 | -1/+0 |
2019-06-18 | api: string type to convert to vector | Ole Troan | 1 | -0/+1 |
2019-06-12 | NAT: interface fib fix (VPP-1691) | Filip Varga | 1 | -8/+16 |
2019-06-07 | no trigger nat ipfix flush in first worker | dongjuan | 1 | -1/+1 |
2019-05-30 | nat44: fix CLI doc error | jackiechen1985 | 1 | -2/+2 |
2019-05-30 | NAT: create bypass in correct thread if workers>1 | Alexander Chernavin | 1 | -9/+40 |
2019-05-28 | nat44: make nat44-ed-hairpin-src follow arc | Matthew Smith | 1 | -1/+1 |
2019-05-23 | Fix vpp crash bug while deleting dhcp client | jackiechen1985 | 1 | -0/+1 |
2019-05-16 | Add default value for API Nat flags | Michal Cmarada | 1 | -0/+1 |
2019-05-15 | Remove unused function nat44_ha_resync() and error IN_PROGRESS. | Jon Loeliger | 1 | -38/+0 |
2019-05-10 | Fix typo in nat44_cli.c:nat_ha_failover_command_fn. | Paul Vinciguerra | 1 | -3/+3 |
2019-05-09 | NAT: VPP-1665 coverity scan issue fix | Filip Varga | 1 | -2/+9 |
2019-05-06 | NAT64: Fix port byte order in nat64_free_out_addr_and_port | Faicker Mo | 1 | -1/+1 |
2019-05-06 | NAT66:assgin a error value for clib_bihash_kv_48_8_t kv | lijianpeng | 1 | -2/+3 |
2019-05-03 | plugins: clean up plugin descriptions | Dave Wallace | 1 | -1/+1 |
2019-04-26 | nat: fix ED mode unknown proto session management | Matthew Smith | 3 | -8/+24 |
2019-04-26 | nat: prevent creation when-resolved static mappings on errors | Alexander Chernavin | 1 | -1/+1 |
2019-04-24 | NAT: VPP-1531 api cleanup & update | Filip Varga | 4 | -422/+580 |
2019-04-23 | Revert "NAT: VPP-1531 api cleanup & update" | Ole Trøan | 4 | -576/+422 |
2019-04-23 | NAT: VPP-1531 api cleanup & update | Filip Varga | 4 | -422/+576 |
2019-04-19 | Doxygen cleanup. | Dave Wallace | 1 | -1/+1 |
2019-04-10 | API: Fix shared memory only action handlers. | Ole Troan | 1 | -11/+11 |
2019-04-09 | nat: initialize fq_in2out_output_index | Matthew Smith | 1 | -0/+1 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 3 | -5/+6 |
2019-02-27 | NAT44: active-passive HA (VPP-1571) | Matus Fabian | 14 | -79/+2463 |
2019-02-26 | DSLITE: Fix dslite_get_b4_addr_reply message type. | Jon Loeliger | 1 | -1/+1 |
2019-02-18 | NAT: fix: multiple definition of nat64_cleaner_process_event_e | Neale Ranns | 3 | -3/+3 |
2019-02-18 | NAT: VPP-1552 code migration from old multiarch scheme | Filip Varga | 26 | -448/+387 |
2019-02-18 | NAT44: fix snat_get_worker_out2in_cb (VPP-1536) | Matus Fabian | 4 | -17/+126 |
2019-01-28 | Fix issues with order of NAT commands before set VRF table on an interface | Dmitry Vakhrushev | 1 | -2/+66 |
2019-01-22 | NAT: ipfix call optimization | Filip Varga | 4 | -9/+10 |
2019-01-21 | NAT: VPP-1537 IPFIX per worker processing | Filip Varga | 21 | -533/+545 |
2019-01-20 | buffers: don't init metadata, as it is already initialized | Damjan Marion | 1 | -36/+0 |
2019-01-16 | NAT: Fixed issues with dropping reverse packets with output-feature. | Dmitry Vakhrushev | 1 | -0/+32 |
2018-12-21 | NAT: fix coverity error 190176 (VPP-1474) | Matus Fabian | 1 | -0/+2 |
2018-12-20 | NAT: total users and sessions gauges (VPP-1484) | Matus Fabian | 10 | -9/+154 |
2018-12-18 | NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514) | Matus Fabian | 6 | -54/+447 |
2018-12-14 | NAT: counters (VPP-1484) | Matus Fabian | 8 | -76/+362 |
2018-11-29 | NAT: syslog - sessions logging (VPP-1139) | Matus Fabian | 11 | -2/+463 |
2018-11-23 | NAT44: improve expired sessions reuse (VPP-1503) | Matus Fabian | 2 | -79/+65 |
2018-11-22 | NAT44: Apply transitory timeout on TCP RST (VPP-1494) | Matus Fabian | 2 | -0/+9 |
2018-11-20 | NAT44: fix virtual fragmentation reassembly in forwarding mode (VPP-1501) | Matus Fabian | 1 | -0/+8 |
2018-11-19 | NAT44: fix bug in TCP close with output-feature interface (VPP-1493) | Matus Fabian | 4 | -4/+82 |