aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/gre
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-2/+0
2023-05-12gre: move to a pluginChuhao Tang9-3205/+0
2022-07-06gre: fix returning the flags in the APIIvan Shvedunov1-0/+1
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion1-4/+4
2022-01-11misc: fix the uninitialization errorMohsin Kazmi1-1/+1
2022-01-07ethernet: new interface registration functionDamjan Marion1-9/+7
2021-11-19fib: Don't use [midchain] adjacencies to change an interface's feature arcNeale Ranns2-4/+8
2021-10-18api: remove legacy pd msg handlersKlement Sekera1-1/+0
2021-09-13interface: fix init fib_index_by_sw_if_indexNathan Skrzypczak1-4/+0
2021-07-28gre: set proper fib index for unnumbered interfaces, unset fib index before f...Stanislav Zaikin1-0/+5
2021-05-20gre: Walk IPv6 adjacencies during restackMatthew Smith1-2/+4
2021-05-13tests: move test source to vpp/testDave Wallace1-1296/+0
2021-04-27gre: Remove the debugging logging from the mGRE testsNeale Ranns1-6/+1
2021-03-21gre: Multipoint GRE fixesNeale Ranns2-3/+79
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