aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-12l2: mark l2 fib uninitialized after clearingMatthew Smith1-0/+2
2020-10-12misc: clang-11 and gcc-10 supportDamjan Marion5-6/+6
2020-10-12ip: IP6 incorrectly disabled on removing first ip6 prefixNeale Ranns1-1/+3
2020-10-12tcp: use 100us timer resolutionFlorin Coras1-4/+4
2020-10-12vcl svm: segments improvementsFlorin Coras4-25/+47
2020-10-12tcp: fix connection reuse with no listenerFlorin Coras1-0/+6
2020-10-12nat: set fib index for bypass sessionVladimir Isaev2-1/+2
2020-10-12lldp: fix typo in mac address constantDmitry Vakhrushev1-1/+1
2020-10-12lldp: fix memory leakageDmitry Vakhrushev1-6/+16
2020-10-10session: app_name should format with %vjiangxiaoming2-4/+6
2020-10-10misc: clib_unix_warning usage errorjiangxiaoming2-5/+5
2020-10-09avf: add add_del_mac_address handlerDamjan Marion2-33/+89
2020-10-09acl: move nonip nodes to separate fileDamjan Marion3-221/+296
2020-10-09wireguard: park the timer processDave Barach5-2/+68
2020-10-09vlib: save signal handler data to global vblsDave Barach1-4/+4
2020-10-09nat: ipfix logging separation & refactorFilip Varga14-263/+240
2020-10-08tcp: treat pending timers as activeFlorin Coras3-3/+4
2020-10-08tcp: custom geometry for timer wheelFlorin Coras5-25/+83
2020-10-08vppinfra: memory leak be goneDave Barach1-1/+1
2020-10-08pg: Choose the input interface from the stream's rxNeale Ranns2-2/+4
2020-10-08gre: MPLS over GRE does not select correct fixup functionNeale Ranns2-2/+55
2020-10-08l2: Fix compile error on unused next_indexNeale Ranns1-3/+0
2020-10-08interface: shorten vnet_hw_if_rx_modeDamjan Marion21-93/+88
2020-10-08pci: add vlib_pci_get_msix_file_indexDamjan Marion2-0/+13
2020-10-08ip-neighbor: Grat ARPs from different subnet are droppedNeale Ranns1-5/+8
2020-10-08l2: input performanceNeale Ranns17-530/+724
2020-10-08virtio: fix the traceMohsin Kazmi1-23/+19
2020-10-08nat: use proper type for countersKlement Sekera1-2/+2
2020-10-08ipsec: Allow SAs with NULL auth &crypto on IPSec interfaceNeale Ranns1-2/+3
2020-10-08fib: Register multicast MAC with interface for accepting interfacesNeale Ranns7-7/+298
2020-10-08vppinfra: fix coverity warningsDave Barach2-5/+5
2020-10-07misc: Purge unused pg includesNeale Ranns65-65/+0
2020-10-07api: add heap alloc to vpp statsOle Troan3-1/+9
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-06vppinfra: add heap header in front of dlmalloc spaceDamjan Marion12-209/+229
2020-10-06misc: add xxx_not_inlineDave Barach5-3/+23
2020-10-06feature: Add packet trace APIJon Loeliger14-47/+1240
2020-10-05vppinfra: address sanitizer: do not instrument dlmalloc internalsBenoƮt Ganne1-0/+1
2020-10-05ikev2: support ipv6 traffic selectors & overlayFilip Tehlar11-380/+695
2020-10-05ipsec: Use bihash for tunnel lookupNeale Ranns8-123/+282
2020-10-02lldp: set interface MAC address when enabledKlement Sekera3-10/+28
2020-10-02vlib: always replace bootstrap vlib_mainsDave Barach1-8/+7
2020-10-02vppinfra: use clib_mem_create_heap() to create numa heap(s)Damjan Marion4-218/+5
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-02ip: Fix unformat_ip_prefixNathan Skrzypczak2-2/+8
2020-10-02ikev2: fix leaking pending INIT requestsFilip Tehlar1-0/+16
2020-10-02vppinfra: Function to check if a bihash has been initialisedNeale Ranns2-0/+7
2020-10-02dpdk: split PCI blacklist rte_eal args from startup.confVladimir Ratnikov1-2/+3