aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
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: cpu: add cpu cycles init globalPetri Savolainen
2018-05-28linux-gen: init: split odp_internal.hPetri Savolainen
2018-05-28linux-gen: init: remove init.c internal types from headerPetri Savolainen
2018-05-28linux-generic: schedule: call timer_run() in scalable schedulerBrian Brooks
2018-05-22linux-gen: use inlined sync functions everywhereDmitry Eremin-Solenikov
2018-05-22linux-gen: use inlined thread functions everywhereDmitry Eremin-Solenikov
2018-05-22linux-gen: use inlined atomic functions everywhereDmitry Eremin-Solenikov
2018-05-22linux-gen: pktio: use inlined packet functionsDmitry Eremin-Solenikov
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: drop unused @internal documentationDmitry Eremin-Solenikov
2018-05-21linux-gen: ticketlock: remove separate API inlining headerDmitry Eremin-Solenikov
2018-05-21linux-gen: atomic: remove separate API inlining headerDmitry Eremin-Solenikov
2018-05-21linux-gen: packet_flags: drop unused @internal annotationsDmitry 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-17linux-gen: pktio: loop: support checksum parsingDmitry Eremin-Solenikov
2018-05-17linux-gen: packet: check TCP/UDP checksumsDmitry Eremin-Solenikov
2018-05-17linux-gen: packet: add IPv4 checksum validationDmitry Eremin-Solenikov
2018-05-17linux-gen: pktio: introduce checksum settingsDmitry Eremin-Solenikov
2018-05-14helper: thread: don't use getopt libraryPetri Savolainen
2018-05-14linux-gen: pktio: dpdk: integrate csum with packet parserBogdan Pricope
2018-05-14linux-gen: pktio: dpdk: add specific packet parserBogdan Pricope
2018-05-14linux-gen: classification: permit packet parsing at pktio levelBogdan Pricope
2018-05-11odp: pktio: add pcapng capture capabilitiesIlias Apalodimas
2018-05-10linux-gen: use inlined event type functionPetri Savolainen
2018-05-10linux-gen: event: inline event_type functionPetri Savolainen
2018-05-10linux-gen: buffer: remove buffer_inlines header filePetri Savolainen
2018-05-08linux-gen: fix compilation warningsJosep Puigdemont
2018-05-07linux-gen: packet: rearrange odp_packet_hdr_t membersMatias Elo
2018-05-07linux-gen: pktio: ipc free ring memory on errorMaxim Uvarov
2018-05-03linux-gen: timer: set and check highest resolutionPetri Savolainen
2018-04-26linux-gen: timer: reduce number of timer poolsPetri Savolainen
2018-04-26linux-gen: timer: fix timer pool index allocationPetri Savolainen
2018-04-25linux-gen: dpdk: fix linking to libnumaDmitry Eremin-Solenikov
2018-04-25test: mmap_vlan_ins: wait for background processPetri Savolainen
2018-04-25linux-gen: ipsec: parse IPv6 next header in tunnel caseDmitry Eremin-Solenikov
2018-04-24linux-gen: fdserver: remove unnecessary lockingJosep Puigdemont
2018-04-23linux-generic: random: split from crypto moduleDmitry Eremin-Solenikov
2018-04-18linux-gen: ipsec: implement outbound checksumming supportDmitry Eremin-Solenikov
2018-04-18linux-gen: pktio: loop: support IPv4/TCP/UDP checksum generationDmitry Eremin-Solenikov
2018-04-18linux-gen: packet: l4 checksum insertion supportDmitry Eremin-Solenikov
2018-04-18linux-gen: packet: IPv4 checksum insertionDmitry Eremin-Solenikov
2018-04-18fdserver: handle signal interruption in connect()Josep Puigdemont
2018-04-17linux-gen: shm: check return value when registering fdsJosep Puigdemont