aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-10-13interface: handle error during admin-up correctlyMatthew Smith1-3/+0
2021-10-12fib: fix the drop counter for ipv6 RPF failuresNeale Ranns2-24/+30
2021-10-12ipsec: Performance improvement of ipsec4_output_node using flow cacheGovindarajan Mohandoss7-17/+264
2021-10-12session: set actual lcl ip on accepted ctFlorin Coras1-1/+1
2021-10-11ip: fix fib and mfib locksNathan Skrzypczak9-84/+92
2021-10-11docs: nitfixes in FEATURE.yamlNathan Skrzypczak2-2/+2
2021-10-08vxlan-gpe: add udp-port configuration supportArtem Glazychev5-280/+446
2021-10-07ipsec: fix protect update log if nexthop is NULLBenoît Ganne1-2/+3
2021-10-07vppinfra: asan: improve overflow semanticBenoît Ganne1-2/+2
2021-10-07udp: fix severity error infoFilip Tehlar4-25/+25
2021-10-07ip: fix path MTU node errors definitionBenoît Ganne3-3/+7
2021-10-07arp: source address selectionEd Warnicke2-5/+13
2021-10-06ip: check if interface has link-local address (addition)Artem Glazychev1-1/+6
2021-10-06session: fix severity infoFilip Tehlar1-11/+10
2021-10-06tcp: fix severity infoFilip Tehlar5-66/+66
2021-10-06docs: more nitfixesNathan Skrzypczak3-38/+42
2021-10-06docs: vnet comment nitfixesNathan Skrzypczak15-84/+108
2021-10-06ip: add classifier-based ACLs support on ip puntBenoît Ganne5-291/+301
2021-10-05session: Add session_sapi_enable_disableNathan Skrzypczak5-5/+33
2021-10-05tap: free the tap_fds vec on interface deletionMohsin Kazmi1-0/+1
2021-10-04interface: free the output_node_thread_runtimesMohsin Kazmi1-0/+1
2021-10-04interface: remove the redundant vec_free on rx_queue_indicesMohsin Kazmi1-1/+0
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-04interface: remove the input_node_thread_index_by_queueMohsin Kazmi2-4/+0
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 Kazmi5-15/+104
2021-09-30fib: doc nitfixesNathan Skrzypczak10-19/+19
2021-09-29classify: fix message IDs on API repliesMatthew Smith1-33/+42
2021-09-29ipsec: Record the number of packets lost from an SANeale Ranns6-22/+88
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 Tehlar1-14/+17
2021-09-28misc: vpe.api messages dynamically allocatedOle Troan1-0/+9
2021-09-28devices: Add queues params in create_ifNathan Skrzypczak7-96/+185
2021-09-28sr: add API test filesFilip Tehlar3-0/+370
2021-09-27fib: fix crash on exporter tracker removeVladislav Grishenko1-4/+3
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 Coras3-2/+3
2021-09-27ip: fix ip table allocation randomnessAloys Augustin1-1/+1
2021-09-27misc: move part of vpe apis to vlibmemoryFlorin Coras4-4/+12
2021-09-24ip: set error number on failed intf addrMatthew Smith2-2/+8
2021-09-23classify: use AVX-512 to find entryDamjan Marion1-3/+41
2021-09-23classify: use AVX-512 to calculate hash on x86Damjan Marion2-1/+29
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-22interface: allow an interface's index to be given in 'sh int'Neale Ranns1-0/+15