aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/session_node.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-22session: multiple dgrams per dispatchFlorin Coras1-7/+50
2020-04-20session: fix use-after-free in input nodeBenoƮt Ganne1-1/+2
2020-04-13session: cleanup debug codeFlorin Coras1-157/+3
2020-04-13session: adding debug eventsSrikanth Akula1-0/+11
2020-04-08session: alloc exact number of bufs for multi-seg deqsSimon Zhang1-7/+23
2020-04-07udp session: allow dgram ip fragmentationFlorin Coras1-8/+3
2020-04-06session udp: shared local endpointsFlorin Coras1-1/+1
2020-04-04session tls: support tls deschedulingFlorin Coras1-10/+11
2020-04-04session tls: improve app transports tx schedulingFlorin Coras1-4/+26
2020-04-03session: improve error reportingFlorin Coras1-4/+2
2020-04-03session udp: fix transport flags and migrationFlorin Coras1-1/+1
2020-04-02udp session vcl: add udp iperf testFlorin Coras1-0/+7
2020-04-01session udp: support connect on listenersFlorin Coras1-0/+1
2020-03-30tcp: reuse session infra for syns and resetsFlorin Coras1-8/+15
2020-03-19tcp: force deschedule if no send space availableFlorin Coras1-8/+8
2020-03-19session tcp udp: consolidate transport snd apisFlorin Coras1-37/+39
2020-03-06session: fix session reschedule conditionFlorin Coras1-1/+1
2020-02-23session: include timer generated packets in max burstFlorin Coras1-1/+2
2020-02-23session: minimize number of tx eventsFlorin Coras1-8/+21
2020-02-11session: avoid scanning new io list under loadFlorin Coras1-21/+9
2020-01-28session tcp: fix packet tracingFlorin Coras1-2/+2
2020-01-24session: fix node runtime in pre-input queue handlerFlorin Coras1-0/+1
2020-01-09session: remove io event dispatch dbg msgFlorin Coras1-4/+1
2019-12-11quic: Add support for unidirectional streamsNathan Skrzypczak1-0/+1
2019-12-06session: close for reset replies independent of stateFlorin Coras1-2/+2
2019-11-20session tcp: support pacer idle timeoutsFlorin Coras1-3/+16
2019-11-10session: re-set tx fifo event if out of buffersFlorin Coras1-1/+2
2019-11-07session: ckpair store & crypto engine as mq paramsNathan Skrzypczak1-0/+2
2019-11-05session tcp: refactor pacer timeFlorin Coras1-7/+3
2019-11-02session: reschedule asap when snd space constrainedFlorin Coras1-7/+20
2019-10-31session: avoid double dispatch of new eventsFlorin Coras1-14/+17
2019-10-21vcl: add api to set lcl ipFlorin Coras1-0/+1
2019-10-17session: unify buffer tx dispatchingFlorin Coras1-26/+11
2019-10-17session tcp: infra for transports to send buffersFlorin Coras1-0/+14
2019-10-10tcp: improve pacing after idle send periodsFlorin Coras1-1/+7
2019-10-10tcp: retry lost retransmitsFlorin Coras1-4/+18
2019-10-09session: avoid old io dispatch if no slots left to sendRyujiro Shibuya1-2/+3
2019-10-09session: Add certificate storeNathan Skrzypczak1-1/+3
2019-09-30session: Fix missing elt regrabNathan Skrzypczak1-0/+1
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-08-27session: move ctrl messages from bapi to mqFlorin Coras1-53/+319
2019-08-19session: add explicit reset apiFlorin Coras1-0/+6
2019-08-09session: allow closed transports to sendFlorin Coras1-4/+16
2019-08-05session: cache align transport base classFlorin Coras1-1/+1
2019-07-29session: fix vpp to app msg generationFlorin Coras1-6/+3
2019-07-26session: separate ctrl, new and old eventsFlorin Coras1-48/+76
2019-07-26session tcp: handle rxt and acks as custom eventsFlorin Coras1-4/+19
2019-07-23session: reorganize dispatch logicFlorin Coras1-132/+129
2019-07-23session: avoid postponing closeFlorin Coras1-14/+0
2019-07-19session: improve event loggingFlorin Coras1-13/+5