aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/udp/udp.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-09udp: UDPC handle open failNathan Skrzypczak1-6/+9
2019-06-28session: add half_open_has_fifos for UDPCNathan Skrzypczak1-0/+1
2019-06-27session: Add transport vft protocol optionsNathan Skrzypczak1-7/+14
2019-05-22fix show session verbose crash with udp transportDave Wallace1-0/+2
2019-05-16init / exit function orderingDave Barach1-10/+9
2019-05-14Unregister UDPC port only when ownedNathan Skrzypczak1-2/+5
2019-05-03Add packet headers in UDPC fifosAloys Augustin1-1/+1
2019-04-24UDPC: Fix open segfault with multiple workersAloys Augustin1-1/+3
2019-04-08host stack: update stale copyrightFlorin Coras1-1/+1
2019-03-06udp: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-0/+2
2019-02-06transport: cleanupFlorin Coras1-6/+6
2018-12-28session: free session after transport and app confirmFlorin Coras1-1/+1
2018-12-07VPP-1506: dump local punts and registered punt socketsPavel Kotucek1-0/+60
2018-10-28session: extend connect api for internal appsFlorin Coras1-2/+2
2018-10-23c11 safe string handling supportDave Barach1-3/+3
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-1/+1
2018-06-11udp: fix for multiple workers and add testFlorin Coras1-4/+12
2018-04-18udp/session: refactor to support dgram modeFlorin Coras1-3/+53
2018-03-02session: first approximation implementation of tlsFlorin Coras1-1/+3
2017-12-11session: generalize handling of network transportsFlorin Coras1-3/+4
2017-11-02session/udp: init rw locksFlorin Coras1-0/+8
2017-10-16udp: refactor udp codeFlorin Coras1-177/+216
2017-09-20session: store tep port in net orderFlorin Coras1-5/+5
2017-07-30Make tcp active open data structures thread safeFlorin Coras1-4/+4
2017-07-25Cleanup/refactor session layer codeFlorin Coras1-12/+10
2017-03-13VPP-659 Improve tcp/session debugging and testingFlorin Coras1-4/+6
2017-03-01VPP-598: tcp stack initial commitDave Barach1-0/+342