aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/gtpu
AgeCommit message (Expand)AuthorFilesLines
2020-05-09gtpu: fix coverity issueChenmin Sun1-2/+2
2020-05-05gtpu: RX offload for IPv6 payload supportingChenmin Sun3-8/+38
2020-05-03tests: vpp_interface remove deprecated packed propertiesPaul Vinciguerra1-6/+5
2020-04-10geneve: Fix the byte swapping for the VNINeale Ranns1-2/+3
2020-04-08udp: cleanup input nodeFlorin Coras1-2/+2
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 Zavaritsky3-90/+30
2020-02-18misc: fix coverity warningsDave Barach1-1/+1
2020-02-17misc: fix coverity warningsDave Barach1-1/+1
2020-02-17gtpu: offload RX flowChenmin Sun6-2/+785
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-2/+2
2020-01-06lb: add FEATURE file for lb/pppoe/gtpu/vxlan-gpe/pppoeHongjun Ni1-0/+10
2019-12-20vxlan: reuse inner packet flow hash for tunnel outer header load balanceShawn Ji1-0/+9
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-14tests: changes for scapy 2.4.3 migrationsnaramre1-1/+2
2019-12-09gtpu: use explicit types in apiOle Troan6-78/+83
2019-11-13gtpu: check packet has enough data for gtpu headerBenoƮt Ganne2-106/+60
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-23gtpu: msg id fix in send_gtpu_tunnel_details apiMiklos Tirpak1-1/+2
2019-09-27gtpu: remove api boilerplateOle Troan6-232/+11
2019-08-22tests: move plugin tests to src/plugins/*/testDave Wallace1-0/+393
2019-07-22gtpu: fix missing trace issueZhiyong Yang1-0/+16
2019-07-09vat: unload unused vat pluginsDave Barach1-20/+2
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 Tehlar5-50/+34
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-3/+3
2018-10-23c11 safe string handling supportDave Barach4-8/+8
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 Vinciguerra2-10/+10
2018-08-27cmake: Fix plugins .h includesMohsin Kazmi1-0/+4
2018-08-25cmake: handle api_test_plugins in add_vpp_plugin macroDamjan Marion1-3/+1
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-3/+6
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+26
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion1-3/+3
2018-07-19Fix IPv6 csum calculation in GTP-U encapsulationAndreas Schultz1-24/+25
2018-07-18Fix GTP-U length header field in encodingAndreas Schultz2-11/+23
2018-07-18Fix GTP-U header in 4x IPv4 vector encapsulationAndreas Schultz1-1/+1
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach1-0/+3
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-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-13Improve "show xxx tunnel" and "show int addr" outputJohn Lo1-7/+7
2018-01-11api: remove transport specific code from handlersFlorin Coras1-10/+8
2018-01-09api: refactor vlibmemoryFlorin Coras1-2/+2
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-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-1/+1