aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2024-03-26nat: Include platform specific headers on FreeBSDTom Jones1-0/+5
2024-03-26vrrp: fix vrrp_garp_or_na_send()'s memory leakluoyaozu1-0/+2
2024-03-22dpdk-cryptodev: fix coverity issuesDmitry Valter1-1/+1
2024-03-22mss_clamp: fix next layer in ipv6Maxime Peim1-16/+13
2024-03-20tls: avoid app session preallocationFlorin Coras2-14/+1
2024-03-18tls: handle attepts to renegotiate hsFlorin Coras2-1/+14
2024-03-18build: add option to specify supported OS list for pluginDamjan Marion4-0/+8
2024-03-15misc: Add platform specific header on FreeBSDTom Jones1-0/+4
2024-03-12misc: remove GNU Indent directivesDamjan Marion323-2144/+0
2024-03-11urpf: fix uprf_update prototypeMaxime Peim1-1/+1
2024-03-07flowprobe: fix flush callbacks when multiple workersAlexander Chernavin1-0/+86
2024-03-05dpdk: correct waiting timesGeorgy Borodin2-9/+53
2024-03-05octeon: add support for VF deviceMonendra Singh Kushwaha3-6/+19
2024-03-05vnet: fix format of deleted sw interfacesVladislav Grishenko4-29/+21
2024-03-04af_packet: fix the device input feature arc supportMohsin Kazmi1-32/+13
2024-03-04bpf_trace_filter: support bpf filter optimization and dumpVladislav Grishenko5-14/+95
2024-03-04vppinfra: add os_get_online_cpu_core() and os_get_online_cpu_node()Damjan Marion1-6/+5
2024-03-01crypto-native: fix AES-CBC encrypt loopDamjan Marion1-6/+6
2024-02-29dhcp: Compare DIUD_LL as a network shortTom Jones1-1/+1
2024-02-28octeon: add flow offload infraMonendra Singh Kushwaha7-3/+581
2024-02-27tls: pass reset ntf to enginesFlorin Coras3-0/+50
2024-02-26hsa: Undef libepoll-shims close on FreeBSDTom Jones1-0/+11
2024-02-26memif: don't include prctl.hTom Jones2-2/+0
2024-02-19crypto-openssl: refactor openssl API usageLijian Zhang2-44/+205
2024-02-19wireguard: notify key changes to crypto engineLijian Zhang1-0/+6
2024-02-16vppapitrace: Fixed trace dump API result issue.Denys Haryachyy1-2/+2
2024-02-14tls: fix compilation errorNiyaz Murshed1-1/+2
2024-02-14ikev2: dump state and profile name in CLI and APIDenys Haryachyy5-2/+255
2024-02-12af_packet : fix crash on interface creationhsandid1-4/+6
2024-02-12ip_session_redirect: export symbolsBenoƮt Ganne2-2/+5
2024-02-09ikev2: accept rekey request for IKE SAAtzm Watanabe3-24/+265
2024-01-31tls: set app closed flag in frameworkFlorin Coras1-2/+0
2024-01-31tls: convert ctx fields to connection flagsFlorin Coras3-13/+15
2024-01-30linux-cp: add add_del_v3 and get_v2 methodsAnton Nikolaev2-6/+108
2024-01-19build: disable plugins which require openssl if openssl is not availableDamjan Marion4-0/+21
2024-01-19lldp: dump apiDenys Haryachyy3-9/+132
2024-01-19memif: use VPP cacheline size for memif when compiling within VPPMohsin Kazmi1-0/+2
2024-01-17octeon: native driver for Marvell Octeon SoCDamjan Marion11-0/+2501
2024-01-17af_packet: set next0 for AF_PACKET_IF_MODE_ETHERNET modeArtem Glazychev1-0/+6
2024-01-16dpdk: add ID for QAT 4xxx series VF supportKai Ji1-1/+2
2024-01-16dpdk: fix log_debug message formatGeorgy Borodin1-1/+1
2024-01-15devices: add support to check host interface offload capabilitiesMohsin Kazmi2-6/+96
2024-01-12crypto-native: add AES-CTRDamjan Marion4-18/+144
2024-01-12vppinfra: native AES-CTR implementationDamjan Marion1-17/+14
2024-01-12http: fix memory leakFilip Tehlar1-0/+1
2024-01-10linux-cp: fix route prefix constructionAlexander Skorichenko1-1/+1
2024-01-10linux-cp: Fix looping netlink messagesPim van Pelt5-6/+45
2024-01-10urpf: add interface dump to APIPim van Pelt2-0/+94
2024-01-09session: make app listener pool globalFlorin Coras1-2/+4
2024-01-02flowprobe: fix calling vlib_time_now() from worker threadsAlexander Chernavin1-3/+2