aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic
AgeCommit message (Expand)Author
2022-03-29linux-gen: crypto: fix configure portability issueMatias Elo
2022-03-23linux-gen: pktio: add missing includeMatias Elo
2022-03-23linux-gen: ipsec: add missing includeMatias Elo
2022-03-23linux-gen: comp: add missing includeMatias Elo
2022-03-23Merge tag 'v1.35.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
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-03linux-gen: pktio: header include clean-upMatias Elo
2022-03-03linux-gen: packet: header include clean-upMatias Elo
2022-03-03linux-gen: pktio: rename packet io source filesMatias Elo
2022-03-03linux-gen: timer: implement periodic timerPetri Savolainen
2022-03-03linux-gen: timer: implement timer start and restartPetri Savolainen
2022-03-02api: remove deprecated odp.h headerMatias 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 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-02linux-gen: timer: new expiration mode parameterPetri Savolainen
2022-03-02linux-gen: tm: implement odp_tm_enq_multi_lso()Petri Savolainen
2022-03-02linux-gen: dpdk: implement new packet output queue size parameterMatias Elo
2022-03-02linux-gen: loop: clean internal queue on device close/reconfigureMatias Elo
2022-03-02linux-gen: loop: implement new packet output queue size parameterMatias Elo
2022-03-02linux-gen: pktio: check output queue size in odp_pktout_queue_config()Matias Elo
2022-03-02linux-gen: pktio: follow new ODP_PKTOUT_MAX_QUEUES defineMatias Elo
2022-03-02api: pktio: add ODP_PKTOUT_MAX_QUEUES defineMatias Elo
2022-03-02linux-gen: pktio: remove ODP_PKTIN_WAIT defineMatias Elo
2022-02-24linux-gen: crypto: fix EIA2 by changing it to a byte mode implementationJanne Peltonen
2022-02-21linux-gen: tm: implement tx completion eventTuomas Taipale
2022-02-21linux-gen: pktio: implement tx completion eventTuomas Taipale
2022-02-21linux-gen: packet: implement tx completion event APIsTuomas Taipale
2022-02-21linux-gen: dpdk: fix potential undefined behavior with zero-copyTuomas Taipale
2022-02-15linux-gen: pktio: clean up pktio open and initPetri Savolainen
2022-02-14linux-gen: pktio: split LSO send functionPetri Savolainen
2022-02-08linux-gen: remove odp_api.h includes from implementationMatias Elo
2022-02-07Merge tag 'v1.34.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2022-02-04linux-gen: packet: add common packet metadata copy functionMatias Elo
2022-02-04linux-gen: packet: remove unnecessary fields from _odp_packet_copy_cls_md()Matias Elo
2022-02-04linux-gen: packet: rename internal classifier metadata copy functionMatias Elo
2022-02-04linux-gen: packet: remove internal parser metadata copy functionMatias Elo
2022-02-03linux-gen: crypto: add AES-GCM to armv8cryptoMalvika Gupta
2022-02-03linux-gen: crypto: integrate Aarch64cryptolibMalvika Gupta
2022-02-03linux-gen: ipc: get rid of possible uninitialized variable accessJanne Peltonen
2022-02-03linux-gen: pktio: get rid of a warning about an array parameterJanne Peltonen
2022-02-03example: reduce example application run times in make checkJanne Peltonen
2022-02-03linux-gen: test: pktio_ipc: reduce test duration and timeoutsJanne Peltonen