aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-03-03api: random: split random types into a separate headerMatias Elo
2022-03-03api: pktio: split packet io types into a separate headerMatias Elo
2022-03-03api: pool: split pool types into a separate headerMatias Elo
2022-03-03api: timer: add periodic timerPetri Savolainen
2022-03-03api: timer: add timer start and restart functionsPetri Savolainen
2022-03-02api: remove deprecated odp.h headerMatias Elo
2022-03-02api: sched: deprecate scheduling priority level definesMatias Elo
2022-03-02api: packet: remove references to deprecated packet input ts functionsMatias Elo
2022-03-02api: crypto: remove deprecated odp_crypto_compl_status_t typeMatias Elo
2022-03-02api: crypto: remove deprecated odp_crypto_op_params_t typeMatias Elo
2022-03-02api: crypto: remove deprecated override_iv_ptr field from packet op paramsMatias Elo
2022-03-02api: crypto: remove deprecated override_iv_ptr field from crypto op paramsMatias Elo
2022-03-02api: crypto: remove deprecated odp_crypto_session_params_t typeMatias Elo
2022-03-02api: crypto: remove deprecated iv field from session parametersMatias Elo
2022-03-02api: crypto: remove deprecated odp_crypto_data_range_t specifierMatias Elo
2022-03-02api: crypto: remove deprecated authentication algorithm fieldsMatias Elo
2022-03-02api: crypto: remove deprecated cipher algorithm fieldsMatias Elo
2022-03-02api: crypto: remove deprecated crypto authentication algorithmsMatias Elo
2022-03-02api: crypto: remove deprecated crypto cipher algorithmsMatias Elo
2022-03-02api: pktio: remove deprecated odp_pktio_mtu() functionMatias Elo
2022-03-02api: pktio: remove deprecated loop_supported capabilityMatias Elo
2022-03-02api: pktio: remove deprecated parser layer definesMatias Elo
2022-03-02api: queue: remove deprecated scheduled queue capabilitiesMatias Elo
2022-03-02api: cls: remove deprecated ODP_PMR_INVAL defineMatias Elo
2022-03-02api: timer: add timer expiration modePetri Savolainen
2022-03-02api: timer: clarify timer tick propertiesPetri Savolainen
2022-03-02api: pktio: allow LSO usage with TMPetri Savolainen
2022-03-02api: tm: add odp_tm_enq_multi_lso()Petri Savolainen
2022-03-02api: tm: update odp_tm_enq_multi() return value of zeroPetri Savolainen
2022-03-02api: tm: remove doxygen comment from sub-headingsPetri Savolainen
2022-03-02api: pktio: mention odp_pktio_config() in setup sequencePetri Savolainen
2022-03-02api: pktio: add packet output queue size configuration optionMatias Elo
2022-03-02api: pktio: add ODP_PKTOUT_MAX_QUEUES defineMatias Elo
2022-02-01api: tm: define default values for many parametersJanne Peltonen
2022-01-28arch: remove mips64 architecture supportMatias Elo
2022-01-28api: tm: ignore peak rate and peak burst when dual rate is falseNithin Dabilpuram
2022-01-28api: tm: remove ODP_TM_MIN_SHAPER_BW and ODP_TM_MAX_SHAPER_BWNithin Dabilpuram
2022-01-28api: tm: express shaper rate and burst limits via capabilitiesNithin Dabilpuram
2022-01-28api: crypto: add session creation error codes for unsupported combosJanne Peltonen
2022-01-28api: crypto: shorten session creation error namesJanne Peltonen
2022-01-28api: crypto: clarify auth_range parameter with AEAD algorithmsJanne Peltonen
2022-01-28api: random: explicitly require the same series of calls to generate repeatab...Jere Leppänen
2022-01-28api: crypto: deprecate per-session IVsJanne Peltonen
2022-01-28api: crypto: rename IV length session parametersJanne Peltonen
2022-01-28api: crypto: do not require per-session IV if it will not be usedJanne Peltonen
2022-01-28api: crypto: change hash generation and verification detailsJanne Peltonen
2021-12-09linux-gen: dma: implement the new DMA APIPetri Savolainen
2021-12-09api: std_types: add DMA to ODP featuresPetri Savolainen
2021-12-09api: pool: add new ODP_POOL_DMA_COMPL pool typePetri Savolainen
2021-12-09api: dma: add new DMA offload APIPetri Savolainen