aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-29linux-dpdk: pool: modify buffer maximum size capabilityTuomas Taipale
2023-06-29linux-dpdk: remove rte_mbuf from common event headerTuomas Taipale
2023-06-29linux-dpdk: pool: move external memory object constructor functionTuomas Taipale
2023-06-29linux-dpdk: pool: refactor internal pool creation functionTuomas Taipale
2023-06-29Port af1a174d9 "linux-gen: pktio: move packet vector cast helper"Tuomas Taipale
2023-06-29validation: tm: remove unused variableMatias Elo
2023-05-02linux-dpdk: crypto: re-enable AES-CCMJanne Peltonen
2023-05-02linux-dpdk: crypto: add CHACHA20-POLY1305Janne Peltonen
2023-05-02linux-dpdk: crypto: use a session flag to distinguish aead sessionsJanne Peltonen
2023-04-24linux-dpdk: crypto: partially re-enable aes-cmac with aesni_mbv1.41.0.0_DPDK_22.11Janne Peltonen
2023-04-24linux-dpdk: crypto: partially re-enable aes-xcbc-mac with aesni_mbJanne Peltonen
2023-04-24linux-dpdk: crypto: improve returned session creation error codesJanne Peltonen
2023-04-24linux-dpdk: crypto: deduplicate some capability matching codeJanne Peltonen
2023-04-24linux-dpdk: crypto: fix capability query to ignore asymmetric algsJanne Peltonen
2023-04-18Merge ODP v1.41.0.0Matias Elo
2023-04-18linux-dpdk: test: wrapper: increase number of allocated huge pagesMatias Elo
2023-04-18Port 482a09995 "linux-gen: dpdk: remove usage of odp_errno"Matias Elo
2023-04-18Port 83593b790 "linux-gen: crypto: fix uninitialized variable access"Matias Elo
2023-04-18Port e6bf7195c "linux-gen: stash: add support for odp_stash_param_t.strict_si...Matias Elo
2023-04-18Port 1b92a6a21 "linux-gen: sched: implement power saving sleep in schedule loop"Matias Elo
2023-04-18Port f7e4f5526 "linux-gen: sched: add power saving config file options"Matias Elo
2023-04-18Port 14f8e6637 "linux-gen: sched: add function which returns the scheduler's ...Matias Elo
2023-04-18linux-dpdk: crypto: set more accurate error status codesJanne Peltonen
2023-04-18Port 10b36be0d "linux-gen: crypto: remove deprecated odp_crypto_operation()"Janne Peltonen
2023-04-18Port 18931e32a "linux-gen: crypto: do not set odp_crypto_packet_result_t::ok"Janne Peltonen
2023-04-18Port 495704e41 "linux-gen: crypto: set hw_err status only if deprecated API e...Janne Peltonen
2023-04-14Merge tag 'v1.41.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2023-04-13linux-dpdk: crypto: fail crypto op if hash result is in cipher rangeJanne Peltonen
2023-04-13api: increment ODP API version to 1.41.0Matias Elo
2023-04-13linux-gen: dpdk: remove usage of odp_errnoMatias Elo
2023-04-13linux-gen: remove usage of odp_errnoMatias Elo
2023-04-13example: classifier: remove usage of odp_errnoMatias Elo
2023-04-13validation: pktio: remove usage of odp_errnoMatias Elo
2023-04-13api: errno: remove mention about errno values specified in api specMatias Elo
2023-04-13api: pktio: remove reference to errnoMatias Elo
2023-04-13api: timer: remove references to errnoMatias Elo
2023-04-13validation: crypto: do not allow has_error packet flag to changeJanne Peltonen
2023-04-13api: crypto: clarify that parse flags are not affectedJanne Peltonen
2023-04-13validation: dma: add check for odp_dma_pool_capability_t.max_pools valueMatias Elo
2023-04-13api: pool: clarify odp_pool_capability_t.max_pools specificationMatias Elo
2023-04-12github_ci: update github pages deploy actionMatias Elo
2023-04-12api: crypto: reguire zero crypto range for null algs in OOP op typeJanne Peltonen
2023-04-12api: crypto: clarify which session parameters are ignored by null algsJanne Peltonen
2023-04-12api: crypto: remove deprecated odp_crypto_operation()Janne Peltonen
2023-04-12linux-gen: crypto: remove deprecated odp_crypto_operation()Janne Peltonen
2023-04-12validation: crypto: remove testing of odp_crypto_operation()Janne Peltonen
2023-04-12api: crypto: simplify operation result reportingJanne Peltonen
2023-04-12example: ipsec_crypto: simplify crypto operation result checkingJanne Peltonen
2023-04-12test: performance: crypto: simplify crypto operation result checkingJanne Peltonen
2023-04-12linux-gen: crypto: do not set odp_crypto_packet_result_t::okJanne Peltonen