Age | Commit message (Expand) | Author | Files | Lines |
2020-06-04 | nat: fixed input validation |  Filip Varga | 1 | -1/+0 |
2020-05-14 | nat: ED: store both thread&session idx in hash |  Klement Sekera | 1 | -26/+76 |
2020-05-13 | nat: fix LRU blocked by inactive session |  Klement Sekera | 1 | -10/+11 |
2020-05-13 | nat: perf improvement - replace branchy code |  Klement Sekera | 1 | -15/+15 |
2020-05-13 | nat: handoff next node feature fix |  Filip Varga | 1 | -2/+2 |
2020-05-08 | nat: fix per thread data vlib_main_t usage take 2 |  Ole Troan | 1 | -6/+7 |
2020-05-07 | nat: fix per thread data vlib_main_t usage |  Filip Varga | 1 | -3/+6 |
2020-05-04 | nat: per vrf session limits |  Filip Varga | 1 | -4/+12 |
2020-04-27 | nat: improve perf - long read after short write |  Klement Sekera | 1 | -73/+68 |
2020-04-24 | nat: ignore user hash in ED NAT |  Klement Sekera | 1 | -41/+7 |
2020-04-24 | nat: make usage of vnet_buffer2 transparent |  Klement Sekera | 1 | -4/+4 |
2020-04-24 | nat: ED: reduce number of hash tables used |  Klement Sekera | 1 | -10/+0 |
2020-04-08 | nat: ED: global session LRU list |  Klement Sekera | 1 | -5/+1 |
2020-04-07 | nat: ED: port re-use algorithm |  Klement Sekera | 1 | -0/+10 |
2020-04-07 | nat: don't drop packet for expired session |  Klement Sekera | 1 | -2/+2 |
2020-03-31 | nat: fix unknown proto translation out2in_ed |  Alexander Chernavin | 1 | -2/+2 |
2020-03-26 | nat: transitory timeout for TCP CLOSED state |  Klement Sekera | 1 | -8/+38 |
2020-03-25 | nat: fix error counters |  Klement Sekera | 1 | -0/+5 |
2020-03-13 | nat: timed out session scavenging upgrade |  Filip Varga | 1 | -2/+15 |
2020-02-20 | nat: nat44 split slow and fast path |  Filip Varga | 1 | -567/+169 |
2020-01-17 | nat: refactor of port/address allocation functions |  Filip Varga | 1 | -4/+4 |
2020-01-03 | nat: use SVR |  Klement Sekera | 1 | -546/+221 |
2019-12-12 | nat: session cleanup fix |  Filip Varga | 1 | -0/+3 |
2019-11-19 | nat: respect arc features (multi worker) |  Filip Varga | 1 | -139/+138 |
2019-11-05 | nat: respect udp checksum |  Filip Varga | 1 | -26/+101 |
2019-11-04 | nat: revert respect udp checksum |  Ole Troan | 1 | -101/+26 |
2019-10-28 | nat: respect udp checksum |  Filip Varga | 1 | -26/+101 |
2019-08-22 | nat: handoff traffic matching for dynamic NAT |  Filip Varga | 1 | -79/+3 |
2019-07-31 | nat: elog rewrite for multi-worker support |  Filip Varga | 1 | -17/+17 |
2019-05-30 | NAT: create bypass in correct thread if workers>1 |  Alexander Chernavin | 1 | -9/+40 |
2019-04-26 | nat: fix ED mode unknown proto session management |  Matthew Smith | 1 | -1/+10 |
2019-02-27 | NAT44: active-passive HA (VPP-1571) |  Matus Fabian | 1 | -12/+24 |
2019-02-18 | NAT: VPP-1552 code migration from old multiarch scheme |  Filip Varga | 1 | -31/+16 |
2019-01-21 | NAT: VPP-1537 IPFIX per worker processing |  Filip Varga | 1 | -3/+5 |
2018-12-14 | NAT: counters (VPP-1484) |  Matus Fabian | 1 | -12/+48 |
2018-11-29 | NAT: syslog - sessions logging (VPP-1139) |  Matus Fabian | 1 | -0/+21 |
2018-11-19 | NAT44: fix bug in TCP close with output-feature interface (VPP-1493) |  Matus Fabian | 1 | -1/+30 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 1 | -6/+5 |
2018-10-08 | NAT44: do not create session record for identity mapping (VPP-1439) |  Matus Fabian | 1 | -6/+34 |
2018-09-26 | NAT44: endpoint-dependent mode session timeout improvement (VPP-1423) |  Matus Fabian | 1 | -0/+14 |
2018-09-25 | NAT44: fix nat44_o2i_ed_is_idle_session_cb (VPP-1424) |  Matus Fabian | 1 | -1/+1 |
2018-09-24 | NAT44: endpoint-dependent mode session timeout improvement (VPP-1423) |  Matus Fabian | 1 | -3/+3 |
2018-09-21 | NAT: Refactoring / Housekeeping (VPP-1415) |  Matus Fabian | 1 | -0/+1868 |