Age | Commit message (Expand) | Author | Files | Lines |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 2 | -6/+6 |
2020-12-09 | fib: supporting inner flow hash on tunnels |  Mohammed Hawari | 2 | -3/+13 |
2020-12-08 | tunnel: add cli support for encap_decap flags |  Mohammed Hawari | 1 | -0/+7 |
2020-11-26 | gre: Move to new API generated types/messages |  Neale Ranns | 2 | -66/+31 |
2020-11-17 | tests: move gre tests to src/vnet/gre/test |  Dave Wallace | 1 | -0/+1275 |
2020-10-21 | ipsec: support for multipoint on ipsec interfaces |  Neale Ranns | 1 | -1/+1 |
2020-10-19 | ip: Move the IP6 fib into ip6_[m]fib.c |  Neale Ranns | 1 | -6/+4 |
2020-10-08 | gre: MPLS over GRE does not select correct fixup function |  Neale Ranns | 1 | -2/+2 |
2020-10-07 | misc: Purge unused pg includes |  Neale Ranns | 2 | -2/+0 |
2020-09-22 | ipip: Add option to tunnel create help string |  Neale Ranns | 1 | -1/+2 |
2020-09-17 | teib: Use ip_address_t not ip46_address_t |  Neale Ranns | 2 | -8/+10 |
2020-09-17 | teib: Add adj-fibs for peers/adjacencies on p2mp interface |  Neale Ranns | 1 | -1/+2 |
2020-07-16 | gre: fix outer ip6 length |  Aloys Augustin | 1 | -5/+5 |
2020-04-22 | gre: Optimise encap node for tunnel types |  Neale Ranns | 3 | -9/+45 |
2020-02-04 | teib: Rename NHRP to TEIB |  Neale Ranns | 3 | -32/+32 |
2020-02-03 | gre: improve .api descriptions |  Vratko Polak | 1 | -8/+28 |
2020-02-03 | gre: add missing .api edits |  Vratko Polak | 1 | -2/+2 |
2020-01-30 | gre: Tunnel encap/decap flags |  Neale Ranns | 5 | -17/+123 |
2020-01-27 | ipip: Multi-point interface |  Neale Ranns | 3 | -15/+80 |
2020-01-27 | tunnel: Common types for IP tunnels |  Neale Ranns | 5 | -98/+28 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published |  John DeNisco | 1 | -1/+1 |
2020-01-06 | gre: fix feature.yaml error |  Ole Troan | 1 | -2/+2 |
2020-01-06 | gre: Add FEATURE.yaml |  Neale Ranns | 1 | -0/+13 |
2019-12-19 | gre: multipoint ingress lookup fix |  Neale Ranns | 3 | -59/+176 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 1 | -1/+1 |
2019-12-04 | gre: Multi-point interfaces |  Neale Ranns | 5 | -119/+239 |
2019-12-03 | fib: constify the adjacency in the rewrite nodes |  Neale Ranns | 1 | -2/+2 |
2019-06-18 | ipsec: ipsec-tun protect |  Neale Ranns | 1 | -0/+24 |
2019-06-07 | gre: update gre.api with explicit types |  Ole Troan | 1 | -6/+5 |
2019-05-28 | gre: don't register gre input nodes unless a gre tunnel is created |  Jakub Grajciar | 2 | -3/+4 |
2019-04-22 | GRE: set gre_tunnel_type init value to zero in API |  Alexander Chernavin | 1 | -1/+1 |
2019-04-18 | GRE: API update |  Neale Ranns | 4 | -88/+136 |
2019-04-08 | fixing typos |  Jim Thompson | 1 | -1/+1 |
2019-03-26 | ADJ: midchain delegate to performing stacking |  Neale Ranns | 2 | -94/+7 |
2019-03-26 | Convert GRE nodes to new buffer APIs and multiarch |  Benoît Ganne | 2 | -618/+470 |
2019-03-13 | VPP-1576: fix a set of coverity warnings |  Dave Barach | 1 | -2/+2 |
2019-03-05 | gre: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 2 | -19/+20 |
2018-12-07 | FIB recusrion loop checks traverse midchain adjacencies |  Neale Ranns | 2 | -39/+12 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 4 | -9/+9 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins |  Sirshak Das | 1 | -3/+3 |
2018-09-25 | L2 BD: introduce a BD interface on which to send UU packets |  Neale Ranns | 1 | -1/+2 |
2018-09-19 | GRE: fix 4o6 and 6o4 adj stacking |  Neale Ranns | 1 | -3/+3 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes |  Neale Ranns | 1 | -0/+1 |
2018-07-23 | fix vector index range checks |  Eyal Bari | 1 | -1/+1 |
2018-07-11 | avoid using thread local storage for thread index |  Damjan Marion | 1 | -1/+1 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support |  Ole Troan | 1 | -4/+1 |
2018-05-23 | VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message. |  Ole Troan | 1 | -2/+2 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests |  Dave Barach | 1 | -0/+5 |
2018-04-13 | Revert "MTU: Setting of MTU on software interface (instead of hardware interf... |  Damjan Marion | 1 | -1/+5 |
2018-04-13 | MTU: Setting of MTU on software interface (instead of hardware interface) |  Ole Troan | 1 | -5/+1 |