aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/udp
AgeCommit message (Expand)AuthorFilesLines
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-7/+7
2018-10-28session: extend connect api for internal appsFlorin Coras1-2/+2
2018-10-27pg: allow creating pg for udp based protocolsKingwel Xie2-1/+13
2018-10-23pg: udp length & checsum issueKingwel Xie1-4/+4
2018-10-23c11 safe string handling supportDave Barach3-5/+5
2018-09-25UDP-Encap: fix coverity found errorNeale Ranns1-0/+1
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-4/+4
2018-09-20UDP-Encap: name counters for the stats segmentNeale Ranns4-206/+131
2018-09-10vxlan-gbp: Add support for vxlan gbpMohsin Kazmi1-0/+2
2018-08-31VPP-1407: Fix the wrong length of udp header for buffer chainsshubing guo1-1/+4
2018-08-10Use IP address types on UDP encap APINeale Ranns2-73/+111
2018-08-06re-indent UDP encap documentationNeale Ranns1-31/+34
2018-07-11avoid using thread local storage for thread indexDamjan Marion2-2/+2
2018-06-21BIER neighbor statsNeale Ranns2-2/+2
2018-06-11udp: fix for multiple workers and add testFlorin Coras1-4/+12
2018-05-09ipsec: support UDP encap/decap for NAT traversalKlement Sekera1-0/+1
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach1-0/+2
2018-04-18udp/session: refactor to support dgram modeFlorin Coras3-72/+172
2018-03-21udp: make udp encap pool cacheline alignedDamjan Marion1-1/+1
2018-03-21UDP Encap countersNeale Ranns3-0/+65
2018-03-20FIB Interpose SourceNeale Ranns1-1/+1
2018-03-02session: first approximation implementation of tlsFlorin Coras1-1/+3
2018-01-26session: move builtin apps to their own folderFlorin Coras1-277/+0
2018-01-25session: add support for memfd segmentsFlorin Coras1-6/+0
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-11api: remove transport specific code from handlersFlorin Coras1-6/+7
2018-01-09api: refactor vlibmemoryFlorin Coras2-22/+19
2017-12-21VPP-1109 Fix loop for some CLI (code review)Swarup Nayak1-0/+3
2017-12-15Fix icmp/udp/tcp punt/drop pathsVijayabhaskar Katamreddy1-11/+16
2017-12-14session: cleanup attach flagsFlorin Coras1-2/+2
2017-12-11session: generalize handling of network transportsFlorin Coras1-3/+4
2017-12-10update builtin UDP server to new vnet_session APIAndreas Schultz1-3/+25
2017-12-09BIER in non-MPLS netowrksNeale Ranns2-1/+13
2017-11-26FIB: store the node type not the function pointer.Neale Ranns1-2/+0
2017-11-07UDP Encapsulation.Neale Ranns5-0/+1304
2017-11-02session/udp: init rw locksFlorin Coras1-0/+8
2017-11-01session: add support for proxying appsFlorin Coras1-1/+1
2017-10-16udp: refactor udp codeFlorin Coras6-468/+574
2017-10-13VPP-1027: DNS name resolverDave Barach1-2/+6
2017-10-10session: add support for application namespacingFlorin Coras2-5/+6
2017-10-06Initial GENEVE TUNNEL implementation and tests.Marco Varlese1-2/+4
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-1/+1
2017-09-20session: store tep port in net orderFlorin Coras1-5/+5
2017-07-30Make tcp active open data structures thread safeFlorin Coras2-5/+5
2017-07-25Cleanup/refactor session layer codeFlorin Coras1-12/+10
2017-07-11Horizontal (nSessions) scaling draftDave Barach1-1/+1
2017-06-06Rework vxlan-gpe to support FIB 2.0 and bypass modeHongjun Ni1-2/+2
2017-06-01Improve fifo allocator performanceDave Barach1-0/+1
2017-05-15Add GTP-U plugin. VPP-694Hongjun Ni1-0/+2
2017-04-24Session layer improvementsFlorin Coras2-6/+7