aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/session_node.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-13session: fix use-after-free in input nodeBenoƮt Ganne1-1/+2
2020-08-12session: avoid scanning new io list under loadFlorin Coras1-21/+9
2020-08-12session tcp: fix packet tracingFlorin Coras1-2/+2
2020-08-12session: fix node runtime in pre-input queue handlerFlorin Coras1-0/+1
2020-08-12session: remove io event dispatch dbg msgFlorin Coras1-4/+1
2020-08-12session: close for reset replies independent of stateFlorin Coras1-2/+2
2020-02-06session: re-set tx fifo event if out of buffersFlorin Coras1-1/+2
2019-11-28session tcp: refactor pacer timeFlorin Coras1-7/+3
2019-11-18session: unify buffer tx dispatchingFlorin Coras1-26/+11
2019-11-18session: reschedule asap when snd space constrainedFlorin Coras1-7/+20
2019-11-18session tcp: infra for transports to send buffersFlorin Coras1-0/+14
2019-11-15session: avoid double dispatch of new eventsFlorin Coras1-14/+17
2019-11-15vcl: add api to set lcl ipFlorin Coras1-0/+1
2019-11-05session: avoid old io dispatch if no slots left to sendRyujiro Shibuya1-2/+3
2019-10-29tcp: improve pacing after idle send periodsFlorin Coras1-1/+7
2019-10-27tcp: retry lost retransmitsFlorin Coras1-4/+18
2019-10-04session: Fix missing elt regrabNathan Skrzypczak1-0/+1
2019-10-03vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-09-30session: move ctrl messages from bapi to mqFlorin Coras1-53/+319
2019-09-20session: 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
2019-07-17session: use llist in session node evt handlingFlorin Coras1-43/+61
2019-07-09tcp: remove warning for multi-seg scnario.Simon Zhang1-1/+0
2019-06-29svm: rename fifo tx notifications to reflect useFlorin Coras1-1/+1
2019-06-27session: Add transport vft protocol optionsNathan Skrzypczak1-4/+6
2019-05-08session: send tx events when data is dequeuedFlorin Coras1-10/+5
2019-04-30svm: more fifo refactor/cleanupFlorin Coras1-4/+4
2019-04-17vcl/session: tx notifications for cut-thru sessionsFlorin Coras1-0/+7
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das1-4/+6
2019-04-02session: use app cb function wrappersFlorin Coras1-3/+2
2019-03-11tls: fixes and improvementsFlorin Coras1-3/+1
2019-03-08session/tcp/vcl: fixes and optimizationsFlorin Coras1-0/+1
2019-03-07session: use transport custom tx for app transportsFlorin Coras1-3/+1
2019-03-06session: use session index instead of fifo for evtFlorin Coras1-3/+3
2019-03-06session: use vpp to switch io events for ct sessionsFlorin Coras1-1/+21
2019-03-02session: cleanup/rename functionsFlorin Coras1-13/+13
2019-03-02session: cleanup session event typesFlorin Coras1-18/+18
2019-03-01session: refactor local connectsFlorin Coras1-28/+32
2019-02-23session: separate local session logicFlorin Coras1-0/+1
2019-02-09buffers: fix typoDamjan Marion1-1/+1
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion1-1/+1
2019-02-06transport: cleanupFlorin Coras1-4/+5
2019-02-05session: cleanup part 2Florin Coras1-2/+2