aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/session/session_node.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-05session: fix local session tagging and cleanupFlorin Coras1-1/+1
2018-10-02tls: fix disconnects for sessions with pending dataFlorin Coras1-1/+8
2018-09-20session/svm: add want_tx_event flag to fifoFlorin Coras1-6/+7
2018-09-10session: lock app worker mq for io eventsFlorin Coras1-10/+5
2018-09-06session: support multiple worker bindsFlorin Coras1-4/+13
2018-08-31VPP-1408: Fix bug that wrong tx fifo drop in buffer chains flow of dgram modeshubing guo1-1/+4
2018-08-24session: fix coverity warningsFlorin Coras1-3/+7
2018-08-24session: add support for multiple app workersFlorin Coras1-17/+29
2018-07-27vcl: use events for epoll/select/read/writeFlorin Coras1-3/+3
2018-07-23session: send rx events only if session readyFlorin Coras1-0/+6
2018-07-19session: coverity warningsFlorin Coras1-8/+10
2018-07-17session: send ctrl msg over mqFlorin Coras1-16/+171
2018-07-17session: use msg queue for eventsFlorin Coras1-39/+34
2018-07-11session: push tx notifications only if neededFlorin Coras1-1/+6
2018-06-30tcp: fix single loop prefetchFlorin Coras1-1/+7
2018-06-30session: send tx notification to appFlorin Coras1-188/+202
2018-06-26tcp/session: tx optimizationsFlorin Coras1-1/+0
2018-06-21tcp: move tracing out of established loopFlorin Coras1-1/+1
2018-06-19tcp: optimize tcp outputFlorin Coras1-5/+5
2018-06-11tcp: cleanup connection/session fixesFlorin Coras1-5/+4
2018-06-09session: cleanup queue node tracingFlorin Coras1-67/+67
2018-06-01session: improve disconnect handlingFlorin Coras1-4/+11
2018-05-26tcp: loss recovery improvements/fixesFlorin Coras1-3/+6
2018-05-18session: add session process nodeFlorin Coras1-0/+45
2018-05-13session: alloc one frame per output node dispatchFlorin Coras1-47/+61
2018-05-09session: cleanup session tx functionFlorin Coras1-289/+342
2018-04-18udp/session: refactor to support dgram modeFlorin Coras1-31/+103
2018-03-23tcp/session: sprinkle prefetchesFlorin Coras1-16/+20
2018-03-02session: first approximation implementation of tlsFlorin Coras1-2/+16
2018-01-27session: disconnect and echo client improvementsFlorin Coras1-1/+1
2018-01-09api: refactor vlibmemoryFlorin Coras1-5/+5
2017-12-11session: generalize handling of network transportsFlorin Coras1-22/+7
2017-11-29session: fix preallocation of local endpoint tableFlorin Coras1-1/+4
2017-11-28Shut down session queue input nodes on exitDave Barach1-0/+19
2017-11-28tcp: fix retransmissions under buffer shortageFlorin Coras1-2/+1
2017-11-21session: unset fifo event before reading fifo sizeFlorin Coras1-6/+4
2017-10-16session: fix build when debugging is onFlorin Coras1-1/+1
2017-10-16udp: refactor udp codeFlorin Coras1-5/+15
2017-10-10session: add support for application namespacingFlorin Coras1-3/+3
2017-09-19session/tcp: improve preallocated segment handlingFlorin Coras1-8/+13
2017-09-12tcp: horizontal scaling improvmentsFlorin Coras1-2/+4
2017-08-29session: segment manager improvementsFlorin Coras1-1/+2
2017-08-25tcp: retransmit and multi-buffer segment fixes and improvementsFlorin Coras1-13/+13
2017-08-18session: fix multi-buffer segmentsFlorin Coras1-19/+22
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras1-14/+25
2017-07-25Cleanup/refactor session layer codeFlorin Coras1-0/+685