Age | Commit message (Expand) | Author | Files | Lines |
2020-04-20 | session: avoid rx notifications on accepting sessions |  Florin Coras | 1 | -0/+5 |
2020-04-17 | session tcp: track half open in app wrk |  Florin Coras | 1 | -8/+37 |
2020-04-13 | session: remove ho with fifos support |  Florin Coras | 1 | -21/+5 |
2020-04-13 | session: cleanup debug code |  Florin Coras | 1 | -15/+1 |
2020-04-13 | session: adding debug events |  Srikanth Akula | 1 | -0/+15 |
2020-04-09 | session: fix leak on accept fifo alloc failure |  Florin Coras | 1 | -3/+13 |
2020-04-09 | session: update fifo slice on session migration |  Florin Coras | 1 | -10/+44 |
2020-04-08 | udp: cleanup input node |  Florin Coras | 1 | -0/+30 |
2020-04-07 | session: add more session errors |  Florin Coras | 1 | -5/+9 |
2020-04-06 | session udp: shared local endpoints |  Florin Coras | 1 | -2/+2 |
2020-04-03 | session: improve error reporting |  Florin Coras | 1 | -13/+14 |
2020-04-03 | session: init port_proto_type asap |  Florin Coras | 1 | -7/+11 |
2020-03-30 | tcp: reuse session infra for syns and resets |  Florin Coras | 1 | -2/+2 |
2020-03-25 | session: api to add new transport types |  Florin Coras | 1 | -6/+20 |
2020-03-20 | session: export session_alloc_for_connection |  Andreas Schultz | 1 | -1/+1 |
2020-03-19 | tcp: force deschedule if no send space available |  Florin Coras | 1 | -1/+3 |
2020-03-19 | session tcp udp: consolidate transport snd apis |  Florin Coras | 1 | -0/+13 |
2020-02-25 | session: basic fifo-tuning-logic |  Ryujiro Shibuya | 1 | -0/+26 |
2020-02-12 | tcp: improve invalid packet handling in syn-rcvd |  Florin Coras | 1 | -1/+8 |
2019-12-11 | api: Use vl_msg_push/pop_heap |  Nathan Skrzypczak | 1 | -3/+2 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 1 | -1/+1 |
2019-11-29 | session: no cleanup notification for forced deletes |  Florin Coras | 1 | -1/+2 |
2019-11-19 | session: Fix out of order mq |  Nathan Skrzypczak | 1 | -1/+2 |
2019-11-18 | session: extra checks in session validation |  Srikanth Akula | 1 | -0/+26 |
2019-11-12 | session: session enable in multiworker |  Nathan Skrzypczak | 1 | -1/+16 |
2019-11-05 | session tcp: refactor pacer time |  Florin Coras | 1 | -1/+1 |
2019-10-30 | tls: fix on tcp connection reset |  Zeyu Zhang | 1 | -1/+2 |
2019-10-28 | session: allow transport cleanup only if not deleted |  Florin Coras | 1 | -2/+3 |
2019-10-28 | session: app-closed to transport-deleted on delete notify |  Florin Coras | 1 | -1/+1 |
2019-10-10 | tcp: retry lost retransmits |  Florin Coras | 1 | -1/+1 |
2019-10-08 | session: add is_migrating flag |  Nathan Skrzypczak | 1 | -0/+1 |
2019-10-01 | session: allow transport cleanup in any state |  Florin Coras | 1 | -3/+2 |
2019-09-25 | session: fix cleanup in closing states |  Florin Coras | 1 | -3/+1 |
2019-09-24 | session: avoid transport cleanup if previously deleted |  Florin Coras | 1 | -2/+3 |
2019-09-20 | session: fix msg freeing on error |  Nathan Skrzypczak | 1 | -8/+7 |
2019-09-13 | session: add session enable option in config file |  Nathan Skrzypczak | 1 | -0/+2 |
2019-08-30 | session: move svm_fifo_clear_deq_ntf to before calling the app callback |  Vladimir Kropylev | 1 | -2/+2 |
2019-08-29 | svm: fix fifo hdr freelist allocation |  Florin Coras | 1 | -0/+2 |
2019-08-27 | session: move ctrl messages from bapi to mq |  Florin Coras | 1 | -4/+4 |
2019-08-19 | session: add explicit reset api |  Florin Coras | 1 | -6/+40 |
2019-08-13 | session: fix enqueue notification on 32bit systems |  Florin Coras | 1 | -3/+10 |
2019-08-09 | tls: mark as no lookup transport |  Florin Coras | 1 | -1/+1 |
2019-08-08 | udp: fix connections move |  Aloys Augustin | 1 | -0/+28 |
2019-08-01 | session: session pool migration notification |  Florin Coras | 1 | -0/+15 |
2019-07-26 | session: separate ctrl, new and old events |  Florin Coras | 1 | -5/+2 |
2019-07-26 | session tcp: handle rxt and acks as custom events |  Florin Coras | 1 | -0/+25 |
2019-07-25 | session: add transport deleted state |  Florin Coras | 1 | -8/+11 |
2019-07-23 | session: reorganize dispatch logic |  Florin Coras | 1 | -2/+2 |
2019-07-19 | session: improve event logging |  Florin Coras | 1 | -11/+2 |
2019-07-17 | session: use llist in session node evt handling |  Florin Coras | 1 | -14/+11 |