Age | Commit message (Expand) | Author | Files | Lines |
2020-12-11 | nat: fix byte order on ipfix message fields |  Matthew Smith | 1 | -3/+6 |
2020-12-08 | nat: avoid hairpinning infinite loop problem |  Elias Rudberg | 2 | -0/+100 |
2020-12-07 | tests: py2 cleanup - remove subclassing of object |  Paul Vinciguerra | 12 | -12/+12 |
2020-12-03 | nat: fix forwarding handoff workaround |  Filip Varga | 5 | -28/+168 |
2020-12-03 | nat: fix incorrect session removal case |  Klement Sekera | 3 | -10/+43 |
2020-12-02 | nat: use correct per-thread vlib_main |  Benoît Ganne | 1 | -8/+8 |
2020-11-26 | nat: fix tests |  Filip Varga | 5 | -110/+42 |
2020-11-25 | api: vat2 and json autogeneration for api messages |  Ole Troan | 2 | -5/+2 |
2020-11-13 | nat: cleanup & reorganization |  Filip Varga | 22 | -125/+122 |
2020-11-13 | nat: api,cli and test update & cleanup |  Filip Varga | 10 | -2241/+429 |
2020-11-12 | nat: use table ID for nat44 ipfix session events |  Matthew Smith | 2 | -7/+10 |
2020-11-05 | nat: fix hairpinning trace |  Klement Sekera | 1 | -3/+3 |
2020-11-05 | nat: remove unnecessary code |  Klement Sekera | 3 | -28/+24 |
2020-11-05 | nat: fix byte order of vrf_id in logging |  Alexander Chernavin | 1 | -0/+3 |
2020-11-05 | nat: remove unused code |  Klement Sekera | 1 | -22/+0 |
2020-11-03 | nat: bihash: fix buckets calc and remove mem param |  Klement Sekera | 5 | -92/+33 |
2020-11-02 | nat: fix nat64 disable |  Benoît Ganne | 1 | -5/+10 |
2020-10-28 | misc: Break the big IP header files to improve compile time |  Neale Ranns | 1 | -0/+1 |
2020-10-26 | nat: nat44 cli command fix |  Filip Varga | 2 | -11/+10 |
2020-10-23 | nat: nat44 enable/disable dynamic config |  Filip Varga | 10 | -554/+992 |
2020-10-21 | misc: minimize dependencies on udp.h |  Florin Coras | 8 | -6/+10 |
2020-10-16 | nat: error in input parameter of init_nat_k |  Dengfeng Liu | 1 | -1/+1 |
2020-10-14 | nat: Fix ICMP bypass session creation |  Vladimir Isaev | 1 | -0/+6 |
2020-10-12 | nat: set fib index for bypass session |  Vladimir Isaev | 2 | -1/+2 |
2020-10-09 | nat: ipfix logging separation & refactor |  Filip Varga | 14 | -263/+240 |
2020-10-08 | nat: use proper type for counters |  Klement Sekera | 1 | -2/+2 |
2020-10-07 | misc: Purge unused pg includes |  Neale Ranns | 4 | -4/+0 |
2020-10-07 | nat: move nat64 to a subfeature |  Filip Varga | 21 | -2636/+3607 |
2020-10-07 | nat: det44 plugin fix style and api cleanup |  Filip Varga | 3 | -18/+22 |
2020-10-02 | nat: add dummy nat_ha_resync() to avoid missing symbol errors |  Damjan Marion | 1 | -0/+7 |
2020-09-16 | api: clean up use of deprecated flag |  Ole Troan | 1 | -11/+11 |
2020-09-14 | nat: delay datastructure allocation until configured |  Ole Troan | 2 | -18/+33 |
2020-09-11 | nat: Fix next feature for ED with multiple workers |  Vladimir Isaev | 3 | -2/+25 |
2020-09-11 | nat: endian mismatch |  Filip Varga | 1 | -7/+13 |
2020-09-02 | nat: twice-nat static mapping pool address |  Filip Varga | 10 | -95/+354 |
2020-09-01 | ip: fix ip zero checksum verification |  Benoît Ganne | 1 | -1/+1 |
2020-08-31 | nat: fix type in api message |  Klement Sekera | 4 | -2/+204 |
2020-08-20 | nat: fixed cli nat summary and nat limit |  Filip Varga | 3 | -50/+109 |
2020-08-19 | nat: session cli command fix |  Filip Varga | 1 | -3/+11 |
2020-08-17 | nat: det: replace speculative buffer enqueue model |  Klement Sekera | 2 | -948/+897 |
2020-08-17 | nat: sessions get expired when fib table removed |  Filip Varga | 7 | -9/+348 |
2020-08-13 | nat: move deterministic nat to det44 sub feature |  Filip Varga | 27 | -3108/+4484 |
2020-08-13 | nat: remove non-error error counters |  Klement Sekera | 16 | -507/+585 |
2020-08-06 | misc: harmonize names |  Dave Barach | 2 | -9/+10 |
2020-07-28 | nat: limit resource consumption when out of ports |  Klement Sekera | 1 | -2/+7 |
2020-07-23 | nat: fix port number selection |  Elias Rudberg | 2 | -6/+6 |
2020-07-15 | nat: add prefetching to in2out_ed/out2in_ed |  Klement Sekera | 2 | -2/+27 |
2020-07-02 | nat: nat66 to plugin |  Ole Troan | 14 | -480/+607 |
2020-06-27 | nat: replace speculative buffer enqueue model |  Klement Sekera | 5 | -2278/+2107 |
2020-06-25 | nat: avoid division by zero |  Klement Sekera | 1 | -1/+8 |