aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session
AgeCommit message (Expand)AuthorFilesLines
2020-02-06session: extra checks in session validationSrikanth Akula2-13/+27
2020-02-06session: re-set tx fifo event if out of buffersFlorin Coras1-1/+2
2019-11-28session tcp: refactor pacer timeFlorin Coras6-86/+68
2019-11-18session: unify buffer tx dispatchingFlorin Coras1-26/+11
2019-11-18session: reschedule asap when snd space constrainedFlorin Coras2-7/+28
2019-11-18session tcp: infra for transports to send buffersFlorin Coras2-0/+29
2019-11-15session: fix show cli with closed sessionFlorin Coras1-1/+3
2019-11-15session: avoid double dispatch of new eventsFlorin Coras1-14/+17
2019-11-15session: app-closed to transport-deleted on delete notifyFlorin Coras2-2/+2
2019-11-15vcl: add api to set lcl ipFlorin Coras3-1/+3
2019-11-05session: fix dispatch event loggingFlorin Coras1-16/+27
2019-11-05tls: fix on tcp connection resetZeyu Zhang1-1/+2
2019-11-05session: allow transport cleanup only if not deletedFlorin Coras1-2/+3
2019-11-05session: avoid old io dispatch if no slots left to sendRyujiro Shibuya1-2/+3
2019-10-31session: increase max ctrl msg sizeFlorin Coras3-2/+13
2019-10-29tcp: improve pacing after idle send periodsFlorin Coras3-6/+19
2019-10-27session: fix use-after-freeBenoît Ganne1-1/+1
2019-10-27tcp: retry lost retransmitsFlorin Coras3-7/+26
2019-10-11session: fix use-after-freeBenoît Ganne2-2/+2
2019-10-04session: Fix missing elt regrabNathan Skrzypczak1-0/+1
2019-10-03session: allow transport cleanup in any stateFlorin Coras1-3/+2
2019-10-03session: fix io_evt mq lockingNathan Skrzypczak1-3/+2
2019-10-03session: fix unbind coverity warningFlorin Coras1-0/+7
2019-10-03session: fix cleanup in closing statesFlorin Coras1-3/+1
2019-10-03vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-10-02session: validate connection in session lookup delFlorin Coras1-1/+1
2019-10-02tcp: use sacks for timer based recoveryFlorin Coras2-1/+26
2019-10-01session: avoid transport cleanup if previously deletedFlorin Coras1-2/+3
2019-09-30session: move ctrl messages from bapi to mqFlorin Coras9-106/+675
2019-09-30session: fix msg freeing on errorNathan Skrzypczak2-13/+7
2019-09-30session: builtin app rx notifications regardless of stateFlorin Coras1-3/+5
2019-09-30session: limit pacer bucket sizeFlorin Coras2-2/+4
2019-09-30session: add session enable option in config fileNathan Skrzypczak1-0/+2
2019-09-30session: fix session filter rangeFlorin Coras1-1/+1
2019-09-30session: improve cliFlorin Coras5-145/+343
2019-09-29tcp: enable gso in tcp hoststackSimon Zhang1-3/+4
2019-09-29session: avoid bihash list for session tablesFlorin Coras1-12/+38
2019-09-29session : make sure session layer is enabled when cli operate the sessions.Guanghua Zhang1-0/+4
2019-09-28session: move svm_fifo_clear_deq_ntf to before calling the app callbackVladimir Kropylev1-2/+2
2019-09-27svm: fix fifo hdr freelist allocationFlorin Coras1-0/+2
2019-09-20session: add explicit reset apiFlorin Coras5-6/+59
2019-09-09api: enforce vla is last and fixed string typeOle Troan1-1/+1
2019-08-13session: fix enqueue notification on 32bit systemsFlorin Coras1-3/+10
2019-08-09tls: mark as no lookup transportFlorin Coras1-1/+1
2019-08-09session: allow closed transports to sendFlorin Coras1-4/+16
2019-08-08udp: fix connections moveAloys Augustin1-0/+28
2019-08-05session: cache align transport base classFlorin Coras4-19/+20
2019-08-01session: session pool migration notificationFlorin Coras6-0/+43
2019-08-01vppinfra: refactor clib_rwlock_t to use single condition variablejaszha031-1/+0
2019-07-29session: fix vpp to app msg generationFlorin Coras2-66/+28