aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/udp/udp.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-25udp: use new wrk context for connectionsFlorin Coras1-11/+13
2022-10-25udp: postpone cleanup of udp connectionsFlorin Coras1-0/+13
2022-10-20udp: support for disabling tx csumFlorin Coras1-0/+22
2022-10-19udp: explicit udp output nodeFlorin Coras1-0/+4
2022-08-31udp: store mss and sw_if_index to udp_connection_tSteven Luong1-0/+1
2022-04-04udp: use pool safe reallocsFlorin Coras1-50/+5
2021-10-07udp: fix severity error infoFilip Tehlar1-1/+1
2021-07-27udp: add option to disable icmp unreachablesFlorin Coras1-0/+2
2021-06-21udp: api cleanupFilip Tehlar1-0/+1
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-2/+0
2020-10-21misc: minimize dependencies on udp.hFlorin Coras1-258/+5
2020-10-07misc: Purge unused pg includesNeale Ranns1-1/+0
2020-05-29misc: ipfix-export unformat u16 collector_port fixElias Rudberg1-0/+1
2020-04-08udp: cleanup input nodeFlorin Coras1-1/+2
2020-04-07udp: move cli to separate fileFlorin Coras1-3/+2
2020-04-07udp session: allow dgram ip fragmentationFlorin Coras1-4/+3
2020-04-07udp session: jumbo frames and configurable mtuFlorin Coras1-0/+2
2020-04-03session udp: fix transport flags and migrationFlorin Coras1-0/+2
2020-04-01udp: improvements to cliFlorin Coras1-4/+18
2020-04-01udp: track connection port sharingFlorin Coras1-1/+11
2019-07-23udp: fix typo in udp connectinon flagsDave Wallace1-1/+1
2019-07-23udp: fix connection flagsAloys Augustin1-3/+3
2019-07-22udp: support close with dataFlorin Coras1-3/+8
2019-05-14Unregister UDPC port only when ownedNathan Skrzypczak1-0/+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
2018-12-07VPP-1506: dump local punts and registered punt socketsPavel Kotucek1-0/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-7/+7
2018-10-27pg: allow creating pg for udp based protocolsKingwel Xie1-0/+3
2018-09-10vxlan-gbp: Add support for vxlan gbpMohsin Kazmi1-0/+2
2018-08-31VPP-1407: Fix the wrong length of udp header for buffer chainsshubing guo1-1/+4
2018-05-09ipsec: support UDP encap/decap for NAT traversalKlement Sekera1-0/+1
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach1-0/+2
2018-04-18udp/session: refactor to support dgram modeFlorin Coras1-4/+4
2017-12-09BIER in non-MPLS netowrksNeale Ranns1-0/+1
2017-10-16udp: refactor udp codeFlorin Coras1-50/+127
2017-10-13VPP-1027: DNS name resolverDave Barach1-2/+6
2017-10-06Initial GENEVE TUNNEL implementation and tests.Marco Varlese1-2/+4
2017-06-06Rework vxlan-gpe to support FIB 2.0 and bypass modeHongjun Ni1-2/+2
2017-05-15Add GTP-U plugin. VPP-694Hongjun Ni1-0/+2
2017-04-04Fix issue with udp port registration when running multithreadedDamjan Marion1-0/+7
2017-03-01VPP-598: tcp stack initial commitDave Barach1-0/+362