aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/gtpu/gtpu_encap.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-16gtpu: support separate rx-decap and encap-tx teid valuesJohn Lo1-5/+5
2019-12-20vxlan: reuse inner packet flow hash for tunnel outer header load balanceShawn Ji1-0/+9
2019-07-22gtpu: fix missing trace issueZhiyong Yang1-0/+16
2019-03-01gtpu: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-27/+2
2018-07-19Fix IPv6 csum calculation in GTP-U encapsulationAndreas Schultz1-24/+25
2018-07-18Fix GTP-U length header field in encodingAndreas Schultz1-10/+20
2018-07-18Fix GTP-U header in 4x IPv4 vector encapsulationAndreas Schultz1-1/+1
2017-08-25Use Quad-loop to improve gtpu-encap performanceHongjun Ni1-49/+194
2017-06-02Add l3 routing for GTP-U decapHongjun Ni1-1/+1
2017-05-22Fix GTP-U Coverity issuesHongjun Ni1-24/+15
2017-05-15Add GTP-U plugin. VPP-694Hongjun Ni1-0/+569