aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2024-01-02http: unify client/server state machinesFilip Tehlar3-329/+363
2023-12-22quic: seed random generator during initFilip Tehlar1-0/+8
2023-12-20srv6-mobile: Implement SRv6 mobile API funcsTakeru Hayasaka13-92/+682
2023-12-15devices: add cli support to enable disable qdisc bypassMohsin Kazmi3-2/+114
2023-12-15rdma: add rdma_create_v4 that handles flags properlyVratko Polak4-2/+136
2023-12-14bpf_trace_filter: allow use whithout classifierMohammed Hawari1-2/+2
2023-12-12cnat: undo fib_entry_contribute_forwardingNathan Skrzypczak2-3/+7
2023-12-08dev: caps and rx/tx offload supportDamjan Marion1-1/+13
2023-12-08dpdk: never override devname if set via configPeter Morrow1-5/+6
2023-12-07dpdk-cryptodev: fix crypto-dispatch node statsPiotr Bronowski2-11/+7
2023-12-07misc: fix tracedump `show graph` out-of-bufferDmitry Valter1-3/+3
2023-12-05iavf: set max_pkt_size even for disabled queues to make i40e PF driver happyDamjan Marion1-1/+3
2023-12-04http: fix coverity warningFilip Tehlar1-1/+3
2023-12-04iavf: add missing cfg_change_validate callbackDamjan Marion2-1/+4
2023-12-04iavf: workaround for case when PF driver sends zero for max_mtuDamjan Marion1-1/+13
2023-12-01iavf: limit maximum number of queues to 32Damjan Marion1-3/+5
2023-11-22avf: put sentinel at correct placeVratko Polak2-6/+6
2023-11-20dpdk: fix description for mlx5_pci driverNobuhiro MIKI1-1/+1
2023-11-16dhcp: api to enable client detect on interfaceOle Troan3-0/+39
2023-11-14flowprobe: fix L3 header offset calculation for tx flowsAlexander Chernavin1-1/+1
2023-11-13ena: Amazon Elastic Network Adapter (ENA) native driverDamjan Marion18-0/+4432