Age | Commit message (Expand) | Author | Files | Lines |
2020-12-10 | tests: check ethernet type in arp test case |  Elias Rudberg | 1 | -0/+4 |
2020-12-08 | tests: restore vapi C++ test under Centos-8 |  Paul Vinciguerra | 2 | -9/+1 |
2020-12-08 | fib: Source Address Selection |  Neale Ranns | 2 | -25/+144 |
2020-12-07 | tests: py2 cleanup - remove subclassing of object |  Paul Vinciguerra | 8 | -18/+18 |
2020-12-06 | tests: remove the dependency on subprocess32 |  Paul Vinciguerra | 2 | -14/+1 |
2020-12-06 | tests: refactor ForeignAddressFactory |  Paul Vinciguerra | 1 | -13/+0 |
2020-12-03 | tests: remove py2/py3 six compatability library |  Paul Vinciguerra | 9 | -37/+18 |
2020-12-03 | tests: fix typo in numbered list in documentation |  Elias Rudberg | 1 | -5/+6 |
2020-12-03 | tests: remove aenum library |  Paul Vinciguerra | 2 | -5/+1 |
2020-12-02 | tests: add type annotations to the vpp object abstract class |  Paul Vinciguerra | 1 | -12/+12 |
2020-12-01 | tests: remove ip_punt from vpp_papi_provider and add ip_punt object models |  Jakub Grajciar | 5 | -91/+103 |
2020-11-30 | tests: Fix unversioned python shebang lines |  Dave Wallace | 3 | -3/+3 |
2020-11-30 | tests: IPv6 multicast over GRE |  Neale Ranns | 1 | -0/+76 |
2020-11-26 | vlib: clean up event-logger CLI |  Dave Barach | 1 | -7/+7 |
2020-11-26 | fib: Only track cover if activated |  Neale Ranns | 1 | -5/+9 |
2020-11-25 | ipsec: A P2MP ipsec interface is NBMA |  Neale Ranns | 1 | -0/+2 |
2020-11-25 | ip-neighbor: Send API event when neighbor is removed |  Neale Ranns | 1 | -0/+35 |
2020-11-24 | tests: remove bond, pipe, session and api_namespace from vpp_papi_provider |  Jakub Grajciar | 5 | -61/+12 |
2020-11-24 | tests: remove svs, proxy_arp and gso from vpp_papi_provider |  Ole Troan | 3 | -85/+13 |
2020-11-24 | tests: [re]enable an ARP test form incomplete |  Neale Ranns | 1 | -8/+3 |
2020-11-20 | ip-neighbor: Use ip_address_t rather than ip46_address_t |  Neale Ranns | 2 | -1/+8 |
2020-11-17 | tests: move crypto tests to src/vnet/crypto/test |  Dave Wallace | 1 | -28/+0 |
2020-11-17 | tests: move classifier tests to src/vnet/classify/test |  Dave Wallace | 2 | -1059/+0 |
2020-11-17 | tests: move vpp-api tests to src/vpe-api/test |  Dave Wallace | 3 | -174/+0 |
2020-11-17 | tests: move gre tests to src/vnet/gre/test |  Dave Wallace | 1 | -1275/+0 |
2020-11-17 | tests: move GSO/GRO tests to src/vnet/gso/test |  Dave Wallace | 2 | -855/+0 |
2020-11-16 | tests: move cli tests to src/vlib/test |  Dave Wallace | 1 | -89/+0 |
2020-11-16 | tests: move buffer tests to src/vlib/test |  Dave Wallace | 1 | -29/+0 |
2020-11-16 | tests: move bihash tests to src/vppinfra/test |  Dave Wallace | 1 | -71/+0 |
2020-11-10 | classify: fix classify filter trace del cli processing |  Jon Loeliger | 2 | -7/+5 |
2020-11-02 | ipsec: Tunnel SA DSCP behaviour |  Neale Ranns | 6 | -25/+230 |
2020-10-21 | ipsec: support for multipoint on ipsec interfaces |  Neale Ranns | 2 | -4/+128 |
2020-10-21 | ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute API |  Neale Ranns | 6 | -140/+185 |
2020-10-16 | misc: deprecate VOM |  Damjan Marion | 3 | -2378/+3 |
2020-10-16 | ipsec: fix instance, and cli del for new ipsec interface |  Eric Kinzie | 2 | -4/+23 |
2020-10-08 | gre: MPLS over GRE does not select correct fixup function |  Neale Ranns | 1 | -1/+55 |
2020-10-08 | ip-neighbor: Grat ARPs from different subnet are dropped |  Neale Ranns | 2 | -1/+33 |
2020-10-08 | ipsec: Allow SAs with NULL auth &crypto on IPSec interface |  Neale Ranns | 1 | -4/+25 |
2020-10-08 | fib: Register multicast MAC with interface for accepting interfaces |  Neale Ranns | 1 | -2/+33 |
2020-10-07 | api: add heap alloc to vpp stats |  Ole Troan | 1 | -1/+0 |
2020-09-30 | ikev2: better packet parsing functions |  Filip Tehlar | 1 | -0/+24 |
2020-09-22 | lisp: Move to plugin |  Neale Ranns | 2 | -208/+2 |
2020-09-21 | geneve: Move to plugin |  Neale Ranns | 1 | -307/+0 |
2020-09-21 | misc: Move l2tp to plugin |  Neale Ranns | 1 | -47/+0 |
2020-09-21 | build: remove opensuse build infra |  Dave Wallace | 1 | -1/+1 |
2020-09-17 | teib: Add adj-fibs for peers/adjacencies on p2mp interface |  Neale Ranns | 2 | -4/+52 |
2020-09-09 | wireguard: initial implementation of wireguard protocol |  Artem Glazychev | 2 | -1/+5 |
2020-09-07 | ipsec: fix padding/alignment for native IPsec encryption |  Christian Hopps | 4 | -33/+101 |
2020-09-04 | vpp: Fix node APIs |  Nathan Skrzypczak | 1 | -1/+1 |
2020-09-02 | bonding: add bond_create2 API to include gso option |  Steven Luong | 2 | -16/+26 |