aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/gre
AgeCommit message (Expand)AuthorFilesLines
2021-02-15ip: Path MTUNeale Ranns1-2/+7
2021-02-15fib: Always honour flow hash flagNeale Ranns1-8/+17
2021-02-11tests: tag the tests that do not work with multi-worker configurationAndrew Yourtchenko1-0/+2
2021-02-08tunnel: support copying TTL and flow label from inner to outerNeale Ranns1-1/+1
2020-12-14misc: move to new pool_foreach macrosDamjan Marion2-6/+6
2020-12-09fib: supporting inner flow hash on tunnelsMohammed Hawari2-3/+13
2020-12-08tunnel: add cli support for encap_decap flagsMohammed Hawari1-0/+7
2020-11-26gre: Move to new API generated types/messagesNeale Ranns2-66/+31
2020-11-17tests: move gre tests to src/vnet/gre/testDave Wallace1-0/+1275
2020-10-21ipsec: support for multipoint on ipsec interfacesNeale Ranns1-1/+1
2020-10-19ip: Move the IP6 fib into ip6_[m]fib.cNeale Ranns1-6/+4
2020-10-08gre: MPLS over GRE does not select correct fixup functionNeale Ranns1-2/+2
2020-10-07misc: Purge unused pg includesNeale Ranns2-2/+0
2020-09-22ipip: Add option to tunnel create help stringNeale Ranns1-1/+2
2020-09-17teib: Use ip_address_t not ip46_address_tNeale Ranns2-8/+10
2020-09-17teib: Add adj-fibs for peers/adjacencies on p2mp interfaceNeale Ranns1-1/+2
2020-07-16gre: fix outer ip6 lengthAloys Augustin1-5/+5
2020-04-22gre: Optimise encap node for tunnel typesNeale Ranns3-9/+45
2020-02-04teib: Rename NHRP to TEIBNeale Ranns3-32/+32
2020-02-03gre: improve .api descriptionsVratko Polak1-8/+28
2020-02-03gre: add missing .api editsVratko Polak1-2/+2
2020-01-30gre: Tunnel encap/decap flagsNeale Ranns5-17/+123
2020-01-27ipip: Multi-point interfaceNeale Ranns3-15/+80
2020-01-27tunnel: Common types for IP tunnelsNeale Ranns5-98/+28
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-1/+1
2020-01-06gre: fix feature.yaml errorOle Troan1-2/+2
2020-01-06gre: Add FEATURE.yamlNeale Ranns1-0/+13
2019-12-19gre: multipoint ingress lookup fixNeale Ranns3-59/+176
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-12-04gre: Multi-point interfacesNeale Ranns5-119/+239
2019-12-03fib: constify the adjacency in the rewrite nodesNeale Ranns1-2/+2
2019-06-18ipsec: ipsec-tun protectNeale Ranns1-0/+24
2019-06-07gre: update gre.api with explicit typesOle Troan1-6/+5
2019-05-28gre: don't register gre input nodes unless a gre tunnel is createdJakub Grajciar2-3/+4
2019-04-22GRE: set gre_tunnel_type init value to zero in APIAlexander Chernavin1-1/+1
2019-04-18GRE: API updateNeale Ranns4-88/+136
2019-04-08fixing typosJim Thompson1-1/+1
2019-03-26ADJ: midchain delegate to performing stackingNeale Ranns2-94/+7
2019-03-26Convert GRE nodes to new buffer APIs and multiarchBenoƮt Ganne2-618/+470
2019-03-13VPP-1576: fix a set of coverity warningsDave Barach1-2/+2
2019-03-05gre: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar2-19/+20
2018-12-07FIB recusrion loop checks traverse midchain adjacenciesNeale Ranns2-39/+12
2018-10-23c11 safe string handling supportDave Barach4-9/+9
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-3/+3
2018-09-25L2 BD: introduce a BD interface on which to send UU packetsNeale Ranns1-1/+2
2018-09-19GRE: fix 4o6 and 6o4 adj stackingNeale Ranns1-3/+3
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns1-0/+1
2018-07-23fix vector index range checksEyal Bari1-1/+1
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-1/+1
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-4/+1