aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session
AgeCommit message (Expand)AuthorFilesLines
2019-10-31session: avoid double dispatch of new eventsFlorin Coras1-14/+17
2019-10-31session: fix dispatch event loggingFlorin Coras1-16/+27
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 Coras2-2/+2
2019-10-21tls: enable tls engine as the default engineYu Ping1-1/+1
2019-10-21session: support registration of custom crypto enginesFlorin Coras3-1/+22
2019-10-21vcl: add api to set lcl ipFlorin Coras3-1/+3
2019-10-17session: unify buffer tx dispatchingFlorin Coras1-26/+11
2019-10-17session tcp: infra for transports to send buffersFlorin Coras2-0/+29
2019-10-16session: increase max ctrl msg sizeFlorin Coras3-2/+13
2019-10-16session: fix use-after-freeBenoît Ganne1-1/+1
2019-10-10tcp: improve pacing after idle send periodsFlorin Coras3-6/+19
2019-10-10tcp: retry lost retransmitsFlorin Coras3-7/+26
2019-10-10session: fix typos & cert_key store initNathan Skrzypczak2-6/+4
2019-10-09session: avoid old io dispatch if no slots left to sendRyujiro Shibuya1-2/+3
2019-10-09hsa: use crypto_engine_type_t for TLSNathan Skrzypczak1-6/+6
2019-10-09session: Add certificate storeNathan Skrzypczak7-56/+302
2019-10-08hsa: make vpp_echo use mq instead of bapiNathan Skrzypczak1-0/+2
2019-10-08session: add is_migrating flagNathan Skrzypczak2-0/+2
2019-10-01session: fix use-after-freeBenoît Ganne2-2/+2
2019-10-01session: allow transport cleanup in any stateFlorin Coras1-3/+2
2019-09-30session: Fix missing elt regrabNathan Skrzypczak1-0/+1
2019-09-27session: fix io_evt mq lockingNathan Skrzypczak1-3/+2
2019-09-25session: validate connection in session lookup delFlorin Coras1-1/+1
2019-09-25tcp: use sacks for timer based recoveryFlorin Coras2-1/+26
2019-09-25session: fix cleanup in closing statesFlorin Coras1-3/+1
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-09-24session: avoid transport cleanup if previously deletedFlorin Coras1-2/+3
2019-09-20session: fix msg freeing on errorNathan Skrzypczak2-13/+7
2019-09-19session: builtin app rx notifications regardless of stateFlorin Coras1-3/+5
2019-09-17session: limit pacer bucket sizeFlorin Coras2-2/+4
2019-09-13session: add session enable option in config fileNathan Skrzypczak1-0/+2
2019-09-10tcp: enable gso in tcp hoststackSimon Zhang1-3/+4
2019-09-10session: fix session filter rangeFlorin Coras1-1/+1
2019-09-04session: improve cliFlorin Coras5-145/+343
2019-09-04session: avoid bihash list for session tablesFlorin Coras1-12/+38
2019-09-03api: enforce vla is last and fixed string typeOle Troan1-1/+1
2019-08-30session: move svm_fifo_clear_deq_ntf to before calling the app callbackVladimir Kropylev1-2/+2
2019-08-30session : make sure session layer is enabled when cli operate the sessions.Guanghua Zhang1-0/+4
2019-08-29svm: fix fifo hdr freelist allocationFlorin Coras1-0/+2
2019-08-28session: fix unbind coverity warningFlorin Coras1-0/+7
2019-08-27session: move ctrl messages from bapi to mqFlorin Coras9-106/+675
2019-08-19session: add explicit reset apiFlorin Coras5-6/+59
2019-08-13session: fix enqueue notification on 32bit systemsFlorin Coras1-3/+10
2019-08-09session: allow closed transports to sendFlorin Coras1-4/+16
2019-08-09tls: mark as no lookup transportFlorin Coras1-1/+1
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