aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2022-11-29api: packet: support additional l3 and l4 protocol typesMatias Elo
2022-11-29linux-gen: move inline offset variable declarationsMatias Elo
2022-11-29linux-gen: ipsec: inline odp_ipsec_result() implementationMatias Elo
2022-11-29linux-gen: ipsec: inline event conversion functionsMatias Elo
2022-11-29api: ipsec: split header filesMatias Elo
2022-11-21linux-gen: ipsec: call memcpy with constant lengthJanne Peltonen
2022-11-21linux-gen: ipsec: shrink the cipher IV field of ipsec stateJanne Peltonen
2022-11-21linux-gen: ipsec: use non-random IV for AES-CBCJanne Peltonen
2022-11-21linux-gen: ipsec: remove unnecessary sequence number wraparound checkJanne Peltonen
2022-11-21linux-gen: ipsec: generate status event for SA expiryAakash Sasidharan
2022-11-10linux-gen: timer: fix GCC 9.2 warningPetri Savolainen
2022-11-08linux-gen: ipsec: fix ipsec status event freeTuomas Taipale
2022-11-08linux-gen: cls: write classification mark value just once instead of on every...Jere Leppänen
2022-11-08linux-gen: cls: reorder pmr_t membersJere Leppänen
2022-11-08linux-gen: cls: remove count from pmr_tJere Leppänen
2022-11-08linux-gen: cls: reorder cos_t membersJere Leppänen
2022-11-08linux-gen: cls: traverse CoS tree iteratively instead of recursivelyJere Leppänen
2022-11-01linux-gen: crypto: check hash result offset against pkt len in debug buildsJanne Peltonen
2022-10-28linux-gen: packet: print more fields in packet print functionsMatias Elo
2022-10-28linux-gen: packet: use _odp_snprint() instead of snprintf()Matias Elo
2022-10-28linux-gen: packet_vector: print more fields in odp_packet_vector_print()Matias Elo
2022-10-28linux-gen: packet_vector: use _odp_snprint() instead of snprintf()Matias Elo
2022-10-28linux-gen: timer: print more fields in print functionsMatias Elo
2022-10-28linux-gen: timer: print full linesMatias Elo
2022-10-28linux-gen: buffer: print more fields in odp_buffer_print()Matias Elo
2022-10-28linux-gen: buffer: use _odp_snprint() instead of snprintf()Matias Elo
2022-10-27linux-gen: timer: reorganize codePetri Savolainen
2022-10-27linux-gen: timer: fix expiration dest queue syncPetri Savolainen
2022-10-27linux-gen: timer: do not reuse queue for free listPetri Savolainen
2022-10-26Revert "linux-gen: provide options to explicitly link static libodp-linux via...Jere Leppänen
2022-10-25linux-gen: ipsec: use a maximum for inbound and outbound burst sizesTuomas Taipale
2022-10-25linux-gen: ipsec: add crypto burst support to outbound handlingTuomas Taipale
2022-10-25linux-gen: ipsec: add crypto burst support to inbound handlingTuomas Taipale
2022-10-25linux-gen: ipsec: refactor ipsec_out_singleTuomas Taipale
2022-10-25linux-gen: ipsec: refactor ipsec_in_singleTuomas Taipale
2022-10-19installcheck: don't run test suitesJere Leppänen
2022-10-19linux-gen: provide options to explicitly link static libodp-linux via pkg-con...Jere Leppänen
2022-10-14linux-gen: spinlock_recursive: add debug assertsMatias Elo
2022-10-14linux-gen: rwlock: inline recursive reader/writer lock implementationMatias Elo
2022-10-14linux-gen: rwlock: inline reader/writer lock implementationMatias Elo
2022-10-13linux-gen: socket_xdp: fix potential undefined behaviorTuomas Taipale
2022-10-11linux-gen: packet: inline odp_packet_ts_set() implementationMatias Elo
2022-10-11linux-gen: sched: increase max number of groups to 64Petri Savolainen
2022-10-11linux-gen: buffer: inline odp_buffer_size() implementationMatias Elo
2022-10-11linux-gen: buffer: inline odp_buffer_user_area() implementationMatias Elo
2022-10-11linux-gen: packet: fix odp_packet_parse() with nonzero offsetJanne Peltonen
2022-10-07linux-gen: sched: add debug assertsMatias Elo
2022-10-07linux-gen: sched: inline fast path api functionsMatias Elo
2022-10-07api: sched: move remaining type definitions into a separate headerMatias Elo
2022-10-07linux-gen: event: add debug type checks to event conversion functionsMatias Elo