Age | Commit message (Expand) | Author | Files | Lines |
2022-09-15 | nat: fix nat44-ed port range with multiple workers |  Vladislav Grishenko | 4 | -8/+15 |
2022-09-09 | nat: fix nat44-ed-in2out fast path next node |  Jing Peng | 1 | -1/+1 |
2022-08-31 | nat: fix coverity 249194 |  Andrew Yourtchenko | 1 | -1/+1 |
2022-08-31 | nat: fix coverity 249178 |  Andrew Yourtchenko | 1 | -1/+1 |
2022-08-29 | nat: fix coverity 249202 |  Benoît Ganne | 1 | -2/+2 |
2022-08-19 | nat: simplify per-protocol code by using an array |  Jon Loeliger | 4 | -243/+158 |
2022-08-18 | nat: Replace port refcounts with simple bitvectors |  Jon Loeliger | 2 | -17/+80 |
2022-08-16 | nat: fix potential out-of-bound worker array index |  Jing Peng | 3 | -24/+36 |
2022-05-31 | nat: disable nat44-ei-in2out-output ttl check |  Alexander Skorichenko | 1 | -3/+3 |
2022-05-12 | pnat: add support to wildcard IP Protocol field if not specified |  Fahad Naeem | 4 | -4/+39 |
2022-05-10 | tests: replace pycodestyle with black |  Klement Sekera | 14 | -229/+315 |
2022-05-10 | nat: improve icmp type detection performance |  Klement Sekera | 1 | -12/+10 |
2022-04-21 | nat: tweak rfc7857 tcp connection tracking |  Ole Troan | 4 | -292/+61 |
2022-04-18 | nat: fix deleting nat ei out interface feature |  Alexander Skorichenko | 1 | -2/+2 |
2022-04-05 | nat: nat44 cli bug fix |  Filip Varga | 5 | -42/+38 |
2022-04-01 | nat: VRF routing & FIB improvements |  Filip Varga | 8 | -281/+727 |
2022-04-01 | nat: nat44-ed cleanup & fixes |  Filip Varga | 7 | -1303/+645 |
2022-03-23 | vppinfra: change vlib_register_node so it takes format string for node name |  Damjan Marion | 1 | -1/+2 |
2022-03-17 | nat: fix ICMP error translation |  Klement Sekera | 1 | -0/+3 |
2022-03-09 | stats: refactor |  Damjan Marion | 2 | -13/+7 |
2022-02-21 | nat: make tcp/udp/icmp packet counters consistent |  Klement Sekera | 2 | -4/+12 |
2022-02-15 | tcp: Do not include the tcp_packet.h file in the ip4_packet.h |  Neale Ranns | 2 | -0/+2 |
2022-02-03 | ip nat: use ip rx sw_if_index in ip-local arc start |  Florin Coras | 1 | -7/+31 |
2022-02-01 | nat: memory leak on nat44_plugin_disable |  Steven Luong | 1 | -0/+2 |
2022-02-01 | nat: nat44-ei hairpinning code cleanup |  Filip Varga | 7 | -1547/+673 |
2022-01-24 | nat: TCP state tracking based on RFC 7857/RFC 6146 |  Klement Sekera | 10 | -332/+589 |
2022-01-04 | nat: remove nat44-ed relation between SM and addr |  Filip Varga | 6 | -555/+436 |
2022-01-04 | nat: nat44-ed pool address allocation improvement |  Filip Varga | 4 | -58/+289 |
2021-11-26 | api: add helper macros for native endian |  Mohsin Kazmi | 3 | -20/+4 |
2021-11-22 | ipfix-export: Change exp to use ip_address |  Paul Atkins | 1 | -4/+4 |
2021-11-22 | ipfix-export: refactor params to the callback fns |  Paul Atkins | 1 | -31/+16 |
2021-11-22 | ipfix-export: pass an exp to flow_report_add_del |  Paul Atkins | 1 | -83/+69 |
2021-11-22 | ipfix-export: refactor fields in flow_report_main |  Paul Atkins | 1 | -23/+30 |
2021-11-17 | nat: VPP crashes when route is not reachable |  Daniel Béreš | 1 | -0/+3 |
2021-11-17 | nat: det44 plugin session scavenging fix |  Filip Varga | 1 | -15/+27 |
2021-11-11 | tests: make code coverage for unit tests optional |  Ole Troan | 1 | -1/+1 |
2021-11-11 | nat: nat44-ei/ed nat objects cleanup improvements |  Filip Varga | 5 | -259/+489 |
2021-11-10 | nat: api autoendian fix |  Filip Varga | 5 | -60/+86 |
2021-10-31 | interface: handoff refactor and optimizations |  Florin Coras | 2 | -2/+0 |
2021-10-30 | nat: fix coverity warning |  Klement Sekera | 1 | -1/+1 |
2021-10-20 | nat: nat44-ei configuration improvements |  Filip Varga | 6 | -1027/+1574 |
2021-10-20 | nat: NAT44-ED api fix and improvement |  Filip Varga | 4 | -16/+14 |
2021-10-14 | nat: static mappings in flow hash |  Klement Sekera | 27 | -1475/+1086 |
2021-10-13 | docs: convert plugins doc md->rst |  Nathan Skrzypczak | 6 | -180/+224 |
2021-10-13 | nat: fix coverity warning |  Klement Sekera | 1 | -1/+1 |
2021-10-13 | nat: fix static mapping segv |  Joshua Roys | 1 | -1/+1 |
2021-10-12 | Revert "nat: static mappings in flow hash" |  Ole Troan | 27 | -1058/+1457 |
2021-10-12 | nat: static mappings in flow hash |  Klement Sekera | 27 | -1457/+1058 |
2021-10-05 | nat: NAT44 ED api fix and improvement |  Filip Varga | 3 | -14/+178 |
2021-09-30 | nat: doc nitfixes |  Nathan Skrzypczak | 5 | -8/+8 |