aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/udp/udp.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-2/+0
2024-03-10session: use no for ports in transport port allocatorFlorin Coras1-2/+2
2024-02-18udp: use transport port refcnt on acceptFlorin Coras1-0/+8
2024-02-16udp: unregister ports on all cleanupsFlorin Coras1-4/+3
2023-06-27session udp: add len check for tx dgramsFlorin Coras1-2/+2
2023-06-26udp: pass cless hdr to transport through bufferFlorin Coras1-27/+57
2023-05-25udp: fix local port reuse checkFlorin Coras1-2/+4
2023-02-28session: consolidate port alloc logicFlorin Coras1-24/+10
2023-01-10udp: avoid listener cleanups with active opensFlorin Coras1-0/+11
2022-12-20udp: fix tx handling of non-connected sessionsFlorin Coras1-0/+18
2022-11-29udp: refactor port allocation and sharingFlorin Coras1-63/+24
2022-11-29session: transport endpt cleanup on owner threadFlorin Coras1-2/+2
2022-11-28udp: preallocate ports sparse vec mapFlorin Coras1-2/+80
2022-10-25udp: use new wrk context for connectionsFlorin Coras1-7/+6
2022-10-25udp: postpone cleanup of udp connectionsFlorin Coras1-2/+35
2022-10-20udp: support for disabling tx csumFlorin Coras1-1/+7
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