Age | Commit message (Expand) | Author | Files | Lines |
2020-05-13 | nat: fix LRU blocked by inactive session | Klement Sekera | 1 | -71/+34 |
2020-05-13 | nat: perf improvement - replace branchy code | Klement Sekera | 1 | -47/+47 |
2020-05-13 | nat: handoff next node feature fix | Filip Varga | 1 | -15/+9 |
2020-05-08 | nat: fix per thread data vlib_main_t usage take 2 | Ole Troan | 1 | -18/+4 |
2020-05-07 | nat: remove duplicate line of code | Klement Sekera | 1 | -1/+0 |
2020-05-07 | nat: fix per thread data vlib_main_t usage | Filip Varga | 1 | -10/+21 |
2020-05-06 | nat: enable force session cleanup | Filip Varga | 1 | -44/+71 |
2020-05-04 | nat: per vrf session limits | Filip Varga | 1 | -1/+22 |
2020-04-27 | nat: improve perf - long read after short write | Klement Sekera | 1 | -111/+134 |
2020-04-24 | nat: ignore user hash in ED NAT | Klement Sekera | 1 | -175/+159 |
2020-04-24 | nat: ED: reduce number of hash tables used | Klement Sekera | 1 | -51/+34 |
2020-04-23 | nat: add/del ed_ext_ports only if the table is instantiated | Dave Barach | 1 | -4/+6 |
2020-04-16 | nat: scavenging functionality removed | Filip Varga | 1 | -13/+0 |
2020-04-08 | nat: use correct data types for memory sizes | Klement Sekera | 1 | -4/+4 |
2020-04-08 | nat: ED: global session LRU list | Klement Sekera | 1 | -3/+50 |
2020-04-08 | nat: preallocate pools | Klement Sekera | 1 | -0/+3 |
2020-04-07 | nat: ED: port re-use algorithm | Klement Sekera | 1 | -22/+43 |
2020-03-26 | nat: transitory timeout for TCP CLOSED state | Klement Sekera | 1 | -1/+2 |
2020-03-25 | nat: fix error counters | Klement Sekera | 1 | -1/+5 |
2020-03-13 | nat: in2out/out2in handoff node index bugfix | Elias Rudberg | 1 | -2/+2 |
2020-03-13 | nat: timed out session scavenging upgrade | Filip Varga | 1 | -50/+164 |
2020-02-20 | nat: avoid running pointless session cleanups | Klement Sekera | 1 | -0/+1 |
2020-02-05 | nat: move dslite to separate sub-plugin | Ole Troan | 1 | -15/+3 |
2020-01-24 | nat: in2out-output nodes work with acl reflect | Matthew Smith | 1 | -2/+4 |
2020-01-03 | nat: use SVR | Klement Sekera | 1 | -90/+94 |
2019-12-12 | nat: session cleanup fix | Filip Varga | 1 | -22/+46 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-12-04 | fib: Decouple source from priority and behaviour | Neale Ranns | 1 | -17/+27 |
2019-11-19 | nat: respect arc features (multi worker) | Filip Varga | 1 | -24/+95 |
2019-09-23 | nat: fix update of outside fibs (output-feature) | Dmitry Vakhrushev | 1 | -0/+10 |
2019-08-22 | nat: handoff traffic matching for dynamic NAT | Filip Varga | 1 | -21/+198 |
2019-08-01 | nat: handoff rewrite & fixes for multi-worker | Filip Varga | 1 | -22/+36 |
2019-07-31 | nat: elog rewrite for multi-worker support | Filip Varga | 1 | -31/+33 |
2019-07-23 | nat: fixed handoff in2out lookup of static mappings by external address | Filip Varga | 1 | -2/+2 |
2019-06-12 | NAT: interface fib fix (VPP-1691) | Filip Varga | 1 | -8/+16 |
2019-05-23 | Fix vpp crash bug while deleting dhcp client | jackiechen1985 | 1 | -0/+1 |
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 | 1 | -3/+12 |
2019-04-26 | nat: prevent creation when-resolved static mappings on errors | Alexander Chernavin | 1 | -1/+1 |
2019-04-09 | nat: initialize fq_in2out_output_index | Matthew Smith | 1 | -0/+1 |
2019-02-27 | NAT44: active-passive HA (VPP-1571) | Matus Fabian | 1 | -28/+411 |
2019-02-18 | NAT: VPP-1552 code migration from old multiarch scheme | Filip Varga | 1 | -4/+57 |
2019-02-18 | NAT44: fix snat_get_worker_out2in_cb (VPP-1536) | Matus Fabian | 1 | -9/+36 |
2019-01-28 | Fix issues with order of NAT commands before set VRF table on an interface | Dmitry Vakhrushev | 1 | -2/+66 |
2019-01-21 | NAT: VPP-1537 IPFIX per worker processing | Filip Varga | 1 | -5/+6 |
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 | 1 | -0/+18 |
2018-12-18 | NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514) | Matus Fabian | 1 | -40/+233 |
2018-11-29 | NAT: syslog - sessions logging (VPP-1139) | Matus Fabian | 1 | -0/+15 |