aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic
AgeCommit message (Expand)Author
2023-06-29Merge ODP v1.41.1.0Matias Elo
2023-06-29Port af1a174d9 "linux-gen: pktio: move packet vector cast helper"Tuomas Taipale
2023-06-09api: time: split header filesMatias Elo
2023-06-09linux-gen: event: implement new odp_event_user_area() functionMatias Elo
2023-06-09linux-gen: dma: implement completion event user areaTuomas Taipale
2023-06-09linux-gen: init: implement odp_term_abnormal()Tuomas Taipale
2023-06-09linux-gen: packet: implement free control functionsPetri Savolainen
2023-06-09linux-gen: packet: dummy implementation of TX completion pollPetri Savolainen
2023-06-09linux-gen: pktio: use new definitionsPetri Savolainen
2023-06-09linux-gen: pktio: simplify pktio capabilityPetri Savolainen
2023-06-09linux-gen: pool: implement new odp_pool_stats_selected() functionMatias Elo
2023-06-08linux-gen: timer: implement odp_timer_sample_ticks()Petri Savolainen
2023-06-08linux-gen: timer: use new timer cancel return valuesPetri Savolainen
2023-05-31linux-gen: timer: check capability limits in odp_timer_res_capability()Matias Elo
2023-05-30linux-gen: pktio: remove common capability functionMatias Elo
2023-05-26linux-gen: pool: correctly print DMA completion poolTuomas Taipale
2023-05-26linux-gen: queue_lf: fix bogus 'maybe-uninitialized' warningJanne Peltonen
2023-05-26validation: use ODPH_ERR() macro for error printsMatias Elo
2023-05-16linux-gen: timer: fix periodic timer driftJere Leppänen
2023-05-09linux-gen: pktio: detect pending stop operationsMatias Elo
2023-05-09linux-gen: timer: fix global term crashMatias Elo
2023-05-09linux-gen: timer: fix odp_timeout_fresh() crashMatias Elo
2023-05-08linux-gen: dma: fix packet-type transfer segmentationTuomas Taipale
2023-05-08linux-gen: dpdk: simplify mbuf to packet conversion functionMatias Elo
2023-05-08linux-gen: dpdk: add simplified pkt to mbuf conversion function variantMatias Elo
2023-05-08linux-gen: pktio: simplify internal packet receive functionMatias Elo
2023-05-08linux-gen: pktio: enqueue packets to destination queues from pktio devicesMatias Elo
2023-05-04linux-gen: socket_xdp: check input/output queue index validityTuomas Taipale
2023-05-04linux-gen: socket_xdp: try to detect XDP shadow queue using drivers at startupTuomas Taipale
2023-05-04linux-gen: socket_xdp: setup NIC queues and RSS according to queue configurationTuomas Taipale
2023-05-04linux-gen: socket_xdp: move UMEM creation and deletion to start and stop func...Tuomas Taipale
2023-05-04linux-gen: socket_xdp: move socket creation and deletion to start and stop fu...Tuomas Taipale
2023-05-04linux-gen: socket_xdp: adjust queue count capability reportingTuomas Taipale
2023-04-20linux-gen: pktio: don't try to receive packets from inactive input queuesMatias Elo
2023-04-14Merge tag 'v1.41.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2023-04-13linux-gen: dpdk: remove usage of odp_errnoMatias Elo
2023-04-13linux-gen: remove usage of odp_errnoMatias Elo
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-12linux-gen: crypto: do not set odp_crypto_packet_result_t::okJanne Peltonen
2023-04-12linux-gen: simplify crypto operation result reportingJanne Peltonen
2023-04-12linux-gen: crypto: set hw_err status only if deprecated API enabledJanne Peltonen
2023-04-12linux-gen: crypto: treat IV and AAD as const arraysJanne Peltonen
2023-04-12linux-gen: cls: check CoS queue given by applicationJere Leppänen
2023-04-12linux-gen: cls: allow default CoS to be set to ODP_COS_INVALIDJere Leppänen
2023-04-12linux-gen: cls: if CoS pool is ODP_POOL_INVALID, use pktin poolJere Leppänen
2023-04-12linux-gen: stash: implement new per object size capabilitiesMatias Elo
2023-04-12linux-gen: stash: add support for odp_stash_param_t.strict_size parameterMatias Elo
2023-04-06linux-gen, helper: debug: add a space in logs after line informationJere Leppänen
2023-04-06linux-gen: debug: re-enable print format warningsJere Leppänen