Age | Commit message (Expand) | Author | Files | Lines |
2019-09-11 | bonding: API cleanup |  Jakub Grajciar | 1 | -0/+1 |
2019-09-04 | bfd: API cleanup |  Jakub Grajciar | 1 | -81/+5 |
2019-07-26 | dhcp ip: DSCP settings for transmitted DHCP packets |  Neale Ranns | 1 | -1/+3 |
2019-07-24 | qos: QoS dump APIs |  Neale Ranns | 1 | -22/+0 |
2019-07-19 | bonding: add support for numa-only in lacp mode |  Zhiyong Yang | 1 | -0/+3 |
2019-07-12 | tests: remove invalid arguments passed to papi |  Paul Vinciguerra | 1 | -5/+1 |
2019-07-05 | gbp: add unit-tests for anonymous l3out |  Benoît Ganne | 1 | -2/+3 |
2019-07-01 | gbp: VRF scoped contracts |  Neale Ranns | 1 | -2/+5 |
2019-06-25 | tests: fix test_gbp.py. |  Paul Vinciguerra | 1 | -52/+1 |
2019-06-18 | ipsec: ipsec-tun protect |  Neale Ranns | 1 | -13/+0 |
2019-06-18 | fib: fib api updates |  Neale Ranns | 1 | -105/+132 |
2019-06-14 | ipsec: Correctly rewind the buffer to the IP header when punting UDP encapped... |  Neale Ranns | 1 | -1/+3 |
2019-05-28 | Punt: socket register for exception dispatched/punted packets based on reason |  Neale Ranns | 1 | -18/+5 |
2019-05-27 | IPIP tunnel: use address types on API |  Neale Ranns | 1 | -1/+0 |
2019-05-17 | Tests: Refactor. Remove copies of enums. |  Paul Vinciguerra | 1 | -18/+0 |
2019-05-17 | Tests: Raise exception if API cli_inband command fails. |  Paul Vinciguerra | 1 | -0/+12 |
2019-05-15 | vpp_papi: remove dependency on environment var. VPP_API_DIR. |  Paul Vinciguerra | 1 | -10/+9 |
2019-05-10 | tests: test/vpp_papi_provider.py Specify exception to catch. |  Paul Vinciguerra | 1 | -1/+1 |
2019-05-02 | NAT: VPP-1661 - test case cleanup and refactoring |  Filip Varga | 1 | -459/+0 |
2019-05-02 | vpp_papi_provider.py: update defautmapping. |  Paul Vinciguerra | 1 | -0/+2 |
2019-04-24 | NAT: VPP-1531 api cleanup & update |  Filip Varga | 1 | -183/+56 |
2019-04-23 | API: Python and Unix domain socket improvement |  Ole Troan | 1 | -1/+9 |
2019-04-23 | Revert "NAT: VPP-1531 api cleanup & update" |  Ole Trøan | 1 | -56/+183 |
2019-04-23 | NAT: VPP-1531 api cleanup & update |  Filip Varga | 1 | -183/+56 |
2019-04-18 | GRE: API update |  Neale Ranns | 1 | -14/+15 |
2019-04-17 | api: Add to interface crud - read by sw_if_index. |  Paul Vinciguerra | 1 | -0/+1 |
2019-04-17 | IPSEC: Pass the algorithm salt (used in GCM) over the API |  Neale Ranns | 1 | -2/+5 |
2019-04-02 | IPSEC-GRE; tests |  Neale Ranns | 1 | -0/+13 |
2019-03-29 | tests: test/vpp_l2.py fix missing name. |  Paul Vinciguerra | 1 | -13/+0 |
2019-03-28 | Typos. A bunch of typos I've been collecting. |  Paul Vinciguerra | 1 | -7/+7 |
2019-03-27 | GBP: fixes for l3-out routing |  Neale Ranns | 1 | -1/+3 |
2019-03-22 | tests: update test_lb.py to use api call lb_conf. |  Paul Vinciguerra | 1 | -0/+2 |
2019-03-21 | ipsec: add ipv6 support for ipsec tunnel interface |  Kingwel Xie | 1 | -14/+21 |
2019-03-19 | Revert "tests: Deprecate the use of CLI commands in tests." |  Neale Ranns | 1 | -5/+0 |
2019-03-18 | Tests: Trivial. Define constants once. |  Paul Vinciguerra | 1 | -4/+1 |
2019-03-18 | tests: Deprecate the use of CLI commands in tests. |  Paul Vinciguerra | 1 | -0/+5 |
2019-03-11 | vpp_papi_provider: Remove more wrapper functions. |  Ole Troan | 1 | -403/+5 |
2019-03-11 | VPP-1508: Tests: Fix vpp_api struct.error under py3. |  Paul Vinciguerra | 1 | -2/+2 |
2019-03-11 | Tests: fix time.sleep(0) # yield. Reduce sleep related log messages. |  Paul Vinciguerra | 1 | -1/+1 |
2019-03-06 | test framework: vpp_papi_provider.py - further cleanup |  Ole Troan | 1 | -1073/+249 |
2019-03-06 | GBP: use sclass in the DP for policy |  Neale Ranns | 1 | -13/+13 |
2019-03-06 | GBP: learn from ARP and L2 packets |  Neale Ranns | 1 | -2/+3 |
2019-03-05 | Test: vpp_papi_provider. __getattr__ |  Paul Vinciguerra | 1 | -4/+8 |
2019-03-05 | GBP: per-group EP retention policy |  Neale Ranns | 1 | -7/+4 |
2019-03-04 | test framework: Fix wrapper functions to match API message names. |  Ole Troan | 1 | -146/+74 |
2019-03-04 | test framework: add factory function and default parameters |  Ole Troan | 1 | -75/+36 |
2019-02-27 | NAT44: active-passive HA (VPP-1571) |  Matus Fabian | 1 | -0/+44 |
2019-02-04 | Fix inheritance problem in test/hook.py. |  Paul Vinciguerra | 1 | -2/+1 |
2019-01-31 | IPSEC: API modernisation |  Neale Ranns | 1 | -45/+49 |
2019-01-30 | Use IP and MAC API types for neighbors |  Neale Ranns | 1 | -30/+28 |