aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session
AgeCommit message (Expand)AuthorFilesLines
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
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
2019-07-27session: define connection id lengthFlorin Coras1-3/+10
2019-07-26session: separate ctrl, new and old eventsFlorin Coras3-89/+88
2019-07-26session tcp: handle rxt and acks as custom eventsFlorin Coras6-8/+71
2019-07-25session: add transport deleted stateFlorin Coras3-10/+14
2019-07-23api: binary api cleanupDave Barach1-1/+2
2019-07-23session: reorganize dispatch logicFlorin Coras3-153/+141
2019-07-23session: avoid postponing closeFlorin Coras1-14/+0
2019-07-19session: improve event loggingFlorin Coras4-60/+49
2019-07-19session: Use parent_handle instead of transport_optsNathan Skrzypczak4-6/+6
2019-07-17session: move constants definitionFlorin Coras2-2/+3
2019-07-17session: use llist in session node evt handlingFlorin Coras3-66/+145
2019-07-17session: grab mq lock until ctrl event is enqueuedFlorin Coras1-2/+1
2019-07-16session: fix node enable sequenceVladimir Kropylev1-1/+1
2019-07-15session: allow transports to generate closed notificationsFlorin Coras5-27/+42
2019-07-12quic: fix show session verboseAloys Augustin1-1/+2