Age | Commit message (Expand) | Author | Files | Lines |
2022-10-12 | misc: fix issues reported by clang-15 | Damjan Marion | 1 | -1/+1 |
2022-10-03 | tcp: replace tcp_time_now with tcp_time_now_us | Steven Luong | 1 | -1/+1 |
2022-09-15 | vcl: add hugepage for vcl configure and svm | Junfeng Wang | 4 | -2/+14 |
2022-09-15 | session: support dma option | Marvin Liu | 3 | -20/+257 |
2022-07-28 | session: fix a crash when using unregistered transport proto | Filip Tehlar | 2 | -1/+6 |
2022-07-19 | session: increase retries to grab mq lock | Radha krishna Saragadam | 1 | -1/+1 |
2022-07-06 | misc: pass NULL instead of 0 for pointer in variadic functions | Andreas Schultz | 1 | -1/+1 |
2022-06-28 | session: fix connected udp accepts | Florin Coras | 1 | -0/+1 |
2022-06-28 | session quic: allow custom config of rx mqs seg size | Florin Coras | 1 | -2/+5 |
2022-06-03 | session: fix double free in CLI | Filip Tehlar | 1 | -7/+2 |
2022-06-01 | session: make sure fifos are freed on right thread | Florin Coras | 1 | -0/+4 |
2022-05-14 | session: revert "fix session cli maybe parse wrong args if executed in files" | Damjan Marion | 1 | -38/+27 |
2022-05-06 | session: fix session cli maybe parse wrong args if executed in files | Xiaoming Jiang | 1 | -29/+28 |
2022-04-28 | session: fix coverity warning | Florin Coras | 1 | -1/+1 |
2022-04-26 | session: export session counts to stats segment | Florin Coras | 1 | -0/+40 |
2022-04-22 | session: fix ctrl evt rpc elt pool realloc | Florin Coras | 1 | -5/+10 |
2022-04-21 | session svm: fix mq producer wait on q and ring | Florin Coras | 2 | -7/+5 |
2022-04-18 | session: add support for listen proxies | Florin Coras | 2 | -5/+27 |
2022-04-04 | session: use session layer rpc for evts sent to main | Florin Coras | 1 | -5/+9 |
2022-04-01 | session: leverage new pool functions in safe realloc | Florin Coras | 3 | -54/+50 |
2022-03-31 | vlib: add support for workers sync | Florin Coras | 1 | -38/+2 |
2022-03-31 | session: fix coverity warning | Florin Coras | 1 | -0/+4 |
2022-03-26 | session: simplify safe pool realloc | Florin Coras | 1 | -62/+42 |
2022-03-25 | session: reorganize local port allocation | Florin Coras | 1 | -29/+24 |
2022-03-24 | session: safe reallocs for transport endpoint pool | Florin Coras | 1 | -11/+25 |
2022-03-22 | session: use safe realloc for pools | Florin Coras | 4 | -69/+23 |
2022-03-21 | session: linked list of events to be handled by main | Florin Coras | 3 | -56/+107 |
2022-03-18 | session: add infra for safe pool reallocs | Florin Coras | 2 | -0/+148 |
2022-03-18 | vppinfra: refactor *_will_expand() functions | Damjan Marion | 1 | -3/+2 |
2022-03-11 | session: fix crash during client detach | Filip Tehlar | 1 | -1/+3 |
2022-03-03 | session: improve tx tracing | Florin Coras | 1 | -10/+10 |
2022-02-24 | session: fix session layer socket read | Filip Tehlar | 1 | -2/+27 |
2022-02-10 | session: use transport endpoint cfg for listen | Florin Coras | 4 | -6/+6 |
2022-02-10 | session: avoid debug half-open session pool contention | Florin Coras | 1 | -0/+11 |
2022-02-05 | session: track bytes dequeued in snd params | Florin Coras | 2 | -2/+5 |
2022-01-22 | session: separate transports from apps in show cli | Florin Coras | 1 | -11/+11 |
2022-01-22 | session: update time for list of subscribers | Florin Coras | 4 | -1/+53 |
2022-01-20 | http: add http protocol plugin | Florin Coras | 2 | -4/+3 |
2022-01-12 | session: pass tx buffers in bulk to transports | Florin Coras | 3 | -8/+12 |
2022-01-11 | session: increase postponed mq message min size | Florin Coras | 2 | -1/+2 |
2022-01-10 | session: fix segment manager format coverity warning | Florin Coras | 1 | -3/+3 |
2022-01-10 | session: allow pacer to send when bucket hits 0 | Florin Coras | 1 | -2/+2 |
2022-01-10 | session: deschedule sessions with no data to send | Florin Coras | 2 | -2/+26 |
2022-01-10 | session: fix pacer bucket update cast | Florin Coras | 1 | -2/+2 |
2021-12-23 | session svm: track fs and seg manager index in fs | Florin Coras | 2 | -42/+20 |
2021-12-22 | session: fix segment alloc/free worker race | Florin Coras | 2 | -70/+119 |
2021-12-20 | session: ignore rpc in fifo event lookups | Florin Coras | 1 | -10/+0 |
2021-12-20 | session: improve sh segment-manager cli | Florin Coras | 1 | -53/+81 |
2021-12-16 | session: app mq congestion detection | Florin Coras | 3 | -266/+349 |
2021-12-08 | api: improve REPLY_MACRO safety | Klement Sekera | 1 | -35/+41 |