aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/udp
AgeCommit message (Expand)AuthorFilesLines
2018-05-18Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach1-0/+2
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
2017-04-13Session layer refactoringFlorin Coras1-9/+25
2017-04-06Use thread local storage for thread indexDamjan Marion1-1/+1
2017-04-04Fix issue with udp port registration when running multithreadedDamjan Marion2-74/+51
2017-03-27TCP/session improvementsFlorin Coras2-32/+44
2017-03-16vlib: make runtime_data thread-localDamjan Marion1-27/+47
2017-03-13VPP-659 Improve tcp/session debugging and testingFlorin Coras1-4/+6
2017-03-10VPP-659 TCP improvementsFlorin Coras2-8/+8
2017-03-01VPP-598: tcp stack initial commitDave Barach9-0/+2337