aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2023-02-27wireguard: fix potential leaks of async frameGabriel Oginski1-12/+12
2023-02-23srtp: fix build on ubuntu-22.04Dave Wallace1-1/+1
2023-02-16wireguard: move buffer when insufficient pre_data leftAlexander Skorichenko1-14/+24
2023-02-13rdma: always use 64 byte CQEs for MLX5Nathan Brown1-5/+23
2023-02-08avf dpdk: fix incorrect handling of IPv6 src address in flowTing Xu2-3/+4
2023-02-08avf: fix incorrect flag for flow directorTing Xu1-2/+1
2023-02-08avf: fix checksum offload configurationTing Xu2-3/+1
2023-02-08avf: fix bit calculation function fls_u32Ting Xu1-1/+1
2023-02-06vppinfra: refactor clib_socket_init, add linux netns supportDamjan Marion5-139/+80
2023-02-03nat: fix accidental o2i deletion/reuseDmitry Valter1-0/+6
2023-02-02tls: openssl: fix SSL_read partial read scenarioOfer Heifetz1-8/+10
2023-02-02linux-cp: fix auto-sub-intStanislav Zaikin2-1/+5
2023-02-02af_xdp: fix default xdp program unload failYulong Pei1-20/+45
2023-02-01memif: improve error reportingDamjan Marion4-122/+62
2023-02-01wireguard: update ESTABLISHED flagArtem Glazychev1-5/+3
2023-01-26dns: keep AddressSanitizer happyBenoît Ganne2-16/+23
2023-01-26dpdk: add intf tag to dev{} subinputNathan Skrzypczak2-0/+6
2023-01-26wireguard: sending the first handshakeArtem Glazychev3-10/+13
2023-01-24af_xdp: fix xdp socket create failChen Yahui1-2/+18
2023-01-23vppapigen: enable codegen for stream message typesStanislav Zaikin2-7/+7
2023-01-20vppinfra: clib_bitmap fixMaxime Peim1-28/+139
2023-01-19vxlan: convert vxlan to a pluginSteven Luong16-5/+4236
2023-01-18af_packet: add the missing header-len for packets with checksum offloadMohsin Kazmi1-0/+4
2023-01-18lb: add source ip based sticky load balancingNobuhiro MIKI7-34/+674
2023-01-18pppoe: fix memcpy out of bounds with gcc-11 on armTianyu Li1-1/+1
2023-01-17acl: CLI allow replace, allow deletionPim van Pelt1-8/+66
2023-01-16wireguard: add local variableGabriel Oginski1-17/+53
2023-01-13af_xdp: update af_xdp driver plugin to depend on libxdpYulong Pei3-26/+41
2023-01-12abf: exclude networks with deny rulesJosh Dorsey2-6/+10
2023-01-11pci: add option to force uio bindingBenoît Ganne5-8/+23
2023-01-11linux-cp: Fix endianness in lcp responsePim van Pelt1-1/+1
2023-01-11nat: do not use nat session object after deletionBenoît Ganne2-0/+10
2023-01-10build: do not link with libssl if not neededBenoît Ganne4-4/+4
2023-01-10vrrp: fix update virtual addr make mistakegaochx1-2/+2
2022-12-23hsa: fix echo client workers initializationBenoît Ganne1-5/+4
2022-12-22misc: fix crash using tracedump plugin with socket API clientsArthur de Kerhor1-6/+9
2022-12-21dpdk: link DPDK with MLX4/MLX5 libraries againVladimir Ratnikov1-1/+3
2022-12-21af_packet: move to pluginMohsin Kazmi11-0/+3582
2022-12-21quic: fix quic plugin with openssl 3.xDave Wallace2-0/+14
2022-12-19nat: fix incorrect using about sw_if_index in nat44-ed static mapping v2 api.Huawei LI1-1/+1
2022-12-19nat: fix memory leak and refactor nat44-ed db init/free.Huawei LI1-22/+31
2022-12-15nat: disable nat44-ed/ei features on interface deletionVladislav Grishenko2-0/+98
2022-12-14vcl: enable gso for 'sendmsg' in LDP mode.Dou Chao1-0/+1
2022-12-12linux-cp: set severity of noisy message to debugMatthew Smith1-1/+1
2022-12-09nat: fixed return values of enable/disable callFilip Varga3-13/+17
2022-12-09http_static: clean up http redirect generationDave Barach1-1/+56
2022-12-08http_static: derive mime type from file extensionsDave Barach4-8/+132
2022-12-07http_static: misc bug fixesDave Barach2-1/+3
2022-12-06http_static: fix http(s) redirectsDave Barach4-15/+37
2022-12-02session: move connects to first workerFlorin Coras2-14/+2