aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-02ikev2: fix cli memory leakBenoît Ganne1-30/+40
2020-10-02vppinfra: fix legacy huge pages creation for default sizeBenoît Ganne1-1/+14
2020-10-01misc: allow disabling of ipfix exporter via apiAlexander Chernavin1-7/+1
2020-10-01vlib: fix line-mode cli memory leakBenoît Ganne1-0/+1
2020-10-01classify: Fix a couple bugs in 'pcap filter' command.Jon Loeliger1-12/+12
2020-10-01svm: simplify memfd client segment mappingFlorin Coras3-71/+15
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-30session: init size and watermarks on all seg managersFlorin Coras4-10/+22
2020-09-30svm: harmonize ssvm namesFlorin Coras7-62/+61
2020-09-30vpp: update 'show bihash' commandDamjan Marion3-65/+19
2020-09-30ikev2: better packet parsing functionsFilip Tehlar7-274/+596