Age | Commit message (Expand) | Author | Files | Lines |
2023-02-27 | wireguard: fix potential leaks of async frame | Gabriel Oginski | 1 | -12/+12 |
2023-02-23 | srtp: fix build on ubuntu-22.04 | Dave Wallace | 1 | -1/+1 |
2023-02-16 | wireguard: move buffer when insufficient pre_data left | Alexander Skorichenko | 1 | -14/+24 |
2023-02-13 | rdma: always use 64 byte CQEs for MLX5 | Nathan Brown | 1 | -5/+23 |
2023-02-08 | avf dpdk: fix incorrect handling of IPv6 src address in flow | Ting Xu | 2 | -3/+4 |
2023-02-08 | avf: fix incorrect flag for flow director | Ting Xu | 1 | -2/+1 |
2023-02-08 | avf: fix checksum offload configuration | Ting Xu | 2 | -3/+1 |
2023-02-08 | avf: fix bit calculation function fls_u32 | Ting Xu | 1 | -1/+1 |
2023-02-06 | vppinfra: refactor clib_socket_init, add linux netns support | Damjan Marion | 5 | -139/+80 |
2023-02-03 | nat: fix accidental o2i deletion/reuse | Dmitry Valter | 1 | -0/+6 |
2023-02-02 | tls: openssl: fix SSL_read partial read scenario | Ofer Heifetz | 1 | -8/+10 |
2023-02-02 | linux-cp: fix auto-sub-int | Stanislav Zaikin | 2 | -1/+5 |
2023-02-02 | af_xdp: fix default xdp program unload fail | Yulong Pei | 1 | -20/+45 |
2023-02-01 | memif: improve error reporting | Damjan Marion | 4 | -122/+62 |
2023-02-01 | wireguard: update ESTABLISHED flag | Artem Glazychev | 1 | -5/+3 |
2023-01-26 | dns: keep AddressSanitizer happy | Benoît Ganne | 2 | -16/+23 |
2023-01-26 | dpdk: add intf tag to dev{} subinput | Nathan Skrzypczak | 2 | -0/+6 |
2023-01-26 | wireguard: sending the first handshake | Artem Glazychev | 3 | -10/+13 |
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 | 2 | -7/+7 |
2023-01-20 | vppinfra: clib_bitmap fix | Maxime Peim | 1 | -28/+139 |
2023-01-19 | vxlan: convert vxlan to a plugin | Steven Luong | 16 | -5/+4236 |
2023-01-18 | af_packet: add the missing header-len for packets with checksum offload | Mohsin Kazmi | 1 | -0/+4 |
2023-01-18 | lb: add source ip based sticky load balancing | Nobuhiro MIKI | 7 | -34/+674 |
2023-01-18 | pppoe: fix memcpy out of bounds with gcc-11 on arm | Tianyu Li | 1 | -1/+1 |
2023-01-17 | acl: CLI allow replace, allow deletion | Pim van Pelt | 1 | -8/+66 |
2023-01-16 | wireguard: add local variable | Gabriel Oginski | 1 | -17/+53 |
2023-01-13 | af_xdp: update af_xdp driver plugin to depend on libxdp | Yulong Pei | 3 | -26/+41 |
2023-01-12 | abf: exclude networks with deny rules | Josh Dorsey | 2 | -6/+10 |
2023-01-11 | pci: add option to force uio binding | Benoît Ganne | 5 | -8/+23 |
2023-01-11 | linux-cp: Fix endianness in lcp response | Pim van Pelt | 1 | -1/+1 |
2023-01-11 | nat: do not use nat session object after deletion | Benoît Ganne | 2 | -0/+10 |
2023-01-10 | build: do not link with libssl if not needed | Benoît Ganne | 4 | -4/+4 |
2023-01-10 | vrrp: fix update virtual addr make mistake | gaochx | 1 | -2/+2 |
2022-12-23 | hsa: fix echo client workers initialization | Benoît Ganne | 1 | -5/+4 |
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 | 11 | -0/+3582 |
2022-12-21 | quic: fix quic plugin with openssl 3.x | Dave Wallace | 2 | -0/+14 |
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-15 | nat: disable nat44-ed/ei features on interface deletion | Vladislav Grishenko | 2 | -0/+98 |
2022-12-14 | vcl: enable gso for 'sendmsg' in LDP mode. | Dou Chao | 1 | -0/+1 |
2022-12-12 | linux-cp: set severity of noisy message to debug | Matthew Smith | 1 | -1/+1 |
2022-12-09 | nat: fixed return values of enable/disable call | Filip Varga | 3 | -13/+17 |
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 |
2022-12-07 | http_static: misc bug fixes | Dave Barach | 2 | -1/+3 |
2022-12-06 | http_static: fix http(s) redirects | Dave Barach | 4 | -15/+37 |
2022-12-02 | session: move connects to first worker | Florin Coras | 2 | -14/+2 |