Age | Commit message (Expand) | Author | Files | Lines |
2020-06-08 | nat: more long read after short write optimization |  Klement Sekera | 15 | -1060/+1051 |
2020-06-04 | nat: fix coverity warning |  Klement Sekera | 1 | -1/+1 |
2020-06-04 | nat: fixed input validation |  Filip Varga | 7 | -21/+22 |
2020-06-04 | nat: add tracing for nat44-hairpinning |  Klement Sekera | 3 | -15/+84 |
2020-06-03 | nat: refactor mss_clamping to not depend on snat_main_t |  Ole Troan | 9 | -68/+83 |
2020-06-01 | nat: update ip4-udp src port for checksum == 0 pkts |  Dave Barach | 1 | -3/+6 |
2020-05-27 | nat: fix regarding vm arg for vlib_time_now call |  Elias Rudberg | 1 | -1/+2 |
2020-05-22 | nat: fix dslite session port allocation |  Vladimir Ratnikov | 1 | -4/+4 |
2020-05-22 | nat: output fib index fix |  Filip Varga | 1 | -69/+47 |
2020-05-15 | misc: removed executable bits from source files |  Ray Kinsella | 4 | -0/+0 |
2020-05-14 | nat: unhide tests |  Klement Sekera | 1 | -5/+5 |
2020-05-14 | nat: "users" dump for ED-NAT |  Klement Sekera | 3 | -0/+170 |
2020-05-14 | nat: remove unused code |  Klement Sekera | 2 | -3/+0 |
2020-05-14 | nat: ED: store both thread&session idx in hash |  Klement Sekera | 9 | -197/+315 |
2020-05-14 | nat: fix segv if out of ports in ed mode |  Alexander Chernavin | 2 | -1/+47 |
2020-05-13 | nat: fix broken build |  Klement Sekera | 1 | -1/+1 |
2020-05-13 | nat: fix LRU blocked by inactive session |  Klement Sekera | 10 | -161/+391 |
2020-05-13 | nat: perf improvement - replace branchy code |  Klement Sekera | 32 | -451/+401 |
2020-05-13 | nat: handoff next node feature fix |  Filip Varga | 7 | -47/+159 |
2020-05-08 | docs: fix merge damage in nat.h |  Dave Wallace | 1 | -4/+0 |
2020-05-08 | nat: fix per thread data vlib_main_t usage take 2 |  Ole Troan | 7 | -42/+32 |
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 | 9 | -75/+97 |
2020-05-06 | docs: clean up make docs job |  Paul Vinciguerra | 5 | -9/+29 |
2020-05-06 | nat: ipfix logging vlib_mains[thread_index] bugfix |  Elias Rudberg | 1 | -16/+16 |
2020-05-06 | nat: enable force session cleanup |  Filip Varga | 6 | -142/+236 |
2020-05-06 | nat: fix coverity warning |  Klement Sekera | 1 | -19/+5 |
2020-05-05 | nat: remove unused code |  Klement Sekera | 1 | -27/+0 |
2020-05-04 | nat: per vrf session limits |  Filip Varga | 9 | -29/+310 |
2020-05-03 | tests: vpp_interface remove deprecated packed properties |  Paul Vinciguerra | 1 | -12/+14 |
2020-04-28 | nat: remove unused code |  Klement Sekera | 1 | -9/+0 |
2020-04-27 | nat: improve perf - long read after short write |  Klement Sekera | 7 | -363/+424 |
2020-04-24 | nat: ignore user hash in ED NAT |  Klement Sekera | 8 | -362/+273 |
2020-04-24 | nat: make usage of vnet_buffer2 transparent |  Klement Sekera | 5 | -21/+13 |
2020-04-24 | nat: ED: reduce number of hash tables used |  Klement Sekera | 5 | -212/+210 |
2020-04-24 | nat: fix extended unit tests |  Klement Sekera | 1 | -2/+2 |
2020-04-23 | nat: add/del ed_ext_ports only if the table is instantiated |  Dave Barach | 1 | -4/+6 |
2020-04-21 | nat: dslite ce mode in separate config entry |  Vladimir Ratnikov | 2 | -4/+20 |
2020-04-20 | nat: remove unused code |  Klement Sekera | 5 | -484/+3 |
2020-04-16 | nat: scavenging functionality removed |  Filip Varga | 7 | -392/+9 |
2020-04-08 | nat: use correct data types for memory sizes |  Klement Sekera | 8 | -25/+25 |
2020-04-08 | nat: ED: global session LRU list |  Klement Sekera | 6 | -19/+110 |
2020-04-08 | nat: preallocate pools |  Klement Sekera | 1 | -0/+3 |
2020-04-07 | nat: ED: port re-use algorithm |  Klement Sekera | 6 | -45/+196 |
2020-04-07 | nat: don't drop packet for expired session |  Klement Sekera | 3 | -6/+4 |
2020-03-31 | nat: fix unknown proto translation out2in_ed |  Alexander Chernavin | 1 | -2/+2 |
2020-03-27 | acl: API cleanup |  Jakub Grajciar | 1 | -51/+14 |
2020-03-26 | acl: revert acl: api cleanup |  Ole Trøan | 1 | -14/+51 |
2020-03-26 | acl: API cleanup |  Jakub Grajciar | 1 | -51/+14 |
2020-03-26 | nat: transitory timeout for TCP CLOSED state |  Klement Sekera | 9 | -118/+329 |