aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-10-04build: Allow ipsec-mb plugin to build with libipsec_mb 0.55Nick Brown2-0/+14
2021-10-04memif: integrate with new tx infraMohsin Kazmi3-15/+17
2021-10-04vcl: remove unsed configsFlorin Coras3-38/+2
2021-10-04hsa: do not drop the barrier when creating echo serverFilip Tehlar1-14/+1
2021-10-04wireguard: use the same udp-port for multi-tunnelArtem Glazychev5-29/+62
2021-10-04vppinfra: fix potential memory access error in _pool_init_fixedJieqiang Wang2-16/+24
2021-10-04virtio: remove control queue support from virtio_show() for tap/tunMohsin Kazmi1-6/+0
2021-10-04fib: fix unitialized padding in fib_api_next_hop_decodeBenoît Ganne1-4/+2
2021-10-04ip: fix punt for ipv6Benoît Ganne1-4/+9
2021-10-04perfmon: topdown events as peusdo eventsRay Kinsella1-9/+13
2021-10-04docs: plugin comment nitfixesNathan Skrzypczak11-52/+52
2021-10-04interface: remove the input_node_thread_index_by_queueMohsin Kazmi2-4/+0
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