aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2021-11-23Port 6ab34287f "linux-gen: crypto: send completion events to the correct queue"Janne Peltonen
2021-11-11linux-dpdk: pool: move user area from buffer to shmJere Leppänen
2021-11-08linux-dpdk: pktio: add additional eal args using config fileVijay Ram Inavolu
2021-11-08linux-gen: config: add string lookup functionVijay Ram Inavolu
2021-11-01linux-dpdk: align: use RTE_CACHE_LINE_SIZE as ODP_CACHE_LINE_SIZEMatias Elo
2021-11-01linux-dpdk: link to arch specific source files individuallyMatias Elo
2021-11-01linux-dpdk: build: add missing cpu cycles source file to arm buildMatias Elo
2021-10-11Port a369bcd19 "linux-gen: cpu: refactor inlining code"Matias Elo
2021-10-11Port 6b93469a7 "linux-gen: packet: fix parsing of segmented packets in odp_pa...Matias Elo
2021-10-11Port b70771a1d “linux-gen: packet: fix SCTP checksum check with multi-segme...Matias Elo
2021-10-11Port adae181a7 "linux-gen: packet: fix packet length checking in IP parsing"Matias Elo
2021-10-11Port 50fe59300 "linux-gen: packet: fix Ethernet frame length checking in pars...Matias Elo
2021-10-11Port ad9638fd9 "linux-gen: packet: fix odp_packet_parse() with non-zero offset"Matias Elo
2021-10-11Port 2bc648570 "linux-gen: stash: add support for disabling stash feature"Matias Elo
2021-10-11Port c6339d406 "linux-gen: shm: allocate enough resources for internal alloca...Matias Elo
2021-10-11Port f36c9ec60 "linux-gen: shm: rename implementation internal shm blocks"Matias Elo
2021-10-11Port bf4f2390d "linux-gen: packet: implement minimal odp_packet_reass_info()"Matias Elo
2021-10-11Port 3c40dfc7a "linux-gen: queue: improve queue debug print"Matias Elo
2021-10-11Port c6f4b3a46 "linux-gen: sched: add scheduler identifier"Matias Elo
2021-10-11Port cb8d8942b "linux-gen: sched: limit interface header visibility"Matias Elo
2021-10-11linux-dpdk: packet: fix trunc_tail leaving last segment emptyJanne Peltonen
2021-10-11linux-dpdk: packet: fix segment length setting in extend_headJanne Peltonen
2021-10-11linux-dpdk: crypto: try to handle segmented packets betterJanne Peltonen
2021-10-11linux-gen: dpdk: packet parsing fixesMatias Elo
2021-10-05Merge tag 'v1.32.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdkMatias Elo
2021-10-04github_ci: add test for alternate timer implementationMatias Elo
2021-10-04linux-dpdk: timer: add new implementation using alt dpdk timerMatias Elo
2021-10-04linux-dpdk: thread: add counter for tracking thread mask changesMatias Elo
2021-10-04linux-dpdk: thread: add internal helper function for reading active cpu idsMatias Elo
2021-10-04linux-dpdk: remove unused symbolic linksMatias Elo
2021-09-30linux-gen: cpu: refactor inlining codeMatias Elo
2021-09-29linux-gen: packet: implement minimal odp_packet_reass_info()Janne Peltonen
2021-09-29linux-gen: ipsec: provide original packet length in IPsec packet resultJanne Peltonen
2021-09-29linux-gen: ipsec: set destination queue capabilityAakash Sasidharan
2021-09-29linux-gen: ipsec: fix handling of completion event enqueueing failureJanne Peltonen
2021-09-29crypto: fix crypto and auth range offset in bit modeJanne Peltonen
2021-09-23linux-gen: pktio: loop: fix parsing of segmented packetsJanne Peltonen
2021-09-23linux-gen: packet: fix parsing of segmented packets in odp_packet_parse()Janne Peltonen
2021-09-23linux-gen: packet: fix SCTP checksum check with multi-segment packetsJanne Peltonen
2021-09-23linux-gen: packet: fix packet length checking in IP parsingJanne Peltonen
2021-09-23linux-gen: packet: fix Ethernet frame length checking in parsingJanne Peltonen
2021-09-23linux-gen: packet: fix odp_packet_parse() with non-zero offsetJanne Peltonen
2021-09-23linux-gen: crypto: fix encryption & decryption of segmented packetsJanne Peltonen
2021-09-23linux-gen: crypto: fix AES-XCBC-MAC calculation with segmented packetsJanne Peltonen
2021-09-22linux-gen: stash: add support for disabling stash featureMatias Elo
2021-09-22linux-gen: crypto: null: add support for disabling crypto featureMatias Elo
2021-09-22linux-gen: shm: allocate enough resources for internal allocationsMatias Elo
2021-09-22linux-gen: shm: rename implementation internal shm blocksMatias Elo
2021-09-22linux-gen: config: add string array lookup functionVijay Ram Inavolu
2021-09-15linux-gen: pool: fix cache alignment definitionPetri Savolainen