aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/udp
AgeCommit message (Expand)AuthorFilesLines
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
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 Coras3-2/+8
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi1-1/+1
2020-12-14misc: move to new pool_foreach macrosDamjan Marion2-9/+9
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns2-3/+2
2020-10-21misc: minimize dependencies on udp.hFlorin Coras7-260/+328
2020-10-07misc: Purge unused pg includesNeale Ranns2-2/+0
2020-09-24session tcp udp tls quic: improve cli formattingFlorin Coras1-2/+3
2020-06-27udp: align udp_encap_t_ to 2 cachelinesVadym Martsynovskyy1-4/+4
2020-06-23udp: jump over ip4 optionsFlorin Coras1-3/+3
2020-05-29misc: ipfix-export unformat u16 collector_port fixElias Rudberg2-0/+18
2020-04-16udp: fix buffer traceAndreas Schultz1-3/+2
2020-04-10udp: remove connected udp transport protoFlorin Coras1-60/+0
2020-04-10udp: fix local node no port error counterFlorin Coras1-9/+6
2020-04-09udp: fix coverity warningFlorin Coras1-1/+1
2020-04-08udp: cleanup input nodeFlorin Coras4-175/+211
2020-04-07udp: move cli to separate fileFlorin Coras4-205/+229
2020-04-07udp session: allow dgram ip fragmentationFlorin Coras2-12/+8
2020-04-07udp session: jumbo frames and configurable mtuFlorin Coras3-2/+39
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 Coras2-1/+7
2020-04-02udp session vcl: add udp iperf testFlorin Coras1-9/+18
2020-04-01udp: improvements to cliFlorin Coras2-13/+64
2020-04-01udp: track connection port sharingFlorin Coras4-31/+122
2020-03-31udp: validate input data lengthFlorin Coras1-4/+7