aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-03Merge branch 'dev/cleanup' of git://github.com/matiaselo/odp-dpdkv1.19.0.0_DPDK_17.11_tigermothv1.19.0.0_DPDK_17.11tigermoth_ltsMaxim Uvarov
2018-04-30linux-dpdk: clean header includesMatias Elo
2018-04-30linux-dpdk: make usage of ODP_PLATFORM_PARAMS optionalMatias Elo
2018-04-30README.DPDK: minor updatesMatias Elo
2018-04-28Merge branch 'merge_tigermoth_final' of git://github.com/matiaselo/odp-dpdkMaxim Uvarov
2018-04-27linux-dpdk: enable running example and performance testsMatias Elo
2018-04-26linux-dpdk: pktio: fix crash when trying to send packets after calling stopMatias Elo
2018-04-26Port 79f5c10 "linux-gen: packet: l4 checksum insertion support"Matias Elo
2018-04-26Port 2c99a9d "linux-gen: packet: IPv4 checksum insertion"Matias Elo
2018-04-26Port 57df98e "linux-gen: dpdk: fix runtime/default config read order"Matias Elo
2018-04-26Port 6312314 "build: don't use xxd to hexdump config file"Matias Elo
2018-04-26Port 0225a8a "linux-gen: pktio: dpdk: fix IPv4 csum calculation when l4 offse...Matias Elo
2018-04-26Port 72febba "linux-gen: pktio: dpdk: accept UDPv4 packets with all-zero csum"Matias Elo
2018-04-26Port bcd246e "linux-gen: sched: configurable priority spread"Matias Elo
2018-04-26Port c57da8d "linux-gen: queue: configurable max size"Matias Elo
2018-04-26Port 535ad26 "linux-gen: queue: configurable default size"Matias Elo
2018-04-26Merge tag 'v1.19.0.0_tigermoth' of https://github.com/Linaro/odp into odp-dpdkMatias Elo
2018-04-25linux-dpdk: crypto: disable AES-CCM supportDmitry Eremin-Solenikov
2018-04-25linux-dpdk: crypto: support AEAD en/decryptionDmitry Eremin-Solenikov
2018-04-25performance: crypto: add more algorithmsDmitry Eremin-Solenikov
2018-04-25linux-dpdk: major rewrite of crypto moduleDmitry Eremin-Solenikov
2018-04-25validation: crypto: add missing ODP_CIPHER_ALG_AES_CTR nameDmitry Eremin-Solenikov
2018-04-25validation: crypto: small fixDmitry Eremin-Solenikov
2018-04-25build: odp_dpdk: add dependencies for crypto PMDsDmitry Eremin-Solenikov
2018-04-19configure.ac: update version to v1.19.0.0Maxim Uvarov
2018-04-19changelog: updates for odp v1.19.0.0Bill Fischofer
2018-04-18validation: ipsec: validate outbound checksumming supportDmitry Eremin-Solenikov
2018-04-18linux-gen: ipsec: implement outbound checksumming supportDmitry Eremin-Solenikov
2018-04-18validation: ipsec: fix packet checksumsDmitry Eremin-Solenikov
2018-04-18validation: verify IPv4 and UDP checksum validation and generationDmitry 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
2018-04-17linux-gen: fdserver: mask signals we don't needJosep Puigdemont
2018-04-17shippable: reenable clang with disable abi compat optionsMaxim Uvarov
2018-04-17linux-gen: fix clang on aarch64 buildMaxim Uvarov
2018-04-17linux-gen: dpdk: allocate huge page memory for all numa nodesMatias Elo
2018-04-13example: l2fwd: update readme regarding ordered queue usageBill Fischofer
2018-04-13fdserver: change session ID after forkJosep Puigdemont
2018-04-13linux-gen: shm: be consistent with rest of the codeJosep Puigdemont
2018-04-13linux-gen: shm: do not close provided file descriptorsJosep Puigdemont
2018-04-13linux-gen: shm: fill data used in do_map before the callJosep Puigdemont
2018-04-11linux-gen: netmap: ring configuration for VALEJuha-Matti Tilli
2018-04-10doc: userguide: add pktio capability and config infoBill Fischofer
2018-04-10doc: userguide: add packet checksum and parsing infoBill Fischofer
2018-04-10doc: userguide: refresh pktio code examplesBill Fischofer
2018-04-10doc: userguide: change sched type none to parallelBill Fischofer
2018-04-10doc: userguide: shm correctionsBill Fischofer