aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-10-28ip: improve csum fold on x86_64Damjan Marion1-1/+15
2021-10-28tap: handle null namespace and bridge correctlyMatthew Smith1-2/+4
2021-10-27devices: fix coverity warning/don't leak fdKlement Sekera1-1/+2
2021-10-27tcp: fix use of invalid local sw_if_indexFlorin Coras1-1/+2
2021-10-26crypto: add barrier in crypto key addGabriel Oginski1-0/+12
2021-10-25tcp: fix: TCP timewait port reuse rfc complianceMichal Kalderon2-4/+84
2021-10-25bier: Disposition paths don't set the next-hopNeale Ranns1-14/+9
2021-10-23arp: fix for source address selectionEd Warnicke1-1/+1
2021-10-22devices: add support for l3 af_packet interfaceMohsin Kazmi5-37/+106
2021-10-22ipsec: add api test fileFilip Tehlar2-0/+598
2021-10-22fib: Don't back walk from a path-list when a child fist attaches.Neale Ranns1-11/+7
2021-10-21fib: respect mfib entry flags on create with pathsPaul Atkins10-27/+37
2021-10-21ip: Add ip46-local node for local swif[rx]Nathan Skrzypczak5-44/+132
2021-10-21l2: add api test fileFilip Tehlar2-0/+1419
2021-10-21ip6: set local flag on outbound echo replyMatthew Smith1-0/+4
2021-10-21session: add api test fileFilip Tehlar2-0/+364
2021-10-20ip6: fix IPv6 address calculation error using "ip route add" CLIJieqiang Wang3-20/+61
2021-10-20gso: add support for gso perf unittestMohsin Kazmi2-0/+13
2021-10-19bfd: fix bfd_key_id updateAlexander Skorichenko1-4/+8
2021-10-19bfd: fix desired_min_tx_nsec updateAlexander Skorichenko1-0/+2
2021-10-18api: remove legacy pd msg handlersKlement Sekera2-2/+0
2021-10-18interface: add api test fileFilip Tehlar3-15/+1179
2021-10-16interface: fix offload flag checkNathan Skrzypczak1-1/+4
2021-10-14ip6-nd: fix coverity warningKlement Sekera1-0/+4
2021-10-13docs: convert vpp doc md->rstNathan Skrzypczak20-1268/+1708
2021-10-13session: app name should format with %vXiaoming Jiang1-1/+1
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