aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-29wireguard: fix license headersArtem Glazychev13-2/+25
2020-09-29wireguard: fix indentsArtem Glazychev1-21/+35
2020-09-29wireguard: readme fixArtem Glazychev1-36/+17
2020-09-29dpdk: fix compileFan Zhang2-51/+15
2020-09-29avf: validate queue size configSteven Luong3-13/+52
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion27-169/+103
2020-09-28ikev2: fix memory leaksBenoƮt Ganne2-3/+21
2020-09-28virtio: add packet buffering on txMohsin Kazmi13-16/+392
2020-09-28classify: use clib_crc32c on supporting uarchRay Kinsella1-0/+5
2020-09-28classify: preformance improvements in classifiersRay Kinsella1-285/+649
2020-09-28api: remove clib_mem_init from vppapiclient contructorOle Troan3-25/+23
2020-09-28quic: Fix protip #47 / unformat (input_line)Nathan Skrzypczak1-19/+41
2020-09-28virtio: fix the gro enable/disable on tx-vringsMohsin Kazmi5-23/+39
2020-09-27cnat: fix cnat_translation_cli_add_delDave Barach1-12/+24
2020-09-27cnat: fix session scanner restart pointDave Barach1-1/+1
2020-09-25cnat: Add DHCP supportNathan Skrzypczak11-109/+716
2020-09-25cnat: Introduce parametric source policyNathan Skrzypczak13-244/+445
2020-09-25cnat: Add support for SNat ICMPNathan Skrzypczak7-143/+461
2020-09-25cnat: Ip ICMP error supportNathan Skrzypczak6-165/+557
2020-09-25vppinfra: dont complain about linux-vdso.so.1Dave Barach1-1/+7
2020-09-25vppinfra session: file platform independent private dataFlorin Coras3-6/+6
2020-09-25bfd: add missing unlockKlement Sekera1-0/+1
2020-09-25vppinfra: add clib_mem_set_numa_affinity()Damjan Marion2-8/+60
2020-09-24virtio: refactor tx traceMohsin Kazmi1-33/+37
2020-09-24wireguard: coverity fixArtem Glazychev1-1/+1
2020-09-24vlib: fix the last errorMohsin Kazmi1-1/+2
2020-09-24session tcp udp tls quic: improve cli formattingFlorin Coras8-17/+28
2020-09-23session: fix sapi coverity warningFlorin Coras1-0/+2
2020-09-23build: fix fts.py to run on debian-9/python3.5Dave Wallace1-15/+16
2020-09-23ip: use main heap for mtrie, part 2 (remove args)Damjan Marion2-32/+0
2020-09-23lldp: fix format string for hw->nameVladimir Isaev1-3/+3
2020-09-23cnat: Disable default scanner processNathan Skrzypczak8-24/+120
2020-09-23wireguard: add handoff nodeArtem Glazychev18-448/+889
2020-09-23tls: fix session format assert crash in connected callbackjiangxiaoming1-9/+8
2020-09-22ipip: Add option to tunnel create help stringNeale Ranns2-2/+3
2020-09-22build: allow for rc3/rc4 style tagsAndrew Yourtchenko1-1/+1
2020-09-22lisp: Move to pluginNeale Ranns61-5801/+6547
2020-09-22vxlan-gbp: Mark APIs as in-progressNeale Ranns1-0/+5
2020-09-21crypto: revert crypto set handler all APIYulong Pei1-36/+3
2020-09-21session: use wrk instead of thread index in nodeFlorin Coras1-10/+12
2020-09-21geneve: Move to pluginNeale Ranns14-74/+448
2020-09-21misc: Move l2tp to pluginNeale Ranns16-502/+432
2020-09-21lldp: Move to pluginNeale Ranns19-220/+239
2020-09-21vrrp: set up multicast for both address familiesMatthew Smith1-2/+14
2020-09-21ip: use main heap for mtrieDamjan Marion3-69/+3
2020-09-21acl: remove custom ACL-plugin heapAndrew Yourtchenko7-232/+17
2020-09-21dpdk: hugepage availibility check using new apiDamjan Marion1-11/+9
2020-09-18session: grab worker barrier for sapi msgsFlorin Coras1-0/+5
2020-09-18fib: skip byte swap on n_paths in mroute detailsMatthew Smith1-2/+2
2020-09-18vat: add infrastructure to align vnet test code and plugin test codeOle Troan14-519/+486