Age | Commit message (Expand) | Author | Files | Lines |
2019-11-12 | session: session enable in multiworker |  Nathan Skrzypczak | 2 | -1/+18 |
2019-11-10 | session: re-set tx fifo event if out of buffers |  Florin Coras | 1 | -1/+2 |
2019-11-08 | session: add space around ternary operator |  Vratko Polak | 2 | -1/+1 |
2019-11-07 | session: Add crypto context |  Nathan Skrzypczak | 3 | -7/+68 |
2019-11-07 | session: ckpair store & crypto engine as mq params |  Nathan Skrzypczak | 4 | -3/+10 |
2019-11-07 | session: fix app attach on error |  Nathan Skrzypczak | 1 | -3/+2 |
2019-11-05 | session tcp: refactor pacer time |  Florin Coras | 6 | -86/+68 |
2019-11-03 | session: fix show cli with closed session |  Florin Coras | 1 | -1/+3 |
2019-11-02 | session: reschedule asap when snd space constrained |  Florin Coras | 2 | -7/+28 |
2019-10-31 | session: avoid double dispatch of new events |  Florin Coras | 1 | -14/+17 |
2019-10-31 | session: fix dispatch event logging |  Florin Coras | 1 | -16/+27 |
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 | 2 | -2/+2 |
2019-10-21 | tls: enable tls engine as the default engine |  Yu Ping | 1 | -1/+1 |
2019-10-21 | session: support registration of custom crypto engines |  Florin Coras | 3 | -1/+22 |
2019-10-21 | vcl: add api to set lcl ip |  Florin Coras | 3 | -1/+3 |
2019-10-17 | session: unify buffer tx dispatching |  Florin Coras | 1 | -26/+11 |
2019-10-17 | session tcp: infra for transports to send buffers |  Florin Coras | 2 | -0/+29 |
2019-10-16 | session: increase max ctrl msg size |  Florin Coras | 3 | -2/+13 |
2019-10-16 | session: fix use-after-free |  Benoît Ganne | 1 | -1/+1 |
2019-10-10 | tcp: improve pacing after idle send periods |  Florin Coras | 3 | -6/+19 |
2019-10-10 | tcp: retry lost retransmits |  Florin Coras | 3 | -7/+26 |
2019-10-10 | session: fix typos & cert_key store init |  Nathan Skrzypczak | 2 | -6/+4 |
2019-10-09 | session: avoid old io dispatch if no slots left to send |  Ryujiro Shibuya | 1 | -2/+3 |
2019-10-09 | hsa: use crypto_engine_type_t for TLS |  Nathan Skrzypczak | 1 | -6/+6 |
2019-10-09 | session: Add certificate store |  Nathan Skrzypczak | 7 | -56/+302 |
2019-10-08 | hsa: make vpp_echo use mq instead of bapi |  Nathan Skrzypczak | 1 | -0/+2 |
2019-10-08 | session: add is_migrating flag |  Nathan Skrzypczak | 2 | -0/+2 |
2019-10-01 | session: fix use-after-free |  Benoît Ganne | 2 | -2/+2 |
2019-10-01 | session: allow transport cleanup in any state |  Florin Coras | 1 | -3/+2 |
2019-09-30 | session: Fix missing elt regrab |  Nathan Skrzypczak | 1 | -0/+1 |
2019-09-27 | session: fix io_evt mq locking |  Nathan Skrzypczak | 1 | -3/+2 |
2019-09-25 | session: validate connection in session lookup del |  Florin Coras | 1 | -1/+1 |
2019-09-25 | tcp: use sacks for timer based recovery |  Florin Coras | 2 | -1/+26 |
2019-09-25 | session: fix cleanup in closing states |  Florin Coras | 1 | -3/+1 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace |  Damjan Marion | 1 | -0/+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 | 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 |