aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-02-21lisp: fix ip and udp checksum computationFlorin Coras1-7/+0
2022-02-21nat: make tcp/udp/icmp packet counters consistentKlement Sekera2-4/+12
2022-02-18hsa: fix coverity warningsFilip Tehlar1-0/+4
2022-02-18perfmon: show distribution of uops delivered to frontendRay Kinsella4-8/+109
2022-02-18dpdk: support devargs for vmbusVladimir Ratnikov1-19/+29
2022-02-18fib: Use the VLIB logger for adjacency debuggingNeale Ranns2-13/+13
2022-02-18vnet: add set_max_frame_size callbacks for several interfacesArtem Glazychev3-0/+27
2022-02-18wireguard: fix passing null pointerGabriel Oginski2-10/+11
2022-02-18ipsec: fix vector after remove entry in spdGabriel Oginski1-1/+1
2022-02-17wireguard: Fix wireguard device name to use user-instanceJon Loeliger1-1/+2
2022-02-17tls http srtp: fix session index for listenersFlorin Coras3-3/+6
2022-02-17vcl: add support for reconnectFilip Tehlar5-6/+133
2022-02-17ip: Move the IPv6 echo responder into the ping pluginNeale Ranns2-187/+184
2022-02-17ipsec: Improve the handling of NAT-T keepalive messagesNeale Ranns1-8/+21
2022-02-17ping: fix incorrect index while clearing pingVyshakh Krishnan1-1/+1
2022-02-17dpdk: enable scatter on Rx for net/enaakolechk1-1/+0
2022-02-16af_xdp: change flag passed to bpf_set_link_xdp_fdDastin Wilski1-4/+1
2022-02-16fib: Use the same adjacency that BFD is usingNeale Ranns4-32/+35
2022-02-16bfd: On a point to point link use the all zeros address for the peer.Neale Ranns1-8/+12
2022-02-16ipfix-export: pass ipv4 addr to format fn for showPaul Atkins1-3/+4
2022-02-16crypto: Fix for the crash in cryptomgovind1-0/+4
2022-02-15quic: fix quic_config_fn cfg cmd parse errorfanxb1-3/+3
2022-02-15tcp: Do not include the tcp_packet.h file in the ip4_packet.hNeale Ranns18-97/+112
2022-02-14bfd: add per session countersKlement Sekera4-28/+128
2022-02-14bfd: refactor code to fix misc warningsKlement Sekera3-131/+110
2022-02-14srtp: flag connections for no session layer lookupFlorin Coras1-0/+2
2022-02-14fib: fix incorrect display of mpls fib_indexRajith P R1-1/+1
2022-02-13hsa: add http throughput test server appFlorin Coras4-2/+569
2022-02-13memif: Fix underflowNathan Skrzypczak1-2/+2
2022-02-11http: fix support for files larger than u32Florin Coras4-15/+16
2022-02-11http: add startup configuration stanzaFlorin Coras2-9/+50
2022-02-10session: use transport endpoint cfg for listenFlorin Coras10-13/+14
2022-02-10vlib: vlib frame bitmapsDamjan Marion3-19/+97
2022-02-10tests: Fix the FIB UTNeale Ranns2-27/+27
2022-02-10stats: Remove unsolicited clib_warningSteven Luong1-1/+1
2022-02-10vppinfra: small optimization in clib_memset_u64Damjan Marion1-0/+8
2022-02-10vppinfra: clib_memcpy_may_overrunDamjan Marion1-0/+43
2022-02-10vppinfra:remove uXxY_is_greaterDamjan Marion5-26/+8
2022-02-10session: avoid debug half-open session pool contentionFlorin Coras1-0/+11
2022-02-09vcl: make eventfd flag configurable from envFilip Tehlar2-0/+8
2022-02-09fib: ip6 and mpls fib_table memory leaks on fib_table->ft_locksSteven Luong3-2/+5
2022-02-09bfd: Add an update API that has create new or modify existing semanticsNeale Ranns4-22/+120
2022-02-08http_static: cleanup file handler and cacheFlorin Coras6-493/+674
2022-02-07memif: memory leak when deleting memif interfaceSteven Luong1-0/+1
2022-02-07igmp: make sure fib_index is set before delivering to ip4-localBenoît Ganne1-0/+2
2022-02-06http_static: fix coverity warningFlorin Coras1-2/+4
2022-02-06dpdk: remove dead codeBenoît Ganne1-15/+1
2022-02-06stats: fix memory leaksOle Troan1-32/+66
2022-02-06perfmon: Fix typo in debug log messagesJon Loeliger1-2/+2
2022-02-05http_static: handle empty requestsFlorin Coras1-3/+12