aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-11-12ip: IP address and prefix types (moved from LISP)Neale Ranns20-483/+525
2019-11-12papi: add wrapper to validate crc manifestOle Troan1-0/+28
2019-11-12session: session enable in multiworkerNathan Skrzypczak2-1/+18
2019-11-12tls: fix picotls coverity warningsFlorin Coras1-13/+13
2019-11-12bonding: fix non-null terminated vectorBenoît Ganne1-2/+2
2019-11-12crypto: not use vec api with opt_data[VNET_CRYPTO_N_OP_IDS]Lijian Zhang3-3/+4
2019-11-12svm: improve fifo segment verbose cliFlorin Coras2-9/+37
2019-11-11vlib: fix handoff queue sequencing bugDave Barach1-1/+2
2019-11-11tcp: improve lost rxt heuristicFlorin Coras3-34/+55
2019-11-11ip: functional interface to ip fragmentationOle Troan10-410/+427
2019-11-10dhcp: ipv6 prefix delegation improvementsDave Barach4-14/+116
2019-11-10tls: picotls engine basic enabling for TLSSimon Zhang5-0/+878
2019-11-10session: re-set tx fifo event if out of buffersFlorin Coras1-1/+2
2019-11-10tcp: avoid retransmits post resetFlorin Coras2-0/+6
2019-11-09dhcp: fix dhcpv6 client and dhcpv6 prefix delegationDave Barach3-37/+19
2019-11-09build: Fix typo introduced in src/plugins/mdata/FEATURE.yamlPaul Vinciguerra1-1/+1
2019-11-08build: use cmake build typesDamjan Marion1-8/+33
2019-11-08rdma: fix next node rx redirectBenoît Ganne1-8/+2
2019-11-08rdma: fix name auto-generation on createBenoît Ganne1-1/+5
2019-11-08ipsec: remove dedicated IPSec tunnelsNeale Ranns16-1658/+495
2019-11-08vcl: fix epoll connected events sidFlorin Coras1-2/+1
2019-11-08tap: add check for vhost-net backendDamjan Marion1-0/+9
2019-11-08tap: fix cli parserDamjan Marion1-4/+5
2019-11-08tcp: fix ip check in lookup validationFlorin Coras1-11/+17
2019-11-08session: add space around ternary operatorVratko Polak2-1/+1
2019-11-08tests: python3 use byte strings in raw()Ole Troan6-135/+135
2019-11-07crypto-ipsecmb: improve gcm performance using dedicated API.Fan Zhang1-88/+54
2019-11-07pmalloc: always lock pagesDamjan Marion1-25/+11
2019-11-07dpdk: ipsec gcm fixesChristian Hopps3-25/+14
2019-11-07crypto: fix crypto perf unittest crashFan Zhang1-1/+33
2019-11-07tcp: fix retransmit with no sacksFlorin Coras3-10/+18
2019-11-07api: fix dead client scan heap issueNathan Skrzypczak1-0/+4
2019-11-07session: Add crypto contextNathan Skrzypczak3-7/+68
2019-11-07hsa: Add ckpair & crypto engine in vpp_echoNathan Skrzypczak6-78/+80
2019-11-07quic: Add support for ckpair & crypto engineNathan Skrzypczak2-20/+49
2019-11-07session: ckpair store & crypto engine as mq paramsNathan Skrzypczak5-4/+12
2019-11-07session: fix app attach on errorNathan Skrzypczak1-3/+2
2019-11-07svm: fix byte accounting when allocating fifo headerFlorin Coras1-0/+1
2019-11-07interface: shmemioerror while getting name_filter argAleksander Djuric3-5/+8
2019-11-06tcp: validate the IP address while checking TCP connectionSrikanth Akula1-9/+31
2019-11-06docs: add spellcheck to 'make docs' sphinx docsPaul Vinciguerra1-1/+1
2019-11-06dpdk: conditionally revert rte_vfio_dma_map patchDamjan Marion1-0/+5
2019-11-06build: add yaml file linting to make checkstylePaul Vinciguerra11-28/+51
2019-11-06quic: free qctx after udp cleanupNathan Skrzypczak1-22/+58
2019-11-06tcp: IPv6 flow label supportTarun Gupta3-10/+36
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto35-35/+35
2019-11-05docs: fix issues with src/scripts/fts.pyPaul Vinciguerra2-17/+22
2019-11-05nat: NAT udp counter & unit test fixesFilip Varga5-20/+20
2019-11-05session tcp: refactor pacer timeFlorin Coras10-104/+81
2019-11-05ip: Fragmentation fixesNeale Ranns6-117/+159