aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl
AgeCommit message (Expand)AuthorFilesLines
2022-03-03vcl: validate vls_epoll_ctl inputsFlorin Coras1-2/+18
2022-03-02vcl: fix segment detach post api disconnectFlorin Coras2-9/+36
2022-02-17vcl: add support for reconnectFilip Tehlar4-1/+127
2022-02-09vcl: make eventfd flag configurable from envFilip Tehlar2-0/+8
2022-01-19svm: update number of segments in svm_fifo_segmentsFlorin Coras1-1/+1
2021-12-14api: verify message size on receiptKlement Sekera1-1/+6
2021-12-08vcl: validate closed sessions on disconnect and resetFlorin Coras1-2/+2
2021-12-07vcl: debug code improvementsFlorin Coras1-36/+33
2021-12-07vcl: handle reordering of disconnect and reset msgsFlorin Coras2-11/+61
2021-12-06vcl: fix ldp shared listener bitmap leakFlorin Coras1-1/+2
2021-11-30vcl: improve handling of failed connectsFlorin Coras1-10/+13
2021-11-30vcl: avoid ip format function vnet dependencyFlorin Coras3-169/+187
2021-11-29vcl: fix build with older gccFlorin Coras1-1/+1
2021-11-15vcl: add DSCP support in VCLFilip Tehlar3-0/+15
2021-11-11vcl: notify vpp if connected inexistent sessionFlorin Coras1-1/+11
2021-11-03vcl: fix event triggered after closing connections.liuyacan1-1/+15
2021-10-22vcl: fix cfg parser handling of empty linesFlorin Coras1-0/+2
2021-10-15vcl: narrow the scope of the restriction of vlsh_bit_valwanghanlin1-3/+4
2021-10-04vcl: remove unsed configsFlorin Coras3-38/+2
2021-09-28api: API trace improvementsFilip Tehlar1-4/+5
2021-09-23vcl: grab wrk create lock soonerFlorin Coras1-3/+6
2021-09-10vcl: avoid duplicated events in epoll ltliuyacan1-4/+6
2021-09-10vcl: fix free segments assertFlorin Coras1-1/+1
2021-09-01vcl: ignore rx events for sessions in epoll lt listFlorin Coras1-2/+3
2021-08-30vcl: fix vlsh conversion errorliuyacan1-3/+1
2021-08-12session vcl: cert key add/del with socket apiFlorin Coras3-10/+117
2021-08-02vcl: fix sendto for dgramsliuyacan1-4/+4
2021-08-02vcl: fix sleep time in ldp_pselect()liuyacan1-1/+2
2021-07-31vcl: fix ldp for __recv_chk socket callsSivaprasad Tummala2-0/+17
2021-07-29vcl: move vls pool lock to process local stateFlorin Coras1-6/+7
2021-07-29vcl: vls cleanup and more docsFlorin Coras1-101/+167
2021-07-27vcl: configure the cert-key pair from appSivaprasad Tummala1-4/+4
2021-07-27vcl: fix some risk after fork()liuyacan1-9/+17
2021-07-25vcl: fix shutdown deadlock issueliuyacan1-1/+1
2021-07-22session vcl: explit mq indices in ctrl messagesFlorin Coras3-15/+16
2021-07-14vcl:fix segfault when unshare NO_MQ sessionliuyacan1-1/+2
2021-07-12session: api cleanupFilip Tehlar1-29/+42
2021-07-06vcl: fix packetdrill test errorwanghanlin1-1/+1
2021-07-06vcl: print current app state for timeoutwanghanlin1-2/+2
2021-07-06vcl: fix return value check for ldp_fd_to_vlshwanghanlin1-3/+3
2021-06-30vcl: coverity fixesFlorin Coras1-1/+1
2021-06-29vcl: improvements to epoll ltFlorin Coras3-52/+85
2021-06-29vcl: Don't use app_socket_api to notify VPP in parent when child exitedwanghanlin1-1/+5
2021-06-29vcl: Don't memset events to optimize CPU usagewanghanlin1-8/+6
2021-06-28vcl: epoll fix postponed evt handlingFlorin Coras1-6/+33
2021-06-24vcl: fix vcl_session_write_ready when connectingliuyacan1-0/+4
2021-06-22vcl: validate vep handle when copying sessions on forkwanghanlin1-0/+31
2021-06-22vcl: move child wrk cleanup from sighandler to vls_epoll_waitwanghanlin1-1/+42
2021-06-16vcl: fix fifo sharingFlorin Coras4-2/+26
2021-06-16vcl: fix worker cleanupFlorin Coras1-0/+7