Age | Commit message (Expand) | Author | Files | Lines |
2021-11-15 | vcl: add DSCP support in VCL | Filip Tehlar | 1 | -0/+1 |
2021-08-12 | session vcl: cert key add/del with socket api | Florin Coras | 1 | -0/+20 |
2021-07-22 | session vcl: explit mq indices in ctrl messages | Florin Coras | 1 | -3/+2 |
2021-07-19 | session: option to use memfd segs for builtin apps | Florin Coras | 1 | -9/+10 |
2021-06-03 | session: lcl transport info on accept | Florin Coras | 1 | -0/+1 |
2021-05-12 | tls: switch to vc service and track half-open sessions | Florin Coras | 1 | -0/+3 |
2021-05-12 | session: return connect session handle to app | Florin Coras | 1 | -0/+3 |
2021-05-12 | session: support half-close connection | liuyacan | 1 | -0/+14 |
2021-04-22 | session: remove unused connect/listen msg members | Florin Coras | 1 | -5/+0 |
2021-04-22 | vcl session: refactor passing of crypto context | Florin Coras | 1 | -14/+15 |
2021-04-22 | vcl session: extended connect/listen configuration | Florin Coras | 1 | -2/+13 |
2021-04-14 | session tcp vcl: api to update connection attributes | Florin Coras | 1 | -0/+16 |
2021-03-25 | svm: add producer wait function | Florin Coras | 1 | -1/+1 |
2021-02-05 | session svm: non blocking mq | Florin Coras | 1 | -1/+1 |
2021-01-07 | vcl session: switch to generic cert key apis | Florin Coras | 1 | -2/+2 |
2020-12-29 | svm: allow mq attachments at random offsets | Florin Coras | 1 | -0/+1 |
2020-12-24 | svm: split fifo into private and shared structs | Florin Coras | 1 | -7/+6 |
2020-11-24 | svm: support for multi-segment enqueues | Florin Coras | 1 | -12/+12 |
2020-09-16 | vcl: refactor bapi client index for sapi reuse | Florin Coras | 1 | -0/+1 |
2020-09-14 | session: add unix socket api for app attachment | Florin Coras | 1 | -0/+69 |
2020-09-02 | session: fix non-blocking msg enqueue to vpp mq | Florin Coras | 1 | -1/+2 |
2020-08-12 | vcl: support multi-threads with session migration | hanlin | 1 | -1/+1 |
2020-08-11 | vcl: support inter worker rpc | Florin Coras | 1 | -0/+7 |
2020-05-21 | vcl: support connected udp listens | Florin Coras | 1 | -0/+1 |
2020-05-04 | session: add option to preallocate fifo headers | Florin Coras | 1 | -0/+1 |
2020-04-25 | session vcl: propagate transport cleanup notifications | Florin Coras | 1 | -0/+1 |
2020-04-07 | udp session: jumbo frames and configurable mtu | Florin Coras | 1 | -1/+6 |
2020-04-06 | vcl session: enforce full dgram reads/writes | Florin Coras | 1 | -9/+7 |
2020-04-03 | session: improve error reporting | Florin Coras | 1 | -1/+19 |
2020-04-01 | session udp: support connect on listeners | Florin Coras | 1 | -1/+3 |
2020-02-25 | svm: minimal initial fifo | Florin Coras | 1 | -0/+1 |
2020-02-25 | session: basic fifo-tuning-logic | Ryujiro Shibuya | 1 | -0/+5 |
2020-02-25 | session svm: tracking segment memory usage | Ryujiro Shibuya | 1 | -0/+2 |
2020-01-30 | vcl session: propagate cleanup notifications to apps | Florin Coras | 1 | -0/+5 |
2020-01-23 | vcl session: udp session migration notifications | Florin Coras | 1 | -0/+8 |
2019-12-21 | session: move add/del segment msg to mq | Florin Coras | 1 | -3/+20 |
2019-12-17 | quic: Implement crypto contexts | Nathan Skrzypczak | 1 | -0/+1 |
2019-12-11 | quic: Add support for unidirectional streams | Nathan Skrzypczak | 1 | -0/+2 |
2019-11-26 | quic: Refactor for crypto contexts | Nathan Skrzypczak | 1 | -1/+0 |
2019-11-07 | session: Add crypto context | Nathan Skrzypczak | 1 | -0/+9 |
2019-11-07 | session: ckpair store & crypto engine as mq params | Nathan Skrzypczak | 1 | -0/+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 | 1 | -1/+1 |
2019-10-21 | vcl: add api to set lcl ip | Florin Coras | 1 | -0/+1 |
2019-10-16 | session: increase max ctrl msg size | Florin Coras | 1 | -0/+12 |
2019-10-10 | session: fix typos & cert_key store init | Nathan Skrzypczak | 1 | -1/+2 |
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 | 1 | -0/+23 |
2019-10-08 | hsa: make vpp_echo use mq instead of bapi | Nathan Skrzypczak | 1 | -0/+2 |
2019-09-27 | session: fix io_evt mq locking | Nathan Skrzypczak | 1 | -3/+2 |