aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-10-03hsa: proxy app worker thread deadlockSivaprasad Tummala1-5/+10
2021-10-03mpls: Save the L3 header offset in the meta-data before label impositionNeale Ranns1-1/+9
2021-10-01devices: add support for pseudo header checksumMohsin Kazmi8-23/+371
2021-09-30wireguard: move adjacency processing from wireguard_peer to wireguard_interfaceArtem Glazychev7-233/+123
2021-09-30fib: doc nitfixesNathan Skrzypczak10-19/+19
2021-09-30build: consistent use of CMAKE_INSTALL_LIBDIRNick Brown1-1/+1
2021-09-30nat: doc nitfixesNathan Skrzypczak5-8/+8
2021-09-30vat2: do not require _crc field in API messagesFilip Tehlar1-6/+5
2021-09-30misc: package the devtool pluginsAndrew Yourtchenko1-0/+8
2021-09-29nat: nat44-ed add session timing out indicator in api (2)Alexander Chernavin2-1/+146
2021-09-29ikev2: build only when deps requirements are metFilip Tehlar2-113/+5
2021-09-29classify: fix message IDs on API repliesMatthew Smith1-33/+42
2021-09-29ipsec: Record the number of packets lost from an SANeale Ranns7-22/+102
2021-09-29tap: Fix tap create with nsNathan Skrzypczak1-55/+24
2021-09-29fib: add barrier lock for fib_urpf_list_pool and fib_entry_poolStanislav Zaikin2-0/+22
2021-09-28api: API trace improvementsFilip Tehlar30-996/+1036
2021-09-28misc: vpe.api messages dynamically allocatedOle Troan17-2046/+150
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