Age | Commit message (Expand) | Author | Files | Lines |
2023-06-23 | fib: walk over adj glean per table |  Stanislav Zaikin | 1 | -24/+33 |
2023-06-22 | tcp: add simple stats collector |  Florin Coras | 2 | -0/+51 |
2023-06-22 | tests docs: fix lcov code coverage report generation |  Dave Wallace | 2 | -11/+1 |
2023-06-22 | tcp: options support into pg |  Maxime Peim | 2 | -58/+210 |
2023-06-21 | session: mark half-open transport closed on ntf |  Florin Coras | 1 | -3/+3 |
2023-06-21 | af_xdp: fix chained buffer free on failure |  Benoît Ganne | 1 | -1/+1 |
2023-06-20 | vcl: fix epoll lt coverity warning |  Florin Coras | 1 | -3/+3 |
2023-06-19 | dpdk-cryptodev: enq/deq scheme rework |  Piotr Bronowski | 4 | -223/+210 |
2023-06-16 | vcl: no hup events in lt mode if session not epolled |  Florin Coras | 1 | -24/+38 |
2023-06-14 | vcl: fix debug logging of mapped segments |  Florin Coras | 2 | -2/+2 |
2023-06-14 | af_xdp: linearize buffer chains before TX |  Shmuel Hazan | 1 | -0/+20 |
2023-06-13 | vppapigen: fix crash with autoendian arrays |  Dave Wallace | 2 | -11/+64 |
2023-06-13 | dpdk-cryptodev: introduce sw_ring |  Piotr Bronowski | 2 | -0/+66 |
2023-06-13 | af_xdp: set frame_no_append flag |  Artem Glazychev | 1 | -0/+1 |
2023-06-08 | tcp: cleanup next nodes and drop logic |  Florin Coras | 2 | -136/+60 |
2023-06-08 | svm: convert fifo want_deq_ntf ops to atomics |  Florin Coras | 1 | -11/+42 |
2023-06-08 | af_xdp: make sure all packets are transmitted |  Benoît Ganne | 2 | -7/+12 |
2023-06-08 | crypto: use fixed crypto frame pool |  gaoginskx | 7 | -8/+46 |
2023-06-08 | af_xdp: remove the previous program before loading a new one |  Artem Glazychev | 1 | -1/+2 |
2023-06-06 | vcl: fix epoll ctl frequent deq ntf requests |  Florin Coras | 1 | -18/+30 |
2023-06-06 | misc: fix the license header |  Mohsin Kazmi | 3 | -30/+0 |
2023-06-05 | vcl: avoid duplicate tx events with epoll lt |  Florin Coras | 1 | -1/+2 |
2023-06-05 | udp: improve port validity check |  Benoît Ganne | 2 | -13/+14 |
2023-06-05 | linux-cp: Fix add vs update on routes |  Pim van Pelt | 3 | -58/+69 |
2023-06-02 | vcl: refactor want deq ntf checks for null fifos |  Florin Coras | 2 | -29/+28 |
2023-06-02 | session: cleanup cless listeners from session lookup |  Florin Coras | 1 | -1/+8 |
2023-06-02 | wireguard: add support for chained buffers |  Alexander Chernavin | 3 | -79/+353 |
2023-06-02 | api: nat44_ed - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+10 |
2023-06-01 | crypto: make crypto-dispatch node working in adaptive mode |  Xiaoming Jiang | 12 | -232/+33 |
2023-05-31 | fib: fix memory leak in fib_attached_export_purge |  Stanislav Zaikin | 1 | -0/+1 |
2023-05-30 | misc: fix tracedump API |  Maxime Peim | 1 | -1/+2 |
2023-05-30 | virtio: fix the packet buffering initialization order |  Mohsin Kazmi | 2 | -11/+21 |
2023-05-29 | ipsec: fix ipsec_set_next_index set with wrong sa index when async frame comm... |  Xiaoming Jiang | 3 | -27/+39 |
2023-05-27 | vppinfra: add bit_extract_u32 and bit_extract_u64 |  Damjan Marion | 1 | -0/+42 |
2023-05-27 | vlib: add vlib_log_is_enabled |  Damjan Marion | 2 | -20/+34 |
2023-05-26 | linux-cp: update adjs for subifs too when mac changes |  Alexander Chernavin | 1 | -4/+21 |
2023-05-26 | tls: fix memory leak when client/server init error |  Xiaoming Jiang | 1 | -2/+18 |
2023-05-25 | udp: fix local port reuse check |  Florin Coras | 1 | -2/+4 |
2023-05-24 | hash: add hash documentation |  Mohsin Kazmi | 1 | -0/+90 |
2023-05-23 | vcl: avoid reusing user provided events in lt mode |  Florin Coras | 1 | -4/+6 |
2023-05-23 | misc: fix tracedump API to match CLI behavior |  Maxime Peim | 3 | -4/+227 |
2023-05-23 | bufmon: ptd should be alloced in main thread |  Xiaoming Jiang | 1 | -1/+2 |
2023-05-22 | teib: fix nh-table-id |  Stanislav Zaikin | 1 | -41/+38 |
2023-05-21 | mpls: implement state change callbacks |  Adrian Pistol | 2 | -5/+37 |
2023-05-21 | ip-neighbor: fix aged neighbor probe |  Sergio Gonzalez Monroy | 1 | -2/+2 |
2023-05-20 | hsa: add an option to configure ns in http cli |  Filip Tehlar | 1 | -1/+16 |
2023-05-19 | stats: fix memory leak in stat_segment_dump_r() |  Duncan Eastoe | 1 | -0/+2 |
2023-05-19 | fib: fix load-balance and replicate dpos buckets overflow |  Benoît Ganne | 5 | -53/+132 |
2023-05-19 | dpdk: fix compatibility with DPDK < 21.11 |  Andrew Ying | 2 | -2/+1 |
2023-05-19 | tls: flag no app session on handshake failure |  Florin Coras | 1 | -1/+1 |