aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/Makefile.am
AgeCommit message (Expand)Author
2019-04-17linux-gen: ring: enable storing pointers in ring dataMatias Elo
2019-02-01doc: update GitHub repository linksMatias Elo
2019-01-26build: support detection of DPDK through pkg-configDmitry Eremin-Solenikov
2019-01-23linux-gen: comp: add deflate/zlib implementation based on minizDmitry Eremin-Solenikov
2019-01-23linux-gen: comp: add stub implementationDmitry Eremin-Solenikov
2019-01-23linux-gen: add compression ABI fileDmitry Eremin-Solenikov
2018-11-14linux-gen: ishm: remove unused odp_shm_internal headerMatias Elo
2018-10-16linux-gen: remove iquery scheduler implementationPetri Savolainen
2018-08-27linux-gen: ring_mpmc: new multi-producer, multi-consumer ringPetri Savolainen
2018-08-22linux-gen: add SCTP protocol headerDmitry Eremin-Solenikov
2018-07-11linux-gen: queue: rename queue basic internal header filePetri Savolainen
2018-07-05linux-gen: sysinfo: parse aarch64 cpuinfoPetri Savolainen
2018-06-29linux-gen: support building ODP without libcrypto from OpenSSLDmitry Eremin-Solenikov
2018-06-19linux-gen: hash: generic crc implementationPetri Savolainen
2018-06-19linux-gen: queue_spsc: single-producer, single-consumer queuePetri Savolainen
2018-06-19linux-gen: ring_spsc: single-producer, single-consumer ringPetri Savolainen
2018-06-15linux-gen: hash: table based crc32 implementationPetri Savolainen
2018-06-13linux-gen: pktio: move pktio socket stats to a new fileBogdan Pricope
2018-06-13linux-gen: pktio: move ethtool and sysfs stats files to new folderBogdan Pricope
2018-06-11linux-gen: hash: rename hash.c to hash_crc32c.cPetri Savolainen
2018-06-11linux-gen: hash_crc32: crc32 implementation with zlibPetri Savolainen
2018-06-06linux-gen: pktio: move common code out of socket pktio filesBogdan Pricope
2018-06-06linux-gen: pktio: move ethtool rss function to a new fileBogdan Pricope
2018-06-06linux-gen: pktio: move ethtool stats function to a new fileBogdan Pricope
2018-06-01linux-gen: pktio: make null use generic private data fieldDmitry Eremin-Solenikov
2018-06-01linux-gen: pktio: make tap use generic private data fieldDmitry Eremin-Solenikov
2018-06-01linux-gen: pktio: make netmap use generic private data fieldDmitry Eremin-Solenikov
2018-05-31linux-gen: time: inline arch cpu time on x86Petri Savolainen
2018-05-30linux-gen: queue: inline queue contextPetri Savolainen
2018-05-28linux-gen: cpu: inline cpu_cycles_diffPetri Savolainen
2018-05-28linux-gen: cpu: inline cpu cycle functions on x86Petri Savolainen
2018-05-28linux-gen: init: split odp_internal.hPetri Savolainen
2018-05-22linux-gen: std clib: rework code to follow inlining styleDmitry Eremin-Solenikov
2018-05-22linux-gen: sync: rework code to follow inlining styleDmitry Eremin-Solenikov
2018-05-22linux-gen: packet: remove separate API inlining headerDmitry Eremin-Solenikov
2018-05-22linux-gen: thread: remove separate API inlining headerDmitry Eremin-Solenikov
2018-05-21linux-gen: byteorder: remove separate API inlining headerDmitry Eremin-Solenikov
2018-05-21linux-gen: ticketlock: remove separate API inlining headerDmitry Eremin-Solenikov
2018-05-21linux-gen: packet_flags: remove separate API inlining headerDmitry Eremin-Solenikov
2018-05-21linux-gen: pktio: remove separate API inlining headerDmitry Eremin-Solenikov
2018-05-14linux-gen: pktio: dpdk: add specific packet parserBogdan Pricope
2018-05-11odp: pktio: add pcapng capture capabilitiesIlias Apalodimas
2018-05-10linux-gen: event: inline event_type functionPetri Savolainen
2018-05-10linux-gen: buffer: remove buffer_inlines header filePetri Savolainen
2018-04-23linux-generic: random: split from crypto moduleDmitry Eremin-Solenikov
2018-04-09linux-gen: clean up ishm file namingMaxim Uvarov
2018-03-06linux-gen: add runtime configuration fileMatias Elo
2018-02-28linux-gen: ring_st: ring for single thread usagePetri Savolainen
2018-02-28linux-gen: rename traditional scheduler and queue to basicDmitry Eremin-Solenikov
2018-02-26linux-gen: queue: lock-free implementationPetri Savolainen