Age | Commit message (Expand) | Author | Files | Lines |
2023-01-25 | api: pcap capture api update | Maxime Peim | 6 | -5/+188 |
2023-01-24 | af_xdp: fix xdp socket create fail | Chen Yahui | 1 | -2/+18 |
2023-01-23 | vppapigen: enable codegen for stream message types | Stanislav Zaikin | 4 | -25/+51 |
2023-01-22 | vppinfra: fix random buffer OOB crash with ASAN | Dmitry Valter | 1 | -1/+9 |
2023-01-21 | vlib: make pending_interrupts valid for AddressSanitizer | Benoît Ganne | 1 | -1/+1 |
2023-01-20 | vppinfra: clib_bitmap fix | Maxime Peim | 2 | -33/+144 |
2023-01-19 | vxlan: convert vxlan to a plugin | Steven Luong | 18 | -39/+77 |
2023-01-19 | ip: add the missing offload check | Mohsin Kazmi | 1 | -2/+2 |
2023-01-18 | af_packet: add the missing header-len for packets with checksum offload | Mohsin Kazmi | 1 | -0/+4 |
2023-01-18 | misc: Initial 23.06-rc0 commitv23.06-rc0 | Andrew Yourtchenko | 2 | -1/+1 |
2023-01-18 | lb: add source ip based sticky load balancing | Nobuhiro MIKI | 8 | -36/+716 |
2023-01-18 | build: use CMAKE_C_COMPILER_LAUNCHER for ccache | Guillaume Solignac | 1 | -2/+2 |
2023-01-18 | vppapigen: include comments in json | Ole Troan | 2 | -11/+24 |
2023-01-18 | hs-test: zero timeout on docker stop | Florin Coras | 1 | -1/+1 |
2023-01-18 | pppoe: fix memcpy out of bounds with gcc-11 on arm | Tianyu Li | 1 | -1/+1 |
2023-01-18 | vppinfra:fix pcap write large file(> 0x80000000) error. | aihua2013 | 1 | -1/+1 |
2023-01-18 | tests: improve packet checksum functions | Klement Sekera | 1 | -6/+21 |
2023-01-18 | pci: fix musl crash | Benoît Ganne | 1 | -8/+9 |
2023-01-17 | hs-test: add http proxy env to container builds | Florin Coras | 1 | -2/+4 |
2023-01-17 | hs-test: autodetect ubuntu version during build | Maros Ondrejicka | 2 | -1/+12 |
2023-01-17 | acl: CLI allow replace, allow deletion | Pim van Pelt | 1 | -8/+66 |
2023-01-17 | vlib: install dma.h to fix out-of-tree plugins | Mohammed Hawari | 1 | -0/+1 |
2023-01-16 | hs-test: better directory structure | Filip Tehlar | 7 | -4/+4 |
2023-01-16 | hs-test: restrict concurrency on envoy | Filip Tehlar | 3 | -8/+16 |
2023-01-16 | wireguard: add local variable | Gabriel Oginski | 1 | -17/+53 |
2023-01-16 | ipsec: fix transpose local ip range position with remote ip range in fast pat... | Piotr Bronowski | 3 | -45/+48 |
2023-01-14 | vlib: add const to char* params of several funcs | Sergey Nikiforov | 2 | -2/+3 |
2023-01-14 | vppinfra: add const to char* params of several funcs | Sergey Nikiforov | 3 | -11/+9 |
2023-01-13 | vcl: set deq notify flag on epoll connected sessions | Florin Coras | 1 | -0/+4 |
2023-01-13 | hs-test: use equal ubuntu versions in test images | Maros Ondrejicka | 5 | -12/+18 |
2023-01-13 | vppinfra: fix else if check in _vec_set_len() | Liangxing Wang | 1 | -1/+1 |
2023-01-13 | build: cmake NAMELINK_COMPONENT in vpp libraries | Nick Brown | 1 | -2/+4 |
2023-01-13 | af_xdp: update af_xdp driver plugin to depend on libxdp | Yulong Pei | 10 | -90/+167 |
2023-01-12 | vppinfra: fix longstanding corner case bug in serialize_get() | Dave Barach | 2 | -0/+47 |
2023-01-12 | hs-test: fix tests using wget | Filip Tehlar | 1 | -1/+1 |
2023-01-12 | misc: use right include for fctnl.h and poll.h | Guillaume Solignac | 13 | -14/+5 |
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 |