summaryrefslogtreecommitdiffstats
path: root/src/vcl/vppcom.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-01vcl: if the ldp user send buf with 0 len, it will assert failed.jiangxiaoming1-1/+1
2019-11-28vcl: fix nonblocking accept with >1 event in the queueCarl Smith1-3/+3
2019-11-28vcl: fix epoll connected events sidFlorin Coras1-2/+1
2019-11-18vcl: handle segment map errorsFlorin Coras1-8/+12
2019-11-15vcl: add api to set lcl ipFlorin Coras1-6/+39
2019-11-05vcl: handle rx notifications on reused sessionsFlorin Coras1-0/+2
2019-10-03vcl: allow non-blocking connectsFlorin Coras1-3/+14
2019-09-30session: move ctrl messages from bapi to mqFlorin Coras1-18/+106
2019-08-05vcl: fix bapi disconnect with socket transportFlorin Coras1-1/+1
2019-07-31vcl: fix epoll chain validationFlorin Coras1-22/+22
2019-07-19vcl: fix coverity warningFlorin Coras1-1/+2
2019-07-19session: Use parent_handle instead of transport_optsNathan Skrzypczak1-2/+2
2019-07-18vcl: add QUIC supportNathan Skrzypczak1-13/+155
2019-07-08vcl: add worker unregister apiFlorin Coras1-0/+7
2019-07-08vcl: cleanup listener accept fifoFlorin Coras1-0/+14
2019-06-29svm: rename fifo tx notifications to reflect useFlorin Coras1-8/+8
2019-06-06vcl: avoid hash table lookup on acceptFlorin Coras1-23/+27
2019-06-06vcl: cap epoll dequeue batch size to max eventsFlorin Coras1-14/+14
2019-04-25session: cleanup segment manager and fifo segmentFlorin Coras1-5/+5
2019-04-25session: use teps in accept/connect notificationsFlorin Coras1-9/+9
2019-04-17vcl/session: tx notifications for cut-thru sessionsFlorin Coras1-0/+8
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das1-8/+9
2019-03-15vcl: cleanup debug messagesFlorin Coras1-240/+170
2019-03-14vcl: fix coverity warningFlorin Coras1-1/+1
2019-03-08session/tcp/vcl: fixes and optimizationsFlorin Coras1-13/+48
2019-03-07session: cleanup instances of deprecated io evtsFlorin Coras1-1/+1
2019-03-06session: use session index instead of fifo for evtFlorin Coras1-38/+43
2019-03-06session: use vpp to switch io events for ct sessionsFlorin Coras1-246/+71
2019-03-04vcl: remove unused fields and structuresFlorin Coras1-8/+1
2019-02-21vcl/session: send unlisten over message queueFlorin Coras1-1/+34
2019-02-04session: cleanup part 1Florin Coras1-5/+5
2019-01-31vcl: improve handling of close on rwFlorin Coras1-48/+27
2019-01-30vls: support passive listenersFlorin Coras1-3/+11
2019-01-29vls: multi-process and multi-threaded apps improvementsFlorin Coras1-74/+8
2019-01-26vcl: add api to expose worker message queues epfdFlorin Coras1-0/+9
2019-01-24session/vcl: support worker ownership change for listenersFlorin Coras1-7/+14
2019-01-23vcl: generate epoll events only if requestedFlorin Coras1-9/+12
2019-01-18vcl: move forking logic to vlsFlorin Coras1-210/+34
2019-01-10session/vcl: improve fifo tx notificationsFlorin Coras1-4/+14
2019-01-08vcl/ldp: select cleanup/improvementsFlorin Coras1-43/+28
2019-01-07vcl/ldp: add locked sessions shim layerFlorin Coras1-11/+28
2019-01-05vcl/session: add api for changing session app workerFlorin Coras1-35/+171
2019-01-04Add TLS support for VCLPing Yu1-3/+52
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-16/+21
2019-01-02ldp/vcl: epoll and shutdown cleanupFlorin Coras1-49/+32
2019-01-01vcl/ldp: add write msg function and fine tuningFlorin Coras1-20/+21
2018-12-28vcl: handle invalid sessions in epollFlorin Coras1-3/+10
2018-12-23vcl: fix coverity warningsFlorin Coras1-1/+5
2018-12-17vcl: handle reset while reading/writing dataFlorin Coras1-17/+9
2018-12-17vcl/session: handle reset/disconnect before app acceptFlorin Coras1-65/+137