Age | Commit message (Expand) | Author | Files | Lines |
2023-04-28 | vcl: inherit connected flag on accepted cl sessions |  Florin Coras | 1 | -0/+2 |
2023-03-14 | session vcl: refactor builtin tx event for main tx |  Florin Coras | 1 | -6/+11 |
2023-03-09 | vcl: fix select connected deq notification |  Florin Coras | 1 | -6/+12 |
2023-03-09 | vcl: fix epoll out evt on connect |  Florin Coras | 1 | -1/+1 |
2023-03-01 | vcl: accept bound notifications in epoll wait |  Florin Coras | 1 | -0/+3 |
2023-03-01 | vcl: only add sessions to lt list if needed |  Florin Coras | 1 | -1/+8 |
2023-02-28 | vcl: handle lt events in epoll ctl |  Florin Coras | 1 | -18/+26 |
2023-02-27 | vcl: improve vls handling of shared listeners |  Florin Coras | 1 | -52/+34 |
2023-02-20 | vcl: ldp support for ip_pktinfo |  Florin Coras | 1 | -11/+62 |
2023-01-13 | vcl: set deq notify flag on epoll connected sessions |  Florin Coras | 1 | -0/+4 |
2022-12-14 | vcl: enable gso for 'sendmsg' in LDP mode. |  Dou Chao | 1 | -11/+17 |
2022-10-27 | vcl: register workers when reattaching to vpp |  Maros Ondrejicka | 1 | -2/+45 |
2022-10-06 | vcl: add api to check if vcl disconnected from vpp |  Maros Ondrejicka | 1 | -0/+11 |
2022-09-27 | vcl: repatch "align the RST behaviour with kernel" |  Yacan Liu | 1 | -1/+1 |
2022-09-20 | vcl: align the RST behaviour with kernel |  Yacan Liu | 1 | -1/+13 |
2022-07-20 | vcl: new vcl api to get detailed session errors |  Radha krishna Saragadam | 1 | -0/+32 |
2022-06-30 | vcl: check if listener valid on disconnect cleanup |  Florin Coras | 1 | -1/+2 |
2022-06-10 | vcl: fix iperf3 server crash issue when it runs over vpp host stack. |  Liangxing Wang | 1 | -1/+8 |
2022-03-31 | vcl: fix api detach if attach failed |  Florin Coras | 1 | -1/+8 |
2022-02-17 | vcl: add support for reconnect |  Filip Tehlar | 1 | -0/+52 |
2022-01-19 | svm: update number of segments in svm_fifo_segments |  Florin Coras | 1 | -1/+1 |
2021-12-08 | vcl: validate closed sessions on disconnect and reset |  Florin Coras | 1 | -2/+2 |
2021-12-07 | vcl: debug code improvements |  Florin Coras | 1 | -36/+33 |
2021-12-07 | vcl: handle reordering of disconnect and reset msgs |  Florin Coras | 1 | -11/+59 |
2021-11-30 | vcl: improve handling of failed connects |  Florin Coras | 1 | -10/+13 |
2021-11-30 | vcl: avoid ip format function vnet dependency |  Florin Coras | 1 | -167/+59 |
2021-11-15 | vcl: add DSCP support in VCL |  Filip Tehlar | 1 | -0/+13 |
2021-11-11 | vcl: notify vpp if connected inexistent session |  Florin Coras | 1 | -1/+11 |
2021-11-03 | vcl: fix event triggered after closing connections. |  liuyacan | 1 | -1/+15 |
2021-10-04 | vcl: remove unsed configs |  Florin Coras | 1 | -5/+2 |
2021-09-10 | vcl: avoid duplicated events in epoll lt |  liuyacan | 1 | -4/+6 |
2021-09-10 | vcl: fix free segments assert |  Florin Coras | 1 | -1/+1 |
2021-09-01 | vcl: ignore rx events for sessions in epoll lt list |  Florin Coras | 1 | -2/+3 |
2021-08-12 | session vcl: cert key add/del with socket api |  Florin Coras | 1 | -10/+6 |
2021-08-02 | vcl: fix sendto for dgrams |  liuyacan | 1 | -4/+4 |
2021-07-22 | session vcl: explit mq indices in ctrl messages |  Florin Coras | 1 | -9/+11 |
2021-07-06 | vcl: fix packetdrill test error |  wanghanlin | 1 | -1/+1 |
2021-06-30 | vcl: coverity fixes |  Florin Coras | 1 | -1/+1 |
2021-06-29 | vcl: improvements to epoll lt |  Florin Coras | 1 | -45/+80 |
2021-06-29 | vcl: Don't memset events to optimize CPU usage |  wanghanlin | 1 | -8/+6 |
2021-06-28 | vcl: epoll fix postponed evt handling |  Florin Coras | 1 | -6/+33 |
2021-06-16 | vcl: basic support for epoll level-triggered evts |  Florin Coras | 1 | -5/+94 |
2021-06-14 | vcl: improve shutdown() |  liuyacan | 1 | -26/+31 |
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 | 1 | -5/+20 |
2021-06-03 | session: lcl transport info on accept |  Florin Coras | 1 | -2/+2 |
2021-05-25 | srtp: basic implementation based on libsrtp2 |  Florin Coras | 1 | -0/+7 |
2021-05-12 | session: support half-close connection |  liuyacan | 1 | -1/+55 |