aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/gre/interface.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-12gre: move to a pluginChuhao Tang1-845/+0
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 Ranns1-1/+8
2021-09-13interface: fix init fib_index_by_sw_if_indexNathan Skrzypczak1-4/+0
2021-05-20gre: Walk IPv6 adjacencies during restackMatthew Smith1-2/+4
2021-03-21gre: Multipoint GRE fixesNeale Ranns1-1/+53
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-12-08tunnel: add cli support for encap_decap flagsMohammed Hawari1-0/+7
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-07misc: Purge unused pg includesNeale Ranns1-1/+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 Ranns1-6/+8
2020-04-22gre: Optimise encap node for tunnel typesNeale Ranns1-1/+6
2020-02-04teib: Rename NHRP to TEIBNeale Ranns1-26/+26
2020-01-30gre: Tunnel encap/decap flagsNeale Ranns1-0/+1
2020-01-27ipip: Multi-point interfaceNeale Ranns1-0/+32
2020-01-27tunnel: Common types for IP tunnelsNeale Ranns1-27/+10
2019-12-19gre: multipoint ingress lookup fixNeale Ranns1-14/+119
2019-12-04gre: Multi-point interfacesNeale Ranns1-62/+78
2019-05-28gre: don't register gre input nodes unless a gre tunnel is createdJakub Grajciar1-0/+4
2019-04-18GRE: API updateNeale Ranns1-11/+11
2019-03-26ADJ: midchain delegate to performing stackingNeale Ranns1-76/+7
2018-12-07FIB recusrion loop checks traverse midchain adjacenciesNeale Ranns1-35/+5
2018-10-23c11 safe string handling supportDave Barach1-2/+2
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-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-4/+1
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-1/+5
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-5/+1
2018-02-16Minor VXLAN/GRE Tunnel Encap Optimization and CleanupJohn Lo1-3/+5
2018-02-15Optimize GRE Tunnel and add support for ERSPAN encapJohn Lo1-148/+182
2018-01-13Improve "show xxx tunnel" and "show int addr" outputJohn Lo1-23/+7
2018-01-06GRE tunnel key should use fib_index instead of fib_id (VPP-1118)John Lo1-2/+11
2017-12-16GRE tunnel key includes the FIB tableNeale Ranns1-46/+26
2017-11-27VPP-253 Coding standards cleanup - vnet/vnet/greSwarup Nayak1-271/+295
2017-11-26FIB: store the node type not the function pointer.Neale Ranns1-2/+0
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns1-2/+1
2017-04-05GRE over IPv6Ciara Loftus1-54/+140
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall1-10/+25
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+606