aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-02quic: update to quicly v0.1.4Dave Wallace4-24/+36
2022-12-02vhost: convert vhost device driver to a pluginSteven Luong12-0/+6999
2022-12-02avf: support generic flowTing Xu8-52/+638
2022-12-01wireguard: add atomic mutexGabriel Oginski3-2/+19
2022-11-30hsa: session rpc for echo client cli notificationsFlorin Coras1-7/+12
2022-11-29wireguard: compute checksum for outer ipv6 headerArtem Glazychev2-2/+41
2022-11-29rdma: fix for-loop initialization in scalar pathJieqiang Wang1-20/+35
2022-11-23linux-cp: fix FIB_ENTRY_FLAG_ATTACHEDAlexander Skorichenko1-0/+10
2022-11-22acl: fix set acl-plugin cli unformat free.Huawei LI1-1/+2
2022-11-18tls: memory leak due to missing call to vnet_crypto_key_delSteven Luong1-1/+6
2022-11-18ipsec: Failure at the start of the batch should not invalidate the rest of th...Neale Ranns1-14/+24
2022-11-14crypto-ipsecmb: fix plugin crash in VirtualBoxMaros Ondrejicka1-1/+1
2022-11-11http: use safe pool reallocFlorin Coras1-1/+2
2022-11-11srtp: use safe pool reallocsFlorin Coras1-2/+5
2022-11-10linux-cp: fix lcp_itf_pair_create()'s memory leakluoyaozu1-0/+3
2022-11-10http: support client connectFilip Tehlar5-53/+979
2022-11-10nat: updating my maintainer email addressFilip Varga1-1/+1
2022-11-09sr: fix added for configuring vlan sub interface as iif interface in End.AD.F...ChinmayaAgarwal1-8/+0
2022-11-09acl: verify that src and dst have sane and same address familyAndrew Yourtchenko1-1/+5
2022-11-07prom: fix stats vector leakFlorin Coras1-0/+1
2022-11-07nat: fix per-vrf session bookkeepingJing Peng3-34/+26
2022-11-07nat: fix byte order error.Huawei LI1-6/+4
2022-11-05hsa: echo client crash when it fails to connect to remoteSteven Luong1-1/+1
2022-11-04nat: cleanup of deprecated featuresFilip Varga3-296/+0
2022-11-03tls: crash in mbedtls due to ctx is already freeSteven Luong1-1/+0
2022-11-03misc: fix failing TestNs/TestHttpTps test in hstfMaros Ondrejicka1-1/+6
2022-10-31quic: use safe pool reallocFlorin Coras1-1/+2
2022-10-31tls: use safe pool reallocsFlorin Coras3-5/+7