Age | Commit message (Expand) | Author | Files | Lines |
2021-04-22 | vcl session: refactor passing of crypto context | Florin Coras | 1 | -11/+0 |
2021-04-22 | vcl session: extended connect/listen configuration | Florin Coras | 1 | -1/+35 |
2021-04-14 | session tcp vcl: api to update connection attributes | Florin Coras | 1 | -0/+48 |
2021-04-07 | session: fix coverity warning | Florin Coras | 1 | -5/+5 |
2021-04-06 | session: basic support for interrupt mode | Florin Coras | 1 | -0/+117 |
2021-04-05 | tcp: time infra improvements | Florin Coras | 1 | -2/+1 |
2021-03-29 | svm session vcl: per app rx message queues | Florin Coras | 1 | -25/+25 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() | Damjan Marion | 1 | -1/+1 |
2021-03-17 | session: fix populating chained buffers | Ivan Shvedunov | 1 | -3/+5 |
2021-03-11 | session tls: deq notifications for custom tx | Florin Coras | 1 | -0/+4 |
2021-02-09 | session: coverity fixes | Florin Coras | 1 | -2/+4 |
2021-02-05 | session svm: non blocking mq | Florin Coras | 1 | -3/+2 |
2020-12-29 | svm vcl: allow random offsets for fifo segments in apps | Florin Coras | 1 | -2/+2 |
2020-12-29 | svm: allow mq attachments at random offsets | Florin Coras | 1 | -2/+2 |
2020-12-04 | udp session: fix deq notification for dgrams | Florin Coras | 1 | -1/+4 |
2020-12-01 | session: allow small pacer bursts | Florin Coras | 1 | -1/+2 |
2020-11-09 | vlib: fix trace number accounting | Benoît Ganne | 1 | -11/+15 |
2020-11-03 | session: reduce max session node frame size | Florin Coras | 1 | -4/+4 |
2020-10-26 | session: fix feature disable | Florin Coras | 1 | -0/+2 |
2020-10-19 | hsa: cleanup sock server test | Florin Coras | 1 | -1/+1 |
2020-09-21 | session: use wrk instead of thread index in node | Florin Coras | 1 | -10/+12 |
2020-08-11 | vcl: support inter worker rpc | Florin Coras | 1 | -0/+30 |
2020-07-07 | session: fix ct listener cleanup | Florin Coras | 1 | -3/+1 |
2020-05-21 | vcl: support connected udp listens | Florin Coras | 1 | -0/+1 |
2020-04-22 | session: multiple dgrams per dispatch | Florin Coras | 1 | -7/+50 |
2020-04-20 | session: fix use-after-free in input node | Benoît Ganne | 1 | -1/+2 |
2020-04-13 | session: cleanup debug code | Florin Coras | 1 | -157/+3 |
2020-04-13 | session: adding debug events | Srikanth Akula | 1 | -0/+11 |
2020-04-08 | session: alloc exact number of bufs for multi-seg deqs | Simon Zhang | 1 | -7/+23 |
2020-04-07 | udp session: allow dgram ip fragmentation | Florin Coras | 1 | -8/+3 |
2020-04-06 | session udp: shared local endpoints | Florin Coras | 1 | -1/+1 |
2020-04-04 | session tls: support tls descheduling | Florin Coras | 1 | -10/+11 |
2020-04-04 | session tls: improve app transports tx scheduling | Florin Coras | 1 | -4/+26 |
2020-04-03 | session: improve error reporting | Florin Coras | 1 | -4/+2 |
2020-04-03 | session udp: fix transport flags and migration | Florin Coras | 1 | -1/+1 |
2020-04-02 | udp session vcl: add udp iperf test | Florin Coras | 1 | -0/+7 |
2020-04-01 | session udp: support connect on listeners | Florin Coras | 1 | -0/+1 |
2020-03-30 | tcp: reuse session infra for syns and resets | Florin Coras | 1 | -8/+15 |
2020-03-19 | tcp: force deschedule if no send space available | Florin Coras | 1 | -8/+8 |
2020-03-19 | session tcp udp: consolidate transport snd apis | Florin Coras | 1 | -37/+39 |
2020-03-06 | session: fix session reschedule condition | Florin Coras | 1 | -1/+1 |
2020-02-23 | session: include timer generated packets in max burst | Florin Coras | 1 | -1/+2 |
2020-02-23 | session: minimize number of tx events | Florin Coras | 1 | -8/+21 |
2020-02-11 | session: avoid scanning new io list under load | Florin Coras | 1 | -21/+9 |
2020-01-28 | session tcp: fix packet tracing | Florin Coras | 1 | -2/+2 |
2020-01-24 | session: fix node runtime in pre-input queue handler | Florin Coras | 1 | -0/+1 |
2020-01-09 | session: remove io event dispatch dbg msg | Florin Coras | 1 | -4/+1 |
2019-12-11 | quic: Add support for unidirectional streams | Nathan Skrzypczak | 1 | -0/+1 |
2019-12-06 | session: close for reset replies independent of state | Florin Coras | 1 | -2/+2 |
2019-11-20 | session tcp: support pacer idle timeouts | Florin Coras | 1 | -3/+16 |