aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2020-10-08interface: shorten vnet_hw_if_rx_modeDamjan Marion5-10/+10
2020-10-08nat: use proper type for countersKlement Sekera1-2/+2
2020-10-07misc: Purge unused pg includesNeale Ranns41-41/+0
2020-10-07nat: move nat64 to a subfeatureFilip Varga21-2636/+3607
2020-10-07nat: det44 plugin fix style and api cleanupFilip Varga3-18/+22
2020-10-06feature: Add packet trace APIJon Loeliger9-4/+1036
2020-10-05ikev2: support ipv6 traffic selectors & overlayFilip Tehlar11-380/+695
2020-10-02lldp: set interface MAC address when enabledKlement Sekera3-10/+28
2020-10-02memif: map shared memory with clib_mem_vm_map_shared(...)Damjan Marion1-10/+25
2020-10-02nat: add dummy nat_ha_resync() to avoid missing symbol errorsDamjan Marion1-0/+7
2020-10-02ikev2: fix leaking pending INIT requestsFilip Tehlar1-0/+16
2020-10-02dpdk: split PCI blacklist rte_eal args from startup.confVladimir Ratnikov1-2/+3
2020-10-02ikev2: fix cli memory leakBenoît Ganne1-30/+40
2020-09-30ikev2: fix issue when decrypting packet with no keysFilip Tehlar1-1/+1
2020-10-01ikev2: refactor ikev2 nodeFilip Tehlar1-407/+359
2020-09-30ikev2: better packet parsing functionsFilip Tehlar7-274/+596
2020-09-30ikev2: show IKE SA command improvementsFilip Tehlar1-95/+169
2020-09-30avf: check duplicate pci address upon create interfaceSteven Luong1-0/+13
2020-09-30wireguard: fix udp-port registrationArtem Glazychev2-3/+10
2020-09-29hsa: fix coverity warningFlorin Coras1-3/+4
2020-09-29ikev2: fix false positive NAT detectionFilip Tehlar1-18/+13
2020-09-29vcl svm: provide apps access to fifo chunksFlorin Coras2-7/+21
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-28ikev2: fix memory leaksBenoît Ganne2-3/+21
2020-09-28quic: Fix protip #47 / unformat (input_line)Nathan Skrzypczak1-19/+41
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-24wireguard: coverity fixArtem Glazychev1-1/+1
2020-09-24session tcp udp tls quic: improve cli formattingFlorin Coras1-1/+2
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-22lisp: Move to pluginNeale Ranns56-9/+33296
2020-09-21geneve: Move to pluginNeale Ranns11-0/+4613
2020-09-21misc: Move l2tp to pluginNeale Ranns12-0/+2372
2020-09-21lldp: Move to pluginNeale Ranns15-0/+2549
2020-09-21vrrp: set up multicast for both address familiesMatthew Smith1-2/+14
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-17vppinfra: support main heap with different page sizesDamjan Marion1-1/+1
2020-09-16avf: wrong argument passed to avf_log_errSteven Luong1-1/+1
2020-09-16vmxnet3: gso fixesSteven Luong4-13/+29