Age | Commit message (Expand) | Author | Files | Lines |
2023-03-08 | quic: use tx instead of builtin_tx event with timers | Florin Coras | 1 | -3/+2 |
2023-03-07 | avf: enable rss action of flow | Xinyao Cai | 4 | -152/+2925 |
2023-03-07 | avf: fix cli memory leak with incorrect options | Tianyu Li | 1 | -37/+19 |
2023-03-06 | lb: keep AddressSanitizer happy | Benoît Ganne | 2 | -3/+2 |
2023-03-06 | af_packet: fix the first packet offset | Mohsin Kazmi | 1 | -1/+1 |
2023-03-06 | af_xdp: fix netns configuration | Benoît Ganne | 1 | -1/+2 |
2023-03-06 | crypto: remove VNET_CRYPTO_OP_FLAG_INIT_IV flag | Benoît Ganne | 7 | -130/+7 |
2023-03-06 | memif: fix input vector rate of memif-input node | Liangxing Wang | 1 | -1/+4 |
2023-03-06 | dpdk: plugin init should be protect by thread barrier | Xiaoming Jiang | 1 | -0/+2 |
2023-03-06 | flow dpdk: introduce IP in IP support for flow | Xinyao Cai | 1 | -20/+149 |
2023-03-06 | vppinfra: fix clib_bitmap_will_expand() result inversion | Vladislav Grishenko | 1 | -0/+50 |
2023-03-06 | snort: fix descriptor offset may be truncated if buffers num too large | jiangxiaoming | 1 | -1/+1 |
2023-03-06 | memif: autogenerate socket_ids | Nathan Skrzypczak | 5 | -0/+181 |
2023-03-02 | wireguard: add barrier to sync data | Gabriel Oginski | 6 | -32/+43 |
2023-03-01 | docs: fixed to use unified "pcap trace" command | Nobuhiro MIKI | 1 | -1/+1 |
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 |