aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-28cnat: Fix unformat_cnat_snat_interface_map_typeMiguel Borges de Freitas1-1/+1
2022-10-25rdma: set correct CQE flagsJieqiang Wang1-6/+6
2022-10-25rdma: fix ipv4 checksum check in rdma-input nodeJieqiang Wang1-23/+40
2022-10-24docs: update cnat docs to current vpp versionMiguel Borges de Freitas1-5/+13
2022-10-24dpdk: add Intel QAT 200xx series supportVladimir Ratnikov1-1/+2
2022-10-20crypto-sw-scheduler: fix queue iteratorVladimir Ratnikov1-0/+10
2022-10-19crypto-ipsecmb: support previous ipsecmb versionsMarcel Cornu1-11/+125
2022-10-17cnat: Add sctp supportNathan Skrzypczak2-0/+52
2022-10-17crypto-ipsecmb: bump ipsecmb library to v1.3Marcel Cornu1-64/+79
2022-10-17vlib: Counter free needs to NULL the allocated counter vectorNeale Ranns1-0/+6
2022-10-15linux-cp: fix infinite loop in CLI lcp defaultluoyaozu1-3/+12
2022-10-12misc: fix issues reported by clang-15Damjan Marion13-48/+23
2022-10-11nat: report time between current vpp time and last_heardDave Cornejo4-0/+274
2022-10-11fib: fix crash when create vxlan/vxlan-gpe/geneve/gtpu tunnel.Huawei LI2-6/+4
2022-10-07urpf: add mode for specific fib index lookuphedi bouattour5-38/+175
2022-10-07abf: return status of attachment add/delMatthew Smith1-7/+5
2022-10-04rdma: unhackish build of rdma-coreMohammed Hawari2-11/+5
2022-09-30udp: add udp encap source port entropy supportVladislav Grishenko1-1/+2
2022-09-29api: deprecate vl_msg_api_set_handlersDamjan Marion2-11/+24
2022-09-28af_xdp: change RLIMIT_MEMLOCK before load bpf programChen Yahui1-0/+7
2022-09-27wireguard: stop sending handshakes when wg intf is downAlexander Chernavin1-3/+66
2022-09-27crypto-openssl: use no padding for encrypt/decryptVladimir Ratnikov1-6/+1
2022-09-27af_xdp: compile error undeclared identifier 'SOL_XDP'Chen Yahui1-0/+3