aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/gtpu/gtpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-18/+0
2023-11-10gtpu: support non-G-PDU packets and PDU SessionRune E. Jensen1-24/+377
2022-10-11fib: fix crash when create vxlan/vxlan-gpe/geneve/gtpu tunnel.Huawei LI1-3/+2
2022-04-14gtpu: fix memory leakLeung Lai Yung1-0/+1
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-2/+2
2021-12-03fib: Fix the display (or lack of) for fib node types in dependent children listsNeale Ranns1-1/+1
2021-10-21fib: respect mfib entry flags on create with pathsPaul Atkins1-5/+6
2021-10-04docs: plugin comment nitfixesNathan Skrzypczak1-7/+10
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-6/+4
2020-08-31flow: code refactorChenmin Sun1-1/+1
2020-06-16gtpu: support separate rx-decap and encap-tx teid valuesJohn Lo1-32/+63
2020-05-05gtpu: RX offload for IPv6 payload supportingChenmin Sun1-4/+5
2020-03-21gtpu: encap-vrf-id in show gtpu tunnels commandNick Zavaritsky1-2/+9
2020-03-03geneve gtpu vxlan vxlan-gpe: VRF-aware bypass nodeNick Zavaritsky1-34/+7
2020-02-18misc: fix coverity warningsDave Barach1-1/+1
2020-02-17misc: fix coverity warningsDave Barach1-1/+1
2020-02-17gtpu: offload RX flowChenmin Sun1-1/+139
2019-12-19gtpu: Track the dst FIB entry instead of RR sourcing thatMiklos Tirpak1-9/+9
2019-12-17vxlan geneve gtpu: fix short helpPaul Vinciguerra1-1/+1
2019-12-09gtpu: use explicit types in apiOle Troan1-2/+1
2019-06-18fib: fib api updatesNeale Ranns1-7/+5
2019-05-22gtpu: don't register udp ports unless a tunnel is createdJakub Grajciar1-5/+11
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-03-01gtpu: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-0/+12
2018-10-23c11 safe string handling supportDave Barach1-4/+4
2018-09-25L2 BD: introduce a BD interface on which to send UU packetsNeale Ranns1-2/+2
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-4/+4
2018-02-01FIB: Consolidate several copies of fib_ip_proto() into one.Jon Loeliger1-6/+0
2018-01-24Improve tunnel interface creation performanceJohn Lo1-14/+5
2018-01-13Improve "show xxx tunnel" and "show int addr" outputJohn Lo1-7/+7
2018-01-05Unify and cleanup usage of hash_set/unset_mem by various tunnelsJohn Lo1-26/+7
2017-11-03Set up P2P flag to gtpu interfaceHongjun Ni1-0/+1
2017-08-08L2 over MPLSNeale Ranns1-1/+1
2017-08-03gtpu bypass function doesn't work (VPP-924)jerryian1-0/+14
2017-06-02Add l3 routing for GTP-U decapHongjun Ni1-2/+11
2017-05-15Add GTP-U plugin. VPP-694Hongjun Ni1-0/+1128