aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/udp
AgeCommit message (Expand)AuthorFilesLines
2020-01-10docs: Edit FEATURE.yaml files so they can be publishedJohn DeNisco1-2/+2
2020-01-03udp: add features.yamlFlorin Coras1-0/+9
2020-01-02session: fix listener global endpoint lookupFlorin Coras1-0/+3
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-10-01session: fix use-after-freeBenoƮt Ganne1-1/+2
2019-09-25udp: do not send received packets to error-dropAloys Augustin1-192/+173
2019-08-08udp: fix rx event generationFlorin Coras1-6/+20
2019-08-08udp: fix connections moveAloys Augustin1-1/+4
2019-08-06udp: fix session migrate when not neededNathan Skrzypczak1-15/+21
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 Coras3-19/+41
2019-07-19fib: FIB Entry trackingNeale Ranns1-11/+6
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-06-18fib: fib api updatesNeale Ranns1-1/+1
2019-06-17session: use listener_handle instead of listener_indexNathan Skrzypczak1-1/+2
2019-05-22fix show session verbose crash with udp transportDave Wallace1-0/+2
2019-05-17UDP-Local: fix unregistered portsNeale Ranns1-64/+51
2019-05-16init / exit function orderingDave Barach1-10/+9
2019-05-14Unregister UDPC port only when ownedNathan Skrzypczak3-2/+9
2019-05-03Fix FIB initialization in UDP inputNathan Skrzypczak1-0/+1
2019-05-03Add packet headers in UDPC fifosAloys Augustin2-38/+23
2019-04-24UDPC: Fix open segfault with multiple workersAloys Augustin1-1/+3
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das1-2/+3
2019-04-10udp: fix copyright typoFlorin Coras1-1/+1
2019-04-08host stack: update stale copyrightFlorin Coras13-13/+13
2019-03-06udp: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar4-27/+20
2019-03-02session: cleanup/rename functionsFlorin Coras1-1/+1
2019-02-09session: refactor listen logicFlorin Coras1-1/+1
2019-02-06transport: cleanupFlorin Coras1-6/+6
2019-02-04session: cleanup part 1Florin Coras1-4/+3
2018-12-28session: free session after transport and app confirmFlorin Coras1-1/+1
2018-12-07VPP-1506: dump local punts and registered punt socketsPavel Kotucek3-0/+77
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-7/+7
2018-10-28session: extend connect api for internal appsFlorin Coras1-2/+2
2018-10-27pg: allow creating pg for udp based protocolsKingwel Xie2-1/+13
2018-10-23pg: udp length & checsum issueKingwel Xie1-4/+4
2018-10-23c11 safe string handling supportDave Barach3-5/+5
2018-09-25UDP-Encap: fix coverity found errorNeale Ranns1-0/+1
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-4/+4
2018-09-20UDP-Encap: name counters for the stats segmentNeale Ranns4-206/+131
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-08-10Use IP address types on UDP encap APINeale Ranns2-73/+111
2018-08-06re-indent UDP encap documentationNeale Ranns1-31/+34
2018-07-11avoid using thread local storage for thread indexDamjan Marion2-2/+2