Age | Commit message (Expand) | Author | Files | Lines |
2021-06-22 | vcl: validate vep handle when copying sessions on fork |  wanghanlin | 1 | -0/+31 |
2021-06-22 | vcl: move child wrk cleanup from sighandler to vls_epoll_wait |  wanghanlin | 1 | -1/+42 |
2021-06-16 | vcl: fix fifo sharing |  Florin Coras | 4 | -2/+26 |
2021-06-16 | vcl: fix worker cleanup |  Florin Coras | 1 | -0/+7 |
2021-06-16 | vcl: basic support for epoll level-triggered evts |  Florin Coras | 3 | -5/+102 |
2021-06-14 | vcl: improve shutdown() |  liuyacan | 6 | -54/+40 |
2021-06-10 | vcl: touch fifo on epoll del only if session open |  Florin Coras | 1 | -3/+6 |
2021-06-07 | vcl: accept zero length writes |  Florin Coras | 1 | -7/+8 |
2021-06-07 | vcl: avoid multiple reads on peek |  Florin Coras | 1 | -0/+4 |
2021-06-05 | vcl: epoll error handling fixes and improvements |  Florin Coras | 2 | -6/+22 |
2021-06-03 | vcl: avoid updating errno on ldp init check |  Florin Coras | 1 | -71/+43 |
2021-06-03 | session: lcl transport info on accept |  Florin Coras | 1 | -2/+2 |
2021-06-02 | vcl: ldp placeholder for SO_LINGER |  Florin Coras | 1 | -0/+3 |
2021-05-26 | vppinfra: explicit blocking mode for sock connects |  Florin Coras | 1 | -1/+2 |
2021-05-25 | srtp: basic implementation based on libsrtp2 |  Florin Coras | 3 | -1/+10 |
2021-05-14 | vcl: fix lookup listener assert |  liuyacan | 1 | -0/+6 |
2021-05-12 | session: support half-close connection |  liuyacan | 6 | -1/+78 |
2021-05-06 | vcl: move tests to src/tests |  Florin Coras | 1 | -872/+0 |
2021-05-06 | vcl: reduce iperf tests output |  Florin Coras | 1 | -8/+8 |
2021-05-01 | vcl: attr api to set endpt ext config |  Florin Coras | 4 | -6/+25 |
2021-04-28 | vcl: fix epoll wait with indefinite timeout |  Florin Coras | 1 | -28/+16 |
2021-04-22 | vcl session: refactor passing of crypto context |  Florin Coras | 3 | -5/+30 |
2021-04-22 | vcl session: extended connect/listen configuration |  Florin Coras | 3 | -0/+58 |
2021-04-15 | vcl: validate fs before cleanup |  Florin Coras | 1 | -2/+5 |
2021-04-14 | session tcp vcl: api to update connection attributes |  Florin Coras | 3 | -18/+88 |
2021-04-12 | tests: support attaching to existing vpp |  Klement Sekera | 1 | -2/+2 |
2021-04-08 | vcl: use per worker mem bapi context |  Florin Coras | 2 | -0/+2 |
2021-04-07 | vcl: fix worker cleanup cb function |  Florin Coras | 1 | -2/+8 |
2021-03-29 | svm session vcl: per app rx message queues |  Florin Coras | 2 | -2/+21 |
2021-03-28 | vcl: fix only first epoll listen session be registered |  nandfan | 1 | -14/+2 |
2021-03-22 | vcl: fix libc epoll pwait starved |  wanghanlin | 2 | -1/+5 |
2021-02-23 | vcl: segment index leak on attach |  Florin Coras | 1 | -1/+1 |
2021-02-23 | vcl: fix coverity warning |  Florin Coras | 1 | -7/+9 |
2021-02-22 | vcl: fix vls_intercept_sigchld_handler be called recursively |  nandfan | 1 | -0/+5 |
2021-02-22 | vcl: cleanup fifos detached from segments |  Florin Coras | 2 | -0/+34 |
2021-02-22 | vcl: support sockopt of SO_REUSEPORT and SO_DOMAIN |  wanghanlin | 3 | -0/+26 |
2021-02-18 | vcl: epoll out deq notifications only if fifo exists |  Florin Coras | 1 | -4/+7 |
2021-02-10 | vcl: validate seg handle on migrate only if needed |  Florin Coras | 1 | -5/+10 |
2021-02-09 | tls: dtls initial implementation |  Florin Coras | 3 | -25/+34 |
2021-02-05 | session svm: non blocking mq |  Florin Coras | 1 | -103/+33 |
2021-02-01 | vcl: remove verbose output from vcl iperf tests |  Florin Coras | 1 | -8/+8 |
2021-01-28 | vcl: support set/get vrf attribute |  Florin Coras | 3 | -0/+24 |
2021-01-28 | vcl: fix select want deq ntf for ct sessions |  Florin Coras | 1 | -32/+35 |
2021-01-28 | svm vcl: add helper fn that discovers mqs in segment |  Florin Coras | 4 | -9/+37 |
2021-01-28 | vcl: honor time wait in eventfd epoll wait |  Florin Coras | 1 | -11/+35 |
2021-01-25 | svm: add custom q implementation for mq |  Florin Coras | 3 | -6/+5 |
2021-01-12 | vcl: fix session_handle_to_vlsh_table update after session migrate |  wanghanlin | 1 | -7/+48 |
2021-01-11 | vcl: fix deadlock in rpc |  wanghanlin | 2 | -71/+134 |
2021-01-07 | vcl session: switch to generic cert key apis |  Florin Coras | 5 | -136/+172 |
2021-01-06 | vcl: allow all workers to block on api |  Florin Coras | 2 | -32/+53 |