Age | Commit message (Expand) | Author | Files | Lines |
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 | 2 | -13/+7 |
2019-09-19 | session: builtin app rx notifications regardless of state | Florin Coras | 1 | -3/+5 |
2019-09-17 | session: limit pacer bucket size | Florin Coras | 2 | -2/+4 |
2019-09-13 | session: add session enable option in config file | Nathan Skrzypczak | 1 | -0/+2 |
2019-09-10 | tcp: enable gso in tcp hoststack | Simon Zhang | 1 | -3/+4 |
2019-09-10 | session: fix session filter range | Florin Coras | 1 | -1/+1 |
2019-09-04 | session: improve cli | Florin Coras | 5 | -145/+343 |
2019-09-04 | session: avoid bihash list for session tables | Florin Coras | 1 | -12/+38 |
2019-09-03 | api: enforce vla is last and fixed string type | Ole Troan | 1 | -1/+1 |
2019-08-30 | session: move svm_fifo_clear_deq_ntf to before calling the app callback | Vladimir Kropylev | 1 | -2/+2 |
2019-08-30 | session : make sure session layer is enabled when cli operate the sessions. | Guanghua Zhang | 1 | -0/+4 |
2019-08-29 | svm: fix fifo hdr freelist allocation | Florin Coras | 1 | -0/+2 |
2019-08-28 | session: fix unbind coverity warning | Florin Coras | 1 | -0/+7 |
2019-08-27 | session: move ctrl messages from bapi to mq | Florin Coras | 9 | -106/+675 |
2019-08-19 | session: add explicit reset api | Florin Coras | 5 | -6/+59 |
2019-08-13 | session: fix enqueue notification on 32bit systems | Florin Coras | 1 | -3/+10 |
2019-08-09 | session: allow closed transports to send | Florin Coras | 1 | -4/+16 |
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-05 | session: cache align transport base class | Florin Coras | 4 | -19/+20 |
2019-08-01 | session: session pool migration notification | Florin Coras | 6 | -0/+43 |
2019-08-01 | vppinfra: refactor clib_rwlock_t to use single condition variable | jaszha03 | 1 | -1/+0 |
2019-07-29 | session: fix vpp to app msg generation | Florin Coras | 2 | -66/+28 |
2019-07-27 | session: define connection id length | Florin Coras | 1 | -3/+10 |
2019-07-26 | session: separate ctrl, new and old events | Florin Coras | 3 | -89/+88 |
2019-07-26 | session tcp: handle rxt and acks as custom events | Florin Coras | 6 | -8/+71 |
2019-07-25 | session: add transport deleted state | Florin Coras | 3 | -10/+14 |
2019-07-23 | api: binary api cleanup | Dave Barach | 1 | -1/+2 |
2019-07-23 | session: reorganize dispatch logic | Florin Coras | 3 | -153/+141 |
2019-07-23 | session: avoid postponing close | Florin Coras | 1 | -14/+0 |
2019-07-19 | session: improve event logging | Florin Coras | 4 | -60/+49 |
2019-07-19 | session: Use parent_handle instead of transport_opts | Nathan Skrzypczak | 4 | -6/+6 |
2019-07-17 | session: move constants definition | Florin Coras | 2 | -2/+3 |
2019-07-17 | session: use llist in session node evt handling | Florin Coras | 3 | -66/+145 |
2019-07-17 | session: grab mq lock until ctrl event is enqueued | Florin Coras | 1 | -2/+1 |
2019-07-16 | session: fix node enable sequence | Vladimir Kropylev | 1 | -1/+1 |
2019-07-15 | session: allow transports to generate closed notifications | Florin Coras | 5 | -27/+42 |
2019-07-12 | quic: fix show session verbose | Aloys Augustin | 1 | -1/+2 |
2019-07-12 | session: add thread index to all formatters | Aloys Augustin | 2 | -2/+3 |
2019-07-09 | session: notify app of session and transport cleanup | Florin Coras | 5 | -3/+39 |
2019-07-09 | tcp: remove warning for multi-seg scnario. | Simon Zhang | 1 | -1/+0 |
2019-07-08 | session: add flag to disable session lookup | Nathan Skrzypczak | 5 | -5/+15 |
2019-07-08 | session: target app.fib_index in unbind_uri | Nathan Skrzypczak | 1 | -3/+6 |
2019-07-03 | quic: fifo notifications fix | Aloys Augustin | 1 | -0/+1 |
2019-06-29 | svm: rename fifo tx notifications to reflect use | Florin Coras | 2 | -3/+3 |
2019-06-28 | session: add half_open_has_fifos for UDPC | Nathan Skrzypczak | 4 | -6/+31 |
2019-06-27 | session: Add transport vft protocol options | Nathan Skrzypczak | 5 | -13/+23 |
2019-06-25 | tcp: delivery rate estimator | Florin Coras | 2 | -0/+27 |
2019-06-24 | session: full lock on session_send_evt_to_thread | Nathan Skrzypczak | 1 | -10/+2 |