- eeb31ec vcl: fix invalid socket read by Filip Tehlar · 2 years, 9 months ago
- 54223ee vcl: validate vls_epoll_ctl inputs by Florin Coras · 2 years, 10 months ago
- fe6d8a3 vcl: fix segment detach post api disconnect by Florin Coras · 2 years, 10 months ago
- 8ccc6b3 vcl: add support for reconnect by Filip Tehlar · 2 years, 10 months ago
- 794599b vcl: make eventfd flag configurable from env by Filip Tehlar · 2 years, 10 months ago
- b85de19 svm: update number of segments in svm_fifo_segments by Florin Coras · 2 years, 11 months ago
- 9b7e8ac api: verify message size on receipt by Klement Sekera · 3 years, 1 month ago
- 74254b5 vcl: validate closed sessions on disconnect and reset by Florin Coras · 3 years ago
- 5ffb964 vcl: debug code improvements by Florin Coras · 3 years ago
- f0fe1ea vcl: handle reordering of disconnect and reset msgs by Florin Coras · 3 years ago
- 674d565 vcl: fix ldp shared listener bitmap leak by Florin Coras · 3 years ago
- 8d42c75 vcl: improve handling of failed connects by Florin Coras · 3 years ago
- 6068719 vcl: avoid ip format function vnet dependency by Florin Coras · 3 years ago
- cba1c22 vcl: fix build with older gcc by Florin Coras · 3 years ago
- 2f09bfc vcl: add DSCP support in VCL by Filip Tehlar · 3 years, 1 month ago
- ef2c0f1 vcl: notify vpp if connected inexistent session by Florin Coras · 3 years, 1 month ago
- ffd9ddb vcl: fix event triggered after closing connections. by liuyacan · 3 years, 1 month ago
- ac306bd vcl: fix cfg parser handling of empty lines by Florin Coras · 3 years, 2 months ago
- 1eb8fea vcl: narrow the scope of the restriction of vlsh_bit_val by wanghanlin · 3 years, 2 months ago
- 41bc861 vcl: remove unsed configs by Florin Coras · 3 years, 2 months ago
- 36217e3 api: API trace improvements by Filip Tehlar · 3 years, 5 months ago
- 94fef3e vcl: grab wrk create lock sooner by Florin Coras · 3 years, 3 months ago
- cba8710 vcl: avoid duplicated events in epoll lt by liuyacan · 3 years, 3 months ago
- 8cc9321 vcl: fix free segments assert by Florin Coras · 3 years, 3 months ago
- 99e4145 vcl: ignore rx events for sessions in epoll lt list by Florin Coras · 3 years, 3 months ago
- 276675e vcl: fix vlsh conversion error by liuyacan · 3 years, 4 months ago
- e191d76 session vcl: cert key add/del with socket api by Florin Coras · 3 years, 4 months ago
- bc0c754 vcl: fix sendto for dgrams by liuyacan · 3 years, 4 months ago
- f71796e vcl: fix sleep time in ldp_pselect() by liuyacan · 3 years, 4 months ago
- fdcbd38 vcl: fix ldp for __recv_chk socket calls by Sivaprasad Tummala · 3 years, 4 months ago
- 2e2f9df vcl: move vls pool lock to process local state by Florin Coras · 3 years, 5 months ago
- 5e61843 vcl: vls cleanup and more docs by Florin Coras · 3 years, 5 months ago
- 39d25e5 vcl: configure the cert-key pair from app by Sivaprasad Tummala · 3 years, 5 months ago
- 603e1a4 vcl: fix some risk after fork() by liuyacan · 3 years, 5 months ago
- 6fc07b4 vcl: fix shutdown deadlock issue by liuyacan · 3 years, 5 months ago
- f6e284b session vcl: explit mq indices in ctrl messages by Florin Coras · 3 years, 5 months ago
- 5cac2e8 vcl:fix segfault when unshare NO_MQ session by liuyacan · 3 years, 5 months ago
- 0046e97 session: api cleanup by Filip Tehlar · 3 years, 6 months ago
- 72228a2 vcl: fix packetdrill test error by wanghanlin · 3 years, 5 months ago
- 85207e6 vcl: print current app state for timeout by wanghanlin · 3 years, 5 months ago
- 97c6e0d vcl: fix return value check for ldp_fd_to_vlsh by wanghanlin · 3 years, 5 months ago
- 734268f vcl: coverity fixes by Florin Coras · 3 years, 6 months ago
- fa3884f vcl: improvements to epoll lt by Florin Coras · 3 years, 6 months ago
- b940fd4 vcl: Don't use app_socket_api to notify VPP in parent when child exited by wanghanlin · 3 years, 6 months ago
- 9e42cc2 vcl: Don't memset events to optimize CPU usage by wanghanlin · 3 years, 6 months ago
- 87f7600 vcl: epoll fix postponed evt handling by Florin Coras · 3 years, 6 months ago
- cde1769 vcl: fix vcl_session_write_ready when connecting by liuyacan · 3 years, 6 months ago
- 5788a34 vcl: validate vep handle when copying sessions on fork by wanghanlin · 3 years, 6 months ago
- d72a034 vcl: move child wrk cleanup from sighandler to vls_epoll_wait by wanghanlin · 3 years, 7 months ago
- 8eb8d50 vcl: fix fifo sharing by Florin Coras · 3 years, 6 months ago
- cba215d vcl: fix worker cleanup by Florin Coras · 3 years, 6 months ago
- fe286f7 vcl: basic support for epoll level-triggered evts by Florin Coras · 3 years, 6 months ago
- 55c952e vcl: improve shutdown() by liuyacan · 3 years, 6 months ago
- f1ddeeb vcl: touch fifo on epoll del only if session open by Florin Coras · 3 years, 6 months ago
- 0b0d28e vcl: accept zero length writes by Florin Coras · 3 years, 6 months ago
- 2336831 vcl: avoid multiple reads on peek by Florin Coras · 3 years, 6 months ago
- 2645f68 vcl: epoll error handling fixes and improvements by Florin Coras · 3 years, 6 months ago
- 5f33d0d vcl: avoid updating errno on ldp init check by Florin Coras · 3 years, 6 months ago
- 67c90a3 session: lcl transport info on accept by Florin Coras · 3 years, 9 months ago
- 2f64790 vcl: ldp placeholder for SO_LINGER by Florin Coras · 3 years, 6 months ago
- 57e0af9 vppinfra: explicit blocking mode for sock connects by Florin Coras · 3 years, 7 months ago
- 6621abf srtp: basic implementation based on libsrtp2 by Florin Coras · 4 years ago
- 4fca744 vcl: fix lookup listener assert by liuyacan · 3 years, 7 months ago
- 534468e session: support half-close connection by liuyacan · 3 years, 7 months ago
- 3ec0165 vcl: move tests to src/tests by Florin Coras · 3 years, 7 months ago
- 1d87914 vcl: reduce iperf tests output by Florin Coras · 3 years, 7 months ago
- 87f6389 vcl: attr api to set endpt ext config by Florin Coras · 3 years, 8 months ago
- ccdb8b8 vcl: fix epoll wait with indefinite timeout by Florin Coras · 3 years, 8 months ago
- a54b62d vcl session: refactor passing of crypto context by Florin Coras · 3 years, 8 months ago
- 4ac2584 vcl session: extended connect/listen configuration by Florin Coras · 3 years, 8 months ago
- cf0e257 vcl: validate fs before cleanup by Florin Coras · 3 years, 8 months ago
- 04ae827 session tcp vcl: api to update connection attributes by Florin Coras · 3 years, 8 months ago
- e263685 tests: support attaching to existing vpp by Klement Sekera · 3 years, 9 months ago
- fda21c9 vcl: use per worker mem bapi context by Florin Coras · 3 years, 8 months ago
- 70e2197 vcl: fix worker cleanup cb function by Florin Coras · 3 years, 8 months ago
- 41d5f54 svm session vcl: per app rx message queues by Florin Coras · 4 years ago
- dc2632e vcl: fix only first epoll listen session be registered by nandfan · 3 years, 9 months ago
- 8919fec vcl: fix libc epoll pwait starved by wanghanlin · 3 years, 9 months ago
- 4c6bbd7 vcl: segment index leak on attach by Florin Coras · 3 years, 10 months ago
- d77325c vcl: fix coverity warning by Florin Coras · 3 years, 10 months ago
- 5fdc47c vcl: fix vls_intercept_sigchld_handler be called recursively by nandfan · 3 years, 10 months ago
- cbb5e82 vcl: cleanup fifos detached from segments by Florin Coras · 3 years, 10 months ago
- 0674f85 vcl: support sockopt of SO_REUSEPORT and SO_DOMAIN by wanghanlin · 3 years, 10 months ago
- 8fb22fd vcl: epoll out deq notifications only if fifo exists by Florin Coras · 3 years, 10 months ago
- 1bb7494 vcl: validate seg handle on migrate only if needed by Florin Coras · 3 years, 10 months ago
- 4b47ee2 tls: dtls initial implementation by Florin Coras · 4 years, 1 month ago
- 5398dfb session svm: non blocking mq by Florin Coras · 3 years, 11 months ago
- bad1d35 vcl: remove verbose output from vcl iperf tests by Florin Coras · 3 years, 10 months ago
- 6a6555a vcl: support set/get vrf attribute by Florin Coras · 3 years, 11 months ago
- 096a1d5 vcl: fix select want deq ntf for ct sessions by Florin Coras · 3 years, 11 months ago
- 80b7425 svm vcl: add helper fn that discovers mqs in segment by Florin Coras · 3 years, 11 months ago
- b13ba13 vcl: honor time wait in eventfd epoll wait by Florin Coras · 3 years, 11 months ago
- 86f1232 svm: add custom q implementation for mq by Florin Coras · 3 years, 11 months ago
- e8f848a vcl: fix session_handle_to_vlsh_table update after session migrate by wanghanlin · 4 years ago
- dcacdc4 vcl: fix deadlock in rpc by wanghanlin · 4 years ago
- a5a9efd vcl session: switch to generic cert key apis by Florin Coras · 4 years ago
- 3b6c84c vcl: allow all workers to block on api by Florin Coras · 4 years ago
- 14f066e svm vcl: allow random offsets for fifo segments in apps by Florin Coras · 4 years ago
- b462418 svm: allow mq attachments at random offsets by Florin Coras · 4 years ago
- c547e91 svm: split fifo into private and shared structs by Florin Coras · 4 years ago