aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-05http: estimate tx packets for schedulerFlorin Coras1-1/+13
2022-02-05session: track bytes dequeued in snd paramsFlorin Coras5-12/+11
2022-02-03prom: add option to set stat name prefixFlorin Coras3-30/+83
2022-02-03http: honor max seg len in ptr bufferFlorin Coras1-4/+6
2022-02-03ip nat: use ip rx sw_if_index in ip-local arc startFlorin Coras3-16/+39
2022-02-02prom: basic builtin prometheus stats exporterFlorin Coras6-0/+657
2022-02-02bfd: restore the data within the packet after hash verificationAndrew Yourtchenko1-0/+5
2022-02-02http_static: add support for async tx from handlersFlorin Coras6-87/+161
2022-02-01gso: remove the assert if packet is geneve or gre encapedMohsin Kazmi1-4/+0
2022-02-01virtio: coverity woes -- divide by zeroSteven Luong1-0/+7
2022-02-01stats: vpp_get_stats crashes in stat_segment_data_freeSteven Luong1-0/+1
2022-02-01nat: memory leak on nat44_plugin_disableSteven Luong1-0/+2
2022-02-01nat: nat44-ei hairpinning code cleanupFilip Varga7-1547/+673
2022-01-31ip: reassembly - add a way to disable for forusKlement Sekera11-34/+305
2022-01-31ip: fix length calculation in ip6-receiveKlement Sekera1-1/+1
2022-01-30cnat: maglev fixes & improvementsNathan Skrzypczak7-103/+447
2022-01-30snort: feature support on interface outputSivaprasad Tummala4-12/+64
2022-01-30perfmon: topdown level 1 and 2 for icxRay Kinsella4-63/+183
2022-01-30perfmon: fix init of bundles with pseudo eventsRay Kinsella3-18/+41
2022-01-30perfmon: check for duplicates after other checksRay Kinsella1-3/+3
2022-01-30http_static: incorporate builtinurl pluginFlorin Coras7-53/+291