aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2023-07-03linux-gen: cpu: detect constant_tsc from cpuinfoMatias Elo
2023-06-21linux-gen: pktio: move packet vector cast helperTuomas Taipale
2023-06-21linux-gen: time: refactor implementationMatias Elo
2023-06-16linux-gen: dma: inline completion event alloc/free functionsMatias Elo
2023-06-16linux-gen: dma: inline parameter init functionsMatias Elo
2023-06-16linux-gen: dma: inline small completion event functionsMatias Elo
2023-06-16linux-gen: dma: inline completion event conversion functionsMatias Elo
2023-06-13linux-gen: cpu: update x86 CPU flags codeMatias Elo
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-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