aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/session.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-09tls: dtls initial implementationFlorin Coras1-1/+1
2021-01-25svm: add custom q implementation for mqFlorin Coras1-3/+0
2021-01-09session svm: fix fifo migrationFlorin Coras1-14/+15
2020-12-29session: remove fifo segment va allocatorFlorin Coras1-6/+2
2020-12-29svm: allow mq attachments at random offsetsFlorin Coras1-3/+4
2020-12-28session: convert evt q segment to fifo segmentFlorin Coras1-12/+13
2020-12-24svm: split fifo into private and shared structsFlorin Coras1-6/+6
2020-11-25session: add startup option to poll in mainFlorin Coras1-2/+5
2020-11-24svm: support for multi-segment enqueuesFlorin Coras1-11/+38
2020-11-24session: init lookup before dgram accept notificationFlorin Coras1-1/+3
2020-11-09session: remove support for shm bapi attachmentFlorin Coras1-38/+20
2020-11-09session: default to using memfd mq segmentsFlorin Coras1-0/+1
2020-10-26session: fix feature disableFlorin Coras1-2/+16
2020-10-13session: allow custom config of segment basevaFlorin Coras1-0/+2
2020-09-30svm: harmonize ssvm namesFlorin Coras1-2/+1
2020-09-30svm session: use new clib mem apis for segmentsFlorin Coras1-3/+5
2020-09-14session: add unix socket api for app attachmentFlorin Coras1-0/+2
2020-07-24session: cleanup lookup table for rejected sessionFlorin Coras1-1/+4
2020-04-28vlib: add ASSERT to vlib_time_now(...)Dave Barach1-1/+1
2020-04-20session: avoid rx notifications on accepting sessionsFlorin Coras1-0/+5
2020-04-17session tcp: track half open in app wrkFlorin Coras1-8/+37
2020-04-13session: remove ho with fifos supportFlorin Coras1-21/+5
2020-04-13session: cleanup debug codeFlorin Coras1-15/+1
2020-04-13session: adding debug eventsSrikanth Akula1-0/+15
2020-04-09session: fix leak on accept fifo alloc failureFlorin Coras1-3/+13
2020-04-09session: update fifo slice on session migrationFlorin Coras1-10/+44
2020-04-08udp: cleanup input nodeFlorin Coras1-0/+30
2020-04-07session: add more session errorsFlorin Coras1-5/+9
2020-04-06session udp: shared local endpointsFlorin Coras1-2/+2
2020-04-03session: improve error reportingFlorin Coras1-13/+14
2020-04-03session: init port_proto_type asapFlorin Coras1-7/+11
2020-03-30tcp: reuse session infra for syns and resetsFlorin Coras1-2/+2
2020-03-25session: api to add new transport typesFlorin Coras1-6/+20
2020-03-20session: export session_alloc_for_connectionAndreas Schultz1-1/+1
2020-03-19tcp: force deschedule if no send space availableFlorin Coras1-1/+3
2020-03-19session tcp udp: consolidate transport snd apisFlorin Coras1-0/+13
2020-02-25session: basic fifo-tuning-logicRyujiro Shibuya1-0/+26
2020-02-12tcp: improve invalid packet handling in syn-rcvdFlorin Coras1-1/+8
2019-12-11api: Use vl_msg_push/pop_heapNathan Skrzypczak1-3/+2
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-11-29session: no cleanup notification for forced deletesFlorin Coras1-1/+2
2019-11-19session: Fix out of order mqNathan Skrzypczak1-1/+2
2019-11-18session: extra checks in session validationSrikanth Akula1-0/+26
2019-11-12session: session enable in multiworkerNathan Skrzypczak1-1/+16
2019-11-05session tcp: refactor pacer timeFlorin Coras1-1/+1
2019-10-30tls: fix on tcp connection resetZeyu Zhang1-1/+2
2019-10-28session: allow transport cleanup only if not deletedFlorin Coras1-2/+3
2019-10-28session: app-closed to transport-deleted on delete notifyFlorin Coras1-1/+1
2019-10-10tcp: retry lost retransmitsFlorin Coras1-1/+1
2019-10-08session: add is_migrating flagNathan Skrzypczak1-0/+1