Age | Commit message (Expand) | Author | Files | Lines |
2023-01-12 | abf: exclude networks with deny rules | Josh Dorsey | 3 | -6/+136 |
2023-01-11 | hs-test: optimize size of docker image | Filip Tehlar | 2 | -8/+16 |
2023-01-11 | hs-test: use anchors in yaml config files | Maros Ondrejicka | 7 | -16/+25 |
2023-01-11 | virtio: add option to bind interface to uio driver | Benoît Ganne | 3 | -2/+32 |
2023-01-11 | pci: add option to force uio binding | Benoît Ganne | 8 | -70/+101 |
2023-01-11 | linux-cp: Fix endianness in lcp response | Pim van Pelt | 1 | -1/+1 |
2023-01-11 | sr: remove stale runs_after | Nathan Skrzypczak | 1 | -1/+0 |
2023-01-11 | nat: do not use nat session object after deletion | Benoît Ganne | 2 | -0/+10 |
2023-01-10 | sr: fix compilation errors | Guillaume Solignac | 2 | -7/+9 |
2023-01-10 | tests: update install-deps to support interface test runs in the CI | Naveen Joy | 1 | -0/+1 |
2023-01-10 | build: do not link with libssl if not needed | Benoît Ganne | 4 | -4/+4 |
2023-01-10 | udp: avoid listener cleanups with active opens | Florin Coras | 2 | -0/+15 |
2023-01-10 | crypto-ipsecmb: fix perf scaling in ipsecmb v1.3 | Marcel Cornu | 1 | -0/+70 |
2023-01-10 | vrrp: fix update virtual addr make mistake | gaochx | 1 | -2/+2 |
2023-01-10 | session: avoid trying to send incomplete dgram | Florin Coras | 1 | -2/+3 |
2023-01-10 | udp: initialize gso_size on dgram enqueue | Florin Coras | 1 | -0/+1 |
2023-01-09 | hs-test: remove exec flags from source files | Filip Tehlar | 27 | -0/+0 |
2023-01-09 | hs-test: fix code style | Filip Tehlar | 10 | -19/+19 |
2023-01-09 | hs-test: add nginx test | Filip Tehlar | 11 | -5/+170 |
2023-01-06 | session: avoid dgram dequeues with no transport | Florin Coras | 1 | -0/+5 |
2023-01-06 | bfd: fix ip address cli parsing | Benoît Ganne | 1 | -51/+58 |
2023-01-04 | vapi: add vapi_stop_rx_thread() | Matthew Smith | 4 | -18/+47 |
2022-12-26 | vppinfra: fix function prototypes | Dave Barach | 2 | -4/+4 |
2022-12-25 | docs: update home-gateway use-case | Dave Barach | 1 | -19/+55 |
2022-12-23 | hsa: fix echo client workers initialization | Benoît Ganne | 2 | -8/+7 |
2022-12-22 | misc: fix crash using tracedump plugin with socket API clients | Arthur de Kerhor | 1 | -6/+9 |
2022-12-21 | dpdk: link DPDK with MLX4/MLX5 libraries again | Vladimir Ratnikov | 1 | -1/+3 |
2022-12-21 | af_packet: move to plugin | Mohsin Kazmi | 13 | -31/+72 |
2022-12-21 | hs-test: small improvements | Filip Tehlar | 2 | -23/+12 |
2022-12-21 | quic: fix quic plugin with openssl 3.x | Dave Wallace | 3 | -2/+15 |
2022-12-20 | udp: fix tx handling of non-connected sessions | Florin Coras | 2 | -27/+31 |
2022-12-20 | hs-test: add runtime options | Maros Ondrejicka | 10 | -62/+95 |
2022-12-20 | vapi: use the correct my_context_id when disconnecting API clients | Mauro Sardara | 1 | -5/+75 |
2022-12-19 | hs-test: abstract away topology from test cases | Maros Ondrejicka | 22 | -425/+488 |
2022-12-19 | nat: fix incorrect using about sw_if_index in nat44-ed static mapping v2 api. | Huawei LI | 1 | -1/+1 |
2022-12-19 | nat: fix memory leak and refactor nat44-ed db init/free. | Huawei LI | 1 | -22/+31 |
2022-12-16 | bfd: fix bfd udp error enum incompatibility | Dmitry Valter | 2 | -4/+55 |
2022-12-16 | ipsec: new api for sa ips and ports updates | Arthur de Kerhor | 8 | -6/+247 |
2022-12-15 | interface: fix format_vnet_interface_output_trace | luoyaozu | 1 | -3/+2 |
2022-12-15 | nat: disable nat44-ed/ei features on interface deletion | Vladislav Grishenko | 4 | -2/+198 |
2022-12-14 | vcl: enable gso for 'sendmsg' in LDP mode. | Dou Chao | 7 | -24/+80 |
2022-12-14 | vapi: implement vapi_wait() for reads | Matthew Smith | 3 | -15/+11 |
2022-12-13 | build: don't overwrite quicly build/install logs | Dave Wallace | 1 | -6/+8 |
2022-12-13 | tests: tapv2, tunv2 and af_packet interface tests for vpp | Naveen Joy | 7 | -135/+1191 |
2022-12-12 | linux-cp: set severity of noisy message to debug | Matthew Smith | 1 | -1/+1 |
2022-12-12 | papi: fix VPP_API_DIR | Pim van Pelt | 1 | -1/+4 |
2022-12-10 | misc: VPP 22.10 Release Notes | Andrew Yourtchenko | 2 | -0/+505 |
2022-12-09 | nat: fixed return values of enable/disable call | Filip Varga | 4 | -14/+20 |
2022-12-09 | http_static: clean up http redirect generation | Dave Barach | 1 | -1/+56 |
2022-12-08 | http_static: derive mime type from file extensions | Dave Barach | 4 | -8/+132 |