aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/udp/udp.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns1-1/+2
2020-04-10udp: remove connected udp transport protoFlorin Coras1-60/+0
2020-04-08udp: cleanup input nodeFlorin Coras1-2/+2
2020-04-07udp: move cli to separate fileFlorin Coras1-201/+50
2020-04-07udp session: allow dgram ip fragmentationFlorin Coras1-8/+5
2020-04-07udp session: jumbo frames and configurable mtuFlorin Coras1-1/+28
2020-04-06session udp: shared local endpointsFlorin Coras1-7/+35
2020-04-03session: improve error reportingFlorin Coras1-8/+7
2020-04-03session udp: fix transport flags and migrationFlorin Coras1-1/+5
2020-04-02udp session vcl: add udp iperf testFlorin Coras1-9/+18
2020-04-01udp: improvements to cliFlorin Coras1-9/+46
2020-04-01udp: track connection port sharingFlorin Coras1-24/+103
2020-03-30session udp: flag for connected udpFlorin Coras1-3/+13
2020-03-25session: api to add new transport typesFlorin Coras1-0/+4
2020-03-19session tcp udp: consolidate transport snd apisFlorin Coras1-14/+11
2020-03-09udp: fix UDP socket byte order in lookupAndreas Schultz1-1/+2
2020-01-16udp: fix ipv6 listen port registrationFlorin Coras1-1/+1
2020-01-02session: fix listener global endpoint lookupFlorin Coras1-0/+3
2019-10-01session: fix use-after-freeBenoƮt Ganne1-1/+2
2019-07-22udp: support close with dataFlorin Coras1-13/+30
2019-07-12quic: fix show session verboseAloys Augustin1-3/+3
2019-07-12session: add thread index to all formattersAloys Augustin1-0/+2
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