Age | Commit message (Expand) | Author | Files | Lines |
2021-04-22 | vcl session: refactor passing of crypto context | Florin Coras | 1 | -4/+11 |
2021-04-22 | vcl session: extended connect/listen configuration | Florin Coras | 1 | -0/+27 |
2021-04-14 | session tcp vcl: api to update connection attributes | Florin Coras | 1 | -16/+82 |
2021-03-22 | vcl: fix libc epoll pwait starved | wanghanlin | 1 | -0/+3 |
2021-02-23 | vcl: fix coverity warning | Florin Coras | 1 | -7/+9 |
2021-02-22 | vcl: support sockopt of SO_REUSEPORT and SO_DOMAIN | wanghanlin | 1 | -0/+15 |
2021-02-18 | vcl: epoll out deq notifications only if fifo exists | Florin Coras | 1 | -4/+7 |
2021-02-10 | vcl: validate seg handle on migrate only if needed | Florin Coras | 1 | -5/+10 |
2021-02-09 | tls: dtls initial implementation | Florin Coras | 1 | -0/+7 |
2021-02-05 | session svm: non blocking mq | Florin Coras | 1 | -103/+33 |
2021-01-28 | vcl: support set/get vrf attribute | Florin Coras | 1 | -0/+21 |
2021-01-28 | vcl: fix select want deq ntf for ct sessions | Florin Coras | 1 | -32/+35 |
2021-01-28 | vcl: honor time wait in eventfd epoll wait | Florin Coras | 1 | -11/+35 |
2021-01-07 | vcl session: switch to generic cert key apis | Florin Coras | 1 | -2/+37 |
2020-12-29 | svm: allow mq attachments at random offsets | Florin Coras | 1 | -13/+12 |
2020-12-24 | svm: split fifo into private and shared structs | Florin Coras | 1 | -73/+41 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro | Damjan Marion | 1 | -4/+4 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 1 | -2/+2 |
2020-12-11 | vcl: fix listener session close problem | wanghanlin | 1 | -1/+1 |
2020-11-26 | vcl: avoid coalescing dgrams on read | Florin Coras | 1 | -2/+2 |
2020-11-19 | vcl: stop tracking vpp event queues and thread index | Florin Coras | 1 | -45/+21 |
2020-10-29 | vcl: support fifo segments with ct sessions | Florin Coras | 1 | -7/+12 |
2020-10-29 | vcl session: minimize ct io events | Florin Coras | 1 | -4/+10 |
2020-10-29 | vcl: fix epoll fd cleanup | Florin Coras | 1 | -1/+1 |
2020-10-27 | vcl: postpone unhandled ctrl events if needed | Florin Coras | 1 | -63/+112 |
2020-10-26 | vcl: avoid epoll cleanup before app close | Florin Coras | 1 | -69/+74 |
2020-10-21 | vcl: wait for sendto to connect if needed | Florin Coras | 1 | -8/+15 |
2020-10-20 | vcl: confirm reset on transport cleanup | Florin Coras | 1 | -3/+16 |
2020-10-20 | vcl: more session struct cleanup | Florin Coras | 1 | -71/+72 |
2020-10-20 | vcl: convert vep variables into flags | Florin Coras | 1 | -60/+49 |
2020-10-19 | vcl: cleanup read and write ready | Florin Coras | 1 | -2/+2 |
2020-10-16 | vcl: remove accept state and rename connect to ready | Florin Coras | 1 | -11/+8 |
2020-10-15 | vcl: refactor session state enum | Florin Coras | 1 | -90/+82 |
2020-10-14 | vcl: set STATE_UPDATED state when connect with non-blocking socket! | fanyf | 1 | -1/+4 |
2020-10-12 | vcl svm: segments improvements | Florin Coras | 1 | -15/+23 |
2020-09-29 | vcl svm: provide apps access to fifo chunks | Florin Coras | 1 | -18/+17 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code | Damjan Marion | 1 | -4/+2 |
2020-09-16 | vcl: refactor bapi client index for sapi reuse | Florin Coras | 1 | -10/+10 |
2020-09-14 | vcl: add support for app socket api | Florin Coras | 1 | -4/+33 |
2020-09-14 | vcl: cleanup bapi and wrk registration | Florin Coras | 1 | -131/+14 |
2020-09-14 | vcl: always fill buffer or drain rx fifo | Florin Coras | 1 | -4/+16 |
2020-09-02 | vcl: handle svm fifo write failure | Florin Coras | 1 | -1/+3 |
2020-08-25 | vcl: cleanup non-blocking connect | Florin Coras | 1 | -2/+16 |
2020-08-14 | vcl: rx dequeue notifications with epoll | Florin Coras | 1 | -52/+57 |
2020-08-14 | vcl: minimize vpp to vcl rx events | Florin Coras | 1 | -1/+11 |
2020-08-13 | vcl: clear ct rx event on right fifo | Florin Coras | 1 | -1/+1 |
2020-08-12 | vcl: support multi-threads with session migration | hanlin | 1 | -5/+8 |
2020-08-11 | vcl: support inter worker rpc | Florin Coras | 1 | -0/+48 |
2020-08-09 | vcl: fix getting wrong non-blocking flags issue in VPPCOM_ATTR_GET_FLAGS action | Simon Zhang | 1 | -2/+4 |
2020-08-04 | vcl: fix epoll timeout | Florin Coras | 1 | -1/+1 |