aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/session.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-10session/vcl: improve fifo tx notificationsFlorin Coras1-16/+13
2019-01-05vcl/session: add api for changing session app workerFlorin Coras1-1/+4
2018-12-28session: free session after transport and app confirmFlorin Coras1-7/+7
2018-12-22tcp: improve waitclose in closing statesFlorin Coras1-0/+1
2018-12-18tcp/session: drop connections if message queue is fullFlorin Coras1-1/+1
2018-12-13session/tcp: support tx flush markFlorin Coras1-0/+8
2018-11-30session: segment handle in accept/connect notificationsFlorin Coras1-0/+8
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-1/+1
2018-11-07tcp: consume incoming buffers instead of reusingFlorin Coras1-0/+7
2018-11-02session: measure dispatch period only if under loadFlorin Coras1-0/+2
2018-10-31session: prioritize postponed sessionsFlorin Coras1-0/+3
2018-10-31session: add wrk contextFlorin Coras1-47/+66
2018-10-28session: extend connect api for internal appsFlorin Coras1-1/+1
2018-10-25tcp/session: add tx pacerFlorin Coras1-0/+18
2018-10-16tls: fix multi threaded medium scale test (VPP-1457)Florin Coras1-1/+2
2018-10-02tls: fix disconnects for sessions with pending dataFlorin Coras1-1/+2
2018-09-19session: improve close procedureFlorin Coras1-0/+1
2018-09-06session: support multiple worker bindsFlorin Coras1-3/+3
2018-08-28vcl/session: use mq for bind repliesFlorin Coras1-0/+1
2018-08-24tcp: fix cc recovery re-entry and persist timer popFlorin Coras1-0/+9
2018-07-31vcl: add read/write udp supportFlorin Coras1-2/+2
2018-07-27vcl: use events for epoll/select/read/writeFlorin Coras1-0/+2
2018-07-17session: send ctrl msg over mqFlorin Coras1-9/+14
2018-07-17session: use msg queue for eventsFlorin Coras1-15/+32
2018-06-30session: send tx notification to appFlorin Coras1-0/+1
2018-06-11tcp: cleanup connection/session fixesFlorin Coras1-1/+1
2018-05-23tcp: cc improvements and fixesFlorin Coras1-2/+9
2018-05-18session: add session process nodeFlorin Coras1-0/+6
2018-05-13session: alloc one frame per output node dispatchFlorin Coras1-7/+4
2018-05-09session: cleanup session tx functionFlorin Coras1-27/+49
2018-04-30tcp/session: debug improvements/fixesFlorin Coras1-1/+1
2018-04-18udp/session: refactor to support dgram modeFlorin Coras1-2/+38
2018-04-16session: use generic session pool for listenersFlorin Coras1-53/+10
2018-03-02session: first approximation implementation of tlsFlorin Coras1-13/+10
2018-02-15session: avoid session handle conflict with vclFlorin Coras1-1/+8
2018-02-14session: support local sessions and deprecate redirectsFlorin Coras1-10/+48
2018-02-05session: segment manager refactorFlorin Coras1-2/+3
2018-01-27session: use clib rwlocks instead of custom implementationFlorin Coras1-17/+4
2018-01-27session: disconnect and echo client improvementsFlorin Coras1-0/+1
2018-01-25session: add support for memfd segmentsFlorin Coras1-1/+11
2018-01-09api: refactor vlibmemoryFlorin Coras1-3/+3
2017-12-11session: generalize handling of network transportsFlorin Coras1-25/+32
2017-11-29session: fix preallocation of local endpoint tableFlorin Coras1-9/+17
2017-11-28Shut down session queue input nodes on exitDave Barach1-0/+2
2017-11-27session: return bound listener for proxy acceptsFlorin Coras1-0/+1
2017-10-16udp: refactor udp codeFlorin Coras1-23/+126
2017-10-10session: add support for application namespacingFlorin Coras1-16/+25
2017-09-07Fix session connect_* api message handling.Dave Wallace1-0/+22
2017-08-10TCP proxy prototypeDave Barach1-4/+4
2017-08-02Fix tcp tx buffer allocationFlorin Coras1-0/+10