aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl/vppcom.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-17vcl: fix epoll timeoutFlorin Coras1-1/+1
2020-06-04vcl: support connected udp listensFlorin Coras1-0/+7
2020-05-26vcl: do not propagate epoll events if session closedFlorin Coras1-6/+11
2020-05-18vcl: remove udpc transportFlorin Coras1-4/+0
2020-05-16vcl svm: fix rx event losshanlin1-2/+5
2020-05-12vcl: de-init vcl on destroyFlorin Coras1-0/+1
2020-05-04vcl: allow vcl worker index to be set by applicationsPivo1-0/+6
2020-04-30vcl: disconnect both flavors of bapi transport on destroyFlorin Coras1-5/+8
2020-04-25session vcl: propagate transport cleanup notificationsFlorin Coras1-0/+11
2020-04-25vcl: generate select events on read/write errorsFlorin Coras1-8/+8
2020-04-22vcl: fix use-after-freeBenoƮt Ganne1-1/+2
2020-04-20vcl: ensure sessions are open on select eventsFlorin Coras1-7/+5
2020-04-17vcl: fix app destroyFlorin Coras1-20/+19
2020-04-07udp session: jumbo frames and configurable mtuFlorin Coras1-1/+0
2020-04-06vcl session: enforce full dgram reads/writesFlorin Coras1-24/+44
2020-04-06session udp: shared local endpointsFlorin Coras1-1/+3
2020-04-03session: improve error reportingFlorin Coras1-3/+3
2020-04-01session udp: support connect on listenersFlorin Coras1-4/+29
2020-04-01vcl: support sendto for dgramsFlorin Coras1-35/+26
2020-03-25session: api to add new transport typesFlorin Coras1-4/+0
2020-02-25svm: refactor fifoFlorin Coras1-2/+4
2020-02-13vcl: clear accept msg flagsFlorin Coras1-0/+1
2020-02-13vcl: handle close after resetFlorin Coras1-9/+31
2020-02-04vcl: switch to closed state after app closeFlorin Coras1-3/+5
2020-01-30vcl session: propagate cleanup notifications to appsFlorin Coras1-40/+67
2020-01-23vcl: always report EPOLLHUP/EPOLLRDHUP on closeFlorin Coras1-4/+0
2020-01-23vcl session: udp session migration notificationsFlorin Coras1-0/+39
2020-01-16vcl: add rx event on epoll ctl if neededFlorin Coras1-2/+10
2019-12-27vcl: EPOLLOUT should be generated when epoll_ctl called with EPOLLOUThanlin1-0/+20
2019-12-21session: move add/del segment msg to mqFlorin Coras1-20/+74
2019-12-17vcl: RX event may lost when accept session repeatedlywanghanlin1-1/+1
2019-12-12vcl: fix disconnect from binary apiFlorin Coras1-4/+0
2019-12-11vcl: separate binary api connections per thread workerFlorin Coras1-3/+12
2019-12-05vcl: resolve VCL part session cleanup issueYu Ping1-0/+2
2019-11-21vcl: if the ldp user send buf with 0 len, it will assert failed.jiangxiaoming1-1/+1
2019-11-12vcl: fix nonblocking accept with >1 event in the queueCarl Smith1-3/+3
2019-11-08vcl: fix epoll connected events sidFlorin Coras1-2/+1
2019-10-29vcl: handle rx notifications on reused sessionsFlorin Coras1-0/+2
2019-10-22vcl: handle segment map errorsFlorin Coras1-8/+12
2019-10-21vcl: add api to set lcl ipFlorin Coras1-6/+39
2019-08-30vcl: allow non-blocking connectsFlorin Coras1-3/+14
2019-08-27session: 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