aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/udp
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion7-24/+0
2024-03-10session: use no for ports in transport port allocatorFlorin Coras1-2/+2
2024-03-03udp: fix ipv6 udp punt showSamvel Vartapetov1-1/+1
2024-02-18udp: use transport port refcnt on acceptFlorin Coras3-2/+11
2024-02-16udp: unregister ports on all cleanupsFlorin Coras1-4/+3
2024-02-07udp: add cli to dump transport portsFlorin Coras1-0/+92
2024-01-25udp: update rx sw_if_index to ip-local selected oneFlorin Coras1-0/+4
2024-01-09session: support for cl port reuseFlorin Coras1-12/+19
2023-09-23udp: fix udp encap tracingDmitry Valter1-2/+2
2023-09-04udp: buffer packets for connections in accepting stateFlorin Coras1-1/+2
2023-08-09session: async rx event notificationsFlorin Coras1-10/+5
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-06-05udp: improve port validity checkBenoît Ganne2-13/+14
2023-05-25udp: fix local port reuse checkFlorin Coras1-2/+4
2023-05-15udp: improvements to connection format fnFlorin Coras1-3/+6
2023-03-24udp: fix udp_local length errors accountingVladislav Grishenko1-31/+64
2023-03-13udp: Use udp_output_get_connection instead of udp_connection_getSteven Luong1-12/+11
2023-03-07udp: crash in format_udp_connectionSteven Luong1-1/+1
2023-03-01udp: fix optimistic assert for UDP RXMohammed Hawari2-1/+6
2023-02-28session: consolidate port alloc logicFlorin Coras1-24/+10
2023-01-10udp: avoid listener cleanups with active opensFlorin Coras2-0/+15
2023-01-10udp: initialize gso_size on dgram enqueueFlorin Coras1-0/+1
2022-12-20udp: fix tx handling of non-connected sessionsFlorin Coras2-27/+31
2022-11-29udp: refactor port allocation and sharingFlorin Coras4-72/+28
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 Coras2-18/+19
2022-10-25udp: postpone cleanup of udp connectionsFlorin Coras2-2/+48
2022-10-20udp: support for disabling tx csumFlorin Coras5-4/+62
2022-10-19udp: explicit udp output nodeFlorin Coras4-12/+282
2022-09-30udp: add udp encap source port entropy supportVladislav Grishenko6-33/+151
2022-08-31udp: store mss and sw_if_index to udp_connection_tSteven Luong4-4/+11
2022-06-08udp: add cli to dump registered portsBenoît Ganne1-0/+93
2022-05-05udp: remove buggy assert in udp encapBenoît Ganne1-2/+0
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-1/+1
2022-04-04udp: use pool safe reallocsFlorin Coras3-81/+8
2022-03-30udp: fix inner packet checksum calculation in udp-encapMauro Sardara4-41/+103
2022-03-22session: use safe realloc for poolsFlorin Coras1-5/+1
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-10-07udp: fix severity error infoFilip Tehlar4-25/+25
2021-07-27udp: add option to disable icmp unreachablesFlorin Coras3-82/+49
2021-06-21udp: api cleanupFilip Tehlar2-47/+9
2021-06-01udp: calculate inner checksums if needed before udp encapArthur de Kerhor2-1/+7
2021-05-29udp: add udp decapsulationArthur de Kerhor3-9/+189