aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/udp/udp.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-19udp: explicit udp output nodeFlorin Coras1-12/+7
2022-08-31udp: store mss and sw_if_index to udp_connection_tSteven Luong1-2/+5
2022-04-04udp: use pool safe reallocsFlorin Coras1-26/+3
2022-03-18udp: avoid grabbing vlib main if not neededFlorin Coras1-6/+4
2022-03-18vppinfra: refactor *_will_expand() functionsDamjan Marion1-3/+1
2022-02-10session: use transport endpoint cfg for listenFlorin Coras1-1/+1
2022-01-12session: pass tx buffers in bulk to transportsFlorin Coras1-8/+36
2021-11-17session: support close during migrationFlorin Coras1-1/+1
2021-11-12session: add support for DSCPFilip Tehlar1-2/+3
2021-05-18tls: fix dtls with no workersFlorin Coras1-3/+2
2021-03-03udp: allocate rx lock only for non-connectedFlorin Coras1-3/+7
2021-02-26udp: avoid locking connected udp sessions on rxFlorin Coras1-0/+2
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