Age | Commit message (Expand) | Author | Files | Lines |
2020-01-03 | nat: add feature.yaml |  Ole Troan | 1 | -0/+27 |
2019-12-17 | ip: Protocol Independent IP Neighbors |  Neale Ranns | 1 | -2/+2 |
2019-12-12 | nat: session cleanup fix |  Filip Varga | 8 | -79/+266 |
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 | 6 | -35/+46 |
2019-11-27 | nat: fix dhcp client on outside interface with output feature |  Alexander Chernavin | 2 | -0/+86 |
2019-11-26 | fib: Table Replace |  Neale Ranns | 1 | -13/+16 |
2019-11-19 | nat: respect arc features (multi worker) |  Filip Varga | 7 | -419/+887 |
2019-11-15 | tests: Remove the unrequired VPP IP address/prefix class wrappers |  Neale Ranns | 1 | -13/+7 |
2019-11-06 | build: add yaml file linting to make checkstyle |  Paul Vinciguerra | 1 | -7/+6 |
2019-11-05 | misc: Fix python scripts shebang line |  Renato Botelho do Couto | 3 | -3/+3 |
2019-11-05 | nat: NAT udp counter & unit test fixes |  Filip Varga | 5 | -20/+20 |
2019-11-05 | nat: respect udp checksum |  Filip Varga | 6 | -170/+428 |
2019-11-04 | nat: revert respect udp checksum |  Ole Troan | 6 | -428/+166 |
2019-11-04 | nat: revert fix dual-loop tcp checksum botch |  Ole Troan | 1 | -17/+9 |
2019-11-04 | nat: fix dual-loop tcp checksum botch |  Dave Barach | 1 | -9/+17 |
2019-10-28 | nat: respect udp checksum |  Filip Varga | 6 | -166/+428 |
2019-10-22 | ip: ipfix-export API update |  Jakub Grajciar | 1 | -80/+76 |
2019-10-17 | nat: tests support python3 |  Ole Troan | 1 | -10/+9 |
2019-10-04 | nat: fix use-after-free |  Benoît Ganne | 1 | -4/+6 |
2019-09-23 | nat: fix update of outside fibs (output-feature) |  Dmitry Vakhrushev | 3 | -4/+198 |
2019-09-16 | api: autogenerate api trace print/endian |  Ole Troan | 1 | -0/+5 |
2019-09-10 | misc: fix shebang with missing env |  Nathan Skrzypczak | 1 | -1/+1 |
2019-09-03 | api: enforce vla is last and fixed string type |  Ole Troan | 3 | -123/+42 |
2019-08-22 | tests: move plugin tests to src/plugins/*/test |  Dave Wallace | 2 | -0/+9846 |
2019-08-22 | nat: handoff traffic matching for dynamic NAT |  Filip Varga | 9 | -222/+493 |
2019-08-20 | vppapigen: remove support for legacy typedefs |  Paul Vinciguerra | 2 | -2/+1 |
2019-08-01 | nat: handoff rewrite & fixes for multi-worker |  Filip Varga | 2 | -60/+163 |
2019-07-31 | nat: elog rewrite for multi-worker support |  Filip Varga | 17 | -142/+340 |
2019-07-23 | nat: fixed handoff in2out lookup of static mappings by external address |  Filip Varga | 1 | -2/+2 |
2019-07-12 | nat: added handoff trace index for easier trace match |  Filip Varga | 1 | -2/+4 |
2019-07-12 | nat: fix net44 lb static API |  Benoît Ganne | 1 | -1/+1 |
2019-07-09 | vat: unload unused vat plugins |  Dave Barach | 1 | -2/+3 |
2019-06-26 | api: refactor format_vl_api_prefix_t return keys |  Paul Vinciguerra | 1 | -3/+3 |
2019-06-26 | api: Remove the inlines file and replace with library functions |  Neale Ranns | 1 | -1/+0 |
2019-06-18 | api: string type to convert to vector |  Ole Troan | 1 | -0/+1 |
2019-06-12 | NAT: interface fib fix (VPP-1691) |  Filip Varga | 1 | -8/+16 |
2019-06-07 | no trigger nat ipfix flush in first worker |  dongjuan | 1 | -1/+1 |
2019-05-30 | nat44: fix CLI doc error |  jackiechen1985 | 1 | -2/+2 |
2019-05-30 | NAT: create bypass in correct thread if workers>1 |  Alexander Chernavin | 1 | -9/+40 |
2019-05-28 | nat44: make nat44-ed-hairpin-src follow arc |  Matthew Smith | 1 | -1/+1 |
2019-05-23 | Fix vpp crash bug while deleting dhcp client |  jackiechen1985 | 1 | -0/+1 |
2019-05-16 | Add default value for API Nat flags |  Michal Cmarada | 1 | -0/+1 |
2019-05-15 | Remove unused function nat44_ha_resync() and error IN_PROGRESS. |  Jon Loeliger | 1 | -38/+0 |
2019-05-10 | Fix typo in nat44_cli.c:nat_ha_failover_command_fn. |  Paul Vinciguerra | 1 | -3/+3 |
2019-05-09 | NAT: VPP-1665 coverity scan issue fix |  Filip Varga | 1 | -2/+9 |
2019-05-06 | NAT64: Fix port byte order in nat64_free_out_addr_and_port |  Faicker Mo | 1 | -1/+1 |
2019-05-06 | NAT66:assgin a error value for clib_bihash_kv_48_8_t kv |  lijianpeng | 1 | -2/+3 |
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 | 3 | -8/+24 |