Age | Commit message (Expand) | Author | Files | Lines |
2023-09-07 | session: make sure rx evt flag is cleared for builtin rx |  Florin Coras | 1 | -0/+1 |
2023-09-07 | ipsec: clear L4-cksum flags when decap'ing packets |  Frédéric Perrin | 2 | -1/+5 |
2023-09-07 | dpdk-cryptodev: fix cache ring stats cli command |  Piotr Bronowski | 1 | -14/+12 |
2023-09-06 | build: add option to specify native -march= flag with VPP_BUILD_NATIVE_ARCH |  Damjan Marion | 1 | -8/+8 |
2023-09-06 | nat: improve nat44-ed outside address distribution |  Vladislav Grishenko | 1 | -1/+3 |
2023-09-06 | virtio: add support for tx-queue-size |  Mohsin Kazmi | 5 | -10/+27 |
2023-09-06 | ip: punt add punt socket support for icmp6 |  Ole Troan | 3 | -31/+77 |
2023-09-06 | api: fix mp-safe mark for some messages and add more |  Vladislav Grishenko | 6 | -14/+35 |
2023-09-06 | vapi: fix verification for reply message |  Sylvain Cadilhac | 1 | -1/+1 |
2023-09-05 | npt66: make plugin default disabled |  Ole Troan | 1 | -0/+1 |
2023-09-04 | udp: buffer packets for connections in accepting state |  Florin Coras | 1 | -1/+2 |
2023-09-04 | arping: api to return responder mac address |  Ole Troan | 3 | -0/+68 |
2023-09-04 | npt66: checksum applied to src address instead of dst address on rx |  Ole Troan | 1 | -3/+1 |
2023-09-04 | tracenode: filtering feature |  Maxime Peim | 10 | -0/+606 |
2023-09-04 | session: fix allocation of proxy fifos |  Florin Coras | 9 | -21/+50 |
2023-09-01 | vcl: set min threshold for tx ntf |  Florin Coras | 1 | -1/+5 |
2023-08-31 | fateshare: a plugin for managing child processes |  Andrew Yourtchenko | 4 | -0/+621 |
2023-08-31 | session: fix compilation when SESSION_DEBUG is on |  Florin Coras | 1 | -3/+7 |
2023-08-29 | mpls: add mpls_interface_dump |  Pim van Pelt | 2 | -0/+68 |
2023-08-26 | perftool: fix delsvec use of _vec_len |  Florin Coras | 1 | -225/+271 |
2023-08-26 | nat: nat44-ed bug fix |  Wei Li | 1 | -3/+4 |
2023-08-26 | nat: nat44-ed cli bug fix |  Wei Li | 1 | -1/+5 |
2023-08-25 | cnat: fix cnat_endpoint_encode |  Benoît Ganne | 1 | -1/+1 |
2023-08-25 | npt66: network prefix translation for ipv6 |  Ole Troan | 8 | -0/+643 |
2023-08-22 | dpdk-cryptodev: fix coverity issues |  Piotr Bronowski | 2 | -5/+8 |
2023-08-22 | l2: fix prefetch |  Vratko Polak | 1 | -5/+5 |
2023-08-21 | sr: SRv6 Path Tracing midpoint processing performance improvement |  Julian Klaiber | 1 | -2/+4 |
2023-08-18 | nat: documention fix |  Steven Luong | 1 | -4/+4 |
2023-08-18 | dpdk-cryptodev: improve cryptodev cache ring implementation |  Piotr Bronowski | 4 | -239/+353 |
2023-08-18 | vapi: improve vl_api_string_t handling |  Klement Sekera | 4 | -34/+89 |
2023-08-18 | vapi: support services |  Stanislav Zaikin | 8 | -53/+367 |
2023-08-18 | cnat: add host tag to bitmap in cnat snat |  HediBouattour | 3 | -0/+17 |
2023-08-17 | idpf: add native idpf driver plugin |  Ting Xu | 13 | -0/+6242 |
2023-08-16 | tests docs: update python3 venv packages |  Dave Wallace | 10 | -15/+4 |
2023-08-16 | l2:Add doc for l2 rewrite, and add examples |  yanlong | 1 | -18/+46 |
2023-08-16 | nat: mark several messages as production |  Andrew Yourtchenko | 1 | -4/+0 |
2023-08-15 | vcl: fix ldp epoll events array overrun |  Florin Coras | 1 | -1/+2 |
2023-08-15 | vcl: handle postponed disconnects with select |  Florin Coras | 1 | -5/+36 |
2023-08-15 | vcl: fix error state switch for vcl_handle_mq_event |  wanghanlin | 1 | -2/+18 |
2023-08-11 | session: fix coverity warnings |  Florin Coras | 2 | -41/+25 |
2023-08-10 | crypto-sw-scheduler: avoid crypto work on vpp_main |  Vratko Polak | 1 | -16/+18 |
2023-08-09 | session: async rx event notifications |  Florin Coras | 23 | -629/+949 |
2023-08-09 | cnat: remove rwlock on ts |  Nathan Skrzypczak | 7 | -61/+133 |
2023-08-09 | cnat: add ip/client bihash |  Nathan Skrzypczak | 4 | -52/+68 |
2023-08-08 | cnat: flag to disable rsession |  Nathan Skrzypczak | 10 | -31/+54 |
2023-08-08 | ipsec: add support for RFC-4543 ENCR_NULL_AUTH_AES_GMAC |  Benoît Ganne | 13 | -24/+3161 |
2023-08-08 | vcl: Fix the ldp init check |  Gao Feng | 1 | -1/+5 |
2023-08-07 | vlib: support sibling node creation with vlib_register_node() |  Damjan Marion | 1 | -20/+54 |
2023-08-07 | vppinfra: add clib_file_get_resolved_basename |  Damjan Marion | 8 | -46/+42 |
2023-08-07 | vppinfra: add vec_foreach_pointer macro |  Damjan Marion | 1 | -0/+4 |