aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2022-02-17wireguard: Fix wireguard device name to use user-instanceJon Loeliger1-1/+2
2022-02-17tls http srtp: fix session index for listenersFlorin Coras2-3/+5
2022-02-17vcl: add support for reconnectFilip Tehlar1-5/+6
2022-02-17ip: Move the IPv6 echo responder into the ping pluginNeale Ranns1-0/+184
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 Ranns1-2/+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 Ranns6-0/+6
2022-02-14srtp: flag connections for no session layer lookupFlorin Coras1-0/+2
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 Coras3-3/+4
2022-02-10tests: Fix the FIB UTNeale Ranns1-25/+26
2022-02-10vppinfra:remove uXxY_is_greaterDamjan Marion1-2/+2
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-06http_static: fix coverity warningFlorin Coras1-2/+4
2022-02-06dpdk: remove dead codeBenoƮt Ganne1-15/+1
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 Coras2-8/+5
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 Coras1-7/+31
2022-02-02prom: basic builtin prometheus stats exporterFlorin Coras6-0/+657
2022-02-02http_static: add support for async tx from handlersFlorin Coras6-87/+161
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-30cnat: maglev fixes & improvementsNathan Skrzypczak5-103/+400
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
2022-01-30linux-cp: check if libmnl headers are presentFlorin Coras1-0/+6
2022-01-30perfmon: topdown backend bound core bundleRay Kinsella3-0/+118
2022-01-28linux-cp: Fix coverity issuePim van Pelt1-1/+1
2022-01-28linux-cp: Linux Control Plane Netlink ListenerNeale Ranns8-16/+1768
2022-01-27build: fix compilation on OpenSSL 3.0Damjan Marion3-0/+3
2022-01-27perfmon: frontend and backend boundness bundlesRay Kinsella6-68/+334
2022-01-27perfmon: prune bundles by available pmu countersRay Kinsella3-7/+46
2022-01-27http_static: code cleanupFlorin Coras5-351/+225
2022-01-27perfmon: add cli to show perf configRay Kinsella2-9/+37
2022-01-26hsa: cleanup and rename http test serverFlorin Coras2-206/+156
2022-01-26http_static: refactor to use http transportFlorin Coras5-774/+276