aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-09-28devices: Add queues params in create_ifNathan Skrzypczak7-96/+185
2021-09-28af_xdp: fix init lock for shared txqarikachen1-6/+7
2021-09-28nat: NAT44 ED & EI session filtering CLIJúlius Milan2-15/+103
2021-09-28stats: add name vectors to prometheus exporter outputAlexander Chernavin1-0/+9
2021-09-28af_xdp: fix free mem in tx while no free slotarikachen1-2/+2
2021-09-28build: complete python3 support, no hardcode pathNick Brown1-2/+3
2021-09-28sr: add API test filesFilip Tehlar3-0/+370
2021-09-27ikev2: support variable-length noncesBenoît Ganne1-21/+34
2021-09-27tests: don't install vapi_c{,pp}_testDmitry Valter1-0/+2
2021-09-27build: Stricter git tag version parsingNick Brown1-1/+1
2021-09-27fib: fix crash on exporter tracker removeVladislav Grishenko2-5/+42
2021-09-27virtio: Still init unused txqNathan Skrzypczak1-17/+0
2021-09-27gso: do not gro on small packetsAloys Augustin1-3/+41
2021-09-27tap: move the api msg_id_base to tap_main_tMohsin Kazmi2-3/+3
2021-09-27misc: api move continuedFlorin Coras27-109/+90
2021-09-27ip: fix ip table allocation randomnessAloys Augustin1-1/+1
2021-09-27misc: move part of vpe apis to vlibmemoryFlorin Coras17-1765/+1744
2021-09-24ip: set error number on failed intf addrMatthew Smith2-2/+8
2021-09-23vcl: grab wrk create lock soonerFlorin Coras1-3/+6
2021-09-23classify: use AVX-512 to find entryDamjan Marion1-3/+41
2021-09-23classify: use AVX-512 to calculate hash on x86Damjan Marion4-1/+35
2021-09-23wireguard: fix wg-output-tun feature configurationAloys Augustin1-3/+0
2021-09-23svm: remove unused fifo functionsFlorin Coras2-60/+3
2021-09-23stats: revert stat_validate_counter_vector3 non-staticRay Kinsella2-4/+1
2021-09-22tap: remove cxq_vring from tap/tunMohsin Kazmi1-1/+0
2021-09-22virtio: fix the type of argument in virtio_show()Mohsin Kazmi2-7/+8
2021-09-22ping: set fib_index for lookup_nodeArtem Glazychev1-0/+1
2021-09-22interface: allow an interface's index to be given in 'sh int'Neale Ranns1-0/+15
2021-09-22hash: fix the initialization warning error on gcc-10Mohsin Kazmi1-4/+4
2021-09-22ip: add ip_table_allocate to apiAloys Augustin6-16/+113
2021-09-22classify: improve vnet_classify_hashDamjan Marion1-27/+23
2021-09-22classify: simplify vnet_classify_find_entry_inlineDamjan Marion1-88/+72
2021-09-22vppinfra: make default hugepage size configurableDamjan Marion4-37/+29
2021-09-22interface: fix poll vector reallocMohammed Hawari2-4/+6
2021-09-21pnat: fix the version of the PNAT plugin from the hardcoded 0.0.1Andrew Yourtchenko1-1/+2
2021-09-21vapi: compile vpp-api folder before the pluginsArthur de Kerhor1-2/+2
2021-09-21session: implement app_ns deletionNathan Skrzypczak12-50/+182
2021-09-20classify: improve find entry performanceDamjan Marion1-10/+9
2021-09-20classify: avoid dependent read of classify maskDamjan Marion2-9/+9
2021-09-20session: use table_format in sh app nsNathan Skrzypczak1-10/+22
2021-09-20vppinfra: format table improvementsNathan Skrzypczak2-10/+32
2021-09-20hash: add support for hashing infraMohsin Kazmi8-0/+725
2021-09-17build: use GNUInstallDirs install destinationsNick Brown8-11/+12
2021-09-17dpdk: enable ENA tx offloadBenoît Ganne1-0/+7
2021-09-17vppinfra: move format_table from perfmonNathan Skrzypczak5-17/+19
2021-09-17misc: put devtools plugins into separate component/packageDamjan Marion6-3/+18
2021-09-17memif: avoid double pool_put on a clib_fileSteven Luong1-1/+2
2021-09-16dpdk: fix checksum offloadFlorin Coras1-2/+1
2021-09-16avf: fix RSS hash keyBenoît Ganne1-4/+11
2021-09-16session: Add sock_name option to add_nsNathan Skrzypczak5-44/+183